12 lines
428 B
CMake
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")
|