| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 1 | -5/+20 |
| | | | | | Co-Authored-By: Aurélien Jacobs <[email protected]> | ||||
| * | Enable rp235x trng self-tests by default | Luke Rindels | 2025-04-27 | 1 | -37/+67 |
| | | | | | Gracefully handle rp235x trng self-test errors and resets | ||||
| * | embassy-rp: impl rand_core::CryptoRng for Trng | Wez Furlong | 2025-04-14 | 1 | -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 Nieuwenhuis | 2025-03-27 | 1 | -7/+3 |
| | | |||||
| * | TRNG support for 235x | Ugljesa Jovanovic | 2024-09-17 | 1 | -0/+405 |
