Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: timers on STM32F411xE boards #138

Open
wants to merge 7 commits into
base: STM32
Choose a base branch
from

Conversation

JeppeKlitgaard
Copy link

@JeppeKlitgaard JeppeKlitgaard commented Jul 12, 2022

This PR fixes the TimerField for STM32F411xE boards such as the Nucleo F411RE board.

It preserves compatibility with the existing supported board (STM32F429xx) and introduces an error for boards that haven't been explicitly defined as working. Adding new boards is easy - simply look up the timers in the documentation and add the appropriate define clause.

Note that I have not run tests on STM32F429xx's, as I don't have access to any. @ramboerik if you still have the hardware and feel like it, it would be fantastic if you could confirm that this works for your setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants