tock / libtock-rs

Rust userland library for Tock
Apache License 2.0
163 stars 109 forks source link

Rng API #524

Closed CosminGGeorgescu closed 8 months ago

CosminGGeorgescu commented 10 months ago

This PR add an RNG API, as well as 2 example apps, one using it synchronously and the other, asynchronously.

Has been tested on the esp32_c3_devkitm_1 platform.

twilfredo commented 9 months ago

@jrvanwhy ping :)