zephyr/drivers/entropy
Andreas Sandberg 19c165a119 drivers: entropy: stm32: Add support for STM32L0 SoCs
Add the necessary clock configuration to support STM32L-based
SoCs. This change likely adds support for other STM32 SoCs as well
since the HSI48 clock is configured for all SoCs that support it
(except the STM32L4x) instead of just the STM32G4X.

Signed-off-by: Andreas Sandberg <andreas@sandberg.pp.se>
2020-06-09 14:44:25 +02:00
..
CMakeLists.txt drivers: entropy_mcux_rng LPC entropy 2020-05-07 23:25:31 -05:00
entropy_cc13xx_cc26xx.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05: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 zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05: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
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