zephyr/tests/subsys
Valerio Setti 516886be1b mbedtls: MBEDTLS_ENTROPY_POLL_ZEPHYR default on if MBEDTLS_ENTROPY_C
As long as MBEDTLS_ENTROPY_C is enabled, Mbed TLS needs to
poll some entropy source to gather data that will then be
processed by CTR/HMAC-DRBG modules. This means that in most
of the cases, once MBEDTLS_ENTROPY_C is enabled then also
MBEDTLS_ENTROPY_POLL_ZEPHYR needs to be enabled. This was
done manually until now, as the long list of samples/tests
demonstrate.

This commit solves this dependency by defaulting
MBEDTLS_ENTROPY_POLL_ZEPHYR to on as soon as
MBEDTLS_ENTROPY_C is set. As a consequence, all manual
enablement of MBEDTLS_ENTROPY_POLL_ZEPHYR in samples/tests
are removed.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2024-11-20 15:59:40 -05:00
..
bindesc tests: Add tests for bindesc reading 2024-10-11 13:20:49 -04:00
canbus/isotp lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
debug tests: debug/coredump: Change to call k_panic() for ISH SoCs 2024-11-08 15:55:36 -06:00
dfu tests: subsys: dfu: img_util: Increase stack size 2024-11-06 09:57:41 -08:00
display/cfb/basic tests: display: cfb: fix filtering 2024-11-18 07:24:12 -05:00
dsp boards: mps3: Add support for corstone300/an552 2024-10-26 03:58:05 +01:00
edac
emul tests/subsys/emul: Don't test on native_posix 2024-09-25 04:04:36 -04:00
fs boards: hifive_unmatched: add support for S7 and U74 targets 2024-11-20 10:15:03 +00:00
input tests: input/api: limit to 1 CPU for thread mode test 2024-10-08 18:17:48 +01:00
ipc ipc: icmsg & icbmsg: Add support for POSIX arch targets 2024-09-26 03:34:26 -04:00
jwt mbedtls: use CSPRNG whenever possible as PSA random source 2024-11-20 15:59:40 -05:00
llext/simple LLEXT: add llext_section_offset() to replace llext_find_section() 2024-11-16 15:28:00 -05:00
logging yaml: use EXTRA_CONF_FILE in .yaml files 2024-10-17 09:45:25 +02:00
lorawan everywhere: reindent .overlay files with tabs 2024-06-26 15:59:44 +02:00
mem_mgmt tests/subsys/mem_mgmt: Don't test on native_posix 2024-09-25 04:04:36 -04:00
mgmt tests: mgmt: mcumgr: Add transport_lorawan test 2024-10-25 14:00:48 +02:00
modbus modbus: fix support for floating point values 2024-10-08 17:01:19 +02:00
modem modem: cmux: added validation of cmux frame length 2024-11-07 08:31:48 -06:00
openthread net: openthread: make receive sensitivity configurable 2024-10-15 04:06:08 -04:00
pm pm: policy: separate default policy and events 2024-11-16 15:56:02 -05:00
portability tests/samples: use platform_key on cmsis_rtos tests/samples 2024-10-31 09:23:30 -05:00
random/rng tests: random: rng: validate sys_csrand_get availability 2024-10-16 10:00:47 +02:00
rtio i2c: Drop transceive test, fix transfer call count 2024-10-22 18:29:34 -04:00
sd
secure_storage/psa mbedtls: MBEDTLS_ENTROPY_POLL_ZEPHYR default on if MBEDTLS_ENTROPY_C 2024-11-20 15:59:40 -05:00
sensing tests: sensing: fix identifier 2024-07-18 06:47:57 -04:00
settings yaml: use EXTRA_CONF_FILE in .yaml files 2024-10-17 09:45:25 +02:00
settings_commit_prio settings: Add test for settings commit priority 2024-10-24 22:04:07 +01:00
shell tests: shell: limit build only config tests 2024-11-08 09:24:31 -06:00
sip_svc
storage mbedtls: MBEDTLS_ENTROPY_POLL_ZEPHYR default on if MBEDTLS_ENTROPY_C 2024-11-20 15:59:40 -05:00
testsuite/fff_fake_contexts tests: Support targeting unit_testing with and without qualifier 2024-10-25 18:51:10 +01:00
tracing/tracing_api everywhere: reindent .overlay files with tabs 2024-06-26 15:59:44 +02:00
usb tests: usb: uac2: Test Feature Unit descriptor 2024-10-15 19:03:49 +01:00
zbus boards: hifive_unleashed: add support for E51 and U54 targets 2024-11-20 10:15:03 +00:00