aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-rp/src/lib.rs')
-rw-r--r--embassy-rp/src/lib.rs6
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;
43pub mod spi; 43pub mod spi;
44mod spinlock; 44mod spinlock;
45pub mod spinlock_mutex; 45pub mod spinlock_mutex;
46#[cfg(feature = "_rp235x")]
47pub mod qmi_cs1;
48#[cfg(feature = "_rp235x")]
49pub mod psram;
46#[cfg(feature = "time-driver")] 50#[cfg(feature = "time-driver")]
47pub mod time_driver; 51pub 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