zephyr/drivers/entropy
Ioannis Glaropoulos f1264b7e47 drivers: entropy: nrf5: add docs and a DSB in get_entropy_isr
Add a DSB before doing WFE in get_entropy_isr, to ensure
the memory transactions are complete.

Add a note clarifying a dependency for the existing solution
(dependency is satisfied by ARCH code but is good to state
clearly).

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2020-06-17 15:55:44 +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: Turn pointless 'menuconfig's into 'config's 2020-01-24 21:30:17 -05:00
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 drivers: entropy: nrf5: add docs and a DSB in get_entropy_isr 2020-06-17 15:55:44 +02: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