1#-------------------------------------------------------------------------------
2# Copyright (c) 2001-2019, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7
8# Configuration: freertos_cm33
9# Supported Toolchains: arm-none-eabi arm-compiler-6
10
11OS=freertos
12
13CC_TYPE=GCC
14
15DEVICE=target
16BOARD=MPS2+
17
18CMSIS_DRIVER=SSE_200
19M_ARCH=armv8-m.main
20CORTEX=8-M.Main
21CORTEX_SHORT=CM33
22
23# TZM indicates whether the configuration supports TrustZone-M or not.
24# By default, TZM equals to 0.
25TZM=1
26