Autogenerate features for family, peripherals and peripheral versions
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
#![macro_use]
|
||||
use core::convert::Infallible;
|
||||
use core::future::Future;
|
||||
use core::marker::PhantomData;
|
||||
|
@ -1,3 +1,4 @@
|
||||
#![macro_use]
|
||||
use core::convert::Infallible;
|
||||
use core::marker::PhantomData;
|
||||
use embassy::util::Unborrow;
|
||||
|
@ -11,16 +11,11 @@ pub mod fmt;
|
||||
|
||||
use embassy::interrupt::{Interrupt, InterruptExt};
|
||||
|
||||
#[macro_use]
|
||||
pub mod exti;
|
||||
#[macro_use]
|
||||
pub mod gpio;
|
||||
//pub mod rtc;
|
||||
#[macro_use]
|
||||
pub mod usart;
|
||||
|
||||
#[macro_use]
|
||||
#[cfg(feature = "_rng")]
|
||||
pub mod rng;
|
||||
pub mod usart;
|
||||
|
||||
// This must go LAST so that it sees the `impl_foo!` macros
|
||||
mod pac;
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,4 @@
|
||||
#![macro_use]
|
||||
use crate::pac::rng::{regs, Rng};
|
||||
use crate::peripherals;
|
||||
use embassy::util::Unborrow;
|
||||
|
@ -1,3 +1,5 @@
|
||||
#![macro_use]
|
||||
|
||||
use core::marker::PhantomData;
|
||||
|
||||
use embassy::util::Unborrow;
|
||||
|
Reference in New Issue
Block a user