Missing clear pending RNG_IRQn when generating multiple
random numbers caused CPU to hang at __WFE call in the
loop waiting for new value.
This fixes commit
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| entropy_esp32.c | ||
| entropy_handlers.c | ||
| entropy_mcux_rnga.c | ||
| entropy_mcux_trng.c | ||
| entropy_nrf5.c | ||
| entropy_stm32.c | ||
| fake_entropy_native_posix.c | ||
| Kconfig | ||
| Kconfig.esp32 | ||
| Kconfig.mcux | ||
| Kconfig.native_posix | ||
| Kconfig.nrf5 | ||
| Kconfig.stm32 | ||