stm32-rs / stm32g0xx-hal

Peripheral access API for STM32G0 series microcontrollers
Apache License 2.0
73 stars 51 forks source link

Updated stm32g0 crate to version 0.14.0 for cortex-m-rt 0.7.x support #105

Closed timhoeppner closed 2 years ago

timhoeppner commented 2 years ago

Updated stm32g0 crate to 0.14.0 for cortex-m-rt 0.7.x support. Personally, I need this for defmt-test support.

I would love to offer more testing for this as all I've done so far is run the blinky_delay on a STM32G031 target.

andresv commented 2 years ago

@dotcypress do you see any problem with this, I cannot think of any at the moment.

Edit: well except now I see that CI fails.

dotcypress commented 2 years ago

I will check this locally later this week, but CI fail is a bad sign 🙅