rp: Add an RngCore impl based on ROSC.RANDOMBIT

This has the potential to not be random, but it should not be an issue
if default clock settings are used.
This commit is contained in:
Gabriel Smith
2022-11-29 20:46:04 -05:00
parent 8436c6180f
commit 71df28e269
3 changed files with 40 additions and 2 deletions

View File

@ -21,7 +21,7 @@ pub mod uart;
#[cfg(feature = "nightly")]
pub mod usb;
mod clocks;
pub mod clocks;
pub mod flash;
mod reset;