Rename lib. Disable AUDIT_LOG in regression sample because of a bug upstream. Update stm32l562e_dk_ns overlay. Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
CONFIG_BUILD_WITH_TFM=y
|
|
CONFIG_TFM_IPC=y
|
|
CONFIG_TFM_REGRESSION=y
|
|
CONFIG_TFM_PARTITION_AUDIT_LOG=n
|
|
|
|
# The Zephyr CMSIS emulation assumes that ticks are ms, currently
|
|
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
|
|
|
|
CONFIG_MAIN_STACK_SIZE=4096
|
|
CONFIG_HEAP_MEM_POOL_SIZE=4096
|