zephyr/drivers/entropy
Mohamed ElShahawi 55471982f6 esp32: drivers: Add Entropy Device tree support
- Add TRNG module to esp32.dtsi
- Updated the note about TRNG register address

Signed-off-by: Mohamed ElShahawi <ExtremeGTX@hotmail.com>
2019-10-24 09:09:41 -05:00
..
CMakeLists.txt
Kconfig
Kconfig.cc13xx_cc26xx
Kconfig.esp32 esp32: drivers: Add Entropy Device tree support 2019-10-24 09:09:41 -05:00
Kconfig.mcux kconfig: Turn pointless/confusing 'menuconfig's into 'config's 2019-10-22 13:53:06 -05:00
Kconfig.native_posix kconfig: Turn pointless/confusing 'menuconfig's into 'config's 2019-10-22 13:53:06 -05:00
Kconfig.nrf5
Kconfig.sam kconfig: Turn pointless/confusing 'menuconfig's into 'config's 2019-10-22 13:53:06 -05:00
Kconfig.stm32 kconfig: Turn pointless/confusing 'menuconfig's into 'config's 2019-10-22 13:53:06 -05:00
entropy_cc13xx_cc26xx.c
entropy_esp32.c esp32: drivers: Add Entropy Device tree support 2019-10-24 09:09:41 -05:00
entropy_handlers.c kernel: Port remaining syscalls to new API 2019-09-12 11:31:50 +08:00
entropy_mcux_rnga.c
entropy_mcux_trng.c
entropy_nrf5.c nordic: Use hal/ in all inclusions of nrfx HAL header files 2019-09-24 16:20:16 +02:00
entropy_sam.c drivers: sam: entropy: implement get_entropy_isr 2019-08-23 17:03:18 +02:00
entropy_stm32.c drivers: entropy: Add STM32G4X RNG support 2019-10-04 18:44:24 -07:00
fake_entropy_native_posix.c