mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 19:35:27 +00:00
In STM32 family, RNG IP is available only on F4 and L4 series. Besides STM32F401 does not support is neither. Get entropy driver available on STM32 devices supporting it and generate a compilation issue on STM32 devices that do not own the RNG IP. Solves #5448 Signed-Off-By: Erwan Gouriou <erwan.gouriou@linaro.org> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
entropy_esp32.c | ||
entropy_handlers.c | ||
entropy_mcux_rnga.c | ||
entropy_mcux_trng.c | ||
entropy_nrf5.c | ||
entropy_stm32.c | ||
Kconfig | ||
Kconfig.esp32 | ||
Kconfig.mcux | ||
Kconfig.nrf5 | ||
Kconfig.stm32 |