blob: b101ec1465fc140c639ddb677a5514b10b3830de [file] [log] [blame]
Antonio de Angelise3f08fd2019-07-25 17:26:23 +01001#-------------------------------------------------------------------------------
2# Copyright (c) 2019, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7
8#This file gathers Cortex-M0plus specific settings which control the build system.
9set(ARM_CPU_ARCHITECTURE "ARMv6-M")
10
11set(ARM_CPU_TYPE "Cortex-M0p")