zephyr/drivers/entropy
Anas Nashif 5eb90ec169 cleanup: include/: move misc/__assert.h to sys/__assert.h
move misc/__assert.h to sys/__assert.h and
create a shim for backward-compatibility.

No functional changes to the headers.
A warning in the shim can be controlled with CONFIG_COMPAT_INCLUDES.

Related to #16539

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-06-27 22:55:49 -04:00
..
CMakeLists.txt
entropy_cc13xx_cc26xx.c cleanup: include/: move ring_buffer.h to sys/ring_buffer.h 2019-06-27 22:55:49 -04:00
entropy_esp32.c cleanup: include/: move entropy.h to drivers/entropy.h 2019-06-27 22:55:49 -04:00
entropy_handlers.c cleanup: include/: move entropy.h to drivers/entropy.h 2019-06-27 22:55:49 -04:00
entropy_mcux_rnga.c cleanup: include/: move entropy.h to drivers/entropy.h 2019-06-27 22:55:49 -04:00
entropy_mcux_trng.c cleanup: include/: move entropy.h to drivers/entropy.h 2019-06-27 22:55:49 -04:00
entropy_nrf5.c cleanup: include/: move entropy.h to drivers/entropy.h 2019-06-27 22:55:49 -04:00
entropy_sam.c cleanup: include/: move entropy.h to drivers/entropy.h 2019-06-27 22:55:49 -04:00
entropy_stm32.c cleanup: include/: move misc/__assert.h to sys/__assert.h 2019-06-27 22:55:49 -04:00
fake_entropy_native_posix.c cleanup: include/: move entropy.h to drivers/entropy.h 2019-06-27 22:55:49 -04:00
Kconfig
Kconfig.cc13xx_cc26xx
Kconfig.esp32
Kconfig.mcux
Kconfig.native_posix
Kconfig.nrf5
Kconfig.sam
Kconfig.stm32