zephyr/drivers/entropy
Benjamin Valentin 633d57508f drivers: entropy: sam: Add support for sam0
SAM0 uses the same TRNG as SAM, so it's trivial to add support
for this line of MCUs.

Signed-off-by: Benjamin Valentin <benpicco@googlemail.com>
2020-01-23 12:40:59 +01:00
..
CMakeLists.txt drivers: entropy: Add driver for LiteX PRBS module 2020-01-06 13:33:25 -05:00
entropy_cc13xx_cc26xx.c
entropy_esp32.c
entropy_handlers.c
entropy_litex.c drivers: entropy: Add driver for LiteX PRBS module 2020-01-06 13:33:25 -05:00
entropy_mcux_rnga.c
entropy_mcux_trng.c
entropy_nrf5.c
entropy_rv32m1_trng.c
entropy_sam.c drivers: entropy: sam: Add support for sam0 2020-01-23 12:40:59 +01:00
entropy_stm32.c
fake_entropy_native_posix.c
Kconfig drivers: entropy: Add driver for LiteX PRBS module 2020-01-06 13:33:25 -05:00
Kconfig.cc13xx_cc26xx
Kconfig.esp32
Kconfig.litex drivers: entropy: Add driver for LiteX PRBS module 2020-01-06 13:33:25 -05:00
Kconfig.mcux
Kconfig.native_posix
Kconfig.nrf5
Kconfig.rv32m1
Kconfig.sam drivers: entropy: sam: Add support for sam0 2020-01-23 12:40:59 +01:00
Kconfig.stm32