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

Make cortex-m-rt a dev-dependency only #115

Closed Pagten closed 4 years ago

Pagten commented 4 years ago

None of the library code seems to depend on cortex-m-rt, only the examples do.

therealprof commented 4 years ago

Good catch, thanks.