ad9cdf06c4
The sample now builds the psa-arch-tests itself and doesn't rely anymore on the TF-M module CMakeFile. Additionally it will not run the zephyr main.c anymore but therefore only uses the tf-m non-secure application. Signed-off-by: Markus Swarowsky <markus.swarowsky@nordicsemi.no>
15 lines
274 B
Plaintext
15 lines
274 B
Plaintext
#
|
|
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
CONFIG_BUILD_WITH_TFM=y
|
|
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y
|
|
CONFIG_TFM_USE_NS_APP=y
|
|
CONFIG_QEMU_ICOUNT_SHIFT=1
|
|
|
|
|
|
# Needed for CRYPTO and INITIAL_ATTESTATION
|
|
CONFIG_MAIN_STACK_SIZE=4096
|