stm32-rs / stm32f0xx-hal

A Rust `embedded-hal` implementation for all MCUs in the STM32 F0 family
BSD Zero Clause License
134 stars 59 forks source link

Use `bare_metal::CriticalSection` for GPIO configuration #180

Open urdh opened 2 months ago

urdh commented 2 months ago

This change improves interoperability with RTICv2 (which exposes a bare_metal::CriticalSection during initialization).