Add stm32-metapac crate, with codegen in rust

This commit is contained in:
Dario Nieuwenhuis
2021-05-25 04:17:24 +02:00
parent fb85850492
commit d8e4421fc6
534 changed files with 2386 additions and 376357 deletions

View File

@ -1,8 +1,8 @@
#![macro_use]
#[cfg_attr(feature = "_spi_v1", path = "v1.rs")]
#[cfg_attr(feature = "_spi_v2", path = "v2.rs")]
#[cfg_attr(feature = "_spi_v3", path = "v3.rs")]
#[cfg_attr(spi_v1, path = "v1.rs")]
#[cfg_attr(spi_v2, path = "v2.rs")]
#[cfg_attr(spi_v3, path = "v3.rs")]
mod _version;
pub use _version::*;