rubberduck203 / stm32f3-discovery

Rust Board Support Package for the STM32F3DISCOVERY
Apache License 2.0
52 stars 20 forks source link

Update HAL and cortex-m dependencies #48

Open robamu opened 1 year ago

robamu commented 1 year ago

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

rubberduck203 commented 1 year ago

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.

robamu commented 1 year ago

Cool, take your time :)

cmccorvey commented 1 year ago

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