zephyr/drivers/entropy
Vinayak Kariappa Chettimada 1359992d1a drivers: entropy: nrf5: Fix ENTROPY_BUSYWAIT from hanging
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 ddb7f88f9e ("drivers: entropy: nrf5: Fix
ENTROPY_BUSYWAIT implementation")

Fixes #9523.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2018-09-03 12:58:40 +02:00
..
CMakeLists.txt
entropy_esp32.c
entropy_handlers.c
entropy_mcux_rnga.c
entropy_mcux_trng.c
entropy_nrf5.c drivers: entropy: nrf5: Fix ENTROPY_BUSYWAIT from hanging 2018-09-03 12:58:40 +02:00
entropy_stm32.c
fake_entropy_native_posix.c
Kconfig Kconfig: Use a short, consistent style for prompts 2018-08-15 04:10:10 -07:00
Kconfig.esp32
Kconfig.mcux
Kconfig.native_posix
Kconfig.nrf5
Kconfig.stm32