TeensyStep icon indicating copy to clipboard operation
TeensyStep copied to clipboard

Supported STM32 boards

Open JeppeKlitgaard opened this issue 1 year ago • 2 comments

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:

  • [X] STM32F429xx
  • [ ] STM32F411xE - PR

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

JeppeKlitgaard avatar Jul 12 '22 11:07 JeppeKlitgaard

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 https://github.com/luni64/TeensyStep/issues/116

luni64 avatar Jul 12 '22 19:07 luni64

@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

JeppeKlitgaard avatar Jul 13 '22 12:07 JeppeKlitgaard