1#-------------------------------------------------------------------------------
2# Copyright (c) 2023, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7
8# In the new split build this file defines a platform specific parameters
9# like mcpu core, arch etc and to be included by toolchain files.
10
11set(TFM_SYSTEM_PROCESSOR cortex-m33)
12set(TFM_SYSTEM_ARCHITECTURE armv8-m.main)
13set(TFM_SYSTEM_DSP OFF)
14set(CONFIG_TFM_FP_ARCH "fpv5-d16")
15set(CONFIG_TFM_FP_ARCH_ASM "FPv5_D16")
16