USART codegen

This commit is contained in:
Dario Nieuwenhuis
2021-04-25 22:35:51 +02:00
parent 6ba915a308
commit 936efd164d
154 changed files with 6225 additions and 83 deletions

View File

@ -17,7 +17,8 @@ pub mod exti;
pub mod gpio;
//pub mod rtc;
//pub mod interrupt;
//pub mod usart;
#[macro_use]
pub mod usart;
// This must go LAST so that it sees the `impl_foo!` macros
mod chip;