stm32-rs / stm32f407g-disc

Rust BSP crate for the STM32F4DISCOVERY (STM32F407G-DISC) development board
BSD Zero Clause License
43 stars 14 forks source link

Bump `stm32f4xx-hal` version to 0.17 #33

Closed charlesbmi closed 1 year ago

charlesbmi commented 1 year ago

Updates the function calls according to the stm32f4xx-hal API changes.

Tested by building all examples, as well as running the following examples on-device:

I checked that the behavior of these examples matched the behavior when running cargo embed on master.

I also fixed an issue where the mems example uses the incorrect LEDs. Based on my local testing, the mapping should be:

burrbull commented 1 year ago

and squash commits

charlesbmi commented 1 year ago

Squashed the version-bump commits, left the fix-LED as a separate commit since it is logically separate; should I squash that as well?