embassy/embassy-stm32
Olle Sandberg fd739250ea stm32: fix wait for RNG data
If no data was available to read then the loop would wait for an interrupt and skip to the next chunk without writing the current one.
This could cause the given slice to only be partially filled with random data.

Fixed by moving the wait to before actually writing data to the chunk.
2023-08-28 11:44:05 +02:00
..
src stm32: fix wait for RNG data 2023-08-28 11:44:05 +02:00
build.rs stm32/lp: add refcount 2023-08-23 20:18:34 -05:00
Cargo.toml rcc/bd: consolidate mod 2023-08-27 15:01:09 -05:00