mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 15:54:43 +00:00
The entropy_nrf_get_entropy_isr(), which is specific to this driver, is in fact equivalent of generic entropy_get_entropy_isr(..., 0). This commit removes the entropy_nrf_get_entropy_isr() function and replaces its usage by call to generic entropy API. Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no> |
||
---|---|---|
.. | ||
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 |