diff options
| author | Mathias <[email protected]> | 2022-09-16 06:45:27 +0200 |
|---|---|---|
| committer | Mathias <[email protected]> | 2022-09-16 13:18:23 +0200 |
| commit | feead3ae89d57e9f0ff7d7a264136d3e89aaebcf (patch) | |
| tree | 5553b485edc241ee2a72c76a08ee955e9cf0bd57 /embassy-rp/src/lib.rs | |
| parent | 9794bc59cc74598f5131f502153d4288c3261274 (diff) | |
Implement RealTimeClock for embassy-rp
Diffstat (limited to 'embassy-rp/src/lib.rs')
| -rw-r--r-- | embassy-rp/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-rp/src/lib.rs b/embassy-rp/src/lib.rs index aebbbf567..730354557 100644 --- a/embassy-rp/src/lib.rs +++ b/embassy-rp/src/lib.rs | |||
| @@ -7,6 +7,7 @@ pub(crate) mod fmt; | |||
| 7 | pub mod dma; | 7 | pub mod dma; |
| 8 | pub mod gpio; | 8 | pub mod gpio; |
| 9 | pub mod interrupt; | 9 | pub mod interrupt; |
| 10 | pub mod rtc; | ||
| 10 | pub mod spi; | 11 | pub mod spi; |
| 11 | pub mod timer; | 12 | pub mod timer; |
| 12 | pub mod uart; | 13 | pub mod uart; |
| @@ -84,6 +85,8 @@ embassy_hal_common::peripherals! { | |||
| 84 | DMA_CH11, | 85 | DMA_CH11, |
| 85 | 86 | ||
| 86 | USB, | 87 | USB, |
| 88 | |||
| 89 | RTC, | ||
| 87 | } | 90 | } |
| 88 | 91 | ||
| 89 | #[link_section = ".boot2"] | 92 | #[link_section = ".boot2"] |
