diff options
Diffstat (limited to 'embassy-rp/src/lib.rs')
| -rw-r--r-- | embassy-rp/src/lib.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/embassy-rp/src/lib.rs b/embassy-rp/src/lib.rs index eb497de1a..e5e964752 100644 --- a/embassy-rp/src/lib.rs +++ b/embassy-rp/src/lib.rs | |||
| @@ -43,6 +43,10 @@ pub mod rtc; | |||
| 43 | pub mod spi; | 43 | pub mod spi; |
| 44 | mod spinlock; | 44 | mod spinlock; |
| 45 | pub mod spinlock_mutex; | 45 | pub mod spinlock_mutex; |
| 46 | #[cfg(feature = "_rp235x")] | ||
| 47 | pub mod qmi_cs1; | ||
| 48 | #[cfg(feature = "_rp235x")] | ||
| 49 | pub mod psram; | ||
| 46 | #[cfg(feature = "time-driver")] | 50 | #[cfg(feature = "time-driver")] |
| 47 | pub mod time_driver; | 51 | pub mod time_driver; |
| 48 | #[cfg(feature = "_rp235x")] | 52 | #[cfg(feature = "_rp235x")] |
| @@ -381,6 +385,8 @@ embassy_hal_internal::peripherals! { | |||
| 381 | SPI0, | 385 | SPI0, |
| 382 | SPI1, | 386 | SPI1, |
| 383 | 387 | ||
| 388 | QMI_CS1, | ||
| 389 | |||
| 384 | I2C0, | 390 | I2C0, |
| 385 | I2C1, | 391 | I2C1, |
| 386 | 392 | ||
