Emit a default memory.x alongside device.x from metapac.

This commit is contained in:
Bob McWhirter
2021-07-30 14:06:10 -04:00
parent c458ad52e6
commit f6c5f039c8
8 changed files with 50 additions and 68 deletions

View File

@ -39,7 +39,9 @@ pub mod eth;
pub mod exti;
#[cfg(i2c)]
pub mod i2c;
#[cfg(pwr)]
// until we have all PWR covered.
#[cfg(all(any(pwr_h7, pwr_h7smps), pwr))]
pub mod pwr;
#[cfg(rng)]
pub mod rng;