Make it easier to add TF-M in an app by selecting and implying the necessary configs so the app doesn't have to specify the configs itself. Remove unneeded configs from the prj.conf files in the tfm samples. Also, fix case in key file name. Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
20 lines
437 B
Plaintext
20 lines
437 B
Plaintext
CONFIG_LOG=y
|
|
CONFIG_LOG_RUNTIME_FILTERING=y
|
|
CONFIG_LOG_BUFFER_SIZE=2048
|
|
CONFIG_LOG_PROCESS_TRIGGER_THRESHOLD=0
|
|
CONFIG_LOG_DEFAULT_LEVEL=4
|
|
|
|
#CONFIG_SHELL=n
|
|
#CONFIG_SHELL_HISTORY=y
|
|
#CONFIG_SHELL_VT100_COLORS=y
|
|
#CONFIG_SHELL_CMDS=n
|
|
#CONFIG_PSA_SHELL=y
|
|
|
|
CONFIG_BUILD_WITH_TFM=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
|