zephyr/tests/bsim/bluetooth
Valerio Setti 95aaa97dc3 mbedtls: add Kconfig to select the number of key slot in PSA Crypto core
Adding new CONFIG_MBEDTLS_PSA_KEY_SLOT_COUNT to select the number
of key slots in PSA Crypto core. The default value is 16. Be aware
that key slots consume RAM memory even if unused, so the proper value
should be a compromise between the number of slots required by
the application and the available RAM in the system.

This commit also:
- updates tests/crypto/secp256r1/mbedtls.conf to showcase how to
  use this new symbol to reduce RAM footprint.
- tests/bsim/bluetooth/mesh/overlay_psa.conf to support all the
  keys used in the test.

Signed-off-by: Valerio Setti <vsetti@baylibre.com>
2024-11-26 00:12:56 +01:00
..
audio tests: Bluetooth: Audio: Use same recv_cb for all tests 2024-11-21 14:47:49 +01:00
audio_samples tests/bsim/bluetooth/audio: Increase EXECUTION_TIMEOUT where needed 2024-11-16 14:56:43 -05:00
hci_uart bsim: add tests for BT_USE_PSA_API 2024-06-14 15:41:34 +02:00
host tests: bsim: Bluetooth: Fix simulation length be greater than wait time 2024-11-22 17:43:04 +01:00
ll samples: Bluetooth: Reduce heap for hci_ipc 2024-11-25 21:52:15 +01:00
mesh mbedtls: add Kconfig to select the number of key slot in PSA Crypto core 2024-11-26 00:12:56 +01:00
samples bluetooth: BAS: add battery critical status char to bas service 2024-10-22 14:06:35 +02:00
compile.nrf54l15bsim_nrf54l15_cpuapp.sh tests: bsim: Bluetooth: central_hr_peripheral_hr for nrf54l15bsim 2024-08-30 11:47:15 -04:00
compile.nrf5340bsim_nrf5340_cpuapp.sh tests: Bluetooth: Run Audio BSIM test on nrf5340bsim 2024-09-09 15:23:57 +03:00
compile.nrf5340bsim_nrf5340_cpunet.sh
compile.sh
tests.nrf52bsim.txt
tests.nrf54l15bsim_nrf54l15_cpuapp.txt tests: bsim: Bluetooth: central_hr_peripheral_hr for nrf54l15bsim 2024-08-30 11:47:15 -04:00
tests.nrf5340bsim_nrf5340_cpuapp.txt tests: Bluetooth: Run Audio BSIM test on nrf5340bsim 2024-09-09 15:23:57 +03:00
tests.nrf5340bsim_nrf5340_cpunet.txt