zephyr/drivers/entropy
Vincent Wan e7a85ddef9 drivers: entropy: add get_entropy_isr() for CC13x2/CC26x2
A non-blocking, isr-safe version of get_entropy() is necessary in order
to be called during boot time before POST_KERNEL initialization.
Otherwise a crash is seen as the existing get_entropy() implementation
uses k_sem and relies on interrupts.

Fixes #18629

Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
2020-06-15 16:53:39 +02:00
..
CMakeLists.txt drivers: entropy_mcux_rng LPC entropy 2020-05-07 23:25:31 -05:00
Kconfig drivers: entropy: Remove Kconfig HAS_DTS_ENTROPY 2020-04-13 09:14:21 -05:00
Kconfig.cc13xx_cc26xx drivers: entropy: Remove Kconfig HAS_DTS_ENTROPY 2020-04-13 09:14:21 -05:00
Kconfig.esp32 drivers: entropy: Remove Kconfig HAS_DTS_ENTROPY 2020-04-13 09:14:21 -05:00
Kconfig.gecko drivers: entropy: Remove Kconfig HAS_DTS_ENTROPY 2020-04-13 09:14:21 -05:00
Kconfig.litex
Kconfig.mcux drivers: entropy_mcux_rng LPC entropy 2020-05-07 23:25:31 -05:00
Kconfig.native_posix drivers: entropy: Remove Kconfig HAS_DTS_ENTROPY 2020-04-13 09:14:21 -05:00
Kconfig.nrf5 drivers: entropy: Remove Kconfig HAS_DTS_ENTROPY 2020-04-13 09:14:21 -05:00
Kconfig.rv32m1 drivers: entropy: Remove Kconfig HAS_DTS_ENTROPY 2020-04-13 09:14:21 -05:00
Kconfig.sam drivers: entropy: Remove Kconfig HAS_DTS_ENTROPY 2020-04-13 09:14:21 -05:00
Kconfig.stm32 drivers: entropy: Remove Kconfig HAS_DTS_ENTROPY 2020-04-13 09:14:21 -05:00
entropy_cc13xx_cc26xx.c drivers: entropy: add get_entropy_isr() for CC13x2/CC26x2 2020-06-15 16:53:39 +02:00
entropy_esp32.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
entropy_gecko_trng.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
entropy_handlers.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
entropy_litex.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
entropy_mcux_rng.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
entropy_mcux_rnga.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
entropy_mcux_trng.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
entropy_nrf5.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
entropy_rv32m1_trng.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
entropy_sam.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
entropy_stm32.c drivers: entropy: stm32: Add support for STM32L0 SoCs 2020-06-09 14:44:25 +02:00
fake_entropy_native_posix.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00