Files
SDK_GD32W51x/PROT/trusted-firmware-m/cmake/Common/CpuM33.cmake
2023-05-18 18:53:00 +08:00

12 lines
432 B
CMake

#-------------------------------------------------------------------------------
# Copyright (c) 2017-2018, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#-------------------------------------------------------------------------------
#This file gathers Cortex-M33 specific settings which control the build system.
set(ARM_CPU_ARCHITECTURE "ARMv8-M.MAIN")
set(ARM_CPU_TYPE "Cortex-M33")