Skip to content

Commit e694e5b

Browse files
tomi-fontrlubos
authored andcommitted
samples: protocols_serialization: server: use ZMS on 54L15
The trusted storage library's storage backend now requires using ZMS instead of NVS on the nRF54l15. Make the same additions than in 3ad9997. Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent 7f3242f commit e694e5b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

samples/nrf_rpc/protocols_serialization/server/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ CONFIG_NRF_RPC_THREAD_STACK_SIZE=6144
88

99
# USE HASH UID instead of HUK for this sample, because Partition Manager is not available
1010
CONFIG_TRUSTED_STORAGE_BACKEND_AEAD_KEY_HASH_UID=y
11+
12+
# Workaround required as Zephyr L2 implies usage of NVS backend for settings.
13+
# It should be removed once the proper fix will be applied in Zephyr.
14+
CONFIG_NVS=n
15+
CONFIG_ZMS=y
16+
CONFIG_SETTINGS_ZMS=y

samples/nrf_rpc/protocols_serialization/server/boards/nrf54l15pdk_nrf54l15_cpuapp.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ CONFIG_NRF_RPC_THREAD_STACK_SIZE=6144
88

99
# USE HASH UID instead of HUK for this sample, because Partition Manager is not available
1010
CONFIG_TRUSTED_STORAGE_BACKEND_AEAD_KEY_HASH_UID=y
11+
12+
# Workaround required as Zephyr L2 implies usage of NVS backend for settings.
13+
# It should be removed once the proper fix will be applied in Zephyr.
14+
CONFIG_NVS=n
15+
CONFIG_ZMS=y
16+
CONFIG_SETTINGS_ZMS=y

0 commit comments

Comments
 (0)