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

12 lines
428 B
CMake

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