Implement RealTimeClock for embassy-rp
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user