stm32f3-discovery icon indicating copy to clipboard operation
stm32f3-discovery copied to clipboard

Update HAL and cortex-m dependencies

Open robamu opened this issue 2 years ago • 3 comments

Hello,

Thanks for providing this board crate, it was very useful to quickly get started with OpenOCD and VS Code on my STM32F3-Disco :+1: There are newer versions available for some of your dependencies. I updated them and tested this on my STM32F3-Disco. The only thing I tweaked (which was not a breaking change) was replacing a deprecated API, using into_af_open_drain instead of into_af4_....

Bumping the dependencies like this probably requires a minor version update, so I did that as well..

Kind Regards Robin

robamu avatar Dec 26 '22 10:12 robamu

Thanks! I always run the examples on hardware before merging, so it may take me a few days to merge, but I’ll absolutely do that sometime over the holidays.

I’m glad you found this crate useful and can’t thank you enough for updating the deps.

rubberduck203 avatar Dec 26 '22 11:12 rubberduck203

Cool, take your time :)

robamu avatar Dec 30 '22 11:12 robamu

Any chance this can be committed and released soon, I would like to use later version of stm32f3xx_hal

cmccorvey avatar Mar 19 '23 02:03 cmccorvey