Skip to content

Commit 7aaa100

Browse files
committed
samples/settings: 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 39ca0bc commit 7aaa100

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/subsys/settings/prj.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ CONFIG_NVS=y
77
CONFIG_SETTINGS_NVS=y
88
CONFIG_HEAP_MEM_POOL_SIZE=256
99
CONFIG_MPU_ALLOW_FLASH_WRITE=y
10+
CONFIG_TFM_ITS_MAX_ASSET_SIZE_OVERRIDE=y
11+
CONFIG_TFM_ITS_MAX_ASSET_SIZE=256

0 commit comments

Comments
 (0)