diff options
| author | Caleb Jamison <[email protected]> | 2024-08-29 12:28:23 -0400 |
|---|---|---|
| committer | Caleb Jamison <[email protected]> | 2024-08-29 21:08:25 -0400 |
| commit | 0434798439b9037a4fa5f30165879292e388f042 (patch) | |
| tree | e800bac5821057f524ac1d91175c9dd59ba4e0cf /embassy-rp/src/lib.rs | |
| parent | 372270a9b962196ede9c60a705cc3138ba592fec (diff) | |
Import otp from rp-hal, helper fns for chipid and randid
Again, credit to @thejpster for doing the hard part and figuring out the
otp.
Diffstat (limited to 'embassy-rp/src/lib.rs')
| -rw-r--r-- | embassy-rp/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/embassy-rp/src/lib.rs b/embassy-rp/src/lib.rs index f8fcfe52b..c357c14c2 100644 --- a/embassy-rp/src/lib.rs +++ b/embassy-rp/src/lib.rs | |||
| @@ -32,6 +32,8 @@ pub mod gpio; | |||
| 32 | pub mod i2c; | 32 | pub mod i2c; |
| 33 | pub mod i2c_slave; | 33 | pub mod i2c_slave; |
| 34 | pub mod multicore; | 34 | pub mod multicore; |
| 35 | #[cfg(feature = "_rp235x")] | ||
| 36 | pub mod otp; | ||
| 35 | pub mod pwm; | 37 | pub mod pwm; |
| 36 | mod reset; | 38 | mod reset; |
| 37 | pub mod rom_data; | 39 | pub mod rom_data; |
