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

Supported STM32 boards #137

Open
1 of 2 tasks
JeppeKlitgaard opened this issue Jul 12, 2022 · 2 comments
Open
1 of 2 tasks

Supported STM32 boards #137

JeppeKlitgaard opened this issue Jul 12, 2022 · 2 comments

Comments

@JeppeKlitgaard
Copy link

JeppeKlitgaard commented Jul 12, 2022

This is an issue to track support for STM32 boards in TeensyStep. @luni64 feel free to close this if you'd rather have separate issues or document in a different way.

Currently supported STM32 boards are:

  • STM32F429xx
  • STM32F411xE - PR

Adding more boards is easily done by adding the appropriate definition to src/timer/stm32/....

@luni64
Copy link
Owner

luni64 commented Jul 12, 2022

The STM32 version lives in the branch STM32. Did you have a look there? Your PR seems to address the main branch.

BTW: the STM32 branch is maintained by @ramboerik. Actually I currently don't use the STM boards and have not much knowledge of them.

See also #116

@JeppeKlitgaard
Copy link
Author

@luni64 I completely missed that there was a separate branch for STM32. Wouldn't it be possible to merge that functionality into the master branch, gating it with a #if defined(...)?

Perhaps you could reference the STM32 branch in the README.md, as it is quite easy to miss as is. Thanks for making TeensyStep, I should add. It is really nice to use!

Feel free to close this issue

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

No branches or pull requests

2 participants