Skip to content

Commit af415fe

Browse files
committed
boards: shields: coverage_support: save memory for 54l15
Switch crypto to save memory and enable more testing at 54l15. Signed-off-by: Piotr Kosycarz <piotr.kosycarz@nordicsemi.no>
1 parent 8cfb1aa commit af415fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/shields/coverage_support/boards/nrf54l15dk_nrf54l15_cpuapp.conf

+4
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ CONFIG_ZTEST_STACK_SIZE=4096
1717
CONFIG_IPM_CONSOLE_STACK_SIZE=8092
1818
CONFIG_IPC_SERVICE_BACKEND_ICMSG_WQ_STACK_SIZE=4096
1919
CONFIG_SIZE_OPTIMIZATIONS=y
20+
21+
# Switch from CRACEN to OBERON to save memory
22+
CONFIG_PSA_CRYPTO_DRIVER_OBERON=y
23+
CONFIG_PSA_CRYPTO_DRIVER_CRACEN=n

0 commit comments

Comments
 (0)