kyrax_stm32f401re/
lib.rs

1#![no_std]
2
3pub mod peripherals;
4
5pub use peripherals::*;