tests: bt: increase PSA key slots count when necessary
Increase the number of key slots in the PSA Crypto core for some tests using more keys than the default (16). Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
parent
65751c1c33
commit
22faaee268
2 changed files with 4 additions and 0 deletions
|
@ -24,3 +24,5 @@ CONFIG_BT_CTLR_RX_BUFFERS=3
|
|||
|
||||
# To make DEVICE Name writable...
|
||||
CONFIG_BT_DEVICE_NAME_DYNAMIC=y
|
||||
|
||||
CONFIG_MBEDTLS_PSA_KEY_SLOT_COUNT=32
|
||||
|
|
|
@ -73,3 +73,5 @@ CONFIG_BT_TESTING=y
|
|||
|
||||
# Needed for RPR tests due to huge amount of retransmitted messages
|
||||
CONFIG_BT_MESH_MSG_CACHE_SIZE=64
|
||||
|
||||
CONFIG_MBEDTLS_PSA_KEY_SLOT_COUNT=64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue