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