Skip to content

Commit cdde754

Browse files
committed
boards: shields: coverage_support: NRF_SECURITY=n at LV10 to save RAM
Similar like for L15, disable NRF_SECURITY to fit more tests into RAM. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent a8d7d12 commit cdde754

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boards/shields/coverage_support/boards/nrf54lv10dk_nrf54lv10a_cpuapp.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ CONFIG_ZTEST_STACK_SIZE=4096
1717
CONFIG_IPM_CONSOLE_STACK_SIZE=8192
1818
CONFIG_IPC_SERVICE_BACKEND_ICMSG_WQ_STACK_SIZE=4096
1919
CONFIG_SIZE_OPTIMIZATIONS=y
20+
21+
# to save memory
22+
CONFIG_NRF_SECURITY=n

0 commit comments

Comments
 (0)