Skip to content

Commit

Permalink
Trng foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
ionspin committed Sep 15, 2024
1 parent 3d6a270 commit faeab00
Show file tree
Hide file tree
Showing 2 changed files with 444 additions and 0 deletions.
4 changes: 4 additions & 0 deletions embassy-rp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ pub mod rtc;
pub mod spi;
#[cfg(feature = "time-driver")]
pub mod time_driver;
#[cfg(feature = "_rp235x")]
pub mod trng;
pub mod uart;
pub mod usb;
pub mod watchdog;
Expand Down Expand Up @@ -402,6 +404,8 @@ embassy_hal_internal::peripherals! {

WATCHDOG,
BOOTSEL,

TRNG
}

#[cfg(all(not(feature = "boot2-none"), feature = "rp2040"))]
Expand Down
Loading

0 comments on commit faeab00

Please sign in to comment.