Add RP2040 ROM functions and intrinsics aliases

This commit is contained in:
Mathias
2022-09-23 06:38:47 +02:00
parent 4f33cc5d1a
commit 816778e3fa
4 changed files with 1010 additions and 0 deletions

View File

@ -4,9 +4,12 @@
// This mod MUST go first, so that the others see its macros.
pub(crate) mod fmt;
mod intrinsics;
pub mod dma;
pub mod gpio;
pub mod interrupt;
pub mod rom_data;
pub mod rtc;
pub mod spi;
#[cfg(feature = "time-driver")]