stm32-rs / stm32l0xx-hal

A hardware abstraction layer (HAL) for the STM32L0 series microcontrollers written in Rust
BSD Zero Clause License
96 stars 60 forks source link

Upgrade `stm32l0` to v0.15.1 #215

Closed jamwaffles closed 2 years ago

jamwaffles commented 2 years ago

Mostly mechanical changes resulting from the stm32l0 crate upgrade.

I also:

  1. Removed cross from CI as it was breaking things and I don't see the value in using it
  2. Upgraded to a newer RTIC for the examples that use it

Closes #198.

jamwaffles commented 2 years ago

Thanks for the review :)