zephyr/boards/native/native_sim
Valerio Setti 72555fabb4 board: enable random/entropy generators if BT
BT uses PSA Crypto API to perform crypto operations and, on this
platform, these APIs are implemented through Mbed TLS. In order
to properly initialize this library, a random number generator
is required.

* If the platform supports an HW entropy generator (ex: native_sim,
  nrf), then ENTROPY_GENERATOR must be used;
* Otherwise (ex: qemu_cortex_m3) test random generator can be
  enabled.

Enabling the proper option at board Kconfig level allows for
a more compact code change instead of manually editing _all_
the samples/tests that required this fix.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2024-11-27 16:40:47 -05:00
..
doc boards native_sim docs: Clarify which SDL version is needed 2024-10-07 13:39:00 +02:00
board_irq.h
board_soc.h
board.cmake
board.yml boards: Set full_name for all boards 2024-10-10 20:22:21 -04:00
CMakeLists.txt
cmdline_common.h
cmdline.c
cmdline.h
cpu_wait.c
irq_handler.c arch: deprecate _current 2024-11-23 20:12:24 -05:00
irq_handler.h
Kconfig boards native_sim: Deprecate CONFIG_NATIVE_SIM_NATIVE_POSIX_COMPAT 2024-11-19 20:04:55 -05:00
Kconfig.defconfig board: enable random/entropy generators if BT 2024-11-27 16:40:47 -05:00
Kconfig.native_sim
misc.c
native_posix_compat.h
native_sim_64_defconfig
native_sim_64.dts
native_sim_defconfig
native_sim_native_64.yaml boards: twister: update boards' twister metadata files 2024-11-25 08:31:28 +01:00
native_sim.dts samples: drivers: added a simple touch controller sample 2024-10-09 18:11:21 +01:00
native_sim.yaml boards: twister: update boards' twister metadata files 2024-11-25 08:31:28 +01:00
nsi_if.c
posix_arch_if.c
timer_model.h