zephyr/drivers/entropy
Aurelien Jarno 5aa09c6baa drivers: entropy: stm32: add support for STM32F7
All the STM32F7 SoCs have a TRNG. Adding support for it is just a matter
of tweaking the #ifdef and including the right file from HAL.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2018-07-03 22:48:08 -04:00
..
CMakeLists.txt drivers: entropy: Remove usage of zephyr_library_ifdef 2018-05-28 13:23:13 -04:00
Kconfig drivers: entropy: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.esp32 drivers: entropy: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.mcux drivers: entropy: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.native_posix drivers: entropy: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.nrf5
Kconfig.stm32 drivers: entropy: stm32: add support for STM32F7 2018-07-03 22:48:08 -04:00
entropy_esp32.c
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: Use nrf_rng hal for registers w sideeffects 2018-06-26 14:49:50 +02:00
entropy_stm32.c drivers: entropy: stm32: add support for STM32F7 2018-07-03 22:48:08 -04:00
fake_entropy_native_posix.c drivers: entropy: native: implement standard ISR-specific call 2018-06-22 12:29:02 -04:00