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

6
stm32-metapac/src/lib.rs Normal file
View File

@ -0,0 +1,6 @@
#![no_std]
#![allow(non_snake_case)]
#![allow(unused)]
#![allow(non_camel_case_types)]
include!(concat!(env!("OUT_DIR"), "/pac.rs"));