Implement RealTimeClock for embassy-rp

This commit is contained in:
Mathias
2022-09-16 06:45:27 +02:00
parent 334dfcdb65
commit 0db1332da8
7 changed files with 482 additions and 1 deletions

View File

@ -7,6 +7,7 @@ pub(crate) mod fmt;
pub mod dma;
pub mod gpio;
pub mod interrupt;
pub mod rtc;
pub mod spi;
#[cfg(feature = "time-driver")]
pub mod timer;
@ -85,6 +86,8 @@ embassy_hal_common::peripherals! {
DMA_CH11,
USB,
RTC,
}
#[link_section = ".boot2"]