aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/lib.rs
diff options
context:
space:
mode:
authorCaleb Jamison <[email protected]>2024-08-29 12:28:23 -0400
committerCaleb Jamison <[email protected]>2024-08-29 21:08:25 -0400
commit0434798439b9037a4fa5f30165879292e388f042 (patch)
treee800bac5821057f524ac1d91175c9dd59ba4e0cf /embassy-rp/src/lib.rs
parent372270a9b962196ede9c60a705cc3138ba592fec (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.rs2
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;
32pub mod i2c; 32pub mod i2c;
33pub mod i2c_slave; 33pub mod i2c_slave;
34pub mod multicore; 34pub mod multicore;
35#[cfg(feature = "_rp235x")]
36pub mod otp;
35pub mod pwm; 37pub mod pwm;
36mod reset; 38mod reset;
37pub mod rom_data; 39pub mod rom_data;