Re: What is the preferable way to add new BSP (for stm32 family)

2022-09-12 Thread Y. HB
Thanks for the info. I am working on stm32f302/303 devices. IMO, it would be better to use a script to generate corresponding BSP by converting SVD files (https://github.com/posborne/cmsis-svd) On Mon, Sep 12, 2022 at 3:00 PM Peter B wrote: > There some bugs and design flaws in the existing st

Re: What is the preferable way to add new BSP (for stm32 family)

2022-09-12 Thread Peter B
There some bugs and design flaws in the existing stm32f4 bsp discovered. I have fixed it locally as well as extended it a while (added pwm, uart, spi, can). But have no time to prepare it and make a pull request. I can share it with you if you want. One important thing is to not glue console and U