Skip to content

Commit aa05949

Browse files
committed
tests/settings/nvs: Specify TFM maximum asset size
When using the TFM version of trusted storage, we need to specify the maximum asset size. Signed-off-by: Keith Packard <[email protected]>
1 parent be3c9be commit aa05949

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/subsys/settings/nvs/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ CONFIG_NVS=y
66
CONFIG_SETTINGS=y
77
CONFIG_SETTINGS_RUNTIME=y
88
CONFIG_SETTINGS_NVS=y
9+
10+
CONFIG_TFM_ITS_MAX_ASSET_SIZE_OVERRIDE=y
11+
CONFIG_TFM_ITS_MAX_ASSET_SIZE=256

0 commit comments

Comments
 (0)