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

Re-generate Cargo mcu-* features #178

Closed dbrgn closed 3 years ago

dbrgn commented 3 years ago

This uses the latest STM32CubeMX database.

(After merging this, the changes from #173 should only cover the new features, not add any new MCUs.)

CC @azerupi

dbrgn commented 3 years ago

Clippy isn't happy, but that's unrelated.

Since this is purely generated code, and since it only adds more aliases without the potential of breaking anything, I'll go ahead and merge this PR without review!