mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-17 13:52:35 +00:00
Add Kconfig options that will be used by the module to call the function with the desired parameters. Refactor the tfm_integration samples and the supported boards. Update west.yml to bring in Cmake changes that use the new KConfigs. Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
10 lines
228 B
Plaintext
10 lines
228 B
Plaintext
CONFIG_BUILD_WITH_TFM=y
|
|
CONFIG_TFM_IPC=y
|
|
CONFIG_TFM_REGRESSION=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
|