63a65bead0
Set the TF-M profile type to none for TF-M integration samples. If the default profile has been set to something else these samples may fail. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
11 lines
254 B
Plaintext
11 lines
254 B
Plaintext
CONFIG_BUILD_WITH_TFM=y
|
|
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y
|
|
CONFIG_TFM_IPC=y
|
|
CONFIG_REBOOT=y
|
|
|
|
# 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
|