aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/trng.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add rand-core v0.9 support.Dario Nieuwenhuis2025-05-181-5/+20
| | | | Co-Authored-By: AurĂ©lien Jacobs <[email protected]>
* Enable rp235x trng self-tests by defaultLuke Rindels2025-04-271-37/+67
| | | | Gracefully handle rp235x trng self-test errors and resets
* embassy-rp: impl rand_core::CryptoRng for TrngWez Furlong2025-04-141-0/+3
| | | | | | Per discussion in https://github.com/embassy-rs/embassy/pull/3338/files#r2040704590 the Trng implementation satisfies the requirements for CryptoRng, so it is reasonable to implement this marker trait.
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-7/+3
|
* TRNG support for 235xUgljesa Jovanovic2024-09-171-0/+405