Mate Toth-Pal | ef4b26e | 2018-01-17 19:52:35 +0100 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
| 2 | # Copyright (c) 2018, Arm Limited. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | #------------------------------------------------------------------------------- |
| 7 | |
| 8 | #This file gatrhers Cortex-M23 specific settings which control the build system. |
Antonio de Angelis | f1f7ebd | 2018-11-23 23:11:41 +0000 | [diff] [blame] | 9 | set(ARM_CPU_ARCHITECTURE "ARMv8-M.BASE") |
Mate Toth-Pal | ef4b26e | 2018-01-17 19:52:35 +0100 | [diff] [blame] | 10 | |
| 11 | set(ARM_CPU_TYPE "Cortex-M23") |