zephyr/drivers/entropy
Carles Cufi 6f534e4551 drivers: entropy: nrf5: Implement standard ISR-specific call
Implement the new entropy_get_entropy_isr() function to allow the kernel
to collect entropy before the scheduler and kernel data structures are
ready. Switch to an nrf-specific version for high-performance
requirements in the BLE Link Layer.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2018-05-24 15:13:13 -07:00
..
CMakeLists.txt native: entropy: warn of security risk 2018-05-17 07:51:00 +03:00
Kconfig native: added entropy device 2018-02-23 07:34:07 -05:00
Kconfig.esp32 subsys/random: sys_rand32_get() implementation that uses entropy API 2017-11-01 08:26:29 -04:00
Kconfig.mcux kconfig: Remove no-op selects of choice symbols 2018-03-29 08:57:39 -04:00
Kconfig.native_posix native: entropy: warn of security risk 2018-05-17 07:51:00 +03:00
Kconfig.nrf5 drivers: entropy: nrf5: Clarify Kconfig options 2018-04-05 08:09:57 -04:00
Kconfig.stm32 drivers: entropy: stm32: use Kconfig to select HAL/LL sources 2018-01-23 08:46:16 -06:00
entropy_esp32.c subsys/random: sys_rand32_get() implementation that uses entropy API 2017-11-01 08:26:29 -04:00
entropy_handlers.c syscalls: remove policy from handler checks 2018-05-17 23:34:03 +03:00
entropy_mcux_rnga.c devices: entropy: Initialize drivers during PRE_KERNEL_1 stage 2018-05-22 15:59:25 -07:00
entropy_mcux_trng.c devices: entropy: Initialize drivers during PRE_KERNEL_1 stage 2018-05-22 15:59:25 -07:00
entropy_nrf5.c drivers: entropy: nrf5: Implement standard ISR-specific call 2018-05-24 15:13:13 -07:00
entropy_stm32.c devices: entropy: Initialize drivers during PRE_KERNEL_1 stage 2018-05-22 15:59:25 -07:00
fake_entropy_native_posix.c devices: entropy: Initialize drivers during PRE_KERNEL_1 stage 2018-05-22 15:59:25 -07:00