blob: 947983d33f8b2d615f9b60b9cba62fbc7b6196c9 [file] [log] [blame]
Martin Günther89be6522016-05-13 07:57:31 +02001<?xml version="1.0" encoding="UTF-8"?>
2
3<package schemaVersion="1.3" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="PACK.xsd">
4 <name>CMSIS</name>
5 <description>CMSIS (Cortex Microcontroller Software Interface Standard)</description>
6 <vendor>ARM</vendor>
Joachim Krecha33860c2016-11-09 22:25:55 +01007 <!-- <license>license.txt</license> -->
Martin Günther89be6522016-05-13 07:57:31 +02008 <url>http://www.keil.com/pack/</url>
9
Martin Günther89be6522016-05-13 07:57:31 +020010 <releases>
Jonatan Antonidef6f802021-05-06 17:31:38 +020011 <release version="5.8.0">
GuentherMartin09825bc2020-12-17 09:04:42 +010012 Active development ...
13 CMSIS-Core(M):
Jonatan Antonidef6f802021-05-06 17:31:38 +020014 - Updated GCC LinkerDescription, GCC Assembler startup
Jonatan Antoni73b52162021-02-04 17:50:07 +010015 - Added ARMv8-M Stack Sealing (to linker, startup) for toolchain ARM, GCC
GuentherMartin09825bc2020-12-17 09:04:42 +010016 - Changed C-Startup to default Startup.
Jonatan Antoni17ccd4d2020-04-09 16:39:25 +020017 CMSIS-DSP:
18 - Purged pre-built libs from Git
Felix Thomasmathibaland1d08792021-03-19 08:18:24 +010019 CMSIS-NN: 3.0.0 (see revision history for details including version 2.0.0)
Felix Johnnyd36676f2021-01-19 10:31:55 +010020 - Major interface change for functions compatible with TensorFlow Lite for Microcontroller
Felix Thomasmathibalan32731002021-04-22 14:56:27 +010021 - Added optimization for SVDF kernel
Felix Johnnyd36676f2021-01-19 10:31:55 +010022 - Improved MVE performance for fully Connected and max pool operator
Felix Johnnyb9667962021-02-17 06:14:33 +010023 - NULL bias support for fully connected operator in non-MVE case(Can affect performance)
Felix Thomasmathibaland1d08792021-03-19 08:18:24 +010024 - Expanded existing unit test suite along with support for FVP
Jonatan Antonidef6f802021-05-06 17:31:38 +020025 CMSIS-RTOS:
26 - RTX4: Purged pre-built libs from Git
27 CMSIS-RTOS2:
28 - RTX5: Purged pre-built libs from Git
29 - RTX 5.5.3 (see revision history for details)
Jonatan Antoni17ccd4d2020-04-09 16:39:25 +020030 </release>
31 <release version="5.7.0" date="2020-04-09">
Jonatan Antoni9a10fef2020-04-02 18:08:33 +020032 CMSIS-Build: 0.9.0 (beta)
33 - Draft for CMSIS Project description (CPRJ)
Jonatan Antonib2a65a02020-04-03 15:55:17 +020034 CMSIS-Core(M): 5.4.0 (see revision history for details)
35 - Cortex-M55 cpu support
36 - Enhanced MVE support for Armv8.1-MML
Milorad Cvjetkovicd7be5942020-03-31 15:32:26 +020037 - Fixed device config define checks.
Jonatan Antonib2a65a02020-04-03 15:55:17 +020038 - L1 Cache functions for Armv7-M and later
Jonatan Antoni724104c2020-04-03 16:52:57 +020039 CMSIS-Core(A): 1.2.0 (see revision history for details)
40 - Fixed GIC_SetPendingIRQ to use GICD_SGIR
41 - Added missing DSP intrinsics
42 - Reworked assembly intrinsics: volatile, barriers and clobber
Jonatan Antoniea0a3c72020-03-16 13:13:49 +010043 CMSIS-DSP: 1.8.0 (see revision history for details)
44 - Added new functions and function groups
45 - Added MVE support
Jonatan Antonib2a65a02020-04-03 15:55:17 +020046 CMSIS-NN: 1.3.0 (see revision history for details)
47 - Added MVE support
48 - Further optimizations for kernels using DSP extension
Robert Rostohar11e3d0f2019-10-18 13:18:01 +020049 CMSIS-RTOS2:
50 - RTX 5.5.2 (see revision history for details)
Robert Rostohar8d743c52020-01-24 13:04:51 +010051 CMSIS-Driver: 2.8.0
Jonatan Antonib2a65a02020-04-03 15:55:17 +020052 - Added VIO API 0.1.0 (Preview)
Robert Rostohar8d743c52020-01-24 13:04:51 +010053 - removed volatile from status related typedefs in APIs
Robert Rostohar5b0a5512020-01-24 14:35:11 +010054 - enhanced WiFi Interface API with support for polling Socket Receive/Send
Jonatan Antoni9a10fef2020-04-02 18:08:33 +020055 CMSIS-Pack: 1.6.3 (see revision history for details)
56 - deprecating all types specific to cpdsc format. Cpdsc is replaced by Cprj with dedicated schema.
Jonatan Antoni09694d72019-11-18 16:10:45 +010057 Devices:
Jonatan Antonib2a65a02020-04-03 15:55:17 +020058 - ARMCM55 device
Jonatan Antoni09694d72019-11-18 16:10:45 +010059 - ARMv81MML startup code recognizing __MVE_USED macro
60 - Refactored vector table references for all Cortex-M devices
Jonatan Antonib2a65a02020-04-03 15:55:17 +020061 - Reworked ARMCM* C-StartUp files.
62 - Include L1 Cache functions in ARMv8MML/ARMv81MML devices
63 Utilities:
64 Attention: Linux binaries moved to Linux64 folder!
65 - SVDConv 3.3.35
66 - PackChk 1.3.89
Jonatan Antonid9a6b2e2019-07-10 15:52:17 +020067 </release>
68 <release version="5.6.0" date="2019-07-10">
Jonatan Antoniae553b72019-05-06 16:29:20 +020069 CMSIS-Core(M): 5.3.0 (see revision history for details)
Jonatan Antoni09694d72019-11-18 16:10:45 +010070 - Added provisions for compiler-independent C startup code.
Jonatan Antonif677f002019-06-25 13:01:11 +020071 CMSIS-Core(A): 1.1.4 (see revision history for details)
Jonatan Antoni09694d72019-11-18 16:10:45 +010072 - Fixed __FPU_Enable.
Christophe Favergeon03e3e412019-06-25 09:29:51 +020073 CMSIS-DSP: 1.7.0 (see revision history for details)
74 - New Neon versions of f32 functions
75 - Python wrapper
76 - Preliminary cmake build
77 - Compilation flags for FFTs
78 - Changes to arm_math.h
Jonatan Antonic68a7f22019-07-10 15:05:34 +020079 CMSIS-NN: 1.2.0 (see revision history for details)
Felix Johnny55034c62019-06-25 10:55:12 +020080 - New function for depthwise convolution with asymmetric quantization.
81 - New support functions for requantization.
Robert Rostohar86d53b72019-05-07 12:07:42 +020082 CMSIS-RTOS:
83 - RTX 4.82.0 (updated provisions for Arm Compiler 6 when using Cortex-M0/M0+)
Robert Rostohar274494c2019-04-26 07:51:54 +020084 CMSIS-RTOS2:
85 - RTX 5.5.1 (see revision history for details)
Jonatan Antonif677f002019-06-25 13:01:11 +020086 CMSIS-Driver: 2.7.1
Robert Rostohar89109b22019-06-24 10:44:56 +020087 - WiFi Interface API 1.0.0
Jonatan Antoniae553b72019-05-06 16:29:20 +020088 Devices:
Jonatan Antonidf0acdd2020-04-07 14:20:16 +020089 - Generalized C startup code for all Cortex-M family devices.
Jonatan Antoni09694d72019-11-18 16:10:45 +010090 - Updated Cortex-A default memory regions and MMU configurations
91 - Moved Cortex-A memory and system config files to avoid include path issues
Jonatan Antoni035cfb12019-03-20 14:18:39 +010092 </release>
93 <release version="5.5.1" date="2019-03-20">
Jonatan Antoni63c14192019-03-20 13:53:55 +010094 The following folders are deprecated
95 - CMSIS/Include/ (superseded by CMSIS/DSP/Include/ and CMSIS/Core/Include/)
96
97 CMSIS-Core(M): 5.2.1 (see revision history for details)
98 - Fixed compilation issue in cmsis_armclang_ltm.h
Jonatan Antonic91a46d2019-03-15 16:47:52 +010099 </release>
Jonatan Antoni63c14192019-03-20 13:53:55 +0100100 <release version="5.5.0" date="2019-03-18">
Jonatan Antoni99bb93c2019-03-15 13:45:47 +0100101 The following folders have been removed:
Jonatan Antoni9feb2b22019-03-15 14:54:08 +0100102 - CMSIS/Lib/ (superseded by CMSIS/DSP/Lib/)
103 - CMSIS/DSP_Lib/ (superseded by CMSIS/DSP/)
Jonatan Antoni12955cd2019-03-18 12:06:15 +0100104 The following folders are deprecated
105 - CMSIS/Include/ (superseded by CMSIS/DSP/Include/ and CMSIS/Core/Include/)
Jonatan Antoni99bb93c2019-03-15 13:45:47 +0100106
107 CMSIS-Core(M): 5.2.0 (see revision history for details)
108 - Reworked Stack/Heap configuration for ARM startup files.
109 - Added Cortex-M35P device support.
110 - Added generic Armv8.1-M Mainline device support.
111 CMSIS-Core(A): 1.1.3 (see revision history for details)
Jonatan Antoni12955cd2019-03-18 12:06:15 +0100112 CMSIS-DSP: 1.6.0 (see revision history for details)
GuentherMartin41d9e352019-03-14 14:18:28 +0100113 - reworked DSP library source files
GuentherMartin41d9e352019-03-14 14:18:28 +0100114 - reworked DSP library documentation
Jonatan Antoni3b2f0d22019-03-18 12:11:51 +0100115 - Changed DSP folder structure
GuentherMartin41d9e352019-03-14 14:18:28 +0100116 - moved DSP libraries to folder ./DSP/Lib
117 - ARM DSP Libraries are built with ARMCLANG
118 - Added DSP Libraries Source variant
Robert Rostohar83177af2018-09-04 10:27:04 +0200119 CMSIS-RTOS2:
120 - RTX 5.5.0 (see revision history for details)
Robert Rostohareea31932019-03-15 14:51:42 +0100121 CMSIS-Driver: 2.7.0
Jonatan Antoni445accf2019-03-15 15:07:45 +0100122 - Added WiFi Interface API 1.0.0-beta
Jonatan Antoni99bb93c2019-03-15 13:45:47 +0100123 - Added components for project specific driver implementations
124 CMSIS-Pack: 1.6.0 (see revision history for details)
Jonatan Antoni191afdb2019-03-18 12:31:47 +0100125 Devices:
126 - Added Cortex-M35P and ARMv81MML device templates.
127 - Fixed C-Startup Code for GCC (aligned with other compilers)
Jonatan Antoni99bb93c2019-03-15 13:45:47 +0100128 Utilities:
129 - SVDConv 3.3.25
130 - PackChk 1.3.82
Jonatan Antoni0d2dbfb2018-08-01 17:34:38 +0200131 </release>
Jonatan Antoniadbadb22018-08-01 17:33:45 +0200132 <release version="5.4.0" date="2018-08-01">
Jonatan Antoniba9cdf32018-06-29 15:22:59 +0200133 Aligned pack structure with repository.
134 The following folders are deprecated:
Jonatan Antonifd687e52018-07-25 10:50:56 +0200135 - CMSIS/Include/
136 - CMSIS/DSP_Lib/
137
Jonatan Antoni5d19e5f2018-04-09 10:16:49 +0200138 CMSIS-Core(M): 5.1.2 (see revision history for details)
Jonatan Antonifd687e52018-07-25 10:50:56 +0200139 - Added Cortex-M1 support (beta).
Jonatan Antoni5d19e5f2018-04-09 10:16:49 +0200140 CMSIS-Core(A): 1.1.2 (see revision history for details)
Jonatan Antoniadbadb22018-08-01 17:33:45 +0200141 CMSIS-NN: 1.1.0
142 - Added new math functions.
Robert Rostohar84a93882018-03-06 14:27:36 +0100143 CMSIS-RTOS2:
Jonatan Antonifd687e52018-07-25 10:50:56 +0200144 - API 2.1.3 (see revision history for details)
145 - RTX 5.4.0 (see revision history for details)
146 * Updated exception handling on Cortex-A
Vladimir Umekc1e9d202018-04-19 08:00:56 +0200147 CMSIS-Driver:
148 - Flash Driver API V2.2.0
Jonatan Antonifd687e52018-07-25 10:50:56 +0200149 Utilities:
150 - SVDConv 3.3.21
151 - PackChk 1.3.71
Jonatan Antoni7f501a72018-02-22 10:13:58 +0100152 </release>
153 <release version="5.3.0" date="2018-02-22">
Jonatan Antonie924d642018-02-20 11:43:50 +0100154 Updated Arm company brand.
155 CMSIS-Core(M): 5.1.1 (see revision history for details)
156 CMSIS-Core(A): 1.1.1 (see revision history for details)
Jonatan Antonia3ec1f22018-02-21 13:51:30 +0100157 CMSIS-DAP: 2.0.0 (see revision history for details)
Jonatan Antonie924d642018-02-20 11:43:50 +0100158 CMSIS-NN: 1.0.0
Jonatan Antoni13bff482018-01-19 13:05:57 +0100159 - Initial contribution of the bare metal Neural Network Library.
Robert Rostohare5b1c2d2017-11-28 15:48:26 +0100160 CMSIS-RTOS2:
Robert Rostoharcd44e6f2018-01-09 11:45:59 +0100161 - RTX 5.3.0 (see revision history for details)
Robert Rostohare5b1c2d2017-11-28 15:48:26 +0100162 - OS Tick API 1.0.1
Jonatan Antoni1434f1f2017-11-16 16:55:57 +0100163 </release>
164 <release version="5.2.0" date="2017-11-16">
Jonatan Antonide316642017-11-10 11:40:06 +0100165 CMSIS-Core(M): 5.1.0 (see revision history for details)
166 - Added MPU Functions for ARMv8-M for Cortex-M23/M33.
167 - Added compiler_iccarm.h to replace compiler_iar.h shipped with the compiler.
168 CMSIS-Core(A): 1.1.0 (see revision history for details)
169 - Added compiler_iccarm.h.
170 - Added additional access functions for physical timer.
171 CMSIS-DAP: 1.2.0 (see revision history for details)
172 CMSIS-DSP: 1.5.2 (see revision history for details)
Jonatan Antonie924d642018-02-20 11:43:50 +0100173 CMSIS-Driver: 2.6.0 (see revision history for details)
Jonatan Antonide316642017-11-10 11:40:06 +0100174 - CAN Driver API V1.2.0
Vladimir Umekb4728092017-11-14 10:12:51 +0100175 - NAND Driver API V2.3.0
Jonatan Antonide316642017-11-10 11:40:06 +0100176 CMSIS-RTOS:
177 - RTX: added variant for Infineon XMC4 series affected by PMU_CM.001 errata.
178 CMSIS-RTOS2:
179 - API 2.1.2 (see revision history for details)
180 - RTX 5.2.3 (see revision history for details)
181 Devices:
182 - Added GCC startup and linker script for Cortex-A9.
183 - Added device ARMCM0plus_MPU for Cortex-M0+ with MPU.
184 - Added IAR startup code for Cortex-A9
185 </release>
Jonatan Antoni5bfb1e62017-09-19 15:46:40 +0200186 <release version="5.1.1" date="2017-09-19">
187 CMSIS-RTOS2:
188 - RTX 5.2.1 (see revision history for details)
Robert Rostohar2e05f3b2017-09-05 11:08:05 +0200189 </release>
Jonatan Antoni102fe7f2017-08-03 11:33:08 +0200190 <release version="5.1.0" date="2017-08-04">
191 CMSIS-Core(M): 5.0.2 (see revision history for details)
Jonatan Antoni90e5beb2017-11-06 16:30:23 +0100192 - Changed Version Control macros to be core agnostic.
Jonatan Antoni102fe7f2017-08-03 11:33:08 +0200193 - Added MPU Functions for ARMv7-M for Cortex-M0+/M3/M4/M7.
194 CMSIS-Core(A): 1.0.0 (see revision history for details)
Robert Rostohar2e05f3b2017-09-05 11:08:05 +0200195 - Initial release
196 - IRQ Controller API 1.0.0
197 CMSIS-Driver: 2.05 (see revision history for details)
198 - All typedefs related to status have been made volatile.
Robert Rostoharff9fa5b2017-04-19 11:55:58 +0200199 CMSIS-RTOS2:
Robert Rostohar9470b0b2017-06-09 09:38:31 +0200200 - API 2.1.1 (see revision history for details)
201 - RTX 5.2.0 (see revision history for details)
Robert Rostohar2e05f3b2017-09-05 11:08:05 +0200202 - OS Tick API 1.0.0
Jonatan Antoni102fe7f2017-08-03 11:33:08 +0200203 CMSIS-DSP: 1.5.2 (see revision history for details)
204 - Fixed GNU Compiler specific diagnostics.
Jonatan Antonifd687e52018-07-25 10:50:56 +0200205 CMSIS-Pack: 1.5.0 (see revision history for details)
Jonatan Antoni102fe7f2017-08-03 11:33:08 +0200206 - added System Description File (*.SDF) Format
Robert Rostohar2e05f3b2017-09-05 11:08:05 +0200207 CMSIS-Zone: 0.0.1 (Preview)
208 - Initial specification draft
209 </release>
Joachim Krech3ef97132017-02-03 15:09:58 +0100210 <release version="5.0.1" date="2017-02-03">
211 Package Description:
212 - added taxonomy for Cclass RTOS
Robert Rostohar0e8657f2016-11-25 21:54:15 +0100213 CMSIS-RTOS2:
Joachim Krech3ef97132017-02-03 15:09:58 +0100214 - API 2.1 (see revision history for details)
215 - RTX 5.1.0 (see revision history for details)
216 CMSIS-Core: 5.0.1 (see revision history for details)
217 - Added __PACKED_STRUCT macro
218 - Added uVisior support
219 - Updated cmsis_armcc.h: corrected macro __ARM_ARCH_6M__
220 - Updated template for secure main function (main_s.c)
221 - Updated template for Context Management for ARMv8-M TrustZone (tz_context.c)
222 CMSIS-DSP: 1.5.1 (see revision history for details)
223 - added ARMv8M DSP libraries.
Jonatan Antonifd687e52018-07-25 10:50:56 +0200224 CMSIS-Pack:1.4.9 (see revision history for details)
Joachim Krech3ef97132017-02-03 15:09:58 +0100225 - added Pack Index File specification and schema file
Martin Güntherd1060532016-11-15 09:43:43 +0100226 </release>
Joachim Krechc45bb4a2016-11-11 11:01:22 +0100227 <release version="5.0.0" date="2016-11-11">
Robert Rostohar9f7ce662016-11-10 09:20:14 +0100228 Changed open source license to Apache 2.0
Martin Günther4a4e39c2016-11-03 11:47:02 +0100229 CMSIS_Core:
ReinhardKeil3bd0e172016-11-10 07:59:24 +0100230 - Added support for Cortex-M23 and Cortex-M33.
231 - Added ARMv8-M device configurations for mainline and baseline.
Robert Rostohar9f7ce662016-11-10 09:20:14 +0100232 - Added CMSE support and thread context management for TrustZone for ARMv8-M
ReinhardKeil3bd0e172016-11-10 07:59:24 +0100233 - Added cmsis_compiler.h to unify compiler behaviour.
234 - Updated function SCB_EnableICache (for Cortex-M7).
235 - Added functions: NVIC_GetEnableIRQ, SCB_GetFPUType
236 CMSIS-RTOS:
237 - bug fix in RTX 4.82 (see revision history for details)
238 CMSIS-RTOS2:
239 - new API including compatibility layer to CMSIS-RTOS
Robert Rostohar9f7ce662016-11-10 09:20:14 +0100240 - reference implementation based on RTX5
241 - supports all Cortex-M variants including TrustZone for ARMv8-M
ReinhardKeil0d399052016-10-21 13:40:52 +0200242 CMSIS-SVD:
243 - reworked SVD format documentation
Joachim Krech655f7242016-09-29 15:49:24 +0200244 - removed SVD file database documentation as SVD files are distributed in packs
245 - updated SVDConv for Win32 and Linux
ReinhardKeil3bd0e172016-11-10 07:59:24 +0100246 CMSIS-DSP:
Martin Günther29502d72016-06-16 14:48:33 +0200247 - Moved DSP libraries from CMSIS/DSP/Lib to CMSIS/Lib.
248 - Added DSP libraries build projects to CMSIS pack.
Martin Günther10babd82016-06-14 14:10:36 +0200249 </release>
Martin Günther89be6522016-05-13 07:57:31 +0200250 <release version="4.5.0" date="2015-10-28">
251 - CMSIS-Core 4.30.0 (see revision history for details)
252 - CMSIS-DAP 1.1.0 (unchanged)
253 - CMSIS-Driver 2.04.0 (see revision history for details)
254 - CMSIS-DSP 1.4.7 (no source code change [still labeled 1.4.5], see revision history for details)
Jonatan Antonifd687e52018-07-25 10:50:56 +0200255 - CMSIS-Pack 1.4.1 (see revision history for details)
Martin Günther89be6522016-05-13 07:57:31 +0200256 - CMSIS-RTOS 4.80.0 Restored time delay parameter 'millisec' old behavior (prior V4.79) for software compatibility. (see revision history for details)
257 - CMSIS-SVD 1.3.1 (see revision history for details)
258 </release>
259 <release version="4.4.0" date="2015-09-11">
260 - CMSIS-Core 4.20 (see revision history for details)
261 - CMSIS-DSP 1.4.6 (no source code change [still labeled 1.4.5], see revision history for details)
Jonatan Antonifd687e52018-07-25 10:50:56 +0200262 - CMSIS-Pack 1.4.0 (adding memory attributes, algorithm style)
Martin Günther89be6522016-05-13 07:57:31 +0200263 - CMSIS-Driver 2.03.0 (adding CAN [Controller Area Network] API)
264 - CMSIS-RTOS
265 -- API 1.02 (unchanged)
266 -- RTX 4.79 (see revision history for details)
267 - CMSIS-SVD 1.3.0 (see revision history for details)
268 - CMSIS-DAP 1.1.0 (extended with SWO support)
269 </release>
270 <release version="4.3.0" date="2015-03-20">
271 - CMSIS-Core 4.10 (Cortex-M7 extended Cache Maintenance functions)
272 - CMSIS-DSP 1.4.5 (see revision history for details)
273 - CMSIS-Driver 2.02 (adding SAI (Serial Audio Interface) API)
Jonatan Antonifd687e52018-07-25 10:50:56 +0200274 - CMSIS-Pack 1.3.3 (Semantic Versioning, Generator extensions)
Martin Günther89be6522016-05-13 07:57:31 +0200275 - CMSIS-RTOS
276 -- API 1.02 (unchanged)
277 -- RTX 4.78 (see revision history for details)
278 - CMSIS-SVD 1.2 (unchanged)
279 </release>
280 <release version="4.2.0" date="2014-09-24">
281 Adding Cortex-M7 support
282 - CMSIS-Core 4.00 (Cortex-M7 support, corrected C++ include guards in core header files)
283 - CMSIS-DSP 1.4.4 (Cortex-M7 support and corrected out of bound issues)
Jonatan Antonifd687e52018-07-25 10:50:56 +0200284 - CMSIS-Pack 1.3.1 (Cortex-M7 updates, clarification, corrected batch files in Tutorial)
Martin Günther89be6522016-05-13 07:57:31 +0200285 - CMSIS-SVD 1.2 (Cortex-M7 extensions)
286 - CMSIS-RTOS RTX 4.75 (see revision history for details)
287 </release>
288 <release version="4.1.1" date="2014-06-30">
289 - fixed conditions preventing the inclusion of the DSP library in projects for Infineon XMC4000 series devices
290 </release>
291 <release version="4.1.0" date="2014-06-12">
292 - CMSIS-Driver 2.02 (incompatible update)
293 - CMSIS-Pack 1.3 (see revision history for details)
294 - CMSIS-DSP 1.4.2 (unchanged)
295 - CMSIS-Core 3.30 (unchanged)
296 - CMSIS-RTOS RTX 4.74 (unchanged)
297 - CMSIS-RTOS API 1.02 (unchanged)
298 - CMSIS-SVD 1.10 (unchanged)
299 PACK:
300 - removed G++ specific files from PACK
301 - added Component Startup variant "C Startup"
302 - added Pack Checking Utility
303 - updated conditions to reflect tool-chain dependency
304 - added Taxonomy for Graphics
305 - updated Taxonomy for unified drivers from "Drivers" to "CMSIS Drivers"
306 </release>
Jonatan Antoni8530ed12019-07-03 14:10:35 +0200307 <!-- release version="4.0.0">
Martin Günther89be6522016-05-13 07:57:31 +0200308 - CMSIS-Driver 2.00 Preliminary (incompatible update)
309 - CMSIS-Pack 1.1 Preliminary
310 - CMSIS-DSP 1.4.2 (see revision history for details)
311 - CMSIS-Core 3.30 (see revision history for details)
312 - CMSIS-RTOS RTX 4.74 (see revision history for details)
313 - CMSIS-RTOS API 1.02 (unchanged)
314 - CMSIS-SVD 1.10 (unchanged)
Jonatan Antoni8530ed12019-07-03 14:10:35 +0200315 </release -->
316 <release version="3.20.4" date="2014-02-20">
Martin Günther89be6522016-05-13 07:57:31 +0200317 - CMSIS-RTOS 4.74 (see revision history for details)
318 - PACK Extensions (Boards, Device Features, Flash Programming, Generators, Configuration Wizard). Schema version 1.1.
319 </release>
Jonatan Antoni8530ed12019-07-03 14:10:35 +0200320 <!-- release version="3.20.3">
Martin Günther89be6522016-05-13 07:57:31 +0200321 - CMSIS-Driver API Version 1.10 ARM prefix added (incompatible change)
322 - CMSIS-RTOS 4.73 (see revision history for details)
Jonatan Antoni8530ed12019-07-03 14:10:35 +0200323 </release -->
324 <!-- release version="3.20.2">
Martin Günther89be6522016-05-13 07:57:31 +0200325 - CMSIS-Pack documentation has been added
326 - CMSIS-Drivers header and documentation have been added to PACK
327 - CMSIS-CORE, CMSIS-DSP, CMSIS-RTOS API and CMSIS-SVD remain unchanged
Jonatan Antoni8530ed12019-07-03 14:10:35 +0200328 </release -->
329 <!-- release version="3.20.1">
Martin Günther89be6522016-05-13 07:57:31 +0200330 - CMSIS-RTOS Keil RTX V4.72 has been added to PACK
331 - CMSIS-CORE, CMSIS-DSP, CMSIS-RTOS API and CMSIS-SVD remain unchanged
Jonatan Antoni8530ed12019-07-03 14:10:35 +0200332 </release -->
333 <!-- release version="3.20.0">
Martin Günther89be6522016-05-13 07:57:31 +0200334 The software portions that are deployed in the application program are now under a BSD license which allows usage
335 of CMSIS components in any commercial or open source projects. The Pack Description file Arm.CMSIS.pdsc describes the use cases
336 The individual components have been update as listed below:
337 - CMSIS-CORE adds functions for setting breakpoints, supports the latest GCC Compiler, and contains several corrections.
338 - CMSIS-DSP library is optimized for more performance and contains several bug fixes.
339 - CMSIS-RTOS API is extended with capabilities for short timeouts, Kernel initialization, and prepared for a C++ interface.
340 - CMSIS-SVD is unchanged.
Jonatan Antoni8530ed12019-07-03 14:10:35 +0200341 </release -->
Martin Günther89be6522016-05-13 07:57:31 +0200342 </releases>
343
Martin Günther2d0f0e82016-05-17 09:06:12 +0200344 <taxonomy>
reinhardkeil671fea12019-03-13 17:03:40 +0100345 <description Cclass="Audio">Software components for audio processing</description>
Martin Günther2d0f0e82016-05-17 09:06:12 +0200346 <description Cclass="Board Support">Generic Interfaces for Evaluation and Development Boards</description>
Joachim Krech1ce088b2019-03-14 13:27:35 +0100347 <description Cclass="Board Part">Drivers that support an external component available on an evaluation board</description>
reinhardkeil671fea12019-03-13 17:03:40 +0100348 <description Cclass="Compiler">Compiler Software Extensions</description>
Martin Günther2d0f0e82016-05-17 09:06:12 +0200349 <description Cclass="CMSIS" doc="CMSIS/Documentation/General/html/index.html">Cortex Microcontroller Software Interface Components</description>
Martin Günther2d0f0e82016-05-17 09:06:12 +0200350 <description Cclass="CMSIS Driver" doc="CMSIS/Documentation/Driver/html/index.html">Unified Device Drivers compliant to CMSIS-Driver Specifications</description>
reinhardkeil671fea12019-03-13 17:03:40 +0100351 <description Cclass="Device" doc="CMSIS/Documentation/Core/html/index.html">Startup, System Setup</description>
352 <description Cclass="Data Exchange">Data exchange or data formatter</description>
Joachim Krech1ce088b2019-03-14 13:27:35 +0100353 <description Cclass="Extension Board">Drivers that support an extension board or shield</description>
Martin Günther2d0f0e82016-05-17 09:06:12 +0200354 <description Cclass="File System">File Drive Support and File System</description>
reinhardkeil671fea12019-03-13 17:03:40 +0100355 <description Cclass="IoT Client">IoT cloud client connector</description>
reinhardkeilca2acab2019-09-02 08:21:47 +0200356 <description Cclass="IoT Service">IoT specific services</description>
reinhardkeil671fea12019-03-13 17:03:40 +0100357 <description Cclass="IoT Utility">IoT specific software utility</description>
Martin Günther2d0f0e82016-05-17 09:06:12 +0200358 <description Cclass="Graphics">Graphical User Interface</description>
359 <description Cclass="Network">Network Stack using Internet Protocols</description>
Joachim Krech62838c82017-02-02 15:54:57 +0100360 <description Cclass="RTOS">Real-time Operating System</description>
reinhardkeil671fea12019-03-13 17:03:40 +0100361 <description Cclass="Security">Encryption for secure communication or storage</description>
362 <description Cclass="USB">Universal Serial Bus Stack</description>
363 <description Cclass="Utility">Generic software utility components</description>
Martin Günther2d0f0e82016-05-17 09:06:12 +0200364 </taxonomy>
365
Martin Günther89be6522016-05-13 07:57:31 +0200366 <devices>
367 <!-- ****************************** Cortex-M0 ****************************** -->
368 <family Dfamily="ARM Cortex M0" Dvendor="ARM:82">
Martin Günther2d0f0e82016-05-17 09:06:12 +0200369 <book name="http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html" title="Cortex-M0 Device Generic Users Guide"/>
Martin Günther89be6522016-05-13 07:57:31 +0200370 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100371The Cortex-M0 processor is an entry-level 32-bit Arm Cortex processor designed for a broad range of embedded applications. It offers significant benefits to developers, including:
Martin Günther89be6522016-05-13 07:57:31 +0200372- simple, easy-to-use programmers model
373- highly efficient ultra-low power operation
374- excellent code density
375- deterministic, high-performance interrupt handling
376- upward compatibility with the rest of the Cortex-M processor family.
377 </description>
GuentherMartind2a797d2018-07-17 11:53:21 +0200378 <!-- debug svd="Device/ARM/SVD/ARMCM0.svd"/ SVD files do not contain any peripheral -->
Martin Günther89be6522016-05-13 07:57:31 +0200379 <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/>
380 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
381 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
382
383 <device Dname="ARMCM0">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100384 <processor Dcore="Cortex-M0" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="NO_MPU" Dendian="Configurable" Dclock="10000000"/>
Martin Günther89be6522016-05-13 07:57:31 +0200385 <compile header="Device/ARM/ARMCM0/Include/ARMCM0.h" define="ARMCM0"/>
386 </device>
387 </family>
388
389 <!-- ****************************** Cortex-M0P ****************************** -->
390 <family Dfamily="ARM Cortex M0 plus" Dvendor="ARM:82">
Martin Günther2d0f0e82016-05-17 09:06:12 +0200391 <book name="http://infocenter.arm.com/help/topic/com.arm.doc.dui0662b/index.html" title="Cortex-M0+ Device Generic Users Guide"/>
Martin Günther89be6522016-05-13 07:57:31 +0200392 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100393The Cortex-M0+ processor is an entry-level 32-bit Arm Cortex processor designed for a broad range of embedded applications. It offers significant benefits to developers, including:
Martin Günther89be6522016-05-13 07:57:31 +0200394- simple, easy-to-use programmers model
395- highly efficient ultra-low power operation
396- excellent code density
397- deterministic, high-performance interrupt handling
398- upward compatibility with the rest of the Cortex-M processor family.
399 </description>
GuentherMartind2a797d2018-07-17 11:53:21 +0200400 <!-- debug svd="Device/ARM/SVD/ARMCM0P.svd"/ SVD files do not contain any peripheral -->
Martin Günther89be6522016-05-13 07:57:31 +0200401 <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/>
402 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
403 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
404
405 <device Dname="ARMCM0P">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100406 <processor Dcore="Cortex-M0+" DcoreVersion="r0p1" Dfpu="NO_FPU" Dmpu="NO_MPU" Dendian="Configurable" Dclock="10000000"/>
Martin Günther89be6522016-05-13 07:57:31 +0200407 <compile header="Device/ARM/ARMCM0plus/Include/ARMCM0plus.h" define="ARMCM0P"/>
408 </device>
Jonatan Antonic4e9f462017-10-19 16:51:44 +0200409
410 <device Dname="ARMCM0P_MPU">
411 <processor Dcore="Cortex-M0+" DcoreVersion="r0p1" Dfpu="NO_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/>
412 <compile header="Device/ARM/ARMCM0plus/Include/ARMCM0plus_MPU.h" define="ARMCM0P_MPU"/>
413 </device>
Martin Günther89be6522016-05-13 07:57:31 +0200414 </family>
415
GuentherMartina3a6af22018-07-23 08:36:37 +0200416 <!-- ****************************** Cortex-M1 ****************************** -->
417 <family Dfamily="ARM Cortex M1" Dvendor="ARM:82">
418 <!--book name="http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html" title="Cortex-M1 Device Generic Users Guide"/-->
419 <description>
420The ARM Cortex-M1 FPGA processor is intended for deeply embedded applications that require a small processor integrated into an FPGA.
421The ARM Cortex-M1 processor implements the ARMv6-M architecture profile.
422 </description>
423 <!-- debug svd="Device/ARM/SVD/ARMCM0.svd"/ SVD files do not contain any peripheral -->
424 <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/>
425 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
426 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
427
428 <device Dname="ARMCM1">
429 <processor Dcore="Cortex-M1" DcoreVersion="r1p0" Dfpu="NO_FPU" Dmpu="NO_MPU" Dendian="Configurable" Dclock="10000000"/>
430 <compile header="Device/ARM/ARMCM1/Include/ARMCM1.h" define="ARMCM1"/>
431 </device>
432 </family>
433
Martin Günther89be6522016-05-13 07:57:31 +0200434 <!-- ****************************** Cortex-M3 ****************************** -->
435 <family Dfamily="ARM Cortex M3" Dvendor="ARM:82">
Martin Günther2d0f0e82016-05-17 09:06:12 +0200436 <book name="http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html" title="Cortex-M3 Device Generic Users Guide"/>
Martin Günther89be6522016-05-13 07:57:31 +0200437 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100438The Cortex-M3 processor is an entry-level 32-bit Arm Cortex processor designed for a broad range of embedded applications. It offers significant benefits to developers, including:
Martin Günther89be6522016-05-13 07:57:31 +0200439- simple, easy-to-use programmers model
440- highly efficient ultra-low power operation
441- excellent code density
442- deterministic, high-performance interrupt handling
443- upward compatibility with the rest of the Cortex-M processor family.
444 </description>
GuentherMartind2a797d2018-07-17 11:53:21 +0200445 <!-- debug svd="Device/ARM/SVD/ARMCM3.svd"/ SVD files do not contain any peripheral -->
Martin Günther89be6522016-05-13 07:57:31 +0200446 <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/>
447 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
448 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
449
450 <device Dname="ARMCM3">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100451 <processor Dcore="Cortex-M3" DcoreVersion="r2p1" Dfpu="NO_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/>
Martin Günther89be6522016-05-13 07:57:31 +0200452 <compile header="Device/ARM/ARMCM3/Include/ARMCM3.h" define="ARMCM3"/>
453 </device>
454 </family>
455
456 <!-- ****************************** Cortex-M4 ****************************** -->
457 <family Dfamily="ARM Cortex M4" Dvendor="ARM:82">
Martin Günther2d0f0e82016-05-17 09:06:12 +0200458 <book name="http://infocenter.arm.com/help/topic/com.arm.doc.dui0553a/index.html" title="Cortex-M4 Device Generic Users Guide"/>
Martin Günther89be6522016-05-13 07:57:31 +0200459 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100460The Cortex-M4 processor is an entry-level 32-bit Arm Cortex processor designed for a broad range of embedded applications. It offers significant benefits to developers, including:
Martin Günther89be6522016-05-13 07:57:31 +0200461- simple, easy-to-use programmers model
462- highly efficient ultra-low power operation
463- excellent code density
464- deterministic, high-performance interrupt handling
465- upward compatibility with the rest of the Cortex-M processor family.
466 </description>
GuentherMartind2a797d2018-07-17 11:53:21 +0200467 <!-- debug svd="Device/ARM/SVD/ARMCM4.svd"/ SVD files do not contain any peripheral -->
Martin Günther89be6522016-05-13 07:57:31 +0200468 <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/>
469 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
470 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
471
472 <device Dname="ARMCM4">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100473 <processor Dcore="Cortex-M4" DcoreVersion="r0p1" Dfpu="NO_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/>
Martin Günther89be6522016-05-13 07:57:31 +0200474 <compile header="Device/ARM/ARMCM4/Include/ARMCM4.h" define="ARMCM4"/>
475 </device>
476
477 <device Dname="ARMCM4_FP">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100478 <processor Dcore="Cortex-M4" DcoreVersion="r0p1" Dfpu="SP_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/>
Martin Günther89be6522016-05-13 07:57:31 +0200479 <compile header="Device/ARM/ARMCM4/Include/ARMCM4_FP.h" define="ARMCM4_FP"/>
480 </device>
481 </family>
482
483 <!-- ****************************** Cortex-M7 ****************************** -->
484 <family Dfamily="ARM Cortex M7" Dvendor="ARM:82">
Martin Günther2d0f0e82016-05-17 09:06:12 +0200485 <book name="http://infocenter.arm.com/help/topic/com.arm.doc.dui0646b/index.html" title="Cortex-M7 Device Generic Users Guide"/>
Martin Günther89be6522016-05-13 07:57:31 +0200486 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100487The Cortex-M7 processor is an entry-level 32-bit Arm Cortex processor designed for a broad range of embedded applications. It offers significant benefits to developers, including:
Martin Günther89be6522016-05-13 07:57:31 +0200488- simple, easy-to-use programmers model
489- highly efficient ultra-low power operation
490- excellent code density
491- deterministic, high-performance interrupt handling
492- upward compatibility with the rest of the Cortex-M processor family.
493 </description>
GuentherMartind2a797d2018-07-17 11:53:21 +0200494 <!-- debug svd="Device/ARM/SVD/ARMCM7.svd"/ SVD files do not contain any peripheral -->
Martin Günther89be6522016-05-13 07:57:31 +0200495 <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/>
496 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
497 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
498
499 <device Dname="ARMCM7">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100500 <processor Dcore="Cortex-M7" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/>
Martin Günther89be6522016-05-13 07:57:31 +0200501 <compile header="Device/ARM/ARMCM7/Include/ARMCM7.h" define="ARMCM7"/>
502 </device>
503
504 <device Dname="ARMCM7_SP">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100505 <processor Dcore="Cortex-M7" DcoreVersion="r0p0" Dfpu="SP_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/>
Martin Günther89be6522016-05-13 07:57:31 +0200506 <compile header="Device/ARM/ARMCM7/Include/ARMCM7_SP.h" define="ARMCM7_SP"/>
507 </device>
508
509 <device Dname="ARMCM7_DP">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100510 <processor Dcore="Cortex-M7" DcoreVersion="r0p0" Dfpu="DP_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/>
Martin Günther89be6522016-05-13 07:57:31 +0200511 <compile header="Device/ARM/ARMCM7/Include/ARMCM7_DP.h" define="ARMCM7_DP"/>
512 </device>
513 </family>
514
Martin Günther4a4e39c2016-11-03 11:47:02 +0100515 <!-- ****************************** Cortex-M23 ********************** -->
516 <family Dfamily="ARM Cortex M23" Dvendor="ARM:82">
517 <!--book name="Device/ARM/Documents/??_dgug.pdf" title="?? Device Generic Users Guide"/-->
518 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100519The Arm Cortex-M23 is based on the Armv8-M baseline architecture.
520It is the smallest and most energy efficient Arm processor with Arm TrustZone technology.
ReinhardKeile2b27022016-11-03 16:04:36 +0100521Cortex-M23 is the ideal processor for constrained embedded applications requiring efficient security.
Martin Günther4a4e39c2016-11-03 11:47:02 +0100522 </description>
GuentherMartind2a797d2018-07-17 11:53:21 +0200523 <!-- debug svd="Device/ARM/SVD/ARMCM23.svd"/ SVD files do not contain any peripheral -->
Joachim Krech7eb01292016-11-04 17:17:05 +0100524 <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/>
525 <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/>
Martin Günther4a4e39c2016-11-03 11:47:02 +0100526 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
Joachim Krech7eb01292016-11-04 17:17:05 +0100527 <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/>
Martin Günther4a4e39c2016-11-03 11:47:02 +0100528 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
529
530 <device Dname="ARMCM23">
531 <processor Dcore="Cortex-M23" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Dtz="NO_TZ" Dendian="Configurable" Dclock="10000000"/>
532 <compile header="Device/ARM/ARMCM23/Include/ARMCM23.h" define="ARMCM23"/>
533 </device>
534
535 <device Dname="ARMCM23_TZ">
536 <processor Dcore="Cortex-M23" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/>
537 <compile header="Device/ARM/ARMCM23/Include/ARMCM23_TZ.h" define="ARMCM23_TZ"/>
538 </device>
539 </family>
540
541 <!-- ****************************** Cortex-M33 ****************************** -->
542 <family Dfamily="ARM Cortex M33" Dvendor="ARM:82">
543 <!--book name="Device/ARM/Documents/??_dgug.pdf" title="?? Device Generic Users Guide"/-->
544 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100545The Arm Cortex-M33 is the most configurable of all Cortex-M processors. It is a full featured microcontroller
546class processor based on the Armv8-M mainline architecture with Arm TrustZone security.
Martin Günther4a4e39c2016-11-03 11:47:02 +0100547 </description>
GuentherMartind2a797d2018-07-17 11:53:21 +0200548 <!-- debug svd="Device/ARM/SVD/ARMCM33.svd"/ SVD files do not contain any peripheral -->
Joachim Krech7eb01292016-11-04 17:17:05 +0100549 <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/>
550 <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/>
Martin Günther4a4e39c2016-11-03 11:47:02 +0100551 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
Joachim Krech7eb01292016-11-04 17:17:05 +0100552 <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/>
553 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
Martin Günther4a4e39c2016-11-03 11:47:02 +0100554
555 <device Dname="ARMCM33">
556 <processor Dcore="Cortex-M33" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Ddsp="NO_DSP" Dtz="NO_TZ" Dendian="Configurable" Dclock="10000000"/>
Joachim Kreche66f42b2017-02-02 17:03:31 +0100557 <description>
558 no DSP Instructions, no Floating Point Unit, no TrustZone
559 </description>
Martin Günther4a4e39c2016-11-03 11:47:02 +0100560 <compile header="Device/ARM/ARMCM33/Include/ARMCM33.h" define="ARMCM33"/>
561 </device>
562
563 <device Dname="ARMCM33_TZ">
564 <processor Dcore="Cortex-M33" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Ddsp="NO_DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/>
Joachim Kreche66f42b2017-02-02 17:03:31 +0100565 <description>
566 no DSP Instructions, no Floating Point Unit, TrustZone
567 </description>
Martin Günther4a4e39c2016-11-03 11:47:02 +0100568 <compile header="Device/ARM/ARMCM33/Include/ARMCM33_TZ.h" define="ARMCM33_TZ"/>
569 </device>
570
571 <device Dname="ARMCM33_DSP_FP">
572 <processor Dcore="Cortex-M33" DcoreVersion="r0p0" Dfpu="SP_FPU" Dmpu="MPU" Ddsp="DSP" Dtz="NO_TZ" Dendian="Configurable" Dclock="10000000"/>
Joachim Kreche66f42b2017-02-02 17:03:31 +0100573 <description>
574 DSP Instructions, Single Precision Floating Point Unit, no TrustZone
575 </description>
Martin Günther4a4e39c2016-11-03 11:47:02 +0100576 <compile header="Device/ARM/ARMCM33/Include/ARMCM33_DSP_FP.h" define="ARMCM33_DSP_FP"/>
577 </device>
578
579 <device Dname="ARMCM33_DSP_FP_TZ">
580 <processor Dcore="Cortex-M33" DcoreVersion="r0p0" Dfpu="SP_FPU" Dmpu="MPU" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/>
Joachim Kreche66f42b2017-02-02 17:03:31 +0100581 <description>
582 DSP Instructions, Single Precision Floating Point Unit, TrustZone
583 </description>
Martin Günther4a4e39c2016-11-03 11:47:02 +0100584 <compile header="Device/ARM/ARMCM33/Include/ARMCM33_DSP_FP_TZ.h" define="ARMCM33_DSP_FP_TZ"/>
585 </device>
586 </family>
587
GuentherMartinec9419c2018-09-04 10:03:24 +0200588 <!-- ****************************** Cortex-M35P ****************************** -->
589 <family Dfamily="ARM Cortex M35P" Dvendor="ARM:82">
590 <!--book name="Device/ARM/Documents/??_dgug.pdf" title="?? Device Generic Users Guide"/-->
591 <description>
592The Arm Cortex-M35P is the most configurable of all Cortex-M processors. It is a full featured microcontroller
593class processor based on the Armv8-M mainline architecture with Arm TrustZone security designed for a broad range of secure embedded applications.
594 </description>
595
596 <!-- debug svd="Device/ARM/SVD/ARMCM35P.svd"/ SVD files do not contain any peripheral -->
597 <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/>
598 <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/>
599 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
600 <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/>
601 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
602
603 <device Dname="ARMCM35P">
604 <processor Dcore="Cortex-M35P" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Ddsp="NO_DSP" Dtz="NO_TZ" Dendian="Configurable" Dclock="10000000"/>
605 <description>
606 no DSP Instructions, no Floating Point Unit, no TrustZone
607 </description>
608 <compile header="Device/ARM/ARMCM35P/Include/ARMCM35P.h" define="ARMCM35P"/>
609 </device>
610
611 <device Dname="ARMCM35P_TZ">
612 <processor Dcore="Cortex-M35P" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Ddsp="NO_DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/>
613 <description>
614 no DSP Instructions, no Floating Point Unit, TrustZone
615 </description>
616 <compile header="Device/ARM/ARMCM35P/Include/ARMCM35P_TZ.h" define="ARMCM35P_TZ"/>
617 </device>
618
619 <device Dname="ARMCM35P_DSP_FP">
620 <processor Dcore="Cortex-M35P" DcoreVersion="r0p0" Dfpu="SP_FPU" Dmpu="MPU" Ddsp="DSP" Dtz="NO_TZ" Dendian="Configurable" Dclock="10000000"/>
621 <description>
622 DSP Instructions, Single Precision Floating Point Unit, no TrustZone
623 </description>
624 <compile header="Device/ARM/ARMCM35P/Include/ARMCM35P_DSP_FP.h" define="ARMCM35P_DSP_FP"/>
625 </device>
626
627 <device Dname="ARMCM35P_DSP_FP_TZ">
628 <processor Dcore="Cortex-M35P" DcoreVersion="r0p0" Dfpu="SP_FPU" Dmpu="MPU" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/>
629 <description>
630 DSP Instructions, Single Precision Floating Point Unit, TrustZone
631 </description>
632 <compile header="Device/ARM/ARMCM35P/Include/ARMCM35P_DSP_FP_TZ.h" define="ARMCM35P_DSP_FP_TZ"/>
633 </device>
634 </family>
635
GuentherMartinbd8a0f12020-02-20 10:42:53 +0100636 <!-- ****************************** Cortex-M55 ****************************** -->
637 <family Dfamily="ARM Cortex M55" Dvendor="ARM:82">
638 <!--book name="Device/ARM/Documents/Arm Cortex-M55 Processor Datasheet.pdf" title="Arm Cortex-M55 Processor Datasheet"/-->
639 <description>
640The Arm Cortex-M55 processor is a fully synthesizable, mid-range, microcontroller-class processor that implements the Armv8.1-M mainline architecture and includes support for the M-profile Vector Extension (MVE), also known as Arm Helium technology.
641It is Arm's most AI-capable Cortex-M processor, delivering enhanced, energy-efficient digital signal processing (DSP) and machine learning (ML) performance.
642The Cortex-M55 processor achieves high compute performance across scalar and vector operations, while maintaining low energy consumption.
643 </description>
644
645 <!-- debug svd="Device/ARM/SVD/ARMCM55.svd"/ SVD files do not contain any peripheral -->
646 <memory id="IROM1" start="0x10000000" size="0x00200000" startup="1" default="1"/>
647 <memory id="IROM2" start="0x00000000" size="0x00200000" startup="0" default="0"/>
648 <memory id="IRAM1" start="0x30000000" size="0x00020000" init ="0" default="1"/>
649 <memory id="IRAM2" start="0x20000000" size="0x00020000" init ="0" default="0"/>
650 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
651
Jonatan Antonif5f39aa2020-03-03 17:25:11 +0100652 <device Dname="ARMCM55">
GuentherMartinbd8a0f12020-02-20 10:42:53 +0100653 <processor Dcore="Cortex-M55" DcoreVersion="r0p0" Dfpu="DP_FPU" Dmpu="MPU" Dmve="FP_MVE" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/>
654 <description>
Jonatan Antonif5f39aa2020-03-03 17:25:11 +0100655 Floating Point Vector Extensions, DSP Instructions, Double Precision Floating Point Unit, TrustZone
GuentherMartinbd8a0f12020-02-20 10:42:53 +0100656 </description>
Jonatan Antonif5f39aa2020-03-03 17:25:11 +0100657 <compile header="Device/ARM/ARMCM55/Include/ARMCM55.h" define="ARMCM55"/>
GuentherMartinbd8a0f12020-02-20 10:42:53 +0100658 </device>
659 </family>
660
Martin Günther89be6522016-05-13 07:57:31 +0200661 <!-- ****************************** ARMSC000 ****************************** -->
662 <family Dfamily="ARM SC000" Dvendor="ARM:82">
663 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100664The Arm SC000 processor is an entry-level 32-bit Arm Cortex processor designed for a broad range of secure embedded applications. It offers significant benefits to developers, including:
Martin Günther89be6522016-05-13 07:57:31 +0200665- simple, easy-to-use programmers model
666- highly efficient ultra-low power operation
667- excellent code density
668- deterministic, high-performance interrupt handling
669 </description>
GuentherMartind2a797d2018-07-17 11:53:21 +0200670 <!-- debug svd="Device/ARM/SVD/ARMSC000.svd"/ SVD files do not contain any peripheral -->
Martin Günther89be6522016-05-13 07:57:31 +0200671 <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/>
672 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
673 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
674
675 <device Dname="ARMSC000">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100676 <processor Dcore="SC000" DcoreVersion="r0p1" Dfpu="NO_FPU" Dmpu="NO_MPU" Dendian="Configurable" Dclock="10000000"/>
Martin Günther89be6522016-05-13 07:57:31 +0200677 <compile header="Device/ARM/ARMSC000/Include/ARMSC000.h" define="ARMSC000"/>
678 </device>
679 </family>
680
681 <!-- ****************************** ARMSC300 ****************************** -->
682 <family Dfamily="ARM SC300" Dvendor="ARM:82">
683 <description>
684The ARM SC300 processor is an entry-level 32-bit ARM Cortex processor designed for a broad range of secure embedded applications. It offers significant benefits to developers, including:
685- simple, easy-to-use programmers model
686- highly efficient ultra-low power operation
687- excellent code density
688- deterministic, high-performance interrupt handling
689 </description>
GuentherMartind2a797d2018-07-17 11:53:21 +0200690 <!-- debug svd="Device/ARM/SVD/ARMSC300.svd"/ SVD files do not contain any peripheral -->
Martin Günther89be6522016-05-13 07:57:31 +0200691 <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/>
692 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
693 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
694
695 <device Dname="ARMSC300">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100696 <processor Dcore="SC300" DcoreVersion="r0p1" Dfpu="NO_FPU" Dmpu="NO_MPU" Dendian="Configurable" Dclock="10000000"/>
Martin Günther89be6522016-05-13 07:57:31 +0200697 <compile header="Device/ARM/ARMSC300/Include/ARMSC300.h" define="ARMSC300"/>
698 </device>
699 </family>
700
701 <!-- ****************************** ARMv8-M Baseline ********************** -->
702 <family Dfamily="ARMv8-M Baseline" Dvendor="ARM:82">
703 <!--book name="Device/ARM/Documents/ARMv8MBL_dgug.pdf" title="ARMv8MBL Device Generic Users Guide"/-->
704 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100705Armv8-M Baseline based device with TrustZone
Martin Günther89be6522016-05-13 07:57:31 +0200706 </description>
GuentherMartind2a797d2018-07-17 11:53:21 +0200707 <!-- debug svd="Device/ARM/SVD/ARMv8MBL.svd"/ SVD files do not contain any peripheral -->
Joachim Krech7eb01292016-11-04 17:17:05 +0100708 <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/>
709 <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/>
Martin Günther89be6522016-05-13 07:57:31 +0200710 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
Joachim Krech7eb01292016-11-04 17:17:05 +0100711 <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/>
Martin Günther89be6522016-05-13 07:57:31 +0200712 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
713
714 <device Dname="ARMv8MBL">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100715 <processor Dcore="ARMV8MBL" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/>
Martin Günther89be6522016-05-13 07:57:31 +0200716 <compile header="Device/ARM/ARMv8MBL/Include/ARMv8MBL.h" define="ARMv8MBL"/>
717 </device>
718 </family>
719
720 <!-- ****************************** ARMv8-M Mainline ****************************** -->
721 <family Dfamily="ARMv8-M Mainline" Dvendor="ARM:82">
722 <!--book name="Device/ARM/Documents/ARMv8MML_dgug.pdf" title="ARMv8MML Device Generic Users Guide"/-->
723 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100724Armv8-M Mainline based device with TrustZone
Martin Günther89be6522016-05-13 07:57:31 +0200725 </description>
GuentherMartind2a797d2018-07-17 11:53:21 +0200726 <!-- debug svd="Device/ARM/SVD/ARMv8MML.svd"/ SVD files do not contain any peripheral -->
Joachim Krech7eb01292016-11-04 17:17:05 +0100727 <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/>
728 <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/>
Martin Günther89be6522016-05-13 07:57:31 +0200729 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
Joachim Krech7eb01292016-11-04 17:17:05 +0100730 <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/>
Martin Günther89be6522016-05-13 07:57:31 +0200731 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
732
733 <device Dname="ARMv8MML">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100734 <processor Dcore="ARMV8MML" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Ddsp="NO_DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/>
Joachim Kreche66f42b2017-02-02 17:03:31 +0100735 <description>
736 no DSP Instructions, no Floating Point Unit, TrustZone
737 </description>
Martin Günther89be6522016-05-13 07:57:31 +0200738 <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML.h" define="ARMv8MML"/>
739 </device>
740
Martin Günther4a4e39c2016-11-03 11:47:02 +0100741 <device Dname="ARMv8MML_DSP">
742 <processor Dcore="ARMV8MML" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/>
Joachim Kreche66f42b2017-02-02 17:03:31 +0100743 <description>
744 DSP Instructions, no Floating Point Unit, TrustZone
745 </description>
Martin Günther3afee7b2016-11-03 13:25:14 +0100746 <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML_DSP.h" define="ARMv8MML_DSP"/>
Martin Günther4a4e39c2016-11-03 11:47:02 +0100747 </device>
748
Martin Günther89be6522016-05-13 07:57:31 +0200749 <device Dname="ARMv8MML_SP">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100750 <processor Dcore="ARMV8MML" DcoreVersion="r0p1" Dfpu="SP_FPU" Dmpu="MPU" Ddsp="NO_DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/>
Joachim Kreche66f42b2017-02-02 17:03:31 +0100751 <description>
752 no DSP Instructions, Single Precision Floating Point Unit, TrustZone
753 </description>
Martin Günther89be6522016-05-13 07:57:31 +0200754 <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML_SP.h" define="ARMv8MML_SP"/>
755 </device>
756
Martin Günther4a4e39c2016-11-03 11:47:02 +0100757 <device Dname="ARMv8MML_DSP_SP">
758 <processor Dcore="ARMV8MML" DcoreVersion="r0p1" Dfpu="SP_FPU" Dmpu="MPU" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/>
Joachim Kreche66f42b2017-02-02 17:03:31 +0100759 <description>
760 DSP Instructions, Single Precision Floating Point Unit, TrustZone
761 </description>
Martin Günther3afee7b2016-11-03 13:25:14 +0100762 <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML_DSP_SP.h" define="ARMv8MML_DSP_SP"/>
Martin Günther4a4e39c2016-11-03 11:47:02 +0100763 </device>
764
Martin Günther89be6522016-05-13 07:57:31 +0200765 <device Dname="ARMv8MML_DP">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100766 <processor Dcore="ARMV8MML" DcoreVersion="r0p1" Dfpu="DP_FPU" Dmpu="MPU" Ddsp="NO_DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/>
Joachim Kreche66f42b2017-02-02 17:03:31 +0100767 <description>
768 no DSP Instructions, Double Precision Floating Point Unit, TrustZone
769 </description>
Martin Günther89be6522016-05-13 07:57:31 +0200770 <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML_DP.h" define="ARMv8MML_DP"/>
771 </device>
Martin Günther4a4e39c2016-11-03 11:47:02 +0100772
773 <device Dname="ARMv8MML_DSP_DP">
774 <processor Dcore="ARMV8MML" DcoreVersion="r0p1" Dfpu="DP_FPU" Dmpu="MPU" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/>
Joachim Kreche66f42b2017-02-02 17:03:31 +0100775 <description>
776 DSP Instructions, Double Precision Floating Point Unit, TrustZone
777 </description>
Martin Günther3afee7b2016-11-03 13:25:14 +0100778 <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML_DSP_DP.h" define="ARMv8MML_DSP_DP"/>
Martin Günther4a4e39c2016-11-03 11:47:02 +0100779 </device>
Martin Günther89be6522016-05-13 07:57:31 +0200780 </family>
Felix Johnny55034c62019-06-25 10:55:12 +0200781
Jonatan Antonic52cd622019-02-25 12:14:09 +0100782 <!-- ****************************** ARMv8.1-M Mainline ****************************** -->
783 <family Dfamily="ARMv8.1-M Mainline" Dvendor="ARM:82">
784 <!--book name="Device/ARM/Documents/ARMv8MML_dgug.pdf" title="ARMv8MML Device Generic Users Guide"/-->
785 <description>
Felix Johnny55034c62019-06-25 10:55:12 +0200786Armv8.1-M Mainline based device with TrustZone and MVE
Jonatan Antonic52cd622019-02-25 12:14:09 +0100787 </description>
788 <!-- <debug svd="Device/ARM/SVD/ARMv8MML.svd"/> -->
Jonatan Antoniae553b72019-05-06 16:29:20 +0200789 <memory id="IROM1" start="0x10000000" size="0x00200000" startup="1" default="1"/>
790 <memory id="IROM2" start="0x00000000" size="0x00200000" startup="0" default="0"/>
Jonatan Antoni3942a342019-05-07 10:36:06 +0200791 <memory id="IRAM1" start="0x30000000" size="0x00020000" init ="0" default="1"/>
792 <memory id="IRAM2" start="0x20000000" size="0x00020000" init ="0" default="0"/>
Jonatan Antonic52cd622019-02-25 12:14:09 +0100793 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
794
Felix Johnny55034c62019-06-25 10:55:12 +0200795
Jonatan Antonic52cd622019-02-25 12:14:09 +0100796 <device Dname="ARMv81MML_DSP_DP_MVE_FP">
797 <processor Dcore="ARMV81MML" DcoreVersion="r0p0" Dfpu="DP_FPU" Dmpu="MPU" Dmve="FP_MVE" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/>
798 <description>
799 Double Precision Vector Extensions, DSP Instructions, Double Precision Floating Point Unit, TrustZone
800 </description>
801 <compile header="Device/ARM/ARMv81MML/Include/ARMv81MML_DSP_DP_MVE_FP.h" define="ARMv81MML_DSP_DP_MVE_FP"/>
Felix Johnny55034c62019-06-25 10:55:12 +0200802 </device>
Jonatan Antonic52cd622019-02-25 12:14:09 +0100803 </family>
Martin Günther89be6522016-05-13 07:57:31 +0200804
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +0100805 <!-- ****************************** Cortex-A5 ****************************** -->
806 <family Dfamily="ARM Cortex A5" Dvendor="ARM:82">
807 <book name="http://infocenter.arm.com/help/topic/com.arm.doc.ddi0433c/index.html" title="Cortex-A5 Technical Reference Manual"/>
808 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100809The Arm Cortex-A5 processor is a high-performance, low-power, Arm macrocell with an L1 cache subsystem that provides full
810virtual memory capabilities. The Cortex-A5 processor implements the Armv7-A architecture profile and can execute 32-bit
811Arm instructions and 16-bit and 32-bit Thumb instructions. The Cortex-A5 is the smallest member of the Cortex-A processor family.
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +0100812 </description>
Jonatan Antonif2884012017-08-29 16:59:49 +0200813
Daniel Brondanie4dbb8e2019-05-15 16:00:21 +0200814 <memory id="IROM1" start="0x00000000" size="0x04000000" startup="1" default="1"/> <!-- 64MB NOR -->
815 <memory id="IROM2" start="0x0C000000" size="0x04000000" startup="0" default="0"/> <!-- 64MB NOR -->
816 <memory id="IRAM1" start="0x14000000" size="0x02000000" init ="0" default="1"/> <!-- 32MB SRAM -->
817 <memory id="IRAM2" start="0x80000000" size="0x40000000" init ="0" default="0"/> <!-- 1GB DRAM -->
Jonatan Antonif2884012017-08-29 16:59:49 +0200818
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +0100819 <device Dname="ARMCA5">
Daniel Brondanie4dbb8e2019-05-15 16:00:21 +0200820 <processor Dcore="Cortex-A5" DcoreVersion="r0p1" Dfpu="DP_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="12000000"/>
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +0100821 <compile header="Device/ARM/ARMCA5/Include/ARMCA5.h" define="ARMCA5"/>
822 </device>
823 </family>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +0100824
Daniel Brondani0d4e4992017-02-23 09:26:46 +0100825 <!-- ****************************** Cortex-A7 ****************************** -->
826 <family Dfamily="ARM Cortex A7" Dvendor="ARM:82">
827 <book name="http://infocenter.arm.com/help/topic/com.arm.doc.ddi0464f/index.html" title="Cortex-A7 MPCore Technical Reference Manual"/>
828 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100829The Cortex-A7 MPCore processor is a high-performance, low-power processor that implements the Armv7-A architecture.
Jonatan Antoni90e5beb2017-11-06 16:30:23 +0100830The Cortex-A7 MPCore processor has one to four processors in a single multiprocessor device with a L1 cache subsystem,
Daniel Brondani0d4e4992017-02-23 09:26:46 +0100831an optional integrated GIC, and an optional L2 cache controller.
832 </description>
Jonatan Antonif2884012017-08-29 16:59:49 +0200833
Daniel Brondanie4dbb8e2019-05-15 16:00:21 +0200834 <memory id="IROM1" start="0x00000000" size="0x04000000" startup="1" default="1"/> <!-- 64MB NOR -->
835 <memory id="IROM2" start="0x0C000000" size="0x04000000" startup="0" default="0"/> <!-- 64MB NOR -->
836 <memory id="IRAM1" start="0x14000000" size="0x02000000" init ="0" default="1"/> <!-- 32MB SRAM -->
837 <memory id="IRAM2" start="0x80000000" size="0x40000000" init ="0" default="0"/> <!-- 1GB DRAM -->
Jonatan Antonif2884012017-08-29 16:59:49 +0200838
Daniel Brondani0d4e4992017-02-23 09:26:46 +0100839 <device Dname="ARMCA7">
Daniel Brondanie4dbb8e2019-05-15 16:00:21 +0200840 <processor Dcore="Cortex-A7" DcoreVersion="r0p5" Dfpu="DP_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="12000000"/>
Daniel Brondani0d4e4992017-02-23 09:26:46 +0100841 <compile header="Device/ARM/ARMCA7/Include/ARMCA7.h" define="ARMCA7"/>
842 </device>
843 </family>
844
845 <!-- ****************************** Cortex-A9 ****************************** -->
846 <family Dfamily="ARM Cortex A9" Dvendor="ARM:82">
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +0100847 <book name="http://infocenter.arm.com/help/topic/com.arm.doc.100511_0401_10_en/index.html" title="Cortex-A9 Technical Reference Manual"/>
Daniel Brondani0d4e4992017-02-23 09:26:46 +0100848 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100849The Cortex-A9 processor is a high-performance, low-power, Arm macrocell with an L1 cache subsystem that provides full virtual memory capabilities.
850The Cortex-A9 processor implements the Armv7-A architecture and runs 32-bit Arm instructions, 16-bit and 32-bit Thumb instructions,
Daniel Brondani0d4e4992017-02-23 09:26:46 +0100851and 8-bit Java bytecodes in Jazelle state.
852 </description>
853
Daniel Brondanie4dbb8e2019-05-15 16:00:21 +0200854 <memory id="IROM1" start="0x00000000" size="0x04000000" startup="1" default="1"/> <!-- 64MB NOR -->
855 <memory id="IROM2" start="0x0C000000" size="0x04000000" startup="0" default="0"/> <!-- 64MB NOR -->
856 <memory id="IRAM1" start="0x14000000" size="0x02000000" init ="0" default="1"/> <!-- 32MB SRAM -->
857 <memory id="IRAM2" start="0x80000000" size="0x40000000" init ="0" default="0"/> <!-- 1GB DRAM -->
Jonatan Antonif2884012017-08-29 16:59:49 +0200858
Daniel Brondani0d4e4992017-02-23 09:26:46 +0100859 <device Dname="ARMCA9">
Daniel Brondanie4dbb8e2019-05-15 16:00:21 +0200860 <processor Dcore="Cortex-A9" DcoreVersion="r4p1" Dfpu="DP_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="12000000"/>
Daniel Brondani0d4e4992017-02-23 09:26:46 +0100861 <compile header="Device/ARM/ARMCA9/Include/ARMCA9.h" define="ARMCA9"/>
862 </device>
863 </family>
Martin Günther89be6522016-05-13 07:57:31 +0200864 </devices>
865
866
867 <apis>
Robert Rostohar6e5621b2017-06-09 12:55:56 +0200868 <!-- CMSIS Device API -->
Vladimir Umekc852bdd2017-07-03 09:19:47 +0200869 <api Cclass="Device" Cgroup="IRQ Controller" Capiversion="1.0.0" exclusive="1">
870 <description>Device interrupt controller interface</description>
871 <files>
872 <file category="header" name="CMSIS/Core_A/Include/irq_ctrl.h"/>
873 </files>
874 </api>
Robert Rostohare5b1c2d2017-11-28 15:48:26 +0100875 <api Cclass="Device" Cgroup="OS Tick" Capiversion="1.0.1" exclusive="1">
Robert Rostoharaeb6dd52017-06-09 14:17:43 +0200876 <description>RTOS Kernel system tick timer interface</description>
Robert Rostohar6e5621b2017-06-09 12:55:56 +0200877 <files>
878 <file category="header" name="CMSIS/RTOS2/Include/os_tick.h"/>
879 </files>
880 </api>
Martin Günther89be6522016-05-13 07:57:31 +0200881 <!-- CMSIS-RTOS API -->
Robert Rostohareff06772017-01-12 11:19:01 +0100882 <api Cclass="CMSIS" Cgroup="RTOS" Capiversion="1.0.0" exclusive="1">
Martin Günther89be6522016-05-13 07:57:31 +0200883 <description>CMSIS-RTOS API for Cortex-M, SC000, and SC300</description>
884 <files>
885 <file category="doc" name="CMSIS/Documentation/RTOS/html/index.html"/>
886 </files>
887 </api>
Robert Rostoharf7d60922018-06-18 13:43:04 +0200888 <api Cclass="CMSIS" Cgroup="RTOS2" Capiversion="2.1.3" exclusive="1">
Robert Rostohar4868c882016-07-01 23:10:03 +0200889 <description>CMSIS-RTOS API for Cortex-M, SC000, and SC300</description>
890 <files>
891 <file category="doc" name="CMSIS/Documentation/RTOS2/html/index.html"/>
Robert Rostohar0a364052017-01-25 12:35:54 +0100892 <file category="header" name="CMSIS/RTOS2/Include/cmsis_os2.h"/>
Robert Rostohar4868c882016-07-01 23:10:03 +0200893 </files>
894 </api>
Robert Rostohar9470b0b2017-06-09 09:38:31 +0200895 <!-- CMSIS Driver API -->
Robert Rostohar8d743c52020-01-24 13:04:51 +0100896 <api Cclass="CMSIS Driver" Cgroup="USART" Capiversion="2.4.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +0200897 <description>USART Driver API for Cortex-M</description>
898 <files>
899 <file category="doc" name="CMSIS/Documentation/Driver/html/group__usart__interface__gr.html" />
900 <file category="header" name="CMSIS/Driver/Include/Driver_USART.h" />
901 </files>
902 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +0100903 <api Cclass="CMSIS Driver" Cgroup="SPI" Capiversion="2.3.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +0200904 <description>SPI Driver API for Cortex-M</description>
905 <files>
906 <file category="doc" name="CMSIS/Documentation/Driver/html/group__spi__interface__gr.html" />
907 <file category="header" name="CMSIS/Driver/Include/Driver_SPI.h" />
908 </files>
909 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +0100910 <api Cclass="CMSIS Driver" Cgroup="SAI" Capiversion="1.2.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +0200911 <description>SAI Driver API for Cortex-M</description>
912 <files>
913 <file category="doc" name="CMSIS/Documentation/Driver/html/group__sai__interface__gr.html"/>
914 <file category="header" name="CMSIS/Driver/Include/Driver_SAI.h" />
915 </files>
916 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +0100917 <api Cclass="CMSIS Driver" Cgroup="I2C" Capiversion="2.4.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +0200918 <description>I2C Driver API for Cortex-M</description>
919 <files>
920 <file category="doc" name="CMSIS/Documentation/Driver/html/group__i2c__interface__gr.html"/>
921 <file category="header" name="CMSIS/Driver/Include/Driver_I2C.h" />
922 </files>
923 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +0100924 <api Cclass="CMSIS Driver" Cgroup="CAN" Capiversion="1.3.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +0200925 <description>CAN Driver API for Cortex-M</description>
926 <files>
927 <file category="doc" name="CMSIS/Documentation/Driver/html/group__can__interface__gr.html"/>
928 <file category="header" name="CMSIS/Driver/Include/Driver_CAN.h" />
929 </files>
930 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +0100931 <api Cclass="CMSIS Driver" Cgroup="Flash" Capiversion="2.3.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +0200932 <description>Flash Driver API for Cortex-M</description>
933 <files>
934 <file category="doc" name="CMSIS/Documentation/Driver/html/group__flash__interface__gr.html" />
935 <file category="header" name="CMSIS/Driver/Include/Driver_Flash.h" />
936 </files>
937 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +0100938 <api Cclass="CMSIS Driver" Cgroup="MCI" Capiversion="2.4.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +0200939 <description>MCI Driver API for Cortex-M</description>
940 <files>
941 <file category="doc" name="CMSIS/Documentation/Driver/html/group__mci__interface__gr.html" />
942 <file category="header" name="CMSIS/Driver/Include/Driver_MCI.h" />
943 </files>
944 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +0100945 <api Cclass="CMSIS Driver" Cgroup="NAND" Capiversion="2.4.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +0200946 <description>NAND Flash Driver API for Cortex-M</description>
947 <files>
948 <file category="doc" name="CMSIS/Documentation/Driver/html/group__nand__interface__gr.html" />
949 <file category="header" name="CMSIS/Driver/Include/Driver_NAND.h" />
950 </files>
951 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +0100952 <api Cclass="CMSIS Driver" Cgroup="Ethernet" Capiversion="2.2.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +0200953 <description>Ethernet MAC and PHY Driver API for Cortex-M</description>
954 <files>
955 <file category="doc" name="CMSIS/Documentation/Driver/html/group__eth__interface__gr.html" />
956 <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" />
957 <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" />
958 </files>
959 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +0100960 <api Cclass="CMSIS Driver" Cgroup="Ethernet MAC" Capiversion="2.2.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +0200961 <description>Ethernet MAC Driver API for Cortex-M</description>
962 <files>
963 <file category="doc" name="CMSIS/Documentation/Driver/html/group__eth__mac__interface__gr.html" />
964 <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" />
965 </files>
966 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +0100967 <api Cclass="CMSIS Driver" Cgroup="Ethernet PHY" Capiversion="2.2.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +0200968 <description>Ethernet PHY Driver API for Cortex-M</description>
969 <files>
970 <file category="doc" name="CMSIS/Documentation/Driver/html/group__eth__phy__interface__gr.html" />
971 <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" />
972 </files>
973 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +0100974 <api Cclass="CMSIS Driver" Cgroup="USB Device" Capiversion="2.3.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +0200975 <description>USB Device Driver API for Cortex-M</description>
976 <files>
977 <file category="doc" name="CMSIS/Documentation/Driver/html/group__usbd__interface__gr.html" />
978 <file category="header" name="CMSIS/Driver/Include/Driver_USBD.h" />
979 </files>
980 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +0100981 <api Cclass="CMSIS Driver" Cgroup="USB Host" Capiversion="2.3.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +0200982 <description>USB Host Driver API for Cortex-M</description>
983 <files>
984 <file category="doc" name="CMSIS/Documentation/Driver/html/group__usbh__interface__gr.html" />
985 <file category="header" name="CMSIS/Driver/Include/Driver_USBH.h" />
986 </files>
987 </api>
Robert Rostohardae2f7c2020-01-24 14:37:40 +0100988 <api Cclass="CMSIS Driver" Cgroup="WiFi" Capiversion="1.1.0" exclusive="0">
Robert Rostohar688e5362019-02-14 10:37:45 +0100989 <description>WiFi driver</description>
990 <files>
Robert Rostohar92eb2ea2020-03-23 12:48:04 +0100991 <file category="doc" name="CMSIS/Documentation/Driver/html/group__wifi__interface__gr.html" />
Joachim Krech22cc8f72019-03-15 17:55:09 +0100992 <file category="header" name="CMSIS/Driver/Include/Driver_WiFi.h" />
Robert Rostohar688e5362019-02-14 10:37:45 +0100993 </files>
994 </api>
Robert Rostohar56cbb682020-03-19 13:31:52 +0100995 <api Cclass="CMSIS Driver" Cgroup="VIO" Capiversion="0.1.0" exclusive="1">
996 <description>Virtual I/O</description>
997 <files>
Robert Rostohar92eb2ea2020-03-23 12:48:04 +0100998 <file category="doc" name="CMSIS/Documentation/Driver/html/group__vio__interface__gr.html" />
Robert Rostohar56cbb682020-03-19 13:31:52 +0100999 <file category="header" name="CMSIS/Driver/VIO/Include/cmsis_vio.h" />
Robert Rostohar92eb2ea2020-03-23 12:48:04 +01001000 <file category="other" name="CMSIS/Driver/VIO/cmsis_vio.scvd" />
Robert Rostohar56cbb682020-03-19 13:31:52 +01001001 </files>
1002 </api>
Martin Günther89be6522016-05-13 07:57:31 +02001003 </apis>
1004
1005 <!-- conditions are dependency rules that can apply to a component or an individual file -->
1006 <conditions>
Martin Günther4ed87812016-10-27 15:29:12 +02001007 <!-- compiler -->
Daniel Brondani7bfe5d02017-04-13 15:56:17 +02001008 <condition id="ARMCC6">
Robert Rostoharff9fa5b2017-04-19 11:55:58 +02001009 <accept Tcompiler="ARMCC" Toptions="AC6"/>
1010 <accept Tcompiler="ARMCC" Toptions="AC6LTO"/>
Daniel Brondani7bfe5d02017-04-13 15:56:17 +02001011 </condition>
Jonatan Antonic34d5322017-04-25 09:32:40 +02001012 <condition id="ARMCC5">
Daniel Brondani7bfe5d02017-04-13 15:56:17 +02001013 <require Tcompiler="ARMCC" Toptions="AC5"/>
Martin Günther89be6522016-05-13 07:57:31 +02001014 </condition>
Jonatan Antonic34d5322017-04-25 09:32:40 +02001015 <condition id="ARMCC">
1016 <require Tcompiler="ARMCC"/>
1017 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001018 <condition id="GCC">
1019 <require Tcompiler="GCC"/>
1020 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001021 <condition id="IAR">
1022 <require Tcompiler="IAR"/>
1023 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001024 <condition id="ARMCC GCC">
1025 <accept Tcompiler="ARMCC"/>
1026 <accept Tcompiler="GCC"/>
1027 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001028 <condition id="ARMCC GCC IAR">
1029 <accept Tcompiler="ARMCC"/>
1030 <accept Tcompiler="GCC"/>
1031 <accept Tcompiler="IAR"/>
1032 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001033
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001034 <!-- Arm architecture -->
Martin Günther4ed87812016-10-27 15:29:12 +02001035 <condition id="ARMv6-M Device">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001036 <description>Armv6-M architecture based device</description>
Martin Günther89be6522016-05-13 07:57:31 +02001037 <accept Dcore="Cortex-M0"/>
GuentherMartina3a6af22018-07-23 08:36:37 +02001038 <accept Dcore="Cortex-M1"/>
Martin Günther89be6522016-05-13 07:57:31 +02001039 <accept Dcore="Cortex-M0+"/>
Martin Günther4ed87812016-10-27 15:29:12 +02001040 <accept Dcore="SC000"/>
1041 </condition>
1042 <condition id="ARMv7-M Device">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001043 <description>Armv7-M architecture based device</description>
Martin Günther89be6522016-05-13 07:57:31 +02001044 <accept Dcore="Cortex-M3"/>
1045 <accept Dcore="Cortex-M4"/>
1046 <accept Dcore="Cortex-M7"/>
Martin Günther89be6522016-05-13 07:57:31 +02001047 <accept Dcore="SC300"/>
1048 </condition>
Christopher Seidl2e8b8142016-10-25 16:29:05 +02001049 <condition id="ARMv8-M Device">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001050 <description>Armv8-M architecture based device</description>
Christopher Seidl2e8b8142016-10-25 16:29:05 +02001051 <accept Dcore="ARMV8MBL"/>
1052 <accept Dcore="ARMV8MML"/>
Jonatan Antonic52cd622019-02-25 12:14:09 +01001053 <accept Dcore="ARMV81MML"/>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001054 <accept Dcore="Cortex-M23"/>
1055 <accept Dcore="Cortex-M33"/>
GuentherMartinec9419c2018-09-04 10:03:24 +02001056 <accept Dcore="Cortex-M35P"/>
GuentherMartinbd8a0f12020-02-20 10:42:53 +01001057 <accept Dcore="Cortex-M55"/>
Christopher Seidl2e8b8142016-10-25 16:29:05 +02001058 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001059 <condition id="ARMv6_7-M Device">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001060 <description>Armv6_7-M architecture based device</description>
Martin Günther4ed87812016-10-27 15:29:12 +02001061 <accept condition="ARMv6-M Device"/>
1062 <accept condition="ARMv7-M Device"/>
Martin Günther89be6522016-05-13 07:57:31 +02001063 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001064 <condition id="ARMv6_7_8-M Device">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001065 <description>Armv6_7_8-M architecture based device</description>
Martin Günther4ed87812016-10-27 15:29:12 +02001066 <accept condition="ARMv6-M Device"/>
1067 <accept condition="ARMv7-M Device"/>
1068 <accept condition="ARMv8-M Device"/>
Martin Günther89be6522016-05-13 07:57:31 +02001069 </condition>
Daniel Brondani0d4e4992017-02-23 09:26:46 +01001070 <condition id="ARMv7-A Device">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001071 <description>Armv7-A architecture based device</description>
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +01001072 <accept Dcore="Cortex-A5"/>
Daniel Brondani0d4e4992017-02-23 09:26:46 +01001073 <accept Dcore="Cortex-A7"/>
1074 <accept Dcore="Cortex-A9"/>
1075 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001076
Robert Rostohar76b9cab2020-03-18 08:49:55 +01001077 <condition id="TrustZone">
1078 <description>TrustZone</description>
1079 <require Dtz="TZ"/>
1080 </condition>
1081 <condition id="TZ Secure">
1082 <description>TrustZone (Secure)</description>
1083 <require Dtz="TZ"/>
1084 <require Dsecure="Secure"/>
1085 </condition>
1086 <condition id="TZ Non-secure">
1087 <description>TrustZone (Non-secure)</description>
1088 <require Dtz="TZ"/>
GuentherMartin09825bc2020-12-17 09:04:42 +01001089 <accept Dsecure="Non-secure"/>
1090 <accept Dsecure="TZ-disabled"/>
1091 </condition>
1092 <condition id="TZ Unavailable">
1093 <description>TrustZone not available</description>
1094 <deny Dtz="TZ"/>
Robert Rostohar76b9cab2020-03-18 08:49:55 +01001095 </condition>
1096
Robert Rostohar014b5542016-10-26 11:12:01 +02001097 <!-- ARM core -->
1098 <condition id="CM0">
1099 <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device</description>
1100 <accept Dcore="Cortex-M0"/>
1101 <accept Dcore="Cortex-M0+"/>
1102 <accept Dcore="SC000"/>
1103 </condition>
GuentherMartina3a6af22018-07-23 08:36:37 +02001104 <condition id="CM1">
1105 <description>Cortex-M1</description>
1106 <require Dcore="Cortex-M1"/>
1107 </condition>
Robert Rostohar014b5542016-10-26 11:12:01 +02001108 <condition id="CM3">
1109 <description>Cortex-M3 or SC300 processor based device</description>
1110 <accept Dcore="Cortex-M3"/>
1111 <accept Dcore="SC300"/>
1112 </condition>
1113 <condition id="CM4">
1114 <description>Cortex-M4 processor based device</description>
1115 <require Dcore="Cortex-M4" Dfpu="NO_FPU"/>
1116 </condition>
1117 <condition id="CM4_FP">
1118 <description>Cortex-M4 processor based device using Floating Point Unit</description>
Jonatan Antoni020309a2017-11-09 13:38:36 +01001119 <accept Dcore="Cortex-M4" Dfpu="FPU"/>
1120 <accept Dcore="Cortex-M4" Dfpu="SP_FPU"/>
1121 <accept Dcore="Cortex-M4" Dfpu="DP_FPU"/>
Robert Rostohar014b5542016-10-26 11:12:01 +02001122 </condition>
1123 <condition id="CM7">
1124 <description>Cortex-M7 processor based device</description>
1125 <require Dcore="Cortex-M7" Dfpu="NO_FPU"/>
1126 </condition>
1127 <condition id="CM7_FP">
1128 <description>Cortex-M7 processor based device using Floating Point Unit</description>
1129 <accept Dcore="Cortex-M7" Dfpu="SP_FPU"/>
1130 <accept Dcore="Cortex-M7" Dfpu="DP_FPU"/>
1131 </condition>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001132 <condition id="CM23">
1133 <description>Cortex-M23 processor based device</description>
1134 <require Dcore="Cortex-M23"/>
1135 </condition>
1136 <condition id="CM33">
1137 <description>Cortex-M33 processor based device</description>
1138 <require Dcore="Cortex-M33" Dfpu="NO_FPU"/>
1139 </condition>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001140 <condition id="CM33_FP">
1141 <description>Cortex-M33 processor based device using Floating Point Unit</description>
1142 <require Dcore="Cortex-M33" Dfpu="SP_FPU"/>
1143 </condition>
GuentherMartinec9419c2018-09-04 10:03:24 +02001144 <condition id="CM35P">
1145 <description>Cortex-M35P processor based device</description>
1146 <require Dcore="Cortex-M35P" Dfpu="NO_FPU"/>
1147 </condition>
1148 <condition id="CM35P_FP">
1149 <description>Cortex-M35P processor based device using Floating Point Unit</description>
1150 <require Dcore="Cortex-M35P" Dfpu="SP_FPU"/>
1151 </condition>
Robert Rostohar014b5542016-10-26 11:12:01 +02001152 <condition id="ARMv8MBL">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001153 <description>Armv8-M Baseline processor based device</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001154 <require Dcore="ARMV8MBL"/>
1155 </condition>
1156 <condition id="ARMv8MML">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001157 <description>Armv8-M Mainline processor based device</description>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001158 <require Dcore="ARMV8MML" Dfpu="NO_FPU"/>
1159 </condition>
Robert Rostohar014b5542016-10-26 11:12:01 +02001160 <condition id="ARMv8MML_FP">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001161 <description>Armv8-M Mainline processor based device using Floating Point Unit</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001162 <accept Dcore="ARMV8MML" Dfpu="SP_FPU"/>
1163 <accept Dcore="ARMV8MML" Dfpu="DP_FPU"/>
Martin Günther89be6522016-05-13 07:57:31 +02001164 </condition>
Martin Güntherceee6862017-02-02 14:14:34 +01001165
Robert Rostohar1dd090b2020-03-26 19:53:08 +01001166 <condition id="CM55_NOFPU_NOMVE">
1167 <description>Cortex-M55, no FPU, no MVE</description>
1168 <require Dcore="Cortex-M55" Dfpu="NO_FPU" Dmve="NO_MVE"/>
1169 </condition>
1170 <condition id="CM55_NOFPU_MVE">
1171 <description>Cortex-M55, no FPU, MVE</description>
1172 <accept Dcore="Cortex-M55" Dfpu="NO_FPU" Dmve="MVE"/>
1173 <accept Dcore="Cortex-M55" Dfpu="NO_FPU" Dmve="FP_MVE"/>
Robert Rostoharde6e3842020-03-20 15:20:01 +01001174 </condition>
1175 <condition id="CM55_FPU">
1176 <description>Cortex-M55, FPU</description>
1177 <accept Dcore="Cortex-M55" Dfpu="SP_FPU"/>
1178 <accept Dcore="Cortex-M55" Dfpu="DP_FPU"/>
1179 </condition>
1180
Vladimir Umekbed07592017-06-14 14:35:26 +02001181 <condition id="CA5_CA9">
1182 <description>Cortex-A5 or Cortex-A9 processor based device</description>
1183 <accept Dcore="Cortex-A5"/>
1184 <accept Dcore="Cortex-A9"/>
1185 </condition>
1186
Daniel Brondani650abfe2017-07-24 15:35:57 +02001187 <condition id="CA7">
1188 <description>Cortex-A7 processor based device</description>
1189 <accept Dcore="Cortex-A7"/>
1190 </condition>
1191
Martin Günther89be6522016-05-13 07:57:31 +02001192 <!-- ARMCC compiler -->
Jonatan Antonic34d5322017-04-25 09:32:40 +02001193 <condition id="CA_ARMCC5">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001194 <description>Cortex-A5, Cortex-A7 or Cortex-A9 processor based device for the Arm Compiler 5</description>
Robert Rostoharff9fa5b2017-04-19 11:55:58 +02001195 <require condition="ARMv7-A Device"/>
Jonatan Antonic34d5322017-04-25 09:32:40 +02001196 <require condition="ARMCC5"/>
Jonatan Antoni41e74d52017-04-21 14:42:00 +02001197 </condition>
Jonatan Antonic34d5322017-04-25 09:32:40 +02001198 <condition id="CA_ARMCC6">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001199 <description>Cortex-A5, Cortex-A7 or Cortex-A9 processor based device for the Arm Compiler 6</description>
Jonatan Antoni41e74d52017-04-21 14:42:00 +02001200 <require condition="ARMv7-A Device"/>
1201 <require condition="ARMCC6"/>
Robert Rostoharff9fa5b2017-04-19 11:55:58 +02001202 </condition>
1203
Robert Rostohar014b5542016-10-26 11:12:01 +02001204 <condition id="CM0_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001205 <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001206 <require condition="CM0"/>
1207 <require Tcompiler="ARMCC"/>
1208 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001209 <condition id="CM0_LE_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001210 <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device in little endian mode for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001211 <require condition="CM0_ARMCC"/>
Martin Günther89be6522016-05-13 07:57:31 +02001212 <require Dendian="Little-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001213 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001214 <condition id="CM0_BE_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001215 <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device in big endian mode for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001216 <require condition="CM0_ARMCC"/>
Martin Günther89be6522016-05-13 07:57:31 +02001217 <require Dendian="Big-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001218 </condition>
1219
GuentherMartina3a6af22018-07-23 08:36:37 +02001220 <condition id="CM1_ARMCC">
1221 <description>Cortex-M1 based device for the Arm Compiler</description>
1222 <require condition="CM1"/>
1223 <require Tcompiler="ARMCC"/>
1224 </condition>
1225 <condition id="CM1_LE_ARMCC">
1226 <description>Cortex-M1 based device in little endian mode for the Arm Compiler</description>
1227 <require condition="CM1_ARMCC"/>
1228 <require Dendian="Little-endian"/>
1229 </condition>
1230 <condition id="CM1_BE_ARMCC">
1231 <description>Cortex-M1 based device in big endian mode for the Arm Compiler</description>
1232 <require condition="CM1_ARMCC"/>
1233 <require Dendian="Big-endian"/>
1234 </condition>
1235
Robert Rostohar014b5542016-10-26 11:12:01 +02001236 <condition id="CM3_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001237 <description>Cortex-M3 or SC300 processor based device for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001238 <require condition="CM3"/>
1239 <require Tcompiler="ARMCC"/>
1240 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001241 <condition id="CM3_LE_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001242 <description>Cortex-M3 or SC300 processor based device in little endian mode for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001243 <require condition="CM3_ARMCC"/>
Martin Günther89be6522016-05-13 07:57:31 +02001244 <require Dendian="Little-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001245 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001246 <condition id="CM3_BE_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001247 <description>Cortex-M3 or SC300 processor based device in big endian mode for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001248 <require condition="CM3_ARMCC"/>
Martin Günther89be6522016-05-13 07:57:31 +02001249 <require Dendian="Big-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001250 </condition>
1251
Robert Rostohar014b5542016-10-26 11:12:01 +02001252 <condition id="CM4_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001253 <description>Cortex-M4 processor based device for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001254 <require condition="CM4"/>
1255 <require Tcompiler="ARMCC"/>
1256 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001257 <condition id="CM4_LE_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001258 <description>Cortex-M4 processor based device in little endian mode for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001259 <require condition="CM4_ARMCC"/>
1260 <require Dendian="Little-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001261 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001262 <condition id="CM4_BE_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001263 <description>Cortex-M4 processor based device in big endian mode for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001264 <require condition="CM4_ARMCC"/>
1265 <require Dendian="Big-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001266 </condition>
1267
Robert Rostohar014b5542016-10-26 11:12:01 +02001268 <condition id="CM4_FP_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001269 <description>Cortex-M4 processor based device using Floating Point Unit for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001270 <require condition="CM4_FP"/>
1271 <require Tcompiler="ARMCC"/>
1272 </condition>
1273 <condition id="CM4_FP_LE_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001274 <description>Cortex-M4 processor based device using Floating Point Unit in little endian mode for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001275 <require condition="CM4_FP_ARMCC"/>
1276 <require Dendian="Little-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001277 </condition>
Robert Rostohar014b5542016-10-26 11:12:01 +02001278 <condition id="CM4_FP_BE_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001279 <description>Cortex-M4 processor based device using Floating Point Unit in big endian mode for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001280 <require condition="CM4_FP_ARMCC"/>
1281 <require Dendian="Big-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001282 </condition>
1283
Robert Rostohar014b5542016-10-26 11:12:01 +02001284 <condition id="CM7_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001285 <description>Cortex-M7 processor based device for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001286 <require condition="CM7"/>
1287 <require Tcompiler="ARMCC"/>
1288 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001289 <condition id="CM7_LE_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001290 <description>Cortex-M7 processor based device in little endian mode for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001291 <require condition="CM7_ARMCC"/>
1292 <require Dendian="Little-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001293 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001294 <condition id="CM7_BE_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001295 <description>Cortex-M7 processor based device in big endian mode for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001296 <require condition="CM7_ARMCC"/>
1297 <require Dendian="Big-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001298 </condition>
1299
Robert Rostohar014b5542016-10-26 11:12:01 +02001300 <condition id="CM7_FP_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001301 <description>Cortex-M7 processor based device using Floating Point Unit for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001302 <require condition="CM7_FP"/>
1303 <require Tcompiler="ARMCC"/>
1304 </condition>
1305 <condition id="CM7_FP_LE_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001306 <description>Cortex-M7 processor based device using Floating Point Unit in little endian mode for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001307 <require condition="CM7_FP_ARMCC"/>
1308 <require Dendian="Little-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001309 </condition>
Robert Rostohar014b5542016-10-26 11:12:01 +02001310 <condition id="CM7_FP_BE_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001311 <description>Cortex-M7 processor based device using Floating Point Unit in big endian mode for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001312 <require condition="CM7_FP_ARMCC"/>
1313 <require Dendian="Big-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001314 </condition>
1315
Martin Günther4a4e39c2016-11-03 11:47:02 +01001316 <condition id="CM23_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001317 <description>Cortex-M23 processor based device for the Arm Compiler</description>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001318 <require condition="CM23"/>
1319 <require Tcompiler="ARMCC"/>
1320 </condition>
1321 <condition id="CM23_LE_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001322 <description>Cortex-M23 processor based device in little endian mode for the Arm Compiler</description>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001323 <require condition="CM23_ARMCC"/>
1324 <require Dendian="Little-endian"/>
1325 </condition>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001326
1327 <condition id="CM33_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001328 <description>Cortex-M33 processor based device for the Arm Compiler</description>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001329 <require condition="CM33"/>
1330 <require Tcompiler="ARMCC"/>
1331 </condition>
1332 <condition id="CM33_LE_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001333 <description>Cortex-M33 processor based device in little endian mode for the Arm Compiler</description>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001334 <require condition="CM33_ARMCC"/>
1335 <require Dendian="Little-endian"/>
1336 </condition>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001337
Martin Günther4a4e39c2016-11-03 11:47:02 +01001338 <condition id="CM33_FP_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001339 <description>Cortex-M33 processor based device using Floating Point Unit for the Arm Compiler</description>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001340 <require condition="CM33_FP"/>
1341 <require Tcompiler="ARMCC"/>
1342 </condition>
1343 <condition id="CM33_FP_LE_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001344 <description>Cortex-M33 processor based device using Floating Point Unit in little endian mode for the Arm Compiler</description>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001345 <require condition="CM33_FP_ARMCC"/>
1346 <require Dendian="Little-endian"/>
1347 </condition>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001348
GuentherMartinec9419c2018-09-04 10:03:24 +02001349 <condition id="CM35P_ARMCC">
1350 <description>Cortex-M35P processor based device for the Arm Compiler</description>
1351 <require condition="CM35P"/>
1352 <require Tcompiler="ARMCC"/>
1353 </condition>
1354 <condition id="CM35P_LE_ARMCC">
1355 <description>Cortex-M35P processor based device in little endian mode for the Arm Compiler</description>
1356 <require condition="CM35P_ARMCC"/>
1357 <require Dendian="Little-endian"/>
1358 </condition>
GuentherMartinec9419c2018-09-04 10:03:24 +02001359
1360 <condition id="CM35P_FP_ARMCC">
1361 <description>Cortex-M35P processor based device using Floating Point Unit for the Arm Compiler</description>
1362 <require condition="CM35P_FP"/>
1363 <require Tcompiler="ARMCC"/>
1364 </condition>
1365 <condition id="CM35P_FP_LE_ARMCC">
1366 <description>Cortex-M35P processor based device using Floating Point Unit in little endian mode for the Arm Compiler</description>
1367 <require condition="CM35P_FP_ARMCC"/>
1368 <require Dendian="Little-endian"/>
1369 </condition>
GuentherMartinec9419c2018-09-04 10:03:24 +02001370
Robert Rostohar1dd090b2020-03-26 19:53:08 +01001371 <condition id="CM55_NOFPU_NOMVE_ARMCC">
1372 <description>Cortex-M55 processor, no FPU, no MVE, Arm Compiler</description>
1373 <require condition="CM55_NOFPU_NOMVE"/>
Robert Rostohar97917cc2020-03-06 14:13:30 +01001374 <require Tcompiler="ARMCC"/>
1375 </condition>
Robert Rostohar1dd090b2020-03-26 19:53:08 +01001376 <condition id="CM55_NOFPU_MVE_ARMCC">
1377 <description>Cortex-M55 processor, no FPU, MVE, Arm Compiler</description>
1378 <require condition="CM55_NOFPU_MVE"/>
Robert Rostoharde6e3842020-03-20 15:20:01 +01001379 <require Tcompiler="ARMCC"/>
1380 </condition>
1381 <condition id="CM55_FPU_ARMCC">
1382 <description>Cortex-M55 processor, FPU, Arm Compiler</description>
1383 <require condition="CM55_FPU"/>
1384 <require Tcompiler="ARMCC"/>
1385 </condition>
Robert Rostohar1dd090b2020-03-26 19:53:08 +01001386 <condition id="CM55_NOFPU_NOMVE_LE_ARMCC">
1387 <description>Cortex-M55 processor, little endian, no FPU, no MVE, Arm Compiler</description>
1388 <require condition="CM55_NOFPU_NOMVE_ARMCC"/>
Robert Rostoharde6e3842020-03-20 15:20:01 +01001389 <require Dendian="Little-endian"/>
1390 </condition>
1391 <condition id="CM55_FPU_LE_ARMCC">
1392 <description>Cortex-M55 processor, little endian, FPU, Arm Compiler</description>
1393 <require condition="CM55_FPU_ARMCC"/>
1394 <require Dendian="Little-endian"/>
1395 </condition>
1396
Robert Rostohar014b5542016-10-26 11:12:01 +02001397 <condition id="ARMv8MBL_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001398 <description>Armv8-M Baseline processor based device for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001399 <require condition="ARMv8MBL"/>
1400 <require Tcompiler="ARMCC"/>
1401 </condition>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02001402 <condition id="ARMv8MBL_LE_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001403 <description>Armv8-M Baseline processor based device in little endian mode for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001404 <require condition="ARMv8MBL_ARMCC"/>
1405 <require Dendian="Little-endian"/>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02001406 </condition>
1407
Robert Rostohar014b5542016-10-26 11:12:01 +02001408 <condition id="ARMv8MML_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001409 <description>Armv8-M Mainline processor based device for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001410 <require condition="ARMv8MML"/>
1411 <require Tcompiler="ARMCC"/>
1412 </condition>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02001413 <condition id="ARMv8MML_LE_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001414 <description>Armv8-M Mainline processor based device in little endian mode for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001415 <require condition="ARMv8MML_ARMCC"/>
1416 <require Dendian="Little-endian"/>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02001417 </condition>
1418
Robert Rostohar014b5542016-10-26 11:12:01 +02001419 <condition id="ARMv8MML_FP_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001420 <description>Armv8-M Mainline processor based device using Floating Point Unit for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001421 <require condition="ARMv8MML_FP"/>
1422 <require Tcompiler="ARMCC"/>
1423 </condition>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02001424 <condition id="ARMv8MML_FP_LE_ARMCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001425 <description>Armv8-M Mainline processor based device using Floating Point Unit in little endian mode for the Arm Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001426 <require condition="ARMv8MML_FP_ARMCC"/>
1427 <require Dendian="Little-endian"/>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02001428 </condition>
1429
GuentherMartin09825bc2020-12-17 09:04:42 +01001430 <condition id="TZ Secure ARMCC6">
1431 <description>TrustZone (Secure), Arm Compiler</description>
1432 <require condition="TZ Secure"/>
1433 <require condition="ARMCC6"/>
1434 </condition>
1435 <condition id="TZ Non-secure ARMCC6">
1436 <description>TrustZone (Non-secure), Arm Compiler</description>
1437 <require condition="TZ Non-secure"/>
1438 <require condition="ARMCC6"/>
1439 </condition>
1440 <condition id="TZ Unavailable ARMCC6">
1441 <description>TrustZone not available, Arm Compiler</description>
1442 <require condition="TZ Unavailable"/>
1443 <require condition="ARMCC6"/>
1444 </condition>
1445
Martin Günther89be6522016-05-13 07:57:31 +02001446 <!-- GCC compiler -->
Robert Rostoharff9fa5b2017-04-19 11:55:58 +02001447 <condition id="CA_GCC">
1448 <description>Cortex-A5, Cortex-A7 or Cortex-A9 processor based device for the GCC Compiler</description>
1449 <require condition="ARMv7-A Device"/>
1450 <require Tcompiler="GCC"/>
1451 </condition>
1452
Robert Rostohar014b5542016-10-26 11:12:01 +02001453 <condition id="CM0_GCC">
1454 <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device for the GCC Compiler</description>
1455 <require condition="CM0"/>
1456 <require Tcompiler="GCC"/>
1457 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001458 <condition id="CM0_LE_GCC">
1459 <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device in little endian mode for the GCC Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001460 <require condition="CM0_GCC"/>
Martin Günther89be6522016-05-13 07:57:31 +02001461 <require Dendian="Little-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001462 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001463 <condition id="CM0_BE_GCC">
1464 <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device in big endian mode for the GCC Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001465 <require condition="CM0_GCC"/>
Martin Günther89be6522016-05-13 07:57:31 +02001466 <require Dendian="Big-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001467 </condition>
1468
GuentherMartina3a6af22018-07-23 08:36:37 +02001469 <condition id="CM1_GCC">
1470 <description>Cortex-M1 based device for the GCC Compiler</description>
1471 <require condition="CM1"/>
1472 <require Tcompiler="GCC"/>
1473 </condition>
1474 <condition id="CM1_LE_GCC">
1475 <description>Cortex-M1 based device in little endian mode for the GCC Compiler</description>
1476 <require condition="CM1_GCC"/>
1477 <require Dendian="Little-endian"/>
1478 </condition>
1479 <condition id="CM1_BE_GCC">
1480 <description>Cortex-M1 based device in big endian mode for the GCC Compiler</description>
1481 <require condition="CM1_GCC"/>
1482 <require Dendian="Big-endian"/>
1483 </condition>
1484
Robert Rostohar014b5542016-10-26 11:12:01 +02001485 <condition id="CM3_GCC">
1486 <description>Cortex-M3 or SC300 processor based device for the GCC Compiler</description>
1487 <require condition="CM3"/>
1488 <require Tcompiler="GCC"/>
1489 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001490 <condition id="CM3_LE_GCC">
1491 <description>Cortex-M3 or SC300 processor based device in little endian mode for the GCC Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001492 <require condition="CM3_GCC"/>
Martin Günther89be6522016-05-13 07:57:31 +02001493 <require Dendian="Little-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001494 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001495 <condition id="CM3_BE_GCC">
1496 <description>Cortex-M3 or SC300 processor based device in big endian mode for the GCC Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001497 <require condition="CM3_GCC"/>
Martin Günther89be6522016-05-13 07:57:31 +02001498 <require Dendian="Big-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001499 </condition>
1500
Robert Rostohar014b5542016-10-26 11:12:01 +02001501 <condition id="CM4_GCC">
1502 <description>Cortex-M4 processor based device for the GCC Compiler</description>
1503 <require condition="CM4"/>
1504 <require Tcompiler="GCC"/>
1505 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001506 <condition id="CM4_LE_GCC">
1507 <description>Cortex-M4 processor based device in little endian mode for the GCC Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001508 <require condition="CM4_GCC"/>
1509 <require Dendian="Little-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001510 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001511 <condition id="CM4_BE_GCC">
1512 <description>Cortex-M4 processor based device in big endian mode for the GCC Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001513 <require condition="CM4_GCC"/>
1514 <require Dendian="Big-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001515 </condition>
1516
Robert Rostohar014b5542016-10-26 11:12:01 +02001517 <condition id="CM4_FP_GCC">
1518 <description>Cortex-M4 processor based device using Floating Point Unit for the GCC Compiler</description>
1519 <require condition="CM4_FP"/>
1520 <require Tcompiler="GCC"/>
1521 </condition>
1522 <condition id="CM4_FP_LE_GCC">
Martin Günther89be6522016-05-13 07:57:31 +02001523 <description>Cortex-M4 processor based device using Floating Point Unit in little endian mode for the GCC Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001524 <require condition="CM4_FP_GCC"/>
1525 <require Dendian="Little-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001526 </condition>
Robert Rostohar014b5542016-10-26 11:12:01 +02001527 <condition id="CM4_FP_BE_GCC">
Martin Günther89be6522016-05-13 07:57:31 +02001528 <description>Cortex-M4 processor based device using Floating Point Unit in big endian mode for the GCC Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001529 <require condition="CM4_FP_GCC"/>
1530 <require Dendian="Big-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001531 </condition>
1532
Robert Rostohar014b5542016-10-26 11:12:01 +02001533 <condition id="CM7_GCC">
1534 <description>Cortex-M7 processor based device for the GCC Compiler</description>
1535 <require condition="CM7"/>
1536 <require Tcompiler="GCC"/>
1537 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001538 <condition id="CM7_LE_GCC">
1539 <description>Cortex-M7 processor based device in little endian mode for the GCC Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001540 <require condition="CM7_GCC"/>
1541 <require Dendian="Little-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001542 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001543 <condition id="CM7_BE_GCC">
1544 <description>Cortex-M7 processor based device in big endian mode for the GCC Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001545 <require condition="CM7_GCC"/>
1546 <require Dendian="Big-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001547 </condition>
1548
Robert Rostohar014b5542016-10-26 11:12:01 +02001549 <condition id="CM7_FP_GCC">
1550 <description>Cortex-M7 processor based device using Floating Point Unit for the GCC Compiler</description>
1551 <require condition="CM7_FP"/>
1552 <require Tcompiler="GCC"/>
1553 </condition>
1554 <condition id="CM7_FP_LE_GCC">
Martin Günther89be6522016-05-13 07:57:31 +02001555 <description>Cortex-M7 processor based device using Floating Point Unit in little endian mode for the GCC Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001556 <require condition="CM7_FP_GCC"/>
1557 <require Dendian="Little-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001558 </condition>
Robert Rostohar014b5542016-10-26 11:12:01 +02001559 <condition id="CM7_FP_BE_GCC">
Martin Günther89be6522016-05-13 07:57:31 +02001560 <description>Cortex-M7 processor based device using Floating Point Unit in big endian mode for the GCC Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001561 <require condition="CM7_FP_GCC"/>
1562 <require Dendian="Big-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001563 </condition>
1564
Martin Günther4a4e39c2016-11-03 11:47:02 +01001565 <condition id="CM23_GCC">
1566 <description>Cortex-M23 processor based device for the GCC Compiler</description>
1567 <require condition="CM23"/>
1568 <require Tcompiler="GCC"/>
1569 </condition>
1570 <condition id="CM23_LE_GCC">
1571 <description>Cortex-M23 processor based device in little endian mode for the GCC Compiler</description>
1572 <require condition="CM23_GCC"/>
1573 <require Dendian="Little-endian"/>
1574 </condition>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001575
1576 <condition id="CM33_GCC">
1577 <description>Cortex-M33 processor based device for the GCC Compiler</description>
1578 <require condition="CM33"/>
1579 <require Tcompiler="GCC"/>
1580 </condition>
1581 <condition id="CM33_LE_GCC">
1582 <description>Cortex-M33 processor based device in little endian mode for the GCC Compiler</description>
1583 <require condition="CM33_GCC"/>
1584 <require Dendian="Little-endian"/>
1585 </condition>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001586
Martin Günther4a4e39c2016-11-03 11:47:02 +01001587 <condition id="CM33_FP_GCC">
1588 <description>Cortex-M33 processor based device using Floating Point Unit for the GCC Compiler</description>
1589 <require condition="CM33_FP"/>
1590 <require Tcompiler="GCC"/>
1591 </condition>
1592 <condition id="CM33_FP_LE_GCC">
1593 <description>Cortex-M33 processor based device using Floating Point Unit in little endian mode for the GCC Compiler</description>
1594 <require condition="CM33_FP_GCC"/>
1595 <require Dendian="Little-endian"/>
1596 </condition>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001597
GuentherMartinec9419c2018-09-04 10:03:24 +02001598 <condition id="CM35P_GCC">
1599 <description>Cortex-M35P processor based device for the GCC Compiler</description>
1600 <require condition="CM35P"/>
1601 <require Tcompiler="GCC"/>
1602 </condition>
1603 <condition id="CM35P_LE_GCC">
1604 <description>Cortex-M35P processor based device in little endian mode for the GCC Compiler</description>
1605 <require condition="CM35P_GCC"/>
1606 <require Dendian="Little-endian"/>
1607 </condition>
GuentherMartinec9419c2018-09-04 10:03:24 +02001608
1609 <condition id="CM35P_FP_GCC">
1610 <description>Cortex-M35P processor based device using Floating Point Unit for the GCC Compiler</description>
1611 <require condition="CM35P_FP"/>
1612 <require Tcompiler="GCC"/>
1613 </condition>
1614 <condition id="CM35P_FP_LE_GCC">
1615 <description>Cortex-M35P processor based device using Floating Point Unit in little endian mode for the GCC Compiler</description>
1616 <require condition="CM35P_FP_GCC"/>
1617 <require Dendian="Little-endian"/>
1618 </condition>
GuentherMartinec9419c2018-09-04 10:03:24 +02001619
Robert Rostohar1dd090b2020-03-26 19:53:08 +01001620 <condition id="CM55_NOFPU_NOMVE_GCC">
1621 <description>Cortex-M55 processor, no FPU, no MVE, GCC Compiler</description>
1622 <require condition="CM55_NOFPU_NOMVE"/>
Robert Rostohar97917cc2020-03-06 14:13:30 +01001623 <require Tcompiler="GCC"/>
1624 </condition>
Robert Rostohar1dd090b2020-03-26 19:53:08 +01001625 <condition id="CM55_NOFPU_MVE_GCC">
1626 <description>Cortex-M55 processor, no FPU, MVE, GCC Compiler</description>
1627 <require condition="CM55_NOFPU_MVE"/>
Robert Rostoharde6e3842020-03-20 15:20:01 +01001628 <require Tcompiler="GCC"/>
1629 </condition>
1630 <condition id="CM55_FPU_GCC">
1631 <description>Cortex-M55 processor, FPU, GCC Compiler</description>
1632 <require condition="CM55_FPU"/>
1633 <require Tcompiler="GCC"/>
1634 </condition>
Robert Rostohar1dd090b2020-03-26 19:53:08 +01001635 <condition id="CM55_NOFPU_NOMVE_LE_GCC">
1636 <description>Cortex-M55 processor, little endian, no FPU, no MVE, GCC Compiler</description>
1637 <require condition="CM55_NOFPU_NOMVE_GCC"/>
Robert Rostoharde6e3842020-03-20 15:20:01 +01001638 <require Dendian="Little-endian"/>
1639 </condition>
1640 <condition id="CM55_FPU_LE_GCC">
1641 <description>Cortex-M55 processor, little endian, FPU, GCC Compiler</description>
1642 <require condition="CM55_FPU_GCC"/>
1643 <require Dendian="Little-endian"/>
1644 </condition>
1645
Robert Rostohar014b5542016-10-26 11:12:01 +02001646 <condition id="ARMv8MBL_GCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001647 <description>Armv8-M Baseline processor based device for the GCC Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001648 <require condition="ARMv8MBL"/>
1649 <require Tcompiler="GCC"/>
1650 </condition>
Robert Rostohar2a0fd6d2016-09-28 13:53:18 +02001651 <condition id="ARMv8MBL_LE_GCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001652 <description>Armv8-M Baseline processor based device in little endian mode for the GCC Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001653 <require condition="ARMv8MBL_GCC"/>
1654 <require Dendian="Little-endian"/>
Robert Rostohar2a0fd6d2016-09-28 13:53:18 +02001655 </condition>
1656
Robert Rostohar014b5542016-10-26 11:12:01 +02001657 <condition id="ARMv8MML_GCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001658 <description>Armv8-M Mainline processor based device for the GCC Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001659 <require condition="ARMv8MML"/>
1660 <require Tcompiler="GCC"/>
1661 </condition>
Robert Rostohar2a0fd6d2016-09-28 13:53:18 +02001662 <condition id="ARMv8MML_LE_GCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001663 <description>Armv8-M Mainline processor based device in little endian mode for the GCC Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001664 <require condition="ARMv8MML_GCC"/>
1665 <require Dendian="Little-endian"/>
Robert Rostohar2a0fd6d2016-09-28 13:53:18 +02001666 </condition>
1667
Robert Rostohar014b5542016-10-26 11:12:01 +02001668 <condition id="ARMv8MML_FP_GCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001669 <description>Armv8-M Mainline processor based device using Floating Point Unit for the GCC Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001670 <require condition="ARMv8MML_FP"/>
1671 <require Tcompiler="GCC"/>
1672 </condition>
Robert Rostohar2a0fd6d2016-09-28 13:53:18 +02001673 <condition id="ARMv8MML_FP_LE_GCC">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001674 <description>Armv8-M Mainline processor based device using Floating Point Unit in little endian mode for the GCC Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001675 <require condition="ARMv8MML_FP_GCC"/>
1676 <require Dendian="Little-endian"/>
Robert Rostohar2a0fd6d2016-09-28 13:53:18 +02001677 </condition>
1678
Martin Günther89be6522016-05-13 07:57:31 +02001679 <!-- IAR compiler -->
Robert Rostoharff9fa5b2017-04-19 11:55:58 +02001680 <condition id="CA_IAR">
1681 <description>Cortex-A5, Cortex-A7 or Cortex-A9 processor based device for the IAR Compiler</description>
1682 <require condition="ARMv7-A Device"/>
1683 <require Tcompiler="IAR"/>
1684 </condition>
1685
Robert Rostohar014b5542016-10-26 11:12:01 +02001686 <condition id="CM0_IAR">
1687 <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device for the IAR Compiler</description>
1688 <require condition="CM0"/>
1689 <require Tcompiler="IAR"/>
1690 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001691 <condition id="CM0_LE_IAR">
1692 <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device in little endian mode for the IAR Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001693 <require condition="CM0_IAR"/>
Martin Günther89be6522016-05-13 07:57:31 +02001694 <require Dendian="Little-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001695 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001696 <condition id="CM0_BE_IAR">
1697 <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device in big endian mode for the IAR Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001698 <require condition="CM0_IAR"/>
Martin Günther89be6522016-05-13 07:57:31 +02001699 <require Dendian="Big-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001700 </condition>
1701
GuentherMartina3a6af22018-07-23 08:36:37 +02001702 <condition id="CM1_IAR">
1703 <description>Cortex-M1 based device for the IAR Compiler</description>
1704 <require condition="CM1"/>
1705 <require Tcompiler="IAR"/>
1706 </condition>
1707 <condition id="CM1_LE_IAR">
1708 <description>Cortex-M1 based device in little endian mode for the IAR Compiler</description>
1709 <require condition="CM1_IAR"/>
1710 <require Dendian="Little-endian"/>
1711 </condition>
1712 <condition id="CM1_BE_IAR">
1713 <description>Cortex-M1 based device in big endian mode for the IAR Compiler</description>
1714 <require condition="CM1_IAR"/>
1715 <require Dendian="Big-endian"/>
1716 </condition>
1717
Robert Rostohar014b5542016-10-26 11:12:01 +02001718 <condition id="CM3_IAR">
1719 <description>Cortex-M3 or SC300 processor based device for the IAR Compiler</description>
1720 <require condition="CM3"/>
1721 <require Tcompiler="IAR"/>
1722 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001723 <condition id="CM3_LE_IAR">
1724 <description>Cortex-M3 or SC300 processor based device in little endian mode for the IAR Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001725 <require condition="CM3_IAR"/>
Martin Günther89be6522016-05-13 07:57:31 +02001726 <require Dendian="Little-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001727 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001728 <condition id="CM3_BE_IAR">
1729 <description>Cortex-M3 or SC300 processor based device in big endian mode for the IAR Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001730 <require condition="CM3_IAR"/>
Martin Günther89be6522016-05-13 07:57:31 +02001731 <require Dendian="Big-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001732 </condition>
1733
Robert Rostohar014b5542016-10-26 11:12:01 +02001734 <condition id="CM4_IAR">
1735 <description>Cortex-M4 processor based device for the IAR Compiler</description>
1736 <require condition="CM4"/>
1737 <require Tcompiler="IAR"/>
1738 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001739 <condition id="CM4_LE_IAR">
1740 <description>Cortex-M4 processor based device in little endian mode for the IAR Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001741 <require condition="CM4_IAR"/>
1742 <require Dendian="Little-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001743 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001744 <condition id="CM4_BE_IAR">
1745 <description>Cortex-M4 processor based device in big endian mode for the IAR Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001746 <require condition="CM4_IAR"/>
1747 <require Dendian="Big-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001748 </condition>
1749
Robert Rostohar014b5542016-10-26 11:12:01 +02001750 <condition id="CM4_FP_IAR">
1751 <description>Cortex-M4 processor based device using Floating Point Unit for the IAR Compiler</description>
1752 <require condition="CM4_FP"/>
1753 <require Tcompiler="IAR"/>
1754 </condition>
1755 <condition id="CM4_FP_LE_IAR">
Martin Günther89be6522016-05-13 07:57:31 +02001756 <description>Cortex-M4 processor based device using Floating Point Unit in little endian mode for the IAR Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001757 <require condition="CM4_FP_IAR"/>
1758 <require Dendian="Little-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001759 </condition>
Robert Rostohar014b5542016-10-26 11:12:01 +02001760 <condition id="CM4_FP_BE_IAR">
Martin Günther89be6522016-05-13 07:57:31 +02001761 <description>Cortex-M4 processor based device using Floating Point Unit in big endian mode for the IAR Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001762 <require condition="CM4_FP_IAR"/>
1763 <require Dendian="Big-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001764 </condition>
1765
Robert Rostohar014b5542016-10-26 11:12:01 +02001766 <condition id="CM7_IAR">
1767 <description>Cortex-M7 processor based device for the IAR Compiler</description>
1768 <require condition="CM7"/>
1769 <require Tcompiler="IAR"/>
1770 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001771 <condition id="CM7_LE_IAR">
1772 <description>Cortex-M7 processor based device in little endian mode for the IAR Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001773 <require condition="CM7_IAR"/>
1774 <require Dendian="Little-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001775 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001776 <condition id="CM7_BE_IAR">
1777 <description>Cortex-M7 processor based device in big endian mode for the IAR Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001778 <require condition="CM7_IAR"/>
1779 <require Dendian="Big-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001780 </condition>
1781
Robert Rostohar014b5542016-10-26 11:12:01 +02001782 <condition id="CM7_FP_IAR">
1783 <description>Cortex-M7 processor based device using Floating Point Unit for the IAR Compiler</description>
1784 <require condition="CM7_FP"/>
1785 <require Tcompiler="IAR"/>
1786 </condition>
1787 <condition id="CM7_FP_LE_IAR">
Martin Günther89be6522016-05-13 07:57:31 +02001788 <description>Cortex-M7 processor based device using Floating Point Unit in little endian mode for the IAR Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001789 <require condition="CM7_FP_IAR"/>
1790 <require Dendian="Little-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001791 </condition>
Robert Rostohar014b5542016-10-26 11:12:01 +02001792 <condition id="CM7_FP_BE_IAR">
Martin Günther89be6522016-05-13 07:57:31 +02001793 <description>Cortex-M7 processor based device using Floating Point Unit in big endian mode for the IAR Compiler</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02001794 <require condition="CM7_FP_IAR"/>
1795 <require Dendian="Big-endian"/>
Martin Günther89be6522016-05-13 07:57:31 +02001796 </condition>
1797
Jonatan Antoni65d89742017-11-08 11:28:47 +01001798 <condition id="CM23_IAR">
1799 <description>Cortex-M23 processor based device for the IAR Compiler</description>
1800 <require condition="CM23"/>
1801 <require Tcompiler="IAR"/>
1802 </condition>
1803 <condition id="CM23_LE_IAR">
1804 <description>Cortex-M23 processor based device in little endian mode for the IAR Compiler</description>
1805 <require condition="CM23_IAR"/>
1806 <require Dendian="Little-endian"/>
1807 </condition>
Jonatan Antoni65d89742017-11-08 11:28:47 +01001808
1809 <condition id="CM33_IAR">
1810 <description>Cortex-M33 processor based device for the IAR Compiler</description>
1811 <require condition="CM33"/>
1812 <require Tcompiler="IAR"/>
1813 </condition>
1814 <condition id="CM33_LE_IAR">
1815 <description>Cortex-M33 processor based device in little endian mode for the IAR Compiler</description>
1816 <require condition="CM33_IAR"/>
1817 <require Dendian="Little-endian"/>
1818 </condition>
Jonatan Antoni65d89742017-11-08 11:28:47 +01001819
1820 <condition id="CM33_FP_IAR">
1821 <description>Cortex-M33 processor based device using Floating Point Unit for the IAR Compiler</description>
1822 <require condition="CM33_FP"/>
1823 <require Tcompiler="IAR"/>
1824 </condition>
1825 <condition id="CM33_FP_LE_IAR">
1826 <description>Cortex-M33 processor based device using Floating Point Unit in little endian mode for the IAR Compiler</description>
1827 <require condition="CM33_FP_IAR"/>
1828 <require Dendian="Little-endian"/>
1829 </condition>
Jonatan Antoni65d89742017-11-08 11:28:47 +01001830
GuentherMartinec9419c2018-09-04 10:03:24 +02001831 <condition id="CM35P_IAR">
1832 <description>Cortex-M35P processor based device for the IAR Compiler</description>
1833 <require condition="CM35P"/>
1834 <require Tcompiler="IAR"/>
1835 </condition>
1836 <condition id="CM35P_LE_IAR">
1837 <description>Cortex-M35P processor based device in little endian mode for the IAR Compiler</description>
1838 <require condition="CM35P_IAR"/>
1839 <require Dendian="Little-endian"/>
1840 </condition>
GuentherMartinec9419c2018-09-04 10:03:24 +02001841
1842 <condition id="CM35P_FP_IAR">
1843 <description>Cortex-M35P processor based device using Floating Point Unit for the IAR Compiler</description>
1844 <require condition="CM35P_FP"/>
1845 <require Tcompiler="IAR"/>
1846 </condition>
1847 <condition id="CM35P_FP_LE_IAR">
1848 <description>Cortex-M35P processor based device using Floating Point Unit in little endian mode for the IAR Compiler</description>
1849 <require condition="CM35P_FP_IAR"/>
1850 <require Dendian="Little-endian"/>
1851 </condition>
GuentherMartinec9419c2018-09-04 10:03:24 +02001852
Robert Rostohar1dd090b2020-03-26 19:53:08 +01001853 <condition id="CM55_NOFPU_NOMVE_IAR">
1854 <description>Cortex-M55 processor, no FPU, no MVE, IAR Compiler</description>
1855 <require condition="CM55_NOFPU_NOMVE"/>
Robert Rostohar97917cc2020-03-06 14:13:30 +01001856 <require Tcompiler="IAR"/>
1857 </condition>
Robert Rostohar1dd090b2020-03-26 19:53:08 +01001858 <condition id="CM55_NOFPU_MVE_IAR">
1859 <description>Cortex-M55 processor, no FPU, MVE, IAR Compiler</description>
1860 <require condition="CM55_NOFPU_MVE"/>
Robert Rostoharde6e3842020-03-20 15:20:01 +01001861 <require Tcompiler="IAR"/>
1862 </condition>
1863 <condition id="CM55_FPU_IAR">
1864 <description>Cortex-M55 processor, FPU, IAR Compiler</description>
1865 <require condition="CM55_FPU"/>
1866 <require Tcompiler="IAR"/>
1867 </condition>
Robert Rostohar1dd090b2020-03-26 19:53:08 +01001868 <condition id="CM55_NOFPU_NOMVE_LE_IAR">
1869 <description>Cortex-M55 processor, little endian, no FPU, no MVE, IAR Compiler</description>
1870 <require condition="CM55_NOFPU_NOMVE_IAR"/>
Robert Rostoharde6e3842020-03-20 15:20:01 +01001871 <require Dendian="Little-endian"/>
1872 </condition>
1873 <condition id="CM55_FPU_LE_IAR">
1874 <description>Cortex-M55 processor, little endian, FPU, IAR Compiler</description>
1875 <require condition="CM55_FPU_IAR"/>
1876 <require Dendian="Little-endian"/>
1877 </condition>
1878
Jonatan Antoni65d89742017-11-08 11:28:47 +01001879 <condition id="ARMv8MBL_IAR">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001880 <description>Armv8-M Baseline processor based device for the IAR Compiler</description>
Jonatan Antoni65d89742017-11-08 11:28:47 +01001881 <require condition="ARMv8MBL"/>
1882 <require Tcompiler="IAR"/>
1883 </condition>
1884 <condition id="ARMv8MBL_LE_IAR">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001885 <description>Armv8-M Baseline processor based device in little endian mode for the IAR Compiler</description>
Jonatan Antoni65d89742017-11-08 11:28:47 +01001886 <require condition="ARMv8MBL_IAR"/>
1887 <require Dendian="Little-endian"/>
1888 </condition>
Jonatan Antoni65d89742017-11-08 11:28:47 +01001889
1890 <condition id="ARMv8MML_IAR">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001891 <description>Armv8-M Mainline processor based device for the IAR Compiler</description>
Jonatan Antoni65d89742017-11-08 11:28:47 +01001892 <require condition="ARMv8MML"/>
1893 <require Tcompiler="IAR"/>
1894 </condition>
1895 <condition id="ARMv8MML_LE_IAR">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001896 <description>Armv8-M Mainline processor based device in little endian mode for the IAR Compiler</description>
Jonatan Antoni65d89742017-11-08 11:28:47 +01001897 <require condition="ARMv8MML_IAR"/>
1898 <require Dendian="Little-endian"/>
1899 </condition>
Jonatan Antoni65d89742017-11-08 11:28:47 +01001900
1901 <condition id="ARMv8MML_FP_IAR">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001902 <description>Armv8-M Mainline processor based device using Floating Point Unit for the IAR Compiler</description>
Jonatan Antoni65d89742017-11-08 11:28:47 +01001903 <require condition="ARMv8MML_FP"/>
1904 <require Tcompiler="IAR"/>
1905 </condition>
1906 <condition id="ARMv8MML_FP_LE_IAR">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001907 <description>Armv8-M Mainline processor based device using Floating Point Unit in little endian mode for the IAR Compiler</description>
Jonatan Antoni65d89742017-11-08 11:28:47 +01001908 <require condition="ARMv8MML_FP_IAR"/>
1909 <require Dendian="Little-endian"/>
1910 </condition>
Jonatan Antoni65d89742017-11-08 11:28:47 +01001911
Martin Günther4ed87812016-10-27 15:29:12 +02001912 <!-- conditions selecting single devices and CMSIS Core -->
Martin Günther4ed87812016-10-27 15:29:12 +02001913 <condition id="ARMCM0 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001914 <description>Generic Arm Cortex-M0 device startup and depends on CMSIS Core</description>
Martin Günther4ed87812016-10-27 15:29:12 +02001915 <require Dvendor="ARM:82" Dname="ARMCM0"/>
1916 <require Cclass="CMSIS" Cgroup="CORE"/>
1917 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001918
1919 <condition id="ARMCM0+ CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001920 <description>Generic Arm Cortex-M0+ device startup and depends on CMSIS Core</description>
Jonatan Antonic4e9f462017-10-19 16:51:44 +02001921 <require Dvendor="ARM:82" Dname="ARMCM0P*"/>
Martin Günther4ed87812016-10-27 15:29:12 +02001922 <require Cclass="CMSIS" Cgroup="CORE"/>
1923 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001924
GuentherMartina3a6af22018-07-23 08:36:37 +02001925 <condition id="ARMCM1 CMSIS">
1926 <description>Generic Arm Cortex-M1 device startup and depends on CMSIS Core</description>
1927 <require Dvendor="ARM:82" Dname="ARMCM1"/>
1928 <require Cclass="CMSIS" Cgroup="CORE"/>
1929 </condition>
GuentherMartina3a6af22018-07-23 08:36:37 +02001930
Martin Günther4ed87812016-10-27 15:29:12 +02001931 <condition id="ARMCM3 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001932 <description>Generic Arm Cortex-M3 device startup and depends on CMSIS Core</description>
Martin Günther4ed87812016-10-27 15:29:12 +02001933 <require Dvendor="ARM:82" Dname="ARMCM3"/>
1934 <require Cclass="CMSIS" Cgroup="CORE"/>
1935 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001936
1937 <condition id="ARMCM4 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001938 <description>Generic Arm Cortex-M4 device startup and depends on CMSIS Core</description>
Martin Günther4ed87812016-10-27 15:29:12 +02001939 <require Dvendor="ARM:82" Dname="ARMCM4*"/>
1940 <require Cclass="CMSIS" Cgroup="CORE"/>
1941 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001942
1943 <condition id="ARMCM7 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001944 <description>Generic Arm Cortex-M7 device startup and depends on CMSIS Core</description>
Martin Günther4ed87812016-10-27 15:29:12 +02001945 <require Dvendor="ARM:82" Dname="ARMCM7*"/>
1946 <require Cclass="CMSIS" Cgroup="CORE"/>
1947 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001948
Martin Günther4a4e39c2016-11-03 11:47:02 +01001949 <condition id="ARMCM23 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001950 <description>Generic Arm Cortex-M23 device startup and depends on CMSIS Core</description>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001951 <require Dvendor="ARM:82" Dname="ARMCM23*"/>
1952 <require Cclass="CMSIS" Cgroup="CORE"/>
1953 </condition>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001954
1955 <condition id="ARMCM33 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001956 <description>Generic Arm Cortex-M33 device startup and depends on CMSIS Core</description>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001957 <require Dvendor="ARM:82" Dname="ARMCM33*"/>
1958 <require Cclass="CMSIS" Cgroup="CORE"/>
1959 </condition>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001960
GuentherMartinec9419c2018-09-04 10:03:24 +02001961 <condition id="ARMCM35P CMSIS">
1962 <description>Generic Arm Cortex-M35P device startup and depends on CMSIS Core</description>
1963 <require Dvendor="ARM:82" Dname="ARMCM35P*"/>
1964 <require Cclass="CMSIS" Cgroup="CORE"/>
1965 </condition>
GuentherMartinec9419c2018-09-04 10:03:24 +02001966
GuentherMartinbd8a0f12020-02-20 10:42:53 +01001967 <condition id="ARMCM55 CMSIS">
1968 <description>Generic Arm Cortex-M55 device startup and depends on CMSIS Core</description>
1969 <require Dvendor="ARM:82" Dname="ARMCM55*"/>
1970 <require Cclass="CMSIS" Cgroup="CORE"/>
1971 </condition>
1972
Martin Günther4ed87812016-10-27 15:29:12 +02001973 <condition id="ARMSC000 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001974 <description>Generic Arm SC000 device startup and depends on CMSIS Core</description>
Martin Günther4ed87812016-10-27 15:29:12 +02001975 <require Dvendor="ARM:82" Dname="ARMSC000"/>
1976 <require Cclass="CMSIS" Cgroup="CORE"/>
1977 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001978
1979 <condition id="ARMSC300 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001980 <description>Generic Arm SC300 device startup and depends on CMSIS Core</description>
Martin Günther4ed87812016-10-27 15:29:12 +02001981 <require Dvendor="ARM:82" Dname="ARMSC300"/>
1982 <require Cclass="CMSIS" Cgroup="CORE"/>
1983 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001984
1985 <condition id="ARMv8MBL CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001986 <description>Generic Armv8-M Baseline device startup and depends on CMSIS Core</description>
Martin Günther4ed87812016-10-27 15:29:12 +02001987 <require Dvendor="ARM:82" Dname="ARMv8MBL"/>
1988 <require Cclass="CMSIS" Cgroup="CORE"/>
1989 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001990
1991 <condition id="ARMv8MML CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001992 <description>Generic Armv8-M Mainline device startup and depends on CMSIS Core</description>
Martin Günther4ed87812016-10-27 15:29:12 +02001993 <require Dvendor="ARM:82" Dname="ARMv8MML*"/>
1994 <require Cclass="CMSIS" Cgroup="CORE"/>
1995 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001996
Jonatan Antonic52cd622019-02-25 12:14:09 +01001997 <condition id="ARMv81MML CMSIS">
1998 <description>Generic Armv8.1-M Mainline device startup and depends on CMSIS Core</description>
1999 <require Dvendor="ARM:82" Dname="ARMv81MML*"/>
2000 <require Cclass="CMSIS" Cgroup="CORE"/>
2001 </condition>
2002
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +01002003 <condition id="ARMCA5 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002004 <description>Generic Arm Cortex-A5 device startup and depends on CMSIS Core</description>
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +01002005 <require Dvendor="ARM:82" Dname="ARMCA5"/>
2006 <require Cclass="CMSIS" Cgroup="CORE"/>
2007 </condition>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01002008
Daniel Brondani0d4e4992017-02-23 09:26:46 +01002009 <condition id="ARMCA7 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002010 <description>Generic Arm Cortex-A7 device startup and depends on CMSIS Core</description>
Daniel Brondani0d4e4992017-02-23 09:26:46 +01002011 <require Dvendor="ARM:82" Dname="ARMCA7"/>
2012 <require Cclass="CMSIS" Cgroup="CORE"/>
2013 </condition>
2014
2015 <condition id="ARMCA9 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002016 <description>Generic Arm Cortex-A9 device startup and depends on CMSIS Core</description>
Daniel Brondani0d4e4992017-02-23 09:26:46 +01002017 <require Dvendor="ARM:82" Dname="ARMCA9"/>
2018 <require Cclass="CMSIS" Cgroup="CORE"/>
2019 </condition>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01002020
Robert Rostohar014b5542016-10-26 11:12:01 +02002021 <!-- CMSIS DSP -->
2022 <condition id="CMSIS DSP">
Martin Güntherceee6862017-02-02 14:14:34 +01002023 <description>Components required for DSP</description>
2024 <require condition="ARMv6_7_8-M Device"/>
TTornblom3ff89062018-03-08 11:32:29 +01002025 <require condition="ARMCC GCC IAR"/>
Martin Güntherceee6862017-02-02 14:14:34 +01002026 <require Cclass="CMSIS" Cgroup="CORE"/>
Robert Rostohar014b5542016-10-26 11:12:01 +02002027 </condition>
GuentherMartina3a6af22018-07-23 08:36:37 +02002028
Jonatan Antonia67f5552018-01-18 15:22:46 +01002029 <!-- CMSIS NN -->
2030 <condition id="CMSIS NN">
2031 <description>Components required for NN</description>
Jonatan Antoni63267632019-12-09 12:58:41 +01002032 <require Cclass="CMSIS" Cgroup="DSP"/>
Jonatan Antonia67f5552018-01-18 15:22:46 +01002033 </condition>
GuentherMartina3a6af22018-07-23 08:36:37 +02002034
Robert Rostohar014b5542016-10-26 11:12:01 +02002035 <!-- RTOS RTX -->
Robert Rostoharef8c22c2016-09-23 16:12:18 +02002036 <condition id="RTOS RTX">
Robert Rostohar1e9866f2016-07-06 22:19:58 +02002037 <description>Components required for RTOS RTX</description>
Martin Günther4ed87812016-10-27 15:29:12 +02002038 <require condition="ARMv6_7-M Device"/>
2039 <require condition="ARMCC GCC IAR"/>
Robert Rostohar4868c882016-07-01 23:10:03 +02002040 <require Cclass="Device" Cgroup="Startup"/>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02002041 <deny Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5"/>
Robert Rostohar4868c882016-07-01 23:10:03 +02002042 </condition>
Robert Rostohar2e05f3b2017-09-05 11:08:05 +02002043 <condition id="RTOS RTX IFX">
2044 <description>Components required for RTOS RTX IFX</description>
2045 <require condition="ARMv6_7-M Device"/>
2046 <require condition="ARMCC GCC IAR"/>
2047 <require Dvendor="Infineon:7" Dname="XMC4*"/>
2048 <require Cclass="Device" Cgroup="Startup"/>
2049 <deny Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5"/>
2050 </condition>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02002051 <condition id="RTOS RTX5">
Robert Rostohar1e9866f2016-07-06 22:19:58 +02002052 <description>Components required for RTOS RTX5</description>
Martin Günther4ed87812016-10-27 15:29:12 +02002053 <require condition="ARMv6_7_8-M Device"/>
Robert Rostohar0695d882016-12-20 12:26:34 +01002054 <require condition="ARMCC GCC IAR"/>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02002055 <require Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5"/>
Robert Rostohar1e9866f2016-07-06 22:19:58 +02002056 </condition>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02002057 <condition id="RTOS2 RTX5">
Robert Rostohar1e9866f2016-07-06 22:19:58 +02002058 <description>Components required for RTOS2 RTX5</description>
Robert Rostohardcfd4322017-06-09 13:11:57 +02002059 <require condition="ARMv6_7_8-M Device"/>
Robert Rostoharff9fa5b2017-04-19 11:55:58 +02002060 <require condition="ARMCC GCC IAR"/>
2061 <require Cclass="CMSIS" Cgroup="CORE"/>
2062 <require Cclass="Device" Cgroup="Startup"/>
2063 </condition>
Robert Rostohardcfd4322017-06-09 13:11:57 +02002064 <condition id="RTOS2 RTX5 v7-A">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002065 <description>Components required for RTOS2 RTX5 on Armv7-A</description>
Robert Rostohardcfd4322017-06-09 13:11:57 +02002066 <require condition="ARMv7-A Device"/>
2067 <require condition="ARMCC GCC IAR"/>
2068 <require Cclass="CMSIS" Cgroup="CORE"/>
2069 <require Cclass="Device" Cgroup="Startup"/>
2070 <require Cclass="Device" Cgroup="OS Tick"/>
Vladimir Umekc852bdd2017-07-03 09:19:47 +02002071 <require Cclass="Device" Cgroup="IRQ Controller"/>
Robert Rostohardcfd4322017-06-09 13:11:57 +02002072 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02002073 <condition id="RTOS2 RTX5 NS">
2074 <description>Components required for RTOS2 RTX5 in Non-Secure Domain</description>
Robert Rostohar76b9cab2020-03-18 08:49:55 +01002075 <require condition="ARMv8-M Device"/>
2076 <require condition="TZ Non-secure"/>
Jonatan Antoni65d89742017-11-08 11:28:47 +01002077 <require condition="ARMCC GCC IAR"/>
Martin Günther4ed87812016-10-27 15:29:12 +02002078 <require Cclass="CMSIS" Cgroup="CORE"/>
2079 <require Cclass="Device" Cgroup="Startup"/>
Robert Rostohar014b5542016-10-26 11:12:01 +02002080 </condition>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01002081
Vladimir Umekc852bdd2017-07-03 09:19:47 +02002082 <!-- OS Tick -->
2083 <condition id="OS Tick PTIM">
2084 <description>Components required for OS Tick Private Timer</description>
2085 <require condition="CA5_CA9"/>
2086 <require Cclass="Device" Cgroup="IRQ Controller"/>
2087 </condition>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02002088
Daniel Brondani650abfe2017-07-24 15:35:57 +02002089 <condition id="OS Tick GTIM">
2090 <description>Components required for OS Tick Generic Physical Timer</description>
2091 <require condition="CA7"/>
2092 <require Cclass="Device" Cgroup="IRQ Controller"/>
2093 </condition>
2094
Martin Günther89be6522016-05-13 07:57:31 +02002095 </conditions>
2096
2097 <components>
2098 <!-- CMSIS-Core component -->
Jonatan Antoni9cdc3652019-07-23 15:43:03 +02002099 <component Cclass="CMSIS" Cgroup="CORE" Cversion="5.4.0" condition="ARMv6_7_8-M Device" >
Jonatan Antonic52cd622019-02-25 12:14:09 +01002100 <description>CMSIS-CORE for Cortex-M, SC000, SC300, ARMv8-M, ARMv8.1-M</description>
Martin Günther89be6522016-05-13 07:57:31 +02002101 <files>
2102 <!-- CPU independent -->
2103 <file category="doc" name="CMSIS/Documentation/Core/html/index.html"/>
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02002104 <file category="include" name="CMSIS/Core/Include/"/>
Robert Rostohar76b9cab2020-03-18 08:49:55 +01002105 <file category="header" name="CMSIS/Core/Include/tz_context.h" condition="TrustZone"/>
Christopher Seidl2e8b8142016-10-25 16:29:05 +02002106 <!-- Code template -->
Robert Rostohar76b9cab2020-03-18 08:49:55 +01002107 <file category="sourceC" attr="template" condition="TZ Secure" name="CMSIS/Core/Template/ARMv8-M/main_s.c" version="1.1.1" select="Secure mode 'main' module for ARMv8-M"/>
2108 <file category="sourceC" attr="template" condition="TZ Secure" name="CMSIS/Core/Template/ARMv8-M/tz_context.c" version="1.1.1" select="RTOS Context Management (TrustZone for ARMv8-M)" />
Martin Günther89be6522016-05-13 07:57:31 +02002109 </files>
2110 </component>
Felix Johnny55034c62019-06-25 10:55:12 +02002111
Jonatan Antoni724104c2020-04-03 16:52:57 +02002112 <component Cclass="CMSIS" Cgroup="CORE" Cversion="1.2.0" condition="ARMv7-A Device" >
Daniel Brondani0d4e4992017-02-23 09:26:46 +01002113 <description>CMSIS-CORE for Cortex-A</description>
2114 <files>
2115 <!-- CPU independent -->
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +01002116 <file category="doc" name="CMSIS/Documentation/Core_A/html/index.html"/>
brondanib6bdb2c2017-03-02 16:15:52 +01002117 <file category="include" name="CMSIS/Core_A/Include/"/>
Daniel Brondani0d4e4992017-02-23 09:26:46 +01002118 </files>
2119 </component>
2120
Martin Günther89be6522016-05-13 07:57:31 +02002121 <!-- CMSIS-Startup components -->
2122 <!-- Cortex-M0 -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002123 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM0 CMSIS" isDefaultVariant="true">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002124 <description>System and Startup for Generic Arm Cortex-M0 device</description>
Martin Günther89be6522016-05-13 07:57:31 +02002125 <files>
2126 <!-- include folder / device header file -->
2127 <file category="header" name="Device/ARM/ARMCM0/Include/ARMCM0.h"/>
2128 <!-- startup / system file -->
GuentherMartin27e5b402020-03-31 15:42:58 +02002129 <file category="sourceC" name="Device/ARM/ARMCM0/Source/startup_ARMCM0.c" version="2.0.3" attr="config"/>
Jonatan Antoni7b269472019-05-20 17:28:51 +02002130 <file category="linkerScript" name="Device/ARM/ARMCM0/Source/ARM/ARMCM0_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/>
2131 <file category="linkerScript" name="Device/ARM/ARMCM0/Source/ARM/ARMCM0_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/>
GuentherMartincfa07722020-08-04 08:38:28 +02002132 <file category="linkerScript" name="Device/ARM/ARMCM0/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002133 <file category="sourceC" name="Device/ARM/ARMCM0/Source/system_ARMCM0.c" version="1.0.0" attr="config"/>
2134 </files>
2135 </component>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002136 <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM0 CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002137 <description>DEPRECATED: System and Startup for Generic Arm Cortex-M0 device</description>
2138 <files>
2139 <!-- include folder / device header file -->
2140 <file category="header" name="Device/ARM/ARMCM0/Include/ARMCM0.h"/>
2141 <!-- startup / system file -->
Jonatan Antoni617e7bd2019-07-23 14:24:11 +02002142 <file category="sourceAsm" name="Device/ARM/ARMCM0/Source/ARM/startup_ARMCM0.s" version="1.0.1" attr="config" condition="ARMCC"/>
GuentherMartincfa07722020-08-04 08:38:28 +02002143 <file category="sourceAsm" name="Device/ARM/ARMCM0/Source/GCC/startup_ARMCM0.S" version="2.1.0" attr="config" condition="GCC"/>
2144 <file category="linkerScript" name="Device/ARM/ARMCM0/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/>
Martin Günther89be6522016-05-13 07:57:31 +02002145 <file category="sourceAsm" name="Device/ARM/ARMCM0/Source/IAR/startup_ARMCM0.s" version="1.0.0" attr="config" condition="IAR"/>
2146 <file category="sourceC" name="Device/ARM/ARMCM0/Source/system_ARMCM0.c" version="1.0.0" attr="config"/>
2147 </files>
2148 </component>
Martin Günther89be6522016-05-13 07:57:31 +02002149
2150 <!-- Cortex-M0+ -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002151 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM0+ CMSIS" isDefaultVariant="true">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002152 <description>System and Startup for Generic Arm Cortex-M0+ device</description>
Martin Günther89be6522016-05-13 07:57:31 +02002153 <files>
2154 <!-- include folder / device header file -->
2155 <file category="header" name="Device/ARM/ARMCM0plus/Include/ARMCM0plus.h"/>
2156 <!-- startup / system file -->
GuentherMartin27e5b402020-03-31 15:42:58 +02002157 <file category="sourceC" name="Device/ARM/ARMCM0plus/Source/startup_ARMCM0plus.c" version="2.0.3" attr="config"/>
Jonatan Antoni7b269472019-05-20 17:28:51 +02002158 <file category="linkerScript" name="Device/ARM/ARMCM0plus/Source/ARM/ARMCM0plus_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/>
2159 <file category="linkerScript" name="Device/ARM/ARMCM0plus/Source/ARM/ARMCM0plus_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/>
GuentherMartincfa07722020-08-04 08:38:28 +02002160 <file category="linkerScript" name="Device/ARM/ARMCM0plus/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002161 <file category="sourceC" name="Device/ARM/ARMCM0plus/Source/system_ARMCM0plus.c" version="1.0.0" attr="config"/>
2162 </files>
2163 </component>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002164 <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM0+ CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002165 <description>DEPRECATED: System and Startup for Generic Arm Cortex-M0+ device</description>
2166 <files>
2167 <!-- include folder / device header file -->
2168 <file category="header" name="Device/ARM/ARMCM0plus/Include/ARMCM0plus.h"/>
2169 <!-- startup / system file -->
Jonatan Antoni617e7bd2019-07-23 14:24:11 +02002170 <file category="sourceAsm" name="Device/ARM/ARMCM0plus/Source/ARM/startup_ARMCM0plus.s" version="1.0.1" attr="config" condition="ARMCC"/>
GuentherMartincfa07722020-08-04 08:38:28 +02002171 <file category="sourceAsm" name="Device/ARM/ARMCM0plus/Source/GCC/startup_ARMCM0plus.S" version="2.1.0" attr="config" condition="GCC"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002172 <file category="linkerScript" name="Device/ARM/ARMCM0plus/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/>
Martin Günther89be6522016-05-13 07:57:31 +02002173 <file category="sourceAsm" name="Device/ARM/ARMCM0plus/Source/IAR/startup_ARMCM0plus.s" version="1.0.0" attr="config" condition="IAR"/>
2174 <file category="sourceC" name="Device/ARM/ARMCM0plus/Source/system_ARMCM0plus.c" version="1.0.0" attr="config"/>
2175 </files>
2176 </component>
Martin Günther89be6522016-05-13 07:57:31 +02002177
GuentherMartina3a6af22018-07-23 08:36:37 +02002178 <!-- Cortex-M1 -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002179 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM1 CMSIS" isDefaultVariant="true">
GuentherMartina3a6af22018-07-23 08:36:37 +02002180 <description>System and Startup for Generic Arm Cortex-M1 device</description>
2181 <files>
2182 <!-- include folder / device header file -->
2183 <file category="header" name="Device/ARM/ARMCM1/Include/ARMCM1.h"/>
2184 <!-- startup / system file -->
GuentherMartin27e5b402020-03-31 15:42:58 +02002185 <file category="sourceC" name="Device/ARM/ARMCM1/Source/startup_ARMCM1.c" version="2.0.3" attr="config"/>
Jonatan Antoni7b269472019-05-20 17:28:51 +02002186 <file category="linkerScript" name="Device/ARM/ARMCM1/Source/ARM/ARMCM1_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/>
2187 <file category="linkerScript" name="Device/ARM/ARMCM1/Source/ARM/ARMCM1_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/>
GuentherMartincfa07722020-08-04 08:38:28 +02002188 <file category="linkerScript" name="Device/ARM/ARMCM1/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002189 <file category="sourceC" name="Device/ARM/ARMCM1/Source/system_ARMCM1.c" version="1.0.0" attr="config"/>
2190 </files>
2191 </component>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002192 <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM1 CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002193 <description>DEPRECATED: System and Startup for Generic Arm Cortex-M1 device</description>
2194 <files>
2195 <!-- include folder / device header file -->
2196 <file category="header" name="Device/ARM/ARMCM1/Include/ARMCM1.h"/>
2197 <!-- startup / system file -->
Jonatan Antoni617e7bd2019-07-23 14:24:11 +02002198 <file category="sourceAsm" name="Device/ARM/ARMCM1/Source/ARM/startup_ARMCM1.s" version="1.0.1" attr="config" condition="ARMCC"/>
GuentherMartincfa07722020-08-04 08:38:28 +02002199 <file category="sourceAsm" name="Device/ARM/ARMCM1/Source/GCC/startup_ARMCM1.S" version="2.1.0" attr="config" condition="GCC"/>
2200 <file category="linkerScript" name="Device/ARM/ARMCM1/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/>
GuentherMartina3a6af22018-07-23 08:36:37 +02002201 <file category="sourceAsm" name="Device/ARM/ARMCM1/Source/IAR/startup_ARMCM1.s" version="1.0.0" attr="config" condition="IAR"/>
2202 <file category="sourceC" name="Device/ARM/ARMCM1/Source/system_ARMCM1.c" version="1.0.0" attr="config"/>
2203 </files>
2204 </component>
GuentherMartina3a6af22018-07-23 08:36:37 +02002205
Martin Günther89be6522016-05-13 07:57:31 +02002206 <!-- Cortex-M3 -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002207 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM3 CMSIS" isDefaultVariant="true">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002208 <description>System and Startup for Generic Arm Cortex-M3 device</description>
Martin Günther89be6522016-05-13 07:57:31 +02002209 <files>
2210 <!-- include folder / device header file -->
2211 <file category="header" name="Device/ARM/ARMCM3/Include/ARMCM3.h"/>
2212 <!-- startup / system file -->
GuentherMartin27e5b402020-03-31 15:42:58 +02002213 <file category="sourceC" name="Device/ARM/ARMCM3/Source/startup_ARMCM3.c" version="2.0.3" attr="config"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002214 <file category="linkerScript" name="Device/ARM/ARMCM3/Source/ARM/ARMCM3_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/>
2215 <file category="linkerScript" name="Device/ARM/ARMCM3/Source/ARM/ARMCM3_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/>
GuentherMartincfa07722020-08-04 08:38:28 +02002216 <file category="linkerScript" name="Device/ARM/ARMCM3/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002217 <file category="sourceC" name="Device/ARM/ARMCM3/Source/system_ARMCM3.c" version="1.0.1" attr="config"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002218 </files>
2219 </component>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002220 <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM3 CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002221 <description>DEPRECATED: System and Startup for Generic Arm Cortex-M3 device</description>
2222 <files>
2223 <!-- include folder / device header file -->
2224 <file category="header" name="Device/ARM/ARMCM3/Include/ARMCM3.h"/>
2225 <!-- startup / system file -->
Jonatan Antoni617e7bd2019-07-23 14:24:11 +02002226 <file category="sourceAsm" name="Device/ARM/ARMCM3/Source/ARM/startup_ARMCM3.s" version="1.0.1" attr="config" condition="ARMCC"/>
GuentherMartincfa07722020-08-04 08:38:28 +02002227 <file category="sourceAsm" name="Device/ARM/ARMCM3/Source/GCC/startup_ARMCM3.S" version="2.1.0" attr="config" condition="GCC"/>
2228 <file category="linkerScript" name="Device/ARM/ARMCM3/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/>
Martin Günther89be6522016-05-13 07:57:31 +02002229 <file category="sourceAsm" name="Device/ARM/ARMCM3/Source/IAR/startup_ARMCM3.s" version="1.0.0" attr="config" condition="IAR"/>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002230 <file category="sourceC" name="Device/ARM/ARMCM3/Source/system_ARMCM3.c" version="1.0.1" attr="config"/>
Martin Günther89be6522016-05-13 07:57:31 +02002231 </files>
2232 </component>
Martin Günther89be6522016-05-13 07:57:31 +02002233
2234 <!-- Cortex-M4 -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002235 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM4 CMSIS" isDefaultVariant="true">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002236 <description>System and Startup for Generic Arm Cortex-M4 device</description>
Martin Günther89be6522016-05-13 07:57:31 +02002237 <files>
2238 <!-- include folder / device header file -->
2239 <file category="include" name="Device/ARM/ARMCM4/Include/"/>
2240 <!-- startup / system file -->
GuentherMartin27e5b402020-03-31 15:42:58 +02002241 <file category="sourceC" name="Device/ARM/ARMCM4/Source/startup_ARMCM4.c" version="2.0.3" attr="config"/>
Jonatan Antoni7b269472019-05-20 17:28:51 +02002242 <file category="linkerScript" name="Device/ARM/ARMCM4/Source/ARM/ARMCM4_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/>
2243 <file category="linkerScript" name="Device/ARM/ARMCM4/Source/ARM/ARMCM4_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/>
GuentherMartincfa07722020-08-04 08:38:28 +02002244 <file category="linkerScript" name="Device/ARM/ARMCM4/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002245 <file category="sourceC" name="Device/ARM/ARMCM4/Source/system_ARMCM4.c" version="1.0.1" attr="config"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002246 </files>
2247 </component>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002248 <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM4 CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002249 <description>DEPRECATED: System and Startup for Generic Arm Cortex-M4 device</description>
2250 <files>
2251 <!-- include folder / device header file -->
2252 <file category="include" name="Device/ARM/ARMCM4/Include/"/>
2253 <!-- startup / system file -->
Jonatan Antoni617e7bd2019-07-23 14:24:11 +02002254 <file category="sourceAsm" name="Device/ARM/ARMCM4/Source/ARM/startup_ARMCM4.s" version="1.0.1" attr="config" condition="ARMCC"/>
GuentherMartincfa07722020-08-04 08:38:28 +02002255 <file category="sourceAsm" name="Device/ARM/ARMCM4/Source/GCC/startup_ARMCM4.S" version="2.1.0" attr="config" condition="GCC"/>
2256 <file category="linkerScript" name="Device/ARM/ARMCM4/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/>
Martin Günther89be6522016-05-13 07:57:31 +02002257 <file category="sourceAsm" name="Device/ARM/ARMCM4/Source/IAR/startup_ARMCM4.s" version="1.0.0" attr="config" condition="IAR"/>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002258 <file category="sourceC" name="Device/ARM/ARMCM4/Source/system_ARMCM4.c" version="1.0.1" attr="config"/>
Martin Günther89be6522016-05-13 07:57:31 +02002259 </files>
2260 </component>
Martin Günther89be6522016-05-13 07:57:31 +02002261
2262 <!-- Cortex-M7 -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002263 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM7 CMSIS" isDefaultVariant="true">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002264 <description>System and Startup for Generic Arm Cortex-M7 device</description>
Martin Günther89be6522016-05-13 07:57:31 +02002265 <files>
2266 <!-- include folder / device header file -->
2267 <file category="include" name="Device/ARM/ARMCM7/Include/"/>
2268 <!-- startup / system file -->
GuentherMartin27e5b402020-03-31 15:42:58 +02002269 <file category="sourceC" name="Device/ARM/ARMCM7/Source/startup_ARMCM7.c" version="2.0.3" attr="config"/>
Jonatan Antoni7b269472019-05-20 17:28:51 +02002270 <file category="linkerScript" name="Device/ARM/ARMCM7/Source/ARM/ARMCM7_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/>
2271 <file category="linkerScript" name="Device/ARM/ARMCM7/Source/ARM/ARMCM7_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/>
GuentherMartincfa07722020-08-04 08:38:28 +02002272 <file category="linkerScript" name="Device/ARM/ARMCM7/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002273 <file category="sourceC" name="Device/ARM/ARMCM7/Source/system_ARMCM7.c" version="1.0.1" attr="config"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002274 </files>
2275 </component>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002276 <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM7 CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002277 <description>DEPRECATED: System and Startup for Generic Arm Cortex-M7 device</description>
2278 <files>
2279 <!-- include folder / device header file -->
2280 <file category="include" name="Device/ARM/ARMCM7/Include/"/>
2281 <!-- startup / system file -->
Jonatan Antoni617e7bd2019-07-23 14:24:11 +02002282 <file category="sourceAsm" name="Device/ARM/ARMCM7/Source/ARM/startup_ARMCM7.s" version="1.0.1" attr="config" condition="ARMCC"/>
GuentherMartincfa07722020-08-04 08:38:28 +02002283 <file category="sourceAsm" name="Device/ARM/ARMCM7/Source/GCC/startup_ARMCM7.S" version="2.1.0" attr="config" condition="GCC"/>
2284 <file category="linkerScript" name="Device/ARM/ARMCM7/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/>
Martin Günther89be6522016-05-13 07:57:31 +02002285 <file category="sourceAsm" name="Device/ARM/ARMCM7/Source/IAR/startup_ARMCM7.s" version="1.0.0" attr="config" condition="IAR"/>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002286 <file category="sourceC" name="Device/ARM/ARMCM7/Source/system_ARMCM7.c" version="1.0.1" attr="config"/>
Martin Günther89be6522016-05-13 07:57:31 +02002287 </files>
2288 </component>
Martin Günther89be6522016-05-13 07:57:31 +02002289
Martin Günther4a4e39c2016-11-03 11:47:02 +01002290 <!-- Cortex-M23 -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002291 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.1.0" condition="ARMCM23 CMSIS" isDefaultVariant="true">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002292 <description>System and Startup for Generic Arm Cortex-M23 device</description>
Martin Günther4a4e39c2016-11-03 11:47:02 +01002293 <files>
2294 <!-- include folder / device header file -->
2295 <file category="include" name="Device/ARM/ARMCM23/Include/"/>
2296 <!-- startup / system file -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002297 <file category="sourceC" name="Device/ARM/ARMCM23/Source/startup_ARMCM23.c" version="2.1.0" attr="config"/>
2298 <file category="linkerScript" name="Device/ARM/ARMCM23/Source/ARM/ARMCM23_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/>
2299 <file category="linkerScript" name="Device/ARM/ARMCM23/Source/ARM/ARMCM23_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/>
2300 <file category="linkerScript" name="Device/ARM/ARMCM23/Source/ARM/ARMCM23_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/>
2301 <file category="linkerScript" name="Device/ARM/ARMCM23/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002302 <file category="sourceC" name="Device/ARM/ARMCM23/Source/system_ARMCM23.c" version="1.0.1" attr="config"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002303 <!-- SAU configuration -->
Robert Rostohar76b9cab2020-03-18 08:49:55 +01002304 <file category="header" name="Device/ARM/ARMCM23/Include/Template/partition_ARMCM23.h" version="1.0.0" attr="config" condition="TZ Secure"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002305 </files>
2306 </component>
GuentherMartin09825bc2020-12-17 09:04:42 +01002307 <component Cclass="Device" Cgroup="Startup" Cversion="1.2.0" condition="ARMCM23 CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002308 <description>DEPRECATED: System and Startup for Generic Arm Cortex-M23 device</description>
2309 <files>
2310 <!-- include folder / device header file -->
2311 <file category="include" name="Device/ARM/ARMCM23/Include/"/>
2312 <!-- startup / system file -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002313 <file category="sourceAsm" name="Device/ARM/ARMCM23/Source/ARM/startup_ARMCM23.S" version="1.1.0" attr="config" condition="ARMCC6"/>
2314 <file category="linkerScript" name="Device/ARM/ARMCM23/Source/ARM/ARMCM23_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/>
2315 <file category="linkerScript" name="Device/ARM/ARMCM23/Source/ARM/ARMCM23_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/>
2316 <file category="linkerScript" name="Device/ARM/ARMCM23/Source/ARM/ARMCM23_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/>
2317 <file category="sourceAsm" name="Device/ARM/ARMCM23/Source/GCC/startup_ARMCM23.S" version="2.2.0" attr="config" condition="GCC"/>
2318 <file category="linkerScript" name="Device/ARM/ARMCM23/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/>
TTornblomcb9c1e52021-04-12 14:33:17 +02002319 <file category="sourceAsm" name="Device/ARM/ARMCM23/Source/IAR/startup_ARMCM23.s" version="1.1.0" attr="config" condition="IAR"/>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002320 <file category="sourceC" name="Device/ARM/ARMCM23/Source/system_ARMCM23.c" version="1.0.1" attr="config"/>
Martin Günther4a4e39c2016-11-03 11:47:02 +01002321 <!-- SAU configuration -->
Robert Rostohar76b9cab2020-03-18 08:49:55 +01002322 <file category="header" name="Device/ARM/ARMCM23/Include/Template/partition_ARMCM23.h" version="1.0.0" attr="config" condition="TZ Secure"/>
Martin Günther4a4e39c2016-11-03 11:47:02 +01002323 </files>
2324 </component>
2325
2326 <!-- Cortex-M33 -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002327 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.1.0" condition="ARMCM33 CMSIS" isDefaultVariant="true">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002328 <description>System and Startup for Generic Arm Cortex-M33 device</description>
Martin Günther4a4e39c2016-11-03 11:47:02 +01002329 <files>
2330 <!-- include folder / device header file -->
2331 <file category="include" name="Device/ARM/ARMCM33/Include/"/>
2332 <!-- startup / system file -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002333 <file category="sourceC" name="Device/ARM/ARMCM33/Source/startup_ARMCM33.c" version="2.1.0" attr="config"/>
2334 <file category="linkerScript" name="Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/>
2335 <file category="linkerScript" name="Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/>
2336 <file category="linkerScript" name="Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/>
2337 <file category="linkerScript" name="Device/ARM/ARMCM33/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002338 <file category="sourceC" name="Device/ARM/ARMCM33/Source/system_ARMCM33.c" version="1.0.1" attr="config"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002339 <!-- SAU configuration -->
Robert Rostohar76b9cab2020-03-18 08:49:55 +01002340 <file category="header" name="Device/ARM/ARMCM33/Include/Template/partition_ARMCM33.h" version="1.1.1" attr="config" condition="TZ Secure"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002341 </files>
2342 </component>
GuentherMartin09825bc2020-12-17 09:04:42 +01002343 <component Cclass="Device" Cgroup="Startup" Cversion="1.3.0" condition="ARMCM33 CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002344 <description>DEPRECATED: System and Startup for Generic Arm Cortex-M33 device</description>
2345 <files>
2346 <!-- include folder / device header file -->
2347 <file category="include" name="Device/ARM/ARMCM33/Include/"/>
2348 <!-- startup / system file -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002349 <file category="sourceAsm" name="Device/ARM/ARMCM33/Source/ARM/startup_ARMCM33.S" version="1.1.0" attr="config" condition="ARMCC6"/>
2350 <file category="linkerScript" name="Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/>
2351 <file category="linkerScript" name="Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/>
2352 <file category="linkerScript" name="Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/>
2353 <file category="sourceAsm" name="Device/ARM/ARMCM33/Source/GCC/startup_ARMCM33.S" version="2.2.0" attr="config" condition="GCC"/>
2354 <file category="linkerScript" name="Device/ARM/ARMCM33/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/>
TTornblomcb9c1e52021-04-12 14:33:17 +02002355 <file category="sourceAsm" name="Device/ARM/ARMCM33/Source/IAR/startup_ARMCM33.s" version="1.1.0" attr="config" condition="IAR"/>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002356 <file category="sourceC" name="Device/ARM/ARMCM33/Source/system_ARMCM33.c" version="1.0.1" attr="config"/>
Martin Günther4a4e39c2016-11-03 11:47:02 +01002357 <!-- SAU configuration -->
Robert Rostohar76b9cab2020-03-18 08:49:55 +01002358 <file category="header" name="Device/ARM/ARMCM33/Include/Template/partition_ARMCM33.h" version="1.1.1" attr="config" condition="TZ Secure"/>
Martin Günther4a4e39c2016-11-03 11:47:02 +01002359 </files>
2360 </component>
2361
GuentherMartinec9419c2018-09-04 10:03:24 +02002362 <!-- Cortex-M35P -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002363 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.1.0" condition="ARMCM35P CMSIS" isDefaultVariant="true">
GuentherMartinec9419c2018-09-04 10:03:24 +02002364 <description>System and Startup for Generic Arm Cortex-M35P device</description>
2365 <files>
2366 <!-- include folder / device header file -->
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002367 <file category="include" name="Device/ARM/ARMCM35P/Include/"/>
2368 <!-- startup / system file -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002369 <file category="sourceC" name="Device/ARM/ARMCM35P/Source/startup_ARMCM35P.c" version="2.1.0" attr="config"/>
2370 <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/ARM/ARMCM35P_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/>
2371 <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/ARM/ARMCM35P_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/>
2372 <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/ARM/ARMCM35P_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/>
2373 <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002374 <file category="sourceC" name="Device/ARM/ARMCM35P/Source/system_ARMCM35P.c" version="1.0.1" attr="config"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002375 <!-- SAU configuration -->
Robert Rostohar76b9cab2020-03-18 08:49:55 +01002376 <file category="header" name="Device/ARM/ARMCM35P/Include/Template/partition_ARMCM35P.h" version="1.0.0" attr="config" condition="TZ Secure"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002377 </files>
2378 </component>
GuentherMartin09825bc2020-12-17 09:04:42 +01002379 <component Cclass="Device" Cgroup="Startup" Cversion="1.2.0" condition="ARMCM35P CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002380 <description>DEPRECATED: System and Startup for Generic Arm Cortex-M35P device</description>
2381 <files>
2382 <!-- include folder / device header file -->
GuentherMartinec9419c2018-09-04 10:03:24 +02002383 <file category="include" name="Device/ARM/ARMCM35P/Include/"/>
2384 <!-- startup / system file -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002385 <file category="sourceAsm" name="Device/ARM/ARMCM35P/Source/ARM/startup_ARMCM35P.S" version="1.1.0" attr="config" condition="ARMCC6"/>
2386 <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/ARM/ARMCM35P_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/>
2387 <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/ARM/ARMCM35P_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/>
2388 <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/ARM/ARMCM35P_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/>
2389 <file category="sourceAsm" name="Device/ARM/ARMCM35P/Source/GCC/startup_ARMCM35P.S" version="1.2.0" attr="config" condition="GCC"/>
2390 <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/>
TTornblomcb9c1e52021-04-12 14:33:17 +02002391 <file category="sourceAsm" name="Device/ARM/ARMCM35P/Source/IAR/startup_ARMCM35P.s" version="2.1.0" attr="config" condition="IAR"/>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002392 <file category="sourceC" name="Device/ARM/ARMCM35P/Source/system_ARMCM35P.c" version="1.0.1" attr="config"/>
GuentherMartinec9419c2018-09-04 10:03:24 +02002393 <!-- SAU configuration -->
Robert Rostohar76b9cab2020-03-18 08:49:55 +01002394 <file category="header" name="Device/ARM/ARMCM35P/Include/Template/partition_ARMCM35P.h" version="1.0.0" attr="config" condition="TZ Secure"/>
GuentherMartinec9419c2018-09-04 10:03:24 +02002395 </files>
2396 </component>
2397
GuentherMartinbd8a0f12020-02-20 10:42:53 +01002398 <!-- Cortex-M55 -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002399 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="1.1.0" condition="ARMCM55 CMSIS" isDefaultVariant="true">
GuentherMartinbd8a0f12020-02-20 10:42:53 +01002400 <description>System and Startup for Generic Cortex-M55 device</description>
2401 <files>
2402 <!-- include folder / device header file -->
2403 <file category="include" name="Device/ARM/ARMCM55/Include/"/>
2404 <!-- startup / system file -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002405 <file category="sourceC" name="Device/ARM/ARMCM55/Source/startup_ARMCM55.c" version="1.1.0" attr="config"/>
2406 <file category="linkerScript" name="Device/ARM/ARMCM55/Source/ARM/ARMCM55_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/>
2407 <file category="linkerScript" name="Device/ARM/ARMCM55/Source/ARM/ARMCM55_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/>
2408 <file category="linkerScript" name="Device/ARM/ARMCM55/Source/ARM/ARMCM55_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/>
2409 <file category="linkerScript" name="Device/ARM/ARMCM55/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/>
Jonatan Antoni0b737062020-03-27 17:23:43 +01002410 <file category="sourceC" name="Device/ARM/ARMCM55/Source/system_ARMCM55.c" version="1.0.0" attr="config"/>
GuentherMartinbd8a0f12020-02-20 10:42:53 +01002411 <!-- SAU configuration -->
Robert Rostohar76b9cab2020-03-18 08:49:55 +01002412 <file category="header" name="Device/ARM/ARMCM55/Include/Template/partition_ARMCM55.h" version="1.0.0" attr="config" condition="TZ Secure"/>
GuentherMartinbd8a0f12020-02-20 10:42:53 +01002413 </files>
2414 </component>
2415
Martin Günther89be6522016-05-13 07:57:31 +02002416 <!-- Cortex-SC000 -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002417 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMSC000 CMSIS" isDefaultVariant="true">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002418 <description>System and Startup for Generic Arm SC000 device</description>
Martin Günther89be6522016-05-13 07:57:31 +02002419 <files>
2420 <!-- include folder / device header file -->
2421 <file category="header" name="Device/ARM/ARMSC000/Include/ARMSC000.h"/>
2422 <!-- startup / system file -->
GuentherMartin27e5b402020-03-31 15:42:58 +02002423 <file category="sourceC" name="Device/ARM/ARMSC000/Source/startup_ARMSC000.c" version="2.0.3" attr="config"/>
Jonatan Antoni7b269472019-05-20 17:28:51 +02002424 <file category="linkerScript" name="Device/ARM/ARMSC000/Source/ARM/ARMSC000_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/>
2425 <file category="linkerScript" name="Device/ARM/ARMSC000/Source/ARM/ARMSC000_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/>
GuentherMartincfa07722020-08-04 08:38:28 +02002426 <file category="linkerScript" name="Device/ARM/ARMSC000/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002427 <file category="sourceC" name="Device/ARM/ARMSC000/Source/system_ARMSC000.c" version="1.0.0" attr="config"/>
2428 </files>
2429 </component>
Surendran Kanagaraj4f8b6252019-12-18 23:00:33 +05302430 <component Cclass="Device" Cgroup="Startup" Cversion="1.2.3" condition="ARMSC000 CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002431 <description>DEPRECATED: System and Startup for Generic Arm SC000 device</description>
2432 <files>
2433 <!-- include folder / device header file -->
2434 <file category="header" name="Device/ARM/ARMSC000/Include/ARMSC000.h"/>
2435 <!-- startup / system file -->
Jonatan Antoni617e7bd2019-07-23 14:24:11 +02002436 <file category="sourceAsm" name="Device/ARM/ARMSC000/Source/ARM/startup_ARMSC000.s" version="1.0.1" attr="config" condition="ARMCC"/>
GuentherMartincfa07722020-08-04 08:38:28 +02002437 <file category="sourceAsm" name="Device/ARM/ARMSC000/Source/GCC/startup_ARMSC000.S" version="2.1.0" attr="config" condition="GCC"/>
2438 <file category="linkerScript" name="Device/ARM/ARMSC000/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/>
Martin Günther89be6522016-05-13 07:57:31 +02002439 <file category="sourceAsm" name="Device/ARM/ARMSC000/Source/IAR/startup_ARMSC000.s" version="1.0.0" attr="config" condition="IAR"/>
2440 <file category="sourceC" name="Device/ARM/ARMSC000/Source/system_ARMSC000.c" version="1.0.0" attr="config"/>
2441 </files>
2442 </component>
Martin Günther89be6522016-05-13 07:57:31 +02002443
2444 <!-- Cortex-SC300 -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002445 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMSC300 CMSIS" isDefaultVariant="true">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002446 <description>System and Startup for Generic Arm SC300 device</description>
Martin Günther89be6522016-05-13 07:57:31 +02002447 <files>
2448 <!-- include folder / device header file -->
2449 <file category="header" name="Device/ARM/ARMSC300/Include/ARMSC300.h"/>
2450 <!-- startup / system file -->
GuentherMartin27e5b402020-03-31 15:42:58 +02002451 <file category="sourceC" name="Device/ARM/ARMSC300/Source/startup_ARMSC300.c" version="2.0.3" attr="config"/>
Jonatan Antoni7b269472019-05-20 17:28:51 +02002452 <file category="linkerScript" name="Device/ARM/ARMSC300/Source/ARM/ARMSC300_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/>
2453 <file category="linkerScript" name="Device/ARM/ARMSC300/Source/ARM/ARMSC300_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/>
GuentherMartincfa07722020-08-04 08:38:28 +02002454 <file category="linkerScript" name="Device/ARM/ARMSC300/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002455 <file category="sourceC" name="Device/ARM/ARMSC300/Source/system_ARMSC300.c" version="1.0.1" attr="config"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002456 </files>
2457 </component>
Surendran Kanagaraj4f8b6252019-12-18 23:00:33 +05302458 <component Cclass="Device" Cgroup="Startup" Cversion="1.2.3" condition="ARMSC300 CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002459 <description>DEPRECATED: System and Startup for Generic Arm SC300 device</description>
2460 <files>
2461 <!-- include folder / device header file -->
2462 <file category="header" name="Device/ARM/ARMSC300/Include/ARMSC300.h"/>
2463 <!-- startup / system file -->
Jonatan Antoni617e7bd2019-07-23 14:24:11 +02002464 <file category="sourceAsm" name="Device/ARM/ARMSC300/Source/ARM/startup_ARMSC300.s" version="1.0.1" attr="config" condition="ARMCC"/>
GuentherMartincfa07722020-08-04 08:38:28 +02002465 <file category="sourceAsm" name="Device/ARM/ARMSC300/Source/GCC/startup_ARMSC300.S" version="2.1.0" attr="config" condition="GCC"/>
2466 <file category="linkerScript" name="Device/ARM/ARMSC300/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/>
Martin Günther89be6522016-05-13 07:57:31 +02002467 <file category="sourceAsm" name="Device/ARM/ARMSC300/Source/IAR/startup_ARMSC300.s" version="1.0.0" attr="config" condition="IAR"/>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002468 <file category="sourceC" name="Device/ARM/ARMSC300/Source/system_ARMSC300.c" version="1.0.1" attr="config"/>
Martin Günther89be6522016-05-13 07:57:31 +02002469 </files>
2470 </component>
Martin Günther89be6522016-05-13 07:57:31 +02002471
2472 <!-- ARMv8MBL -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002473 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.1.0" condition="ARMv8MBL CMSIS" isDefaultVariant="true">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002474 <description>System and Startup for Generic Armv8-M Baseline device</description>
Martin Günther89be6522016-05-13 07:57:31 +02002475 <files>
2476 <!-- include folder / device header file -->
2477 <file category="include" name="Device/ARM/ARMv8MBL/Include/"/>
2478 <!-- startup / system file -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002479 <file category="sourceC" name="Device/ARM/ARMv8MBL/Source/startup_ARMv8MBL.c" version="2.1.0" attr="config"/>
2480 <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/ARM/ARMv8MBL_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/>
2481 <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/ARM/ARMv8MBL_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/>
2482 <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/ARM/ARMv8MBL_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/>
2483 <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002484 <file category="sourceC" name="Device/ARM/ARMv8MBL/Source/system_ARMv8MBL.c" version="1.0.1" attr="config"/>
Martin Günther4ed87812016-10-27 15:29:12 +02002485 <!-- SAU configuration -->
Robert Rostohar76b9cab2020-03-18 08:49:55 +01002486 <file category="header" name="Device/ARM/ARMv8MBL/Include/Template/partition_ARMv8MBL.h" version="1.0.0" attr="config" condition="TZ Secure"/>
Martin Günther89be6522016-05-13 07:57:31 +02002487 </files>
2488 </component>
GuentherMartin09825bc2020-12-17 09:04:42 +01002489 <component Cclass="Device" Cgroup="Startup" Cversion="1.2.0" condition="ARMv8MBL CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002490 <description>DEPRECATED: System and Startup for Generic Armv8-M Baseline device</description>
2491 <files>
2492 <!-- include folder / device header file -->
2493 <file category="include" name="Device/ARM/ARMv8MBL/Include/"/>
2494 <!-- startup / system file -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002495 <file category="sourceAsm" name="Device/ARM/ARMv8MBL/Source/ARM/startup_ARMv8MBL.S" version="1.1.0" attr="config" condition="ARMCC6"/>
2496 <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/ARM/ARMv8MBL_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/>
2497 <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/ARM/ARMv8MBL_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/>
2498 <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/ARM/ARMv8MBL_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/>
2499 <file category="sourceAsm" name="Device/ARM/ARMv8MBL/Source/GCC/startup_ARMv8MBL.S" version="2.2.0" attr="config" condition="GCC"/>
2500 <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002501 <file category="sourceC" name="Device/ARM/ARMv8MBL/Source/system_ARMv8MBL.c" version="1.0.1" attr="config" condition="ARMCC GCC"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002502 <!-- SAU configuration -->
2503 <file category="header" name="Device/ARM/ARMv8MBL/Include/Template/partition_ARMv8MBL.h" version="1.0.0" attr="config"/>
2504 </files>
2505 </component>
Martin Günther89be6522016-05-13 07:57:31 +02002506
2507 <!-- ARMv8MML -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002508 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.1.0" condition="ARMv8MML CMSIS" isDefaultVariant="true">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002509 <description>System and Startup for Generic Armv8-M Mainline device</description>
Martin Günther89be6522016-05-13 07:57:31 +02002510 <files>
2511 <!-- include folder / device header file -->
2512 <file category="include" name="Device/ARM/ARMv8MML/Include/"/>
2513 <!-- startup / system file -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002514 <file category="sourceC" name="Device/ARM/ARMv8MML/Source/startup_ARMv8MML.c" version="2.1.0" attr="config"/>
2515 <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/ARM/ARMv8MML_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/>
2516 <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/ARM/ARMv8MML_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/>
2517 <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/ARM/ARMv8MML_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/>
2518 <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002519 <file category="sourceC" name="Device/ARM/ARMv8MML/Source/system_ARMv8MML.c" version="1.0.1" attr="config"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002520 <!-- SAU configuration -->
Robert Rostohar76b9cab2020-03-18 08:49:55 +01002521 <file category="header" name="Device/ARM/ARMv8MML/Include/Template/partition_ARMv8MML.h" version="1.1.1" attr="config" condition="TZ Secure"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002522 </files>
2523 </component>
GuentherMartin09825bc2020-12-17 09:04:42 +01002524 <component Cclass="Device" Cgroup="Startup" Cversion="1.3.0" condition="ARMv8MML CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002525 <description>DEPRECATED: System and Startup for Generic Armv8-M Mainline device</description>
2526 <files>
2527 <!-- include folder / device header file -->
2528 <file category="include" name="Device/ARM/ARMv8MML/Include/"/>
2529 <!-- startup / system file -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002530 <file category="sourceAsm" name="Device/ARM/ARMv8MML/Source/ARM/startup_ARMv8MML.S" version="1.1.0" attr="config" condition="ARMCC6"/>
2531 <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/ARM/ARMv8MML_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/>
2532 <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/ARM/ARMv8MML_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/>
2533 <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/ARM/ARMv8MML_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/>
2534 <file category="sourceAsm" name="Device/ARM/ARMv8MML/Source/GCC/startup_ARMv8MML.S" version="2.2.0" attr="config" condition="GCC"/>
2535 <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/>
Jonatan Antoni09694d72019-11-18 16:10:45 +01002536 <file category="sourceC" name="Device/ARM/ARMv8MML/Source/system_ARMv8MML.c" version="1.0.1" attr="config" condition="ARMCC GCC"/>
Martin Günther89be6522016-05-13 07:57:31 +02002537 <!-- SAU configuration -->
Robert Rostohar76b9cab2020-03-18 08:49:55 +01002538 <file category="header" name="Device/ARM/ARMv8MML/Include/Template/partition_ARMv8MML.h" version="1.1.1" attr="config" condition="TZ Secure"/>
Martin Günther89be6522016-05-13 07:57:31 +02002539 </files>
2540 </component>
Martin Günther89be6522016-05-13 07:57:31 +02002541
Jonatan Antonic52cd622019-02-25 12:14:09 +01002542 <!-- ARMv81MML -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002543 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.2.0" condition="ARMv81MML CMSIS" isDefaultVariant="true">
Jonatan Antonic52cd622019-02-25 12:14:09 +01002544 <description>System and Startup for Generic Armv8.1-M Mainline device</description>
2545 <files>
2546 <!-- include folder / device header file -->
2547 <file category="include" name="Device/ARM/ARMv81MML/Include/"/>
2548 <!-- startup / system file -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002549 <file category="sourceC" name="Device/ARM/ARMv81MML/Source/startup_ARMv81MML.c" version="2.1.0" attr="config"/>
2550 <file category="linkerScript" name="Device/ARM/ARMv81MML/Source/ARM/ARMv81MML_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/>
2551 <file category="linkerScript" name="Device/ARM/ARMv81MML/Source/ARM/ARMv81MML_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/>
2552 <file category="linkerScript" name="Device/ARM/ARMv81MML/Source/ARM/ARMv81MML_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/>
2553 <file category="linkerScript" name="Device/ARM/ARMv81MML/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/>
Jonatan Antoni415c9cd2020-03-23 10:47:10 +01002554 <file category="sourceC" name="Device/ARM/ARMv81MML/Source/system_ARMv81MML.c" version="1.2.1" attr="config"/>
Jonatan Antonic52cd622019-02-25 12:14:09 +01002555 <!-- SAU configuration -->
Jonatan Antoni98185852020-03-20 12:35:39 +01002556 <file category="header" name="Device/ARM/ARMv81MML/Include/Template/partition_ARMv81MML.h" version="1.0.1" attr="config" condition="TZ Secure"/>
Jonatan Antonic52cd622019-02-25 12:14:09 +01002557 </files>
2558 </component>
Felix Johnny55034c62019-06-25 10:55:12 +02002559
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +01002560 <!-- Cortex-A5 -->
2561 <component Cclass="Device" Cgroup="Startup" Cversion="1.0.0" condition="ARMCA5 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002562 <description>System and Startup for Generic Arm Cortex-A5 device</description>
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +01002563 <files>
2564 <!-- include folder / device header file -->
2565 <file category="include" name="Device/ARM/ARMCA5/Include/"/>
2566 <!-- startup / system / mmu files -->
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01002567 <file category="sourceC" name="Device/ARM/ARMCA5/Source/AC5/startup_ARMCA5.c" version="1.0.0" attr="config" condition="ARMCC5"/>
2568 <file category="linkerScript" name="Device/ARM/ARMCA5/Source/AC5/ARMCA5.sct" version="1.0.0" attr="config" condition="ARMCC5"/>
2569 <file category="sourceC" name="Device/ARM/ARMCA5/Source/AC6/startup_ARMCA5.c" version="1.0.0" attr="config" condition="ARMCC6"/>
2570 <file category="linkerScript" name="Device/ARM/ARMCA5/Source/AC6/ARMCA5.sct" version="1.0.0" attr="config" condition="ARMCC6"/>
Jonatan Antoni7e5e24f2017-09-12 16:40:22 +02002571 <file category="sourceC" name="Device/ARM/ARMCA5/Source/GCC/startup_ARMCA5.c" version="1.0.0" attr="config" condition="GCC"/>
2572 <file category="other" name="Device/ARM/ARMCA5/Source/GCC/ARMCA5.ld" version="1.0.0" attr="config" condition="GCC"/>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01002573 <file category="sourceAsm" name="Device/ARM/ARMCA5/Source/IAR/startup_ARMCA5.s" version="1.0.0" attr="config" condition="IAR"/>
2574 <file category="linkerScript" name="Device/ARM/ARMCA5/Source/IAR/ARMCA5.icf" version="1.0.0" attr="config" condition="IAR"/>
Jonatan Antoni12955cd2019-03-18 12:06:15 +01002575 <file category="sourceC" name="Device/ARM/ARMCA5/Source/system_ARMCA5.c" version="1.0.1" attr="config"/>
Jonatan Antoni8530ed12019-07-03 14:10:35 +02002576 <file category="sourceC" name="Device/ARM/ARMCA5/Source/mmu_ARMCA5.c" version="1.2.0" attr="config"/>
Daniel Brondani8fc5c182019-05-15 16:11:43 +02002577 <file category="header" name="Device/ARM/ARMCA5/Config/system_ARMCA5.h" version="1.0.0" attr="config"/>
Jonatan Antoni8530ed12019-07-03 14:10:35 +02002578 <file category="header" name="Device/ARM/ARMCA5/Config/mem_ARMCA5.h" version="1.1.0" attr="config"/>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01002579
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +01002580 </files>
2581 </component>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01002582
Daniel Brondani0d4e4992017-02-23 09:26:46 +01002583 <!-- Cortex-A7 -->
2584 <component Cclass="Device" Cgroup="Startup" Cversion="1.0.0" condition="ARMCA7 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002585 <description>System and Startup for Generic Arm Cortex-A7 device</description>
Daniel Brondani0d4e4992017-02-23 09:26:46 +01002586 <files>
2587 <!-- include folder / device header file -->
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +01002588 <file category="include" name="Device/ARM/ARMCA7/Include/"/>
Daniel Brondani0d4e4992017-02-23 09:26:46 +01002589 <!-- startup / system / mmu files -->
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01002590 <file category="sourceC" name="Device/ARM/ARMCA7/Source/AC5/startup_ARMCA7.c" version="1.0.0" attr="config" condition="ARMCC5"/>
2591 <file category="linkerScript" name="Device/ARM/ARMCA7/Source/AC5/ARMCA7.sct" version="1.0.0" attr="config" condition="ARMCC5"/>
2592 <file category="sourceC" name="Device/ARM/ARMCA7/Source/AC6/startup_ARMCA7.c" version="1.0.0" attr="config" condition="ARMCC6"/>
2593 <file category="linkerScript" name="Device/ARM/ARMCA7/Source/AC6/ARMCA7.sct" version="1.0.0" attr="config" condition="ARMCC6"/>
Jonatan Antoni7e5e24f2017-09-12 16:40:22 +02002594 <file category="sourceC" name="Device/ARM/ARMCA7/Source/GCC/startup_ARMCA7.c" version="1.0.0" attr="config" condition="GCC"/>
2595 <file category="other" name="Device/ARM/ARMCA7/Source/GCC/ARMCA7.ld" version="1.0.0" attr="config" condition="GCC"/>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01002596 <file category="sourceAsm" name="Device/ARM/ARMCA7/Source/IAR/startup_ARMCA7.s" version="1.0.0" attr="config" condition="IAR"/>
2597 <file category="linkerScript" name="Device/ARM/ARMCA7/Source/IAR/ARMCA7.icf" version="1.0.0" attr="config" condition="IAR"/>
Jonatan Antoni12955cd2019-03-18 12:06:15 +01002598 <file category="sourceC" name="Device/ARM/ARMCA7/Source/system_ARMCA7.c" version="1.0.1" attr="config"/>
Jonatan Antoni8530ed12019-07-03 14:10:35 +02002599 <file category="sourceC" name="Device/ARM/ARMCA7/Source/mmu_ARMCA7.c" version="1.2.0" attr="config"/>
Daniel Brondani8fc5c182019-05-15 16:11:43 +02002600 <file category="header" name="Device/ARM/ARMCA7/Config/system_ARMCA7.h" version="1.0.0" attr="config"/>
Jonatan Antoni8530ed12019-07-03 14:10:35 +02002601 <file category="header" name="Device/ARM/ARMCA7/Config/mem_ARMCA7.h" version="1.1.0" attr="config"/>
Daniel Brondani0d4e4992017-02-23 09:26:46 +01002602 </files>
2603 </component>
2604
2605 <!-- Cortex-A9 -->
Jonatan Antonib27a4122017-08-08 13:30:19 +02002606 <component Cclass="Device" Cgroup="Startup" Cversion="1.0.1" condition="ARMCA9 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002607 <description>System and Startup for Generic Arm Cortex-A9 device</description>
Daniel Brondani0d4e4992017-02-23 09:26:46 +01002608 <files>
2609 <!-- include folder / device header file -->
2610 <file category="include" name="Device/ARM/ARMCA9/Include/"/>
2611 <!-- startup / system / mmu files -->
Jonatan Antonic34d5322017-04-25 09:32:40 +02002612 <file category="sourceC" name="Device/ARM/ARMCA9/Source/AC5/startup_ARMCA9.c" version="1.0.0" attr="config" condition="ARMCC5"/>
2613 <file category="linkerScript" name="Device/ARM/ARMCA9/Source/AC5/ARMCA9.sct" version="1.0.0" attr="config" condition="ARMCC5"/>
Daniel Brondani7bfe5d02017-04-13 15:56:17 +02002614 <file category="sourceC" name="Device/ARM/ARMCA9/Source/AC6/startup_ARMCA9.c" version="1.0.0" attr="config" condition="ARMCC6"/>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01002615 <file category="linkerScript" name="Device/ARM/ARMCA9/Source/AC6/ARMCA9.sct" version="1.0.0" attr="config" condition="ARMCC6"/>
Jonatan Antonib27a4122017-08-08 13:30:19 +02002616 <file category="sourceC" name="Device/ARM/ARMCA9/Source/GCC/startup_ARMCA9.c" version="1.0.0" attr="config" condition="GCC"/>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01002617 <file category="other" name="Device/ARM/ARMCA9/Source/GCC/ARMCA9.ld" version="1.0.0" attr="config" condition="GCC"/>
2618 <file category="sourceAsm" name="Device/ARM/ARMCA9/Source/IAR/startup_ARMCA9.s" version="1.0.0" attr="config" condition="IAR"/>
2619 <file category="linkerScript" name="Device/ARM/ARMCA9/Source/IAR/ARMCA9.icf" version="1.0.0" attr="config" condition="IAR"/>
Jonatan Antoni12955cd2019-03-18 12:06:15 +01002620 <file category="sourceC" name="Device/ARM/ARMCA9/Source/system_ARMCA9.c" version="1.0.1" attr="config"/>
Jonatan Antoni8530ed12019-07-03 14:10:35 +02002621 <file category="sourceC" name="Device/ARM/ARMCA9/Source/mmu_ARMCA9.c" version="1.2.0" attr="config"/>
Daniel Brondani8fc5c182019-05-15 16:11:43 +02002622 <file category="header" name="Device/ARM/ARMCA9/Config/system_ARMCA9.h" version="1.0.0" attr="config"/>
Jonatan Antoni8530ed12019-07-03 14:10:35 +02002623 <file category="header" name="Device/ARM/ARMCA9/Config/mem_ARMCA9.h" version="1.1.0" attr="config"/>
Daniel Brondani0d4e4992017-02-23 09:26:46 +01002624 </files>
2625 </component>
Martin Günther89be6522016-05-13 07:57:31 +02002626
Vladimir Umekc852bdd2017-07-03 09:19:47 +02002627 <!-- IRQ Controller -->
Vladimir Umek184017e2018-04-09 08:11:37 +02002628 <component Cclass="Device" Cgroup="IRQ Controller" Csub="GIC" Capiversion="1.0.0" Cversion="1.0.1" condition="ARMv7-A Device">
Vladimir Umekc852bdd2017-07-03 09:19:47 +02002629 <description>IRQ Controller implementation using GIC</description>
2630 <files>
2631 <file category="sourceC" name="CMSIS/Core_A/Source/irq_ctrl_gic.c"/>
2632 </files>
2633 </component>
2634
Vladimir Umekbed07592017-06-14 14:35:26 +02002635 <!-- OS Tick -->
Jonatan Antonic6dca332018-03-02 12:23:44 +01002636 <component Cclass="Device" Cgroup="OS Tick" Csub="Private Timer" Capiversion="1.0.1" Cversion="1.0.2" condition="OS Tick PTIM">
Vladimir Umekbed07592017-06-14 14:35:26 +02002637 <description>OS Tick implementation using Private Timer</description>
2638 <files>
2639 <file category="sourceC" name="CMSIS/RTOS2/Source/os_tick_ptim.c"/>
2640 </files>
2641 </component>
2642
Robert Rostohare5b1c2d2017-11-28 15:48:26 +01002643 <component Cclass="Device" Cgroup="OS Tick" Csub="Generic Physical Timer" Capiversion="1.0.1" Cversion="1.0.1" condition="OS Tick GTIM">
Daniel Brondani650abfe2017-07-24 15:35:57 +02002644 <description>OS Tick implementation using Generic Physical Timer</description>
2645 <files>
2646 <file category="sourceC" name="CMSIS/RTOS2/Source/os_tick_gtim.c"/>
2647 </files>
2648 </component>
2649
Martin Günther89be6522016-05-13 07:57:31 +02002650 <!-- CMSIS-DSP component -->
Christophe Favergeon2f12ed82020-07-22 09:10:21 +02002651 <component Cclass="CMSIS" Cgroup="DSP" Cvariant="Source" Cversion="1.9.0-dev" isDefaultVariant="true" condition="CMSIS DSP">
GuentherMartin41d9e352019-03-14 14:18:28 +01002652 <description>CMSIS-DSP Library for Cortex-M, SC000, and SC300</description>
2653 <files>
2654 <!-- CPU independent -->
Jonatan Antoni2620d732020-03-17 16:07:31 +01002655 <file category="doc" name="CMSIS/Documentation/DSP/html/index.html"/>
2656 <file category="header" name="CMSIS/DSP/Include/arm_math.h"/>
Christophe Favergeonc46f1522020-04-21 14:04:25 +02002657 <file category="header" name="CMSIS/DSP/Include/arm_math_f16.h"/>
2658 <file category="header" name="CMSIS/DSP/Include/arm_common_tables.h"/>
2659 <file category="header" name="CMSIS/DSP/Include/arm_common_tables_f16.h"/>
2660 <file category="header" name="CMSIS/DSP/Include/arm_const_structs.h"/>
2661 <file category="header" name="CMSIS/DSP/Include/arm_const_structs_f16.h"/>
2662
Jonatan Antoni2620d732020-03-17 16:07:31 +01002663 <file category="include" name="CMSIS/DSP/PrivateInclude/"/>
Christophe Favergeon2f12ed82020-07-22 09:10:21 +02002664 <file category="include" name="CMSIS/DSP/Include/"/>
GuentherMartin41d9e352019-03-14 14:18:28 +01002665
Robert Rostohar86d53b72019-05-07 12:07:42 +02002666 <!-- DSP sources (core) -->
Jonatan Antoni2620d732020-03-17 16:07:31 +01002667 <file category="source" name="CMSIS/DSP/Source/BasicMathFunctions/BasicMathFunctions.c"/>
Christophe Favergeonc46f1522020-04-21 14:04:25 +02002668
Christophe Favergeonaf1c54b2021-02-15 14:15:10 +01002669 <file category="source" name="CMSIS/DSP/Source/QuaternionMathFunctions/QuaternionMathFunctions.c"/>
2670
Jonatan Antoni2620d732020-03-17 16:07:31 +01002671 <file category="source" name="CMSIS/DSP/Source/BayesFunctions/BayesFunctions.c"/>
2672 <file category="source" name="CMSIS/DSP/Source/CommonTables/CommonTables.c"/>
2673 <file category="source" name="CMSIS/DSP/Source/ComplexMathFunctions/ComplexMathFunctions.c"/>
2674 <file category="source" name="CMSIS/DSP/Source/ControllerFunctions/ControllerFunctions.c"/>
2675 <file category="source" name="CMSIS/DSP/Source/DistanceFunctions/DistanceFunctions.c"/>
2676 <file category="source" name="CMSIS/DSP/Source/FastMathFunctions/FastMathFunctions.c"/>
2677 <file category="source" name="CMSIS/DSP/Source/FilteringFunctions/FilteringFunctions.c"/>
2678 <file category="source" name="CMSIS/DSP/Source/MatrixFunctions/MatrixFunctions.c"/>
2679 <file category="source" name="CMSIS/DSP/Source/StatisticsFunctions/StatisticsFunctions.c"/>
2680 <file category="source" name="CMSIS/DSP/Source/SupportFunctions/SupportFunctions.c"/>
2681 <file category="source" name="CMSIS/DSP/Source/SVMFunctions/SVMFunctions.c"/>
2682 <file category="source" name="CMSIS/DSP/Source/TransformFunctions/TransformFunctions.c"/>
Felix Johnny26c5ea62020-03-20 14:30:53 +01002683
Christophe Favergeon2f12ed82020-07-22 09:10:21 +02002684 <file category="source" name="CMSIS/DSP/Source/InterpolationFunctions/InterpolationFunctions.c"/>
2685
Christophe Favergeonc46f1522020-04-21 14:04:25 +02002686 <!-- DSP sources F16 versions -->
2687 <file category="source" name="CMSIS/DSP/Source/BasicMathFunctions/BasicMathFunctionsF16.c"/>
Christophe Favergeon9ee38242020-08-04 09:22:18 +02002688 <file category="source" name="CMSIS/DSP/Source/ComplexMathFunctions/ComplexMathFunctionsF16.c"/>
2689 <file category="source" name="CMSIS/DSP/Source/FilteringFunctions/FilteringFunctionsF16.c"/>
Christophe Favergeonc46f1522020-04-21 14:04:25 +02002690 <file category="source" name="CMSIS/DSP/Source/CommonTables/CommonTablesF16.c"/>
2691 <file category="source" name="CMSIS/DSP/Source/TransformFunctions/TransformFunctionsF16.c"/>
Christophe Favergeon116bc4d2020-08-06 11:00:40 +02002692 <file category="source" name="CMSIS/DSP/Source/MatrixFunctions/MatrixFunctionsF16.c"/>
Christophe Favergeonc7935882020-08-06 13:14:33 +02002693 <file category="source" name="CMSIS/DSP/Source/InterpolationFunctions/InterpolationFunctionsF16.c"/>
Christophe Favergeon18a5fbc2020-08-07 11:18:02 +02002694 <file category="source" name="CMSIS/DSP/Source/StatisticsFunctions/StatisticsFunctionsF16.c"/>
Christophe Favergeon9e773df2020-08-10 10:55:47 +02002695 <file category="source" name="CMSIS/DSP/Source/SupportFunctions/SupportFunctionsF16.c"/>
Christophe Favergeonbe0e95f2020-08-11 11:19:25 +02002696 <file category="source" name="CMSIS/DSP/Source/FastMathFunctions/FastMathFunctionsF16.c"/>
Christophe Favergeond73292b2020-08-11 13:05:34 +02002697 <file category="source" name="CMSIS/DSP/Source/DistanceFunctions/DistanceFunctionsF16.c"/>
Christophe Favergeon72f1d9e2020-08-12 10:39:33 +02002698 <file category="source" name="CMSIS/DSP/Source/BayesFunctions/BayesFunctionsF16.c"/>
2699 <file category="source" name="CMSIS/DSP/Source/SVMFunctions/SVMFunctionsF16.c"/>
Christophe Favergeonc46f1522020-04-21 14:04:25 +02002700
Jonatan Antoni2620d732020-03-17 16:07:31 +01002701 <!-- Compute Library for Cortex-A -->
2702 <file category="header" name="CMSIS/DSP/ComputeLibrary/Include/NEMath.h" condition="ARMv7-A Device"/>
2703 <file category="source" name="CMSIS/DSP/ComputeLibrary/Source/arm_cl_tables.c" condition="ARMv7-A Device"/>
Martin Günther89be6522016-05-13 07:57:31 +02002704 </files>
2705 </component>
GuentherMartina3a6af22018-07-23 08:36:37 +02002706
Jonatan Antonia67f5552018-01-18 15:22:46 +01002707 <!-- CMSIS-NN component -->
Felix Johnnyd36676f2021-01-19 10:31:55 +01002708 <component Cclass="CMSIS" Cgroup="NN Lib" Cversion="1.4.0" condition="CMSIS NN">
Jonatan Antoni13bff482018-01-19 13:05:57 +01002709 <description>CMSIS-NN Neural Network Library</description>
Jonatan Antonia67f5552018-01-18 15:22:46 +01002710 <files>
2711 <file category="doc" name="CMSIS/Documentation/NN/html/index.html"/>
Felix Johnnyd36676f2021-01-19 10:31:55 +01002712 <file category="header" name="CMSIS/NN/Include/arm_nn_types.h"/>
Jonatan Antonia67f5552018-01-18 15:22:46 +01002713 <file category="header" name="CMSIS/NN/Include/arm_nnfunctions.h"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002714 <file category="header" name="CMSIS/NN/Include/arm_nnsupportfunctions.h"/>
2715 <file category="header" name="CMSIS/NN/Include/arm_nn_tables.h"/>
Jonatan Antonia67f5552018-01-18 15:22:46 +01002716
Jonatan Antonia67f5552018-01-18 15:22:46 +01002717 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast_nonsquare.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002718 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast.c"/>
2719 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_RGB.c"/>
2720 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1_x_n_s8.c"/>
2721 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_s8_s16.c"/>
Jonatan Antonif677f002019-06-25 13:01:11 +02002722 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_u8_basic_ver1.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002723 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_s8_s16_reordered.c"/>
2724 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7.c"/>
Felix Johnnyd36676f2021-01-19 10:31:55 +01002725 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_wrapper_s8.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002726 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15.c"/>
2727 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_basic.c"/>
2728 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_s8_fast.c"/>
2729 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_s8.c"/>
2730 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast_nonsquare.c"/>
2731 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_s8.c"/>
2732 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_s8.c"/>
2733 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_3x3_s8.c"/>
2734 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7_nonsquare.c"/>
2735 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic.c"/>
2736 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_s8_opt.c"/>
Felix Johnnyd36676f2021-01-19 10:31:55 +01002737 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_wrapper_s8.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002738 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast.c"/>
2739 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15_reordered.c"/>
2740 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_nn_depthwise_conv_s8_core.c"/>
2741 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic_nonsquare.c"/>
2742 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_HWC_q7_fast_nonsquare.c"/>
2743 <file category="source" name="CMSIS/NN/Source/ConcatenationFunctions/arm_concatenation_s8_x.c"/>
2744 <file category="source" name="CMSIS/NN/Source/ConcatenationFunctions/arm_concatenation_s8_w.c"/>
2745 <file category="source" name="CMSIS/NN/Source/ConcatenationFunctions/arm_concatenation_s8_y.c"/>
2746 <file category="source" name="CMSIS/NN/Source/ConcatenationFunctions/arm_concatenation_s8_z.c"/>
Felix Johnnyd36676f2021-01-19 10:31:55 +01002747 <file category="source" name="CMSIS/NN/Source/SVDFunctions/arm_svdf_s8.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002748 <file category="source" name="CMSIS/NN/Source/PoolingFunctions/arm_max_pool_s8.c"/>
2749 <file category="source" name="CMSIS/NN/Source/PoolingFunctions/arm_avgpool_s8.c"/>
2750 <file category="source" name="CMSIS/NN/Source/PoolingFunctions/arm_pool_q7_HWC.c"/>
2751 <file category="source" name="CMSIS/NN/Source/BasicMathFunctions/arm_elementwise_mul_s8.c"/>
2752 <file category="source" name="CMSIS/NN/Source/BasicMathFunctions/arm_elementwise_add_s8.c"/>
2753 <file category="source" name="CMSIS/NN/Source/ActivationFunctions/arm_relu6_s8.c"/>
2754 <file category="source" name="CMSIS/NN/Source/ActivationFunctions/arm_relu_q15.c"/>
2755 <file category="source" name="CMSIS/NN/Source/ActivationFunctions/arm_relu_q7.c"/>
2756 <file category="source" name="CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q15.c"/>
2757 <file category="source" name="CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q7.c"/>
2758 <file category="source" name="CMSIS/NN/Source/ReshapeFunctions/arm_reshape_s8.c"/>
2759 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q7.c"/>
Jonatan Antonia67f5552018-01-18 15:22:46 +01002760 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_reordered_no_shift.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002761 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_vec_mat_mult_t_s8.c"/>
Felix Thomasmathibalan8f2544b2021-04-14 12:45:49 +01002762 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_vec_mat_mult_t_svdf_s8.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002763 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_with_offset.c"/>
2764 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_accumulate_q7_to_q15.c"/>
2765 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_mat_mult_nt_t_s8.c"/>
Felix Johnnyd36676f2021-01-19 10:31:55 +01002766 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_depthwise_conv_nt_t_padded_s8.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002767 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_add_q7.c"/>
2768 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_mat_mul_core_4x_s8.c"/>
Jonatan Antonia67f5552018-01-18 15:22:46 +01002769 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nntables.c"/>
Felix Johnnyd36676f2021-01-19 10:31:55 +01002770 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_depthwise_conv_nt_t_s8.c"/>
Jonatan Antonia67f5552018-01-18 15:22:46 +01002771 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_no_shift.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002772 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_reordered_with_offset.c"/>
Liangzhen Laice2f9872018-07-16 17:08:01 -07002773 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q15.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002774 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_mat_mul_core_1x_s8.c"/>
2775 <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_s8.c"/>
2776 <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15_opt.c"/>
2777 <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7.c"/>
2778 <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15_opt.c"/>
2779 <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15.c"/>
2780 <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7_opt.c"/>
2781 <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15.c"/>
Jonatan Antonia67f5552018-01-18 15:22:46 +01002782 <file category="source" name="CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q15.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002783 <file category="source" name="CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_s8.c"/>
2784 <file category="source" name="CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_u8.c"/>
Jonatan Antonia67f5552018-01-18 15:22:46 +01002785 <file category="source" name="CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q7.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002786 <file category="source" name="CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_with_batch_q7.c"/>
Jonatan Antonia67f5552018-01-18 15:22:46 +01002787 </files>
2788 </component>
Martin Günther89be6522016-05-13 07:57:31 +02002789
2790 <!-- CMSIS-RTOS Keil RTX component -->
Robert Rostohar86d53b72019-05-07 12:07:42 +02002791 <component Cclass="CMSIS" Cgroup="RTOS" Csub="Keil RTX" Cversion="4.82.0" Capiversion="1.0.0" isDefaultVariant="1" condition="RTOS RTX">
Martin Günther89be6522016-05-13 07:57:31 +02002792 <description>CMSIS-RTOS RTX implementation for Cortex-M, SC000, and SC300</description>
2793 <RTE_Components_h>
2794 <!-- the following content goes into file 'RTE_Components.h' -->
2795 #define RTE_CMSIS_RTOS /* CMSIS-RTOS */
2796 #define RTE_CMSIS_RTOS_RTX /* CMSIS-RTOS Keil RTX */
2797 </RTE_Components_h>
2798 <files>
2799 <!-- CPU independent -->
bruneu01f9c01952016-09-13 16:28:46 +02002800 <file category="doc" name="CMSIS/Documentation/RTOS/html/rtxImplementation.html"/>
Martin Günther89be6522016-05-13 07:57:31 +02002801 <file category="header" name="CMSIS/RTOS/RTX/INC/cmsis_os.h"/>
2802 <file category="source" attr="config" name="CMSIS/RTOS/RTX/Templates/RTX_Conf_CM.c" version="4.70.1"/>
2803
2804 <!-- RTX templates -->
2805 <file category="header" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/osObjects.h" select="CMSIS-RTOS 'main' function"/>
2806 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/main.c" select="CMSIS-RTOS 'main' function"/>
2807 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MailQueue.c" select="CMSIS-RTOS Mail Queue"/>
2808 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MemPool.c" select="CMSIS-RTOS Memory Pool"/>
2809 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MsgQueue.c" select="CMSIS-RTOS Message Queue"/>
2810 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Mutex.c" select="CMSIS-RTOS Mutex"/>
2811 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Semaphore.c" select="CMSIS-RTOS Semaphore"/>
2812 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Thread.c" select="CMSIS-RTOS Thread"/>
2813 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Timer.c" select="CMSIS-RTOS Timer"/>
2814 <!-- tool-chain specific template file -->
2815 <file category="source" attr="template" condition="ARMCC" name="CMSIS/RTOS/RTX/SRC/ARM/SVC_Table.s" select="CMSIS-RTOS User SVC"/>
2816 <file category="source" attr="template" condition="GCC" name="CMSIS/RTOS/RTX/SRC/GCC/SVC_Table.S" select="CMSIS-RTOS User SVC"/>
2817 <file category="source" attr="template" condition="IAR" name="CMSIS/RTOS/RTX/SRC/IAR/SVC_Table.s" select="CMSIS-RTOS User SVC"/>
2818
2819 <!-- CPU and Compiler dependent -->
2820 <!-- ARMCC -->
Robert Rostohare5b1c2d2017-11-28 15:48:26 +01002821 <file category="library" condition="CM0_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM0.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
2822 <file category="library" condition="CM0_BE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM0_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
GuentherMartina3a6af22018-07-23 08:36:37 +02002823 <file category="library" condition="CM1_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM0.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
2824 <file category="library" condition="CM1_BE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM0_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
Robert Rostohare5b1c2d2017-11-28 15:48:26 +01002825 <file category="library" condition="CM3_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
2826 <file category="library" condition="CM3_BE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
Robert Rostohar2e05f3b2017-09-05 11:08:05 +02002827 <file category="library" condition="CM4_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
Robert Rostohare5b1c2d2017-11-28 15:48:26 +01002828 <file category="library" condition="CM4_BE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
Robert Rostohar2e05f3b2017-09-05 11:08:05 +02002829 <file category="library" condition="CM4_FP_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM4.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
Robert Rostohare5b1c2d2017-11-28 15:48:26 +01002830 <file category="library" condition="CM4_FP_BE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM4_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
2831 <file category="library" condition="CM7_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
2832 <file category="library" condition="CM7_BE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
2833 <file category="library" condition="CM7_FP_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM4.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
2834 <file category="library" condition="CM7_FP_BE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM4_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
Martin Günther89be6522016-05-13 07:57:31 +02002835 <!-- GCC -->
Robert Rostohare5b1c2d2017-11-28 15:48:26 +01002836 <file category="library" condition="CM0_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM0.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
2837 <file category="library" condition="CM0_BE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM0_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
GuentherMartina3a6af22018-07-23 08:36:37 +02002838 <file category="library" condition="CM1_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM0.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
2839 <file category="library" condition="CM1_BE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM0_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
Robert Rostohare5b1c2d2017-11-28 15:48:26 +01002840 <file category="library" condition="CM3_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
2841 <file category="library" condition="CM3_BE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
Robert Rostohar2e05f3b2017-09-05 11:08:05 +02002842 <file category="library" condition="CM4_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
Robert Rostohare5b1c2d2017-11-28 15:48:26 +01002843 <file category="library" condition="CM4_BE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
Robert Rostohar2e05f3b2017-09-05 11:08:05 +02002844 <file category="library" condition="CM4_FP_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
Robert Rostohare5b1c2d2017-11-28 15:48:26 +01002845 <file category="library" condition="CM4_FP_BE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
2846 <file category="library" condition="CM7_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
2847 <file category="library" condition="CM7_BE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
2848 <file category="library" condition="CM7_FP_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
2849 <file category="library" condition="CM7_FP_BE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
Martin Günther89be6522016-05-13 07:57:31 +02002850 <!-- IAR -->
Robert Rostohare5b1c2d2017-11-28 15:48:26 +01002851 <file category="library" condition="CM0_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM0.a" src="CMSIS/RTOS/RTX/SRC/IAR"/>
2852 <file category="library" condition="CM0_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM0_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/>
GuentherMartina3a6af22018-07-23 08:36:37 +02002853 <file category="library" condition="CM1_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM0.a" src="CMSIS/RTOS/RTX/SRC/IAR"/>
2854 <file category="library" condition="CM1_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM0_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/>
Robert Rostohare5b1c2d2017-11-28 15:48:26 +01002855 <file category="library" condition="CM3_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/IAR"/>
2856 <file category="library" condition="CM3_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/>
2857 <file category="library" condition="CM4_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/IAR"/>
2858 <file category="library" condition="CM4_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/>
2859 <file category="library" condition="CM4_FP_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM4.a" src="CMSIS/RTOS/RTX/SRC/IAR"/>
2860 <file category="library" condition="CM4_FP_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM4_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/>
2861 <file category="library" condition="CM7_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/IAR"/>
2862 <file category="library" condition="CM7_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/>
2863 <file category="library" condition="CM7_FP_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM4.a" src="CMSIS/RTOS/RTX/SRC/IAR"/>
2864 <file category="library" condition="CM7_FP_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM4_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/>
Robert Rostohar2e05f3b2017-09-05 11:08:05 +02002865 </files>
2866 </component>
2867 <!-- CMSIS-RTOS Keil RTX component (IFX variant) -->
Robert Rostohar86d53b72019-05-07 12:07:42 +02002868 <component Cclass="CMSIS" Cgroup="RTOS" Csub="Keil RTX" Cvariant="IFX" Cversion="4.82.0" Capiversion="1.0.0" condition="RTOS RTX IFX">
Robert Rostohar2e05f3b2017-09-05 11:08:05 +02002869 <description>CMSIS-RTOS RTX implementation for Infineon XMC4 series affected by PMU_CM.001 errata</description>
2870 <RTE_Components_h>
2871 <!-- the following content goes into file 'RTE_Components.h' -->
2872 #define RTE_CMSIS_RTOS /* CMSIS-RTOS */
2873 #define RTE_CMSIS_RTOS_RTX /* CMSIS-RTOS Keil RTX */
2874 </RTE_Components_h>
2875 <files>
2876 <!-- CPU independent -->
2877 <file category="doc" name="CMSIS/Documentation/RTOS/html/rtxImplementation.html"/>
2878 <file category="header" name="CMSIS/RTOS/RTX/INC/cmsis_os.h"/>
2879 <file category="source" attr="config" name="CMSIS/RTOS/RTX/Templates/RTX_Conf_CM.c" version="4.70.1"/>
2880
2881 <!-- RTX templates -->
2882 <file category="header" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/osObjects.h" select="CMSIS-RTOS 'main' function"/>
2883 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/main.c" select="CMSIS-RTOS 'main' function"/>
2884 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MailQueue.c" select="CMSIS-RTOS Mail Queue"/>
2885 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MemPool.c" select="CMSIS-RTOS Memory Pool"/>
2886 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MsgQueue.c" select="CMSIS-RTOS Message Queue"/>
2887 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Mutex.c" select="CMSIS-RTOS Mutex"/>
2888 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Semaphore.c" select="CMSIS-RTOS Semaphore"/>
2889 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Thread.c" select="CMSIS-RTOS Thread"/>
2890 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Timer.c" select="CMSIS-RTOS Timer"/>
2891 <!-- tool-chain specific template file -->
2892 <file category="source" attr="template" condition="ARMCC" name="CMSIS/RTOS/RTX/SRC/ARM/SVC_Table.s" select="CMSIS-RTOS User SVC"/>
2893 <file category="source" attr="template" condition="GCC" name="CMSIS/RTOS/RTX/SRC/GCC/SVC_Table.S" select="CMSIS-RTOS User SVC"/>
2894 <file category="source" attr="template" condition="IAR" name="CMSIS/RTOS/RTX/SRC/IAR/SVC_Table.s" select="CMSIS-RTOS User SVC"/>
2895
2896 <!-- CPU and Compiler dependent -->
2897 <!-- ARMCC -->
2898 <file category="library" condition="CM4_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3_IFX.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
2899 <file category="library" condition="CM4_FP_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM4_IFX.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
2900 <!-- GCC -->
2901 <file category="library" condition="CM4_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3_IFX.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
2902 <file category="library" condition="CM4_FP_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4_IFX.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
2903 <!-- IAR -->
Martin Günther89be6522016-05-13 07:57:31 +02002904 </files>
2905 </component>
Robert Rostohar4868c882016-07-01 23:10:03 +02002906
2907 <!-- CMSIS-RTOS Keil RTX5 component -->
Robert Rostohar40e936e2021-05-05 14:09:29 +02002908 <component Cclass="CMSIS" Cgroup="RTOS" Csub="Keil RTX5" Cversion="5.5.3" Capiversion="1.0.0" condition="RTOS RTX5">
Robert Rostohar1e9866f2016-07-06 22:19:58 +02002909 <description>CMSIS-RTOS RTX5 implementation for Cortex-M, SC000, and SC300</description>
Robert Rostohar4868c882016-07-01 23:10:03 +02002910 <RTE_Components_h>
2911 <!-- the following content goes into file 'RTE_Components.h' -->
2912 #define RTE_CMSIS_RTOS /* CMSIS-RTOS */
Robert Rostohar1e9866f2016-07-06 22:19:58 +02002913 #define RTE_CMSIS_RTOS_RTX5 /* CMSIS-RTOS Keil RTX5 */
2914 </RTE_Components_h>
2915 <files>
2916 <!-- RTX header file -->
2917 <file category="header" name="CMSIS/RTOS2/RTX/Include1/cmsis_os.h"/>
2918 <!-- RTX compatibility module for API V1 -->
2919 <file category="source" name="CMSIS/RTOS2/RTX/Library/cmsis_os1.c"/>
2920 </files>
2921 </component>
2922
2923 <!-- CMSIS-RTOS2 Keil RTX5 component -->
Robert Rostohar40e936e2021-05-05 14:09:29 +02002924 <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Library" Cversion="5.5.3" Capiversion="2.1.3" condition="RTOS2 RTX5">
Robert Rostohar1dd090b2020-03-26 19:53:08 +01002925 <description>CMSIS-RTOS2 RTX5 for Cortex-M, SC000, SC300, ARMv8-M, ARMv8.1-M (Library)</description>
Robert Rostohar1e9866f2016-07-06 22:19:58 +02002926 <RTE_Components_h>
2927 <!-- the following content goes into file 'RTE_Components.h' -->
2928 #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */
2929 #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */
Robert Rostohar4868c882016-07-01 23:10:03 +02002930 </RTE_Components_h>
2931 <files>
2932 <!-- RTX documentation -->
Martin Günther0ffe8f92016-08-24 11:43:05 +02002933 <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/>
Robert Rostohar4868c882016-07-01 23:10:03 +02002934
2935 <!-- RTX header files -->
Robert Rostohar4868c882016-07-01 23:10:03 +02002936 <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/>
2937
2938 <!-- RTX configuration -->
Ari Parkkila051d7382019-09-26 22:54:55 -07002939 <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.1"/>
Robert Rostoharffe28d02017-01-11 07:09:19 +01002940 <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.0"/>
Robert Rostohar4868c882016-07-01 23:10:03 +02002941
2942 <!-- RTX templates -->
Robert Rostohar83177af2018-09-04 10:27:04 +02002943 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/main.c" version="2.1.0" select="CMSIS-RTOS2 'main' function"/>
ReinhardKeilb124e912016-11-09 11:09:21 +01002944 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/>
2945 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/>
2946 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/>
2947 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/>
2948 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/>
2949 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Thread.c" version="2.0.0" select="CMSIS-RTOS2 Thread"/>
Jonatan Antoni102fe7f2017-08-03 11:33:08 +02002950 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Timer.c" version="2.0.1" select="CMSIS-RTOS2 Timer"/>
2951 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/svc_user.c" version="1.0.0" select="CMSIS-RTOS2 SVC User Table"/>
Matthias Hertelb73eaf32016-07-22 15:18:56 +02002952 <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/>
Martin Günther0ffe8f92016-08-24 11:43:05 +02002953
Robert Rostohar0e8657f2016-11-25 21:54:15 +01002954 <!-- RTX library configuration -->
2955 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/>
2956
Robert Rostohar4868c882016-07-01 23:10:03 +02002957 <!-- RTX libraries (CPU and Compiler dependent) -->
2958 <!-- ARMCC -->
Robert Rostohar1dd090b2020-03-26 19:53:08 +01002959 <file category="library" condition="CM0_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM0.lib" src="CMSIS/RTOS2/RTX/Source"/>
2960 <file category="library" condition="CM1_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM0.lib" src="CMSIS/RTOS2/RTX/Source"/>
2961 <file category="library" condition="CM3_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM3.lib" src="CMSIS/RTOS2/RTX/Source"/>
2962 <file category="library" condition="CM4_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM3.lib" src="CMSIS/RTOS2/RTX/Source"/>
2963 <file category="library" condition="CM4_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM4F.lib" src="CMSIS/RTOS2/RTX/Source"/>
2964 <file category="library" condition="CM7_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM3.lib" src="CMSIS/RTOS2/RTX/Source"/>
2965 <file category="library" condition="CM7_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM4F.lib" src="CMSIS/RTOS2/RTX/Source"/>
2966 <file category="library" condition="CM23_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MB.lib" src="CMSIS/RTOS2/RTX/Source"/>
2967 <file category="library" condition="CM33_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MM.lib" src="CMSIS/RTOS2/RTX/Source"/>
2968 <file category="library" condition="CM33_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMF.lib" src="CMSIS/RTOS2/RTX/Source"/>
2969 <file category="library" condition="CM35P_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MM.lib" src="CMSIS/RTOS2/RTX/Source"/>
2970 <file category="library" condition="CM35P_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMF.lib" src="CMSIS/RTOS2/RTX/Source"/>
2971 <file category="library" condition="CM55_NOFPU_NOMVE_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MM.lib" src="CMSIS/RTOS2/RTX/Source"/>
2972 <file category="library" condition="CM55_FPU_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMF.lib" src="CMSIS/RTOS2/RTX/Source"/>
2973 <file category="library" condition="ARMv8MBL_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MB.lib" src="CMSIS/RTOS2/RTX/Source"/>
2974 <file category="library" condition="ARMv8MML_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MM.lib" src="CMSIS/RTOS2/RTX/Source"/>
2975 <file category="library" condition="ARMv8MML_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMF.lib" src="CMSIS/RTOS2/RTX/Source"/>
Robert Rostohar2a0fd6d2016-09-28 13:53:18 +02002976 <!-- GCC -->
Robert Rostohar1dd090b2020-03-26 19:53:08 +01002977 <file category="library" condition="CM0_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM0.a" src="CMSIS/RTOS2/RTX/Source"/>
2978 <file category="library" condition="CM1_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM0.a" src="CMSIS/RTOS2/RTX/Source"/>
2979 <file category="library" condition="CM3_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/>
2980 <file category="library" condition="CM4_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/>
2981 <file category="library" condition="CM4_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM4F.a" src="CMSIS/RTOS2/RTX/Source"/>
2982 <file category="library" condition="CM7_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/>
2983 <file category="library" condition="CM7_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM4F.a" src="CMSIS/RTOS2/RTX/Source"/>
2984 <file category="library" condition="CM23_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MB.a" src="CMSIS/RTOS2/RTX/Source"/>
2985 <file category="library" condition="CM33_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/>
2986 <file category="library" condition="CM33_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/>
2987 <file category="library" condition="CM35P_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/>
2988 <file category="library" condition="CM35P_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/>
2989 <file category="library" condition="CM55_NOFPU_NOMVE_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/>
2990 <file category="library" condition="CM55_FPU_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/>
2991 <file category="library" condition="ARMv8MBL_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MB.a" src="CMSIS/RTOS2/RTX/Source"/>
2992 <file category="library" condition="ARMv8MML_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/>
2993 <file category="library" condition="ARMv8MML_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/>
Robert Rostohar0695d882016-12-20 12:26:34 +01002994 <!-- IAR -->
Robert Rostohar1dd090b2020-03-26 19:53:08 +01002995 <file category="library" condition="CM0_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM0.a" src="CMSIS/RTOS2/RTX/Source"/>
2996 <file category="library" condition="CM1_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM0.a" src="CMSIS/RTOS2/RTX/Source"/>
2997 <file category="library" condition="CM3_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/>
2998 <file category="library" condition="CM4_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/>
2999 <file category="library" condition="CM4_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM4F.a" src="CMSIS/RTOS2/RTX/Source"/>
3000 <file category="library" condition="CM7_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/>
3001 <file category="library" condition="CM7_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM4F.a" src="CMSIS/RTOS2/RTX/Source"/>
3002 <file category="library" condition="CM23_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MB.a" src="CMSIS/RTOS2/RTX/Source"/>
3003 <file category="library" condition="CM33_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/>
3004 <file category="library" condition="CM33_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/>
3005 <file category="library" condition="CM35P_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/>
3006 <file category="library" condition="CM35P_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/>
3007 <file category="library" condition="CM55_NOFPU_NOMVE_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/>
3008 <file category="library" condition="CM55_FPU_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/>
3009 <file category="library" condition="ARMv8MBL_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MB.a" src="CMSIS/RTOS2/RTX/Source"/>
3010 <file category="library" condition="ARMv8MML_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/>
3011 <file category="library" condition="ARMv8MML_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02003012 </files>
3013 </component>
Robert Rostohar40e936e2021-05-05 14:09:29 +02003014 <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Library_NS" Cversion="5.5.3" Capiversion="2.1.3" condition="RTOS2 RTX5 NS">
Robert Rostohar1dd090b2020-03-26 19:53:08 +01003015 <description>CMSIS-RTOS2 RTX5 for Armv8-M/Armv8.1-M Non-Secure Domain (Library)</description>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02003016 <RTE_Components_h>
3017 <!-- the following content goes into file 'RTE_Components.h' -->
3018 #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */
3019 #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01003020 #define RTE_CMSIS_RTOS2_RTX5_ARMV8M_NS /* CMSIS-RTOS2 Keil RTX5 Armv8-M Non-secure domain */
Robert Rostoharef8c22c2016-09-23 16:12:18 +02003021 </RTE_Components_h>
3022 <files>
3023 <!-- RTX documentation -->
3024 <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/>
3025
3026 <!-- RTX header files -->
Robert Rostoharef8c22c2016-09-23 16:12:18 +02003027 <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/>
3028
3029 <!-- RTX configuration -->
Ari Parkkila051d7382019-09-26 22:54:55 -07003030 <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.1"/>
Robert Rostoharffe28d02017-01-11 07:09:19 +01003031 <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.0"/>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02003032
3033 <!-- RTX templates -->
Robert Rostohar83177af2018-09-04 10:27:04 +02003034 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/main.c" version="2.1.0" select="CMSIS-RTOS2 'main' function"/>
ReinhardKeilb124e912016-11-09 11:09:21 +01003035 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/>
3036 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/>
3037 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/>
3038 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/>
3039 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/>
3040 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Thread.c" version="2.0.0" select="CMSIS-RTOS2 Thread"/>
Jonatan Antoni102fe7f2017-08-03 11:33:08 +02003041 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Timer.c" version="2.0.1" select="CMSIS-RTOS2 Timer"/>
Robert Rostohare5b1c2d2017-11-28 15:48:26 +01003042 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/svc_user.c" version="1.0.0" select="CMSIS-RTOS2 SVC User Table"/>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02003043 <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/>
3044
Robert Rostohar0e8657f2016-11-25 21:54:15 +01003045 <!-- RTX library configuration -->
3046 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/>
3047
Robert Rostoharef8c22c2016-09-23 16:12:18 +02003048 <!-- RTX libraries (CPU and Compiler dependent) -->
3049 <!-- ARMCC -->
Robert Rostohar1dd090b2020-03-26 19:53:08 +01003050 <file category="library" condition="CM23_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MBN.lib" src="CMSIS/RTOS2/RTX/Source"/>
3051 <file category="library" condition="CM33_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMN.lib" src="CMSIS/RTOS2/RTX/Source"/>
3052 <file category="library" condition="CM33_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMFN.lib" src="CMSIS/RTOS2/RTX/Source"/>
3053 <file category="library" condition="CM35P_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMN.lib" src="CMSIS/RTOS2/RTX/Source"/>
3054 <file category="library" condition="CM35P_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMFN.lib" src="CMSIS/RTOS2/RTX/Source"/>
3055 <file category="library" condition="CM55_NOFPU_NOMVE_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMN.lib" src="CMSIS/RTOS2/RTX/Source"/>
3056 <file category="library" condition="CM55_FPU_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMFN.lib" src="CMSIS/RTOS2/RTX/Source"/>
3057 <file category="library" condition="ARMv8MBL_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MBN.lib" src="CMSIS/RTOS2/RTX/Source"/>
3058 <file category="library" condition="ARMv8MML_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMN.lib" src="CMSIS/RTOS2/RTX/Source"/>
3059 <file category="library" condition="ARMv8MML_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMFN.lib" src="CMSIS/RTOS2/RTX/Source"/>
Robert Rostohar2a0fd6d2016-09-28 13:53:18 +02003060 <!-- GCC -->
Robert Rostohar1dd090b2020-03-26 19:53:08 +01003061 <file category="library" condition="CM23_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MBN.a" src="CMSIS/RTOS2/RTX/Source"/>
3062 <file category="library" condition="CM33_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/>
3063 <file category="library" condition="CM33_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/>
3064 <file category="library" condition="CM35P_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/>
3065 <file category="library" condition="CM35P_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/>
3066 <file category="library" condition="CM55_NOFPU_NOMVE_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/>
3067 <file category="library" condition="CM55_FPU_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/>
3068 <file category="library" condition="ARMv8MBL_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MBN.a" src="CMSIS/RTOS2/RTX/Source"/>
3069 <file category="library" condition="ARMv8MML_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/>
3070 <file category="library" condition="ARMv8MML_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/>
TTornblomc0f83ab2019-01-07 14:34:54 +01003071 <!-- IAR -->
Robert Rostohar1dd090b2020-03-26 19:53:08 +01003072 <file category="library" condition="CM23_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MBN.a" src="CMSIS/RTOS2/RTX/Source"/>
3073 <file category="library" condition="CM33_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/>
3074 <file category="library" condition="CM33_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/>
3075 <file category="library" condition="CM35P_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/>
3076 <file category="library" condition="CM35P_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/>
3077 <file category="library" condition="CM55_NOFPU_NOMVE_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/>
3078 <file category="library" condition="CM55_FPU_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/>
3079 <file category="library" condition="ARMv8MBL_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MBN.a" src="CMSIS/RTOS2/RTX/Source"/>
3080 <file category="library" condition="ARMv8MML_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/>
3081 <file category="library" condition="ARMv8MML_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02003082 </files>
3083 </component>
Robert Rostohar40e936e2021-05-05 14:09:29 +02003084 <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Source" Cversion="5.5.3" Capiversion="2.1.3" condition="RTOS2 RTX5">
Robert Rostohar1dd090b2020-03-26 19:53:08 +01003085 <description>CMSIS-RTOS2 RTX5 for Cortex-M, SC000, SC300, ARMv8-M, ARMv8.1-M (Source)</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02003086 <RTE_Components_h>
3087 <!-- the following content goes into file 'RTE_Components.h' -->
3088 #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */
3089 #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */
Robert Rostoharecaa0d62016-10-28 09:05:16 +02003090 #define RTE_CMSIS_RTOS2_RTX5_SOURCE /* CMSIS-RTOS2 Keil RTX5 Source */
Robert Rostohar014b5542016-10-26 11:12:01 +02003091 </RTE_Components_h>
3092 <files>
3093 <!-- RTX documentation -->
3094 <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/>
3095
3096 <!-- RTX header files -->
Robert Rostohar014b5542016-10-26 11:12:01 +02003097 <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/>
3098
3099 <!-- RTX configuration -->
Ari Parkkila051d7382019-09-26 22:54:55 -07003100 <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.1"/>
Robert Rostohardcfd4322017-06-09 13:11:57 +02003101 <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.0"/>
Robert Rostohar014b5542016-10-26 11:12:01 +02003102
3103 <!-- RTX templates -->
Robert Rostohar83177af2018-09-04 10:27:04 +02003104 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/main.c" version="2.1.0" select="CMSIS-RTOS2 'main' function"/>
ReinhardKeilb124e912016-11-09 11:09:21 +01003105 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/>
3106 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/>
3107 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/>
3108 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/>
3109 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/>
3110 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Thread.c" version="2.0.0" select="CMSIS-RTOS2 Thread"/>
Jonatan Antoni102fe7f2017-08-03 11:33:08 +02003111 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Timer.c" version="2.0.1" select="CMSIS-RTOS2 Timer"/>
Robert Rostohare5b1c2d2017-11-28 15:48:26 +01003112 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/svc_user.c" version="1.0.0" select="CMSIS-RTOS2 SVC User Table"/>
Robert Rostohar014b5542016-10-26 11:12:01 +02003113 <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/>
3114
3115 <!-- RTX sources (core) -->
3116 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_kernel.c"/>
3117 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_thread.c"/>
3118 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_delay.c"/>
3119 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_timer.c"/>
3120 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evflags.c"/>
3121 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mutex.c"/>
3122 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_semaphore.c"/>
3123 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_memory.c"/>
3124 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mempool.c"/>
3125 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c"/>
3126 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_system.c"/>
Robert Rostohar0e8657f2016-11-25 21:54:15 +01003127 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evr.c"/>
3128 <!-- RTX sources (library configuration) -->
3129 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/>
Robert Rostohar014b5542016-10-26 11:12:01 +02003130 <!-- RTX sources (handlers ARMCC) -->
Robert Rostohar64710c92020-03-27 20:31:04 +01003131 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_cm0.s" condition="CM0_ARMCC"/>
3132 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_cm0.s" condition="CM1_ARMCC"/>
3133 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_cm3.s" condition="CM3_ARMCC"/>
3134 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_cm3.s" condition="CM4_ARMCC"/>
3135 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_cm4f.s" condition="CM4_FP_ARMCC"/>
3136 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_cm3.s" condition="CM7_ARMCC"/>
3137 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_cm4f.s" condition="CM7_FP_ARMCC"/>
3138 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mbl.s" condition="CM23_ARMCC"/>
3139 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml.s" condition="CM33_ARMCC"/>
3140 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml.s" condition="CM33_FP_ARMCC"/>
3141 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml.s" condition="CM35P_ARMCC"/>
3142 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml.s" condition="CM35P_FP_ARMCC"/>
3143 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_NOMVE_ARMCC"/>
3144 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_MVE_ARMCC"/>
3145 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_FPU_ARMCC"/>
3146 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mbl.s" condition="ARMv8MBL_ARMCC"/>
3147 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml.s" condition="ARMv8MML_ARMCC"/>
3148 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml.s" condition="ARMv8MML_FP_ARMCC"/>
Robert Rostohar014b5542016-10-26 11:12:01 +02003149 <!-- RTX sources (handlers GCC) -->
Robert Rostohar64710c92020-03-27 20:31:04 +01003150 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_cm0.S" condition="CM0_GCC"/>
3151 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_cm0.S" condition="CM1_GCC"/>
3152 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_cm3.S" condition="CM3_GCC"/>
3153 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_cm3.S" condition="CM4_GCC"/>
3154 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_cm4f.S" condition="CM4_FP_GCC"/>
3155 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_cm3.S" condition="CM7_GCC"/>
3156 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_cm4f.S" condition="CM7_FP_GCC"/>
3157 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S" condition="CM23_GCC"/>
3158 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM33_GCC"/>
3159 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM33_FP_GCC"/>
3160 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM35P_GCC"/>
3161 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM35P_FP_GCC"/>
3162 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_NOMVE_GCC"/>
3163 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_MVE_GCC"/>
3164 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_FPU_GCC"/>
3165 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S" condition="ARMv8MBL_GCC"/>
3166 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="ARMv8MML_GCC"/>
3167 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="ARMv8MML_FP_GCC"/>
Robert Rostohar0695d882016-12-20 12:26:34 +01003168 <!-- RTX sources (handlers IAR) -->
Robert Rostohar64710c92020-03-27 20:31:04 +01003169 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_cm0.s" condition="CM0_IAR"/>
3170 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_cm0.s" condition="CM1_IAR"/>
3171 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_cm3.s" condition="CM3_IAR"/>
3172 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_cm3.s" condition="CM4_IAR"/>
3173 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_cm4f.s" condition="CM4_FP_IAR"/>
3174 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_cm3.s" condition="CM7_IAR"/>
3175 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_cm4f.s" condition="CM7_FP_IAR"/>
3176 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl.s" condition="CM23_IAR"/>
3177 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM33_IAR"/>
3178 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM33_FP_IAR"/>
3179 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM35P_IAR"/>
3180 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM35P_FP_IAR"/>
3181 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM55_NOFPU_NOMVE_IAR"/>
3182 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM55_NOFPU_MVE_IAR"/>
3183 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM55_FPU_IAR"/>
3184 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl.s" condition="ARMv8MBL_IAR"/>
3185 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="ARMv8MML_IAR"/>
3186 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="ARMv8MML_FP_IAR"/>
Robert Rostohardcfd4322017-06-09 13:11:57 +02003187 <!-- OS Tick (SysTick) -->
3188 <file category="source" name="CMSIS/RTOS2/Source/os_systick.c"/>
3189 </files>
3190 </component>
Robert Rostohar40e936e2021-05-05 14:09:29 +02003191 <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Source" Cversion="5.5.3" Capiversion="2.1.3" condition="RTOS2 RTX5 v7-A">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01003192 <description>CMSIS-RTOS2 RTX5 for Armv7-A (Source)</description>
Robert Rostohardcfd4322017-06-09 13:11:57 +02003193 <RTE_Components_h>
3194 <!-- the following content goes into file 'RTE_Components.h' -->
3195 #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */
3196 #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */
3197 #define RTE_CMSIS_RTOS2_RTX5_SOURCE /* CMSIS-RTOS2 Keil RTX5 Source */
3198 </RTE_Components_h>
3199 <files>
3200 <!-- RTX documentation -->
3201 <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/>
3202
3203 <!-- RTX header files -->
3204 <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/>
3205
3206 <!-- RTX configuration -->
Ari Parkkila051d7382019-09-26 22:54:55 -07003207 <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.1"/>
Robert Rostohardcfd4322017-06-09 13:11:57 +02003208 <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.0"/>
3209
3210 <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/handlers.c" version="5.1.0"/>
3211
3212 <!-- RTX templates -->
Robert Rostohar83177af2018-09-04 10:27:04 +02003213 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/main.c" version="2.1.0" select="CMSIS-RTOS2 'main' function"/>
Robert Rostohardcfd4322017-06-09 13:11:57 +02003214 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/>
3215 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/>
3216 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/>
3217 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/>
3218 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/>
3219 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Thread.c" version="2.0.0" select="CMSIS-RTOS2 Thread"/>
Jonatan Antoni102fe7f2017-08-03 11:33:08 +02003220 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Timer.c" version="2.0.1" select="CMSIS-RTOS2 Timer"/>
Robert Rostohare5b1c2d2017-11-28 15:48:26 +01003221 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/svc_user.c" version="1.0.0" select="CMSIS-RTOS2 SVC User Table"/>
Robert Rostohardcfd4322017-06-09 13:11:57 +02003222 <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/>
3223
3224 <!-- RTX sources (core) -->
3225 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_kernel.c"/>
3226 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_thread.c"/>
3227 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_delay.c"/>
3228 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_timer.c"/>
3229 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evflags.c"/>
3230 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mutex.c"/>
3231 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_semaphore.c"/>
3232 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_memory.c"/>
3233 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mempool.c"/>
3234 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c"/>
3235 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_system.c"/>
3236 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evr.c"/>
Robert Rostohardcfd4322017-06-09 13:11:57 +02003237 <!-- RTX sources (library configuration) -->
3238 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/>
3239 <!-- RTX sources (handlers ARMCC) -->
3240 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_ca.s" condition="CA_ARMCC5"/>
3241 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_ca.S" condition="CA_ARMCC6"/>
3242 <!-- RTX sources (handlers GCC) -->
3243 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_ca.S" condition="CA_GCC"/>
3244 <!-- RTX sources (handlers IAR) -->
3245 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_ca.s" condition="CA_IAR"/>
Robert Rostohar014b5542016-10-26 11:12:01 +02003246 </files>
3247 </component>
Robert Rostohar40e936e2021-05-05 14:09:29 +02003248 <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Source_NS" Cversion="5.5.3" Capiversion="2.1.3" condition="RTOS2 RTX5 NS">
Robert Rostohar1dd090b2020-03-26 19:53:08 +01003249 <description>CMSIS-RTOS2 RTX5 for Armv8-M/Armv8.1-M Non-Secure Domain (Source)</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02003250 <RTE_Components_h>
3251 <!-- the following content goes into file 'RTE_Components.h' -->
3252 #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */
3253 #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */
Robert Rostoharecaa0d62016-10-28 09:05:16 +02003254 #define RTE_CMSIS_RTOS2_RTX5_SOURCE /* CMSIS-RTOS2 Keil RTX5 Source */
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01003255 #define RTE_CMSIS_RTOS2_RTX5_ARMV8M_NS /* CMSIS-RTOS2 Keil RTX5 Armv8-M Non-secure domain */
Robert Rostohar014b5542016-10-26 11:12:01 +02003256 </RTE_Components_h>
3257 <files>
3258 <!-- RTX documentation -->
3259 <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/>
3260
3261 <!-- RTX header files -->
Robert Rostohar014b5542016-10-26 11:12:01 +02003262 <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/>
3263
3264 <!-- RTX configuration -->
Ari Parkkila051d7382019-09-26 22:54:55 -07003265 <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.1"/>
Robert Rostoharffe28d02017-01-11 07:09:19 +01003266 <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.0"/>
Robert Rostohar014b5542016-10-26 11:12:01 +02003267
3268 <!-- RTX templates -->
Robert Rostohar83177af2018-09-04 10:27:04 +02003269 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/main.c" version="2.1.0" select="CMSIS-RTOS2 'main' function"/>
ReinhardKeilb124e912016-11-09 11:09:21 +01003270 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/>
3271 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/>
3272 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/>
3273 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/>
3274 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/>
3275 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Thread.c" version="2.0.0" select="CMSIS-RTOS2 Thread"/>
Jonatan Antoni102fe7f2017-08-03 11:33:08 +02003276 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Timer.c" version="2.0.1" select="CMSIS-RTOS2 Timer"/>
Robert Rostohare5b1c2d2017-11-28 15:48:26 +01003277 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/svc_user.c" version="1.0.0" select="CMSIS-RTOS2 SVC User Table"/>
Robert Rostohar014b5542016-10-26 11:12:01 +02003278 <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/>
3279
3280 <!-- RTX sources (core) -->
3281 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_kernel.c"/>
3282 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_thread.c"/>
3283 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_delay.c"/>
3284 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_timer.c"/>
3285 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evflags.c"/>
3286 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mutex.c"/>
3287 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_semaphore.c"/>
3288 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_memory.c"/>
3289 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mempool.c"/>
3290 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c"/>
3291 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_system.c"/>
Robert Rostohar0e8657f2016-11-25 21:54:15 +01003292 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evr.c"/>
3293 <!-- RTX sources (library configuration) -->
3294 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/>
Robert Rostohar014b5542016-10-26 11:12:01 +02003295 <!-- RTX sources (ARMCC handlers) -->
Robert Rostohar64710c92020-03-27 20:31:04 +01003296 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mbl_ns.s" condition="CM23_ARMCC"/>
3297 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml_ns.s" condition="CM33_ARMCC"/>
3298 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml_ns.s" condition="CM33_FP_ARMCC"/>
3299 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml_ns.s" condition="CM35P_ARMCC"/>
3300 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml_ns.s" condition="CM35P_FP_ARMCC"/>
3301 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_NOMVE_ARMCC"/>
3302 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_MVE_ARMCC"/>
3303 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_FPU_ARMCC"/>
3304 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mbl_ns.s" condition="ARMv8MBL_ARMCC"/>
3305 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml_ns.s" condition="ARMv8MML_ARMCC"/>
3306 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml_ns.s" condition="ARMv8MML_FP_ARMCC"/>
Robert Rostohar014b5542016-10-26 11:12:01 +02003307 <!-- RTX sources (GCC handlers) -->
Robert Rostohar64710c92020-03-27 20:31:04 +01003308 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S" condition="CM23_GCC"/>
3309 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM33_GCC"/>
3310 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM33_FP_GCC"/>
3311 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM35P_GCC"/>
3312 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM35P_FP_GCC"/>
3313 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_NOMVE_GCC"/>
3314 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_MVE_GCC"/>
3315 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_FPU_GCC"/>
3316 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S" condition="ARMv8MBL_GCC"/>
3317 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="ARMv8MML_GCC"/>
3318 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="ARMv8MML_FP_GCC"/>
Jonatan Antoni65d89742017-11-08 11:28:47 +01003319 <!-- RTX sources (IAR handlers) -->
Robert Rostohar64710c92020-03-27 20:31:04 +01003320 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl_ns.s" condition="CM23_IAR"/>
3321 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml_ns.s" condition="CM33_IAR"/>
3322 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml_ns.s" condition="CM33_FP_IAR"/>
3323 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml_ns.s" condition="CM35P_IAR"/>
3324 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml_ns.s" condition="CM35P_FP_IAR"/>
3325 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml_ns.s" condition="CM55_NOFPU_NOMVE_IAR"/>
3326 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml_ns.s" condition="CM55_NOFPU_MVE_IAR"/>
3327 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml_ns.s" condition="CM55_FPU_IAR"/>
3328 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl_ns.s" condition="ARMv8MBL_IAR"/>
3329 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml_ns.s" condition="ARMv8MML_IAR"/>
3330 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml_ns.s" condition="ARMv8MML_FP_IAR"/>
Robert Rostohardcfd4322017-06-09 13:11:57 +02003331 <!-- OS Tick (SysTick) -->
3332 <file category="source" name="CMSIS/RTOS2/Source/os_systick.c"/>
Robert Rostohar014b5542016-10-26 11:12:01 +02003333 </files>
3334 </component>
Felix Johnny55034c62019-06-25 10:55:12 +02003335
Joachim Krech6e9e43a2019-03-14 08:52:25 +01003336 <!-- CMSIS-Driver Custom components -->
Robert Rostohard3044912020-01-24 15:51:22 +01003337 <component Cclass="CMSIS Driver" Cgroup="USART" Csub="Custom" Cversion="1.0.0" Capiversion="2.4.0" custom="1">
Joachim Krech6e9e43a2019-03-14 08:52:25 +01003338 <description>Access to #include Driver_USART.h file and code template for custom implementation</description>
3339 <files>
3340 <file category="header" name="CMSIS/Driver/Include/Driver_USART.h" />
3341 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_USART.c" select="USART Driver"/>
3342 </files>
3343 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01003344 <component Cclass="CMSIS Driver" Cgroup="SPI" Csub="Custom" Cversion="1.0.0" Capiversion="2.3.0" custom="1">
Joachim Krech6e9e43a2019-03-14 08:52:25 +01003345 <description>Access to #include Driver_SPI.h file and code template for custom implementation</description>
3346 <files>
3347 <file category="header" name="CMSIS/Driver/Include/Driver_SPI.h" />
3348 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_SPI.c" select="SPI Driver"/>
3349 </files>
3350 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01003351 <component Cclass="CMSIS Driver" Cgroup="SAI" Csub="Custom" Cversion="1.0.0" Capiversion="1.2.0" custom="1">
Joachim Krech6e9e43a2019-03-14 08:52:25 +01003352 <description>Access to #include Driver_SAI.h file and code template for custom implementation</description>
3353 <files>
3354 <file category="header" name="CMSIS/Driver/Include/Driver_SAI.h" />
3355 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_SAI.c" select="SAI Driver"/>
3356 </files>
3357 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01003358 <component Cclass="CMSIS Driver" Cgroup="I2C" Csub="Custom" Cversion="1.0.0" Capiversion="2.4.0" custom="1">
Joachim Krech6e9e43a2019-03-14 08:52:25 +01003359 <description>Access to #include Driver_I2C.h file and code template for custom implementation</description>
3360 <files>
3361 <file category="header" name="CMSIS/Driver/Include/Driver_I2C.h" />
3362 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_I2C.c" select="I2C Driver"/>
3363 </files>
3364 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01003365 <component Cclass="CMSIS Driver" Cgroup="CAN" Csub="Custom" Cversion="1.0.0" Capiversion="1.3.0" custom="1">
Joachim Krech6e9e43a2019-03-14 08:52:25 +01003366 <description>Access to #include Driver_CAN.h file and code template for custom implementation</description>
3367 <files>
3368 <file category="header" name="CMSIS/Driver/Include/Driver_CAN.h" />
3369 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_CAN.c" select="CAN Driver"/>
3370 </files>
3371 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01003372 <component Cclass="CMSIS Driver" Cgroup="Flash" Csub="Custom" Cversion="1.0.0" Capiversion="2.3.0" custom="1">
Joachim Krech6e9e43a2019-03-14 08:52:25 +01003373 <description>Access to #include Driver_Flash.h file and code template for custom implementation</description>
3374 <files>
3375 <file category="header" name="CMSIS/Driver/Include/Driver_Flash.h" />
3376 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_Flash.c" select="Flash Driver"/>
3377 </files>
3378 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01003379 <component Cclass="CMSIS Driver" Cgroup="MCI" Csub="Custom" Cversion="1.0.0" Capiversion="2.4.0" custom="1">
Joachim Krech6e9e43a2019-03-14 08:52:25 +01003380 <description>Access to #include Driver_MCI.h file and code template for custom implementation</description>
3381 <files>
3382 <file category="header" name="CMSIS/Driver/Include/Driver_MCI.h" />
3383 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_MCI.c" select="MCI Driver"/>
3384 </files>
3385 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01003386 <component Cclass="CMSIS Driver" Cgroup="NAND" Csub="Custom" Cversion="1.0.0" Capiversion="2.4.0" custom="1">
Joachim Krech6e9e43a2019-03-14 08:52:25 +01003387 <description>Access to #include Driver_NAND.h file and code template for custom implementation</description>
3388 <files>
3389 <file category="header" name="CMSIS/Driver/Include/Driver_NAND.h" />
Milorad Cvjetkovicd7be5942020-03-31 15:32:26 +02003390 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_NAND.c" select="NAND Flash Driver"/>
Joachim Krech6e9e43a2019-03-14 08:52:25 +01003391 </files>
3392 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01003393 <component Cclass="CMSIS Driver" Cgroup="Ethernet" Csub="Custom" Cversion="1.0.0" Capiversion="2.2.0" custom="1">
Joachim Krech1ce088b2019-03-14 13:27:35 +01003394 <description>Access to #include Driver_ETH_PHY/MAC.h files and code templates for custom implementation</description>
Joachim Krech6e9e43a2019-03-14 08:52:25 +01003395 <files>
3396 <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" />
3397 <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" />
3398 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c" select="Ethernet PHY and MAC Driver"/>
3399 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c" select="Ethernet PHY and MAC Driver"/>
3400 </files>
3401 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01003402 <component Cclass="CMSIS Driver" Cgroup="Ethernet MAC" Csub="Custom" Cversion="1.0.0" Capiversion="2.2.0" custom="1">
Joachim Krech6e9e43a2019-03-14 08:52:25 +01003403 <description>Access to #include Driver_ETH_MAC.h file and code template for custom implementation</description>
3404 <files>
3405 <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" />
3406 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c" select="Ethernet MAC Driver"/>
3407 </files>
3408 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01003409 <component Cclass="CMSIS Driver" Cgroup="Ethernet PHY" Csub="Custom" Cversion="1.0.0" Capiversion="2.2.0" custom="1">
Joachim Krech6e9e43a2019-03-14 08:52:25 +01003410 <description>Access to #include Driver_ETH_PHY.h file and code template for custom implementation</description>
3411 <files>
3412 <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" />
3413 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c" select="Ethernet PHY Driver"/>
3414 </files>
3415 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01003416 <component Cclass="CMSIS Driver" Cgroup="USB Device" Csub="Custom" Cversion="1.0.0" Capiversion="2.3.0" custom="1">
Joachim Krech6e9e43a2019-03-14 08:52:25 +01003417 <description>Access to #include Driver_USBD.h file and code template for custom implementation</description>
3418 <files>
3419 <file category="header" name="CMSIS/Driver/Include/Driver_USBD.h" />
3420 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_USBD.c" select="USB Device Driver"/>
3421 </files>
3422 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01003423 <component Cclass="CMSIS Driver" Cgroup="USB Host" Csub="Custom" Cversion="1.0.0" Capiversion="2.3.0" custom="1">
Joachim Krech6e9e43a2019-03-14 08:52:25 +01003424 <description>Access to #include Driver_USBH.h file and code template for custom implementation</description>
3425 <files>
3426 <file category="header" name="CMSIS/Driver/Include/Driver_USBH.h" />
3427 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_USBH.c" select="USB Host Driver"/>
3428 </files>
3429 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01003430 <component Cclass="CMSIS Driver" Cgroup="WiFi" Csub="Custom" Cversion="1.0.0" Capiversion="1.1.0" custom="1">
Joachim Krech6e9e43a2019-03-14 08:52:25 +01003431 <description>Access to #include Driver_WiFi.h file</description>
3432 <files>
3433 <file category="header" name="CMSIS/Driver/Include/Driver_WiFi.h"/>
Milorad Cvjetkovicd7be5942020-03-31 15:32:26 +02003434 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_WiFi.c" select="WiFi Driver"/>
Joachim Krech6e9e43a2019-03-14 08:52:25 +01003435 </files>
3436 </component>
Robert Rostohar56cbb682020-03-19 13:31:52 +01003437
3438 <!-- VIO components -->
3439 <component Cclass="CMSIS Driver" Cgroup="VIO" Csub="Custom" Cversion="1.0.0" Capiversion="0.1.0" custom="1">
3440 <description>Virtual I/O custom implementation template</description>
3441 <files>
3442 <file category="sourceC" name="CMSIS/Driver/VIO/Source/vio.c" attr="template" select="Virtual I/O"/>
Robert Rostohar56cbb682020-03-19 13:31:52 +01003443 </files>
3444 </component>
3445 <component Cclass="CMSIS Driver" Cgroup="VIO" Csub="Virtual" Cversion="1.0.0" Capiversion="0.1.0">
3446 <description>Virtual I/O implementation using memory only</description>
3447 <files>
3448 <file category="sourceC" name="CMSIS/Driver/VIO/Source/vio_memory.c"/>
Robert Rostohar56cbb682020-03-19 13:31:52 +01003449 </files>
3450 </component>
3451
Martin Günther89be6522016-05-13 07:57:31 +02003452 </components>
3453
3454 <boards>
3455 <board name="uVision Simulator" vendor="Keil">
3456 <description>uVision Simulator</description>
3457 <mountedDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0"/>
3458 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0P"/>
Jonatan Antonic4e9f462017-10-19 16:51:44 +02003459 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0P_MPU"/>
GuentherMartina3a6af22018-07-23 08:36:37 +02003460 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM1"/>
Martin Günther89be6522016-05-13 07:57:31 +02003461 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM3"/>
Joachim Krech465bd432016-11-21 09:15:30 +01003462 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM4"/>
Martin Günther89be6522016-05-13 07:57:31 +02003463 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM4_FP"/>
Joachim Krech465bd432016-11-21 09:15:30 +01003464 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7"/>
Martin Günther4ed87812016-10-27 15:29:12 +02003465 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7_SP"/>
Joachim Krech465bd432016-11-21 09:15:30 +01003466 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7_DP"/>
3467 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MBL"/>
3468 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML"/>
3469 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML_SP"/>
3470 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML_DP"/>
Jonatan Antonie9073102020-03-26 10:32:48 +01003471 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv81MML_DSP_DP_MVE_FP"/>
Joachim Krech465bd432016-11-21 09:15:30 +01003472 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM23"/>
Joachim Krech4a03e6d2017-02-06 13:17:39 +01003473 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM23_TZ"/>
Joachim Krech465bd432016-11-21 09:15:30 +01003474 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33"/>
3475 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_TZ"/>
3476 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP"/>
3477 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP_TZ"/>
GuentherMartinec9419c2018-09-04 10:03:24 +02003478 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P"/>
3479 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_TZ"/>
3480 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_DSP_FP"/>
3481 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_DSP_FP_TZ"/>
Jonatan Antonie9073102020-03-26 10:32:48 +01003482 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM55"/>
Daniel Brondanifaaa48f2017-07-31 14:00:54 +02003483 </board>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01003484
TTornblomd5e052f2018-10-02 16:16:44 +02003485 <board name="EWARM Simulator" vendor="IAR">
3486 <description>EWARM Simulator</description>
3487 <mountedDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0"/>
3488 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0P"/>
3489 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0P_MPU"/>
3490 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM1"/>
3491 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM3"/>
3492 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM4"/>
3493 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM4_FP"/>
3494 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7"/>
3495 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7_SP"/>
3496 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7_DP"/>
3497 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MBL"/>
3498 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML"/>
3499 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML_SP"/>
3500 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML_DP"/>
Jonatan Antonie9073102020-03-26 10:32:48 +01003501 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv81MML_DSP_DP_MVE_FP"/>
TTornblomd5e052f2018-10-02 16:16:44 +02003502 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM23"/>
3503 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM23_TZ"/>
3504 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33"/>
3505 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_TZ"/>
3506 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP"/>
3507 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP_TZ"/>
3508 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P"/>
3509 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_TZ"/>
3510 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_DSP_FP"/>
3511 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_DSP_FP_TZ"/>
Jonatan Antonie9073102020-03-26 10:32:48 +01003512 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM55"/>
TTornblomd5e052f2018-10-02 16:16:44 +02003513 </board>
Martin Günther89be6522016-05-13 07:57:31 +02003514 </boards>
3515
3516 <examples>
GuentherMartin27e5b402020-03-31 15:42:58 +02003517 <example name="DSP_Lib Bayes example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_bayes_example">
3518 <description>DSP_Lib Bayes example</description>
3519 <board name="uVision Simulator" vendor="Keil"/>
3520 <project>
3521 <environment name="uv" load="arm_bayes_example.uvprojx"/>
3522 </project>
3523 <attributes>
3524 <component Cclass="CMSIS" Cgroup="CORE"/>
3525 <component Cclass="CMSIS" Cgroup="DSP"/>
3526 <component Cclass="Device" Cgroup="Startup"/>
3527 <category>Getting Started</category>
3528 </attributes>
3529 </example>
3530
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02003531 <example name="DSP_Lib Class Marks example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_class_marks_example">
Martin Günther89be6522016-05-13 07:57:31 +02003532 <description>DSP_Lib Class Marks example</description>
3533 <board name="uVision Simulator" vendor="Keil"/>
3534 <project>
3535 <environment name="uv" load="arm_class_marks_example.uvprojx"/>
3536 </project>
3537 <attributes>
3538 <component Cclass="CMSIS" Cgroup="CORE"/>
3539 <component Cclass="CMSIS" Cgroup="DSP"/>
3540 <component Cclass="Device" Cgroup="Startup"/>
3541 <category>Getting Started</category>
3542 </attributes>
3543 </example>
3544
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02003545 <example name="DSP_Lib Convolution example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_convolution_example">
Martin Günther89be6522016-05-13 07:57:31 +02003546 <description>DSP_Lib Convolution example</description>
3547 <board name="uVision Simulator" vendor="Keil"/>
3548 <project>
3549 <environment name="uv" load="arm_convolution_example.uvprojx"/>
3550 </project>
3551 <attributes>
3552 <component Cclass="CMSIS" Cgroup="CORE"/>
3553 <component Cclass="CMSIS" Cgroup="DSP"/>
3554 <component Cclass="Device" Cgroup="Startup"/>
3555 <category>Getting Started</category>
3556 </attributes>
3557 </example>
3558
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02003559 <example name="DSP_Lib Dotproduct example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_dotproduct_example">
Martin Günther89be6522016-05-13 07:57:31 +02003560 <description>DSP_Lib Dotproduct example</description>
3561 <board name="uVision Simulator" vendor="Keil"/>
3562 <project>
3563 <environment name="uv" load="arm_dotproduct_example.uvprojx"/>
3564 </project>
3565 <attributes>
3566 <component Cclass="CMSIS" Cgroup="CORE"/>
3567 <component Cclass="CMSIS" Cgroup="DSP"/>
3568 <component Cclass="Device" Cgroup="Startup"/>
3569 <category>Getting Started</category>
3570 </attributes>
3571 </example>
3572
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02003573 <example name="DSP_Lib FFT Bin example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_fft_bin_example">
Martin Günther89be6522016-05-13 07:57:31 +02003574 <description>DSP_Lib FFT Bin example</description>
3575 <board name="uVision Simulator" vendor="Keil"/>
3576 <project>
3577 <environment name="uv" load="arm_fft_bin_example.uvprojx"/>
3578 </project>
3579 <attributes>
3580 <component Cclass="CMSIS" Cgroup="CORE"/>
3581 <component Cclass="CMSIS" Cgroup="DSP"/>
3582 <component Cclass="Device" Cgroup="Startup"/>
3583 <category>Getting Started</category>
3584 </attributes>
3585 </example>
3586
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02003587 <example name="DSP_Lib FIR example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_fir_example">
Martin Günther89be6522016-05-13 07:57:31 +02003588 <description>DSP_Lib FIR example</description>
3589 <board name="uVision Simulator" vendor="Keil"/>
3590 <project>
3591 <environment name="uv" load="arm_fir_example.uvprojx"/>
3592 </project>
3593 <attributes>
3594 <component Cclass="CMSIS" Cgroup="CORE"/>
3595 <component Cclass="CMSIS" Cgroup="DSP"/>
3596 <component Cclass="Device" Cgroup="Startup"/>
3597 <category>Getting Started</category>
3598 </attributes>
3599 </example>
3600
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02003601 <example name="DSP_Lib Graphic Equalizer example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example">
Martin Günther89be6522016-05-13 07:57:31 +02003602 <description>DSP_Lib Graphic Equalizer example</description>
3603 <board name="uVision Simulator" vendor="Keil"/>
3604 <project>
3605 <environment name="uv" load="arm_graphic_equalizer_example.uvprojx"/>
3606 </project>
3607 <attributes>
3608 <component Cclass="CMSIS" Cgroup="CORE"/>
3609 <component Cclass="CMSIS" Cgroup="DSP"/>
3610 <component Cclass="Device" Cgroup="Startup"/>
3611 <category>Getting Started</category>
3612 </attributes>
3613 </example>
3614
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02003615 <example name="DSP_Lib Linear Interpolation example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_linear_interp_example">
Martin Günther89be6522016-05-13 07:57:31 +02003616 <description>DSP_Lib Linear Interpolation example</description>
3617 <board name="uVision Simulator" vendor="Keil"/>
3618 <project>
3619 <environment name="uv" load="arm_linear_interp_example.uvprojx"/>
3620 </project>
3621 <attributes>
3622 <component Cclass="CMSIS" Cgroup="CORE"/>
3623 <component Cclass="CMSIS" Cgroup="DSP"/>
3624 <component Cclass="Device" Cgroup="Startup"/>
3625 <category>Getting Started</category>
3626 </attributes>
3627 </example>
3628
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02003629 <example name="DSP_Lib Matrix example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_matrix_example">
Martin Günther89be6522016-05-13 07:57:31 +02003630 <description>DSP_Lib Matrix example</description>
3631 <board name="uVision Simulator" vendor="Keil"/>
3632 <project>
3633 <environment name="uv" load="arm_matrix_example.uvprojx"/>
3634 </project>
3635 <attributes>
3636 <component Cclass="CMSIS" Cgroup="CORE"/>
3637 <component Cclass="CMSIS" Cgroup="DSP"/>
3638 <component Cclass="Device" Cgroup="Startup"/>
3639 <category>Getting Started</category>
3640 </attributes>
3641 </example>
3642
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02003643 <example name="DSP_Lib Signal Convergence example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_signal_converge_example">
Martin Günther89be6522016-05-13 07:57:31 +02003644 <description>DSP_Lib Signal Convergence example</description>
3645 <board name="uVision Simulator" vendor="Keil"/>
3646 <project>
3647 <environment name="uv" load="arm_signal_converge_example.uvprojx"/>
3648 </project>
3649 <attributes>
3650 <component Cclass="CMSIS" Cgroup="CORE"/>
3651 <component Cclass="CMSIS" Cgroup="DSP"/>
3652 <component Cclass="Device" Cgroup="Startup"/>
3653 <category>Getting Started</category>
3654 </attributes>
3655 </example>
3656
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02003657 <example name="DSP_Lib Sinus/Cosinus example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_sin_cos_example">
Martin Günther89be6522016-05-13 07:57:31 +02003658 <description>DSP_Lib Sinus/Cosinus example</description>
3659 <board name="uVision Simulator" vendor="Keil"/>
3660 <project>
3661 <environment name="uv" load="arm_sin_cos_example.uvprojx"/>
3662 </project>
3663 <attributes>
3664 <component Cclass="CMSIS" Cgroup="CORE"/>
3665 <component Cclass="CMSIS" Cgroup="DSP"/>
3666 <component Cclass="Device" Cgroup="Startup"/>
3667 <category>Getting Started</category>
3668 </attributes>
3669 </example>
3670
GuentherMartin27e5b402020-03-31 15:42:58 +02003671 <example name="DSP_Lib SVM example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_svm_example">
3672 <description>DSP_Lib SVM example</description>
3673 <board name="uVision Simulator" vendor="Keil"/>
3674 <project>
3675 <environment name="uv" load="arm_svm_example.uvprojx"/>
3676 </project>
3677 <attributes>
3678 <component Cclass="CMSIS" Cgroup="CORE"/>
3679 <component Cclass="CMSIS" Cgroup="DSP"/>
3680 <component Cclass="Device" Cgroup="Startup"/>
3681 <category>Getting Started</category>
3682 </attributes>
3683 </example>
3684
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02003685 <example name="DSP_Lib Variance example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_variance_example">
Martin Günther89be6522016-05-13 07:57:31 +02003686 <description>DSP_Lib Variance example</description>
3687 <board name="uVision Simulator" vendor="Keil"/>
3688 <project>
3689 <environment name="uv" load="arm_variance_example.uvprojx"/>
3690 </project>
3691 <attributes>
3692 <component Cclass="CMSIS" Cgroup="CORE"/>
3693 <component Cclass="CMSIS" Cgroup="DSP"/>
3694 <component Cclass="Device" Cgroup="Startup"/>
3695 <category>Getting Started</category>
3696 </attributes>
3697 </example>
Martin Günther0ffe8f92016-08-24 11:43:05 +02003698
Jonatan Antonia67f5552018-01-18 15:22:46 +01003699 <example name="NN Library CIFAR10" doc="readme.txt" folder="CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10">
Jonatan Antoni13bff482018-01-19 13:05:57 +01003700 <description>Neural Network CIFAR10 example</description>
Jonatan Antonia67f5552018-01-18 15:22:46 +01003701 <board name="uVision Simulator" vendor="Keil"/>
3702 <project>
3703 <environment name="uv" load="arm_nnexamples_cifar10.uvprojx"/>
3704 </project>
3705 <attributes>
3706 <component Cclass="CMSIS" Cgroup="CORE"/>
3707 <component Cclass="CMSIS" Cgroup="DSP"/>
Jonatan Antoni0cd63832018-02-20 15:00:53 +01003708 <component Cclass="CMSIS" Cgroup="NN Lib"/>
Jonatan Antonia67f5552018-01-18 15:22:46 +01003709 <component Cclass="Device" Cgroup="Startup"/>
3710 <category>Getting Started</category>
3711 </attributes>
3712 </example>
GuentherMartina3a6af22018-07-23 08:36:37 +02003713
TTornblom7645a112018-10-08 09:51:13 +02003714 <example name="NN-example-cifar10" doc="readme_iar.txt" folder="CMSIS/NN/Examples/IAR/iar_nn_examples/NN-example-cifar10">
TTornblomd5e052f2018-10-02 16:16:44 +02003715 <description>Neural Network CIFAR10 example</description>
3716 <board name="EWARM Simulator" vendor="IAR"/>
3717 <project>
TTornblom7645a112018-10-08 09:51:13 +02003718 <environment name="iar" load="NN-example-cifar10.ewp"/>
TTornblomd5e052f2018-10-02 16:16:44 +02003719 </project>
3720 <attributes>
3721 <component Cclass="CMSIS" Cgroup="CORE"/>
3722 <component Cclass="CMSIS" Cgroup="DSP"/>
3723 <component Cclass="CMSIS" Cgroup="NN Lib"/>
3724 <component Cclass="Device" Cgroup="Startup"/>
3725 <category>Getting Started</category>
3726 </attributes>
3727 </example>
3728
Jonatan Antonia67f5552018-01-18 15:22:46 +01003729 <example name="NN Library GRU" doc="readme.txt" folder="CMSIS/NN/Examples/ARM/arm_nn_examples/gru">
Jonatan Antoni13bff482018-01-19 13:05:57 +01003730 <description>Neural Network GRU example</description>
Jonatan Antonia67f5552018-01-18 15:22:46 +01003731 <board name="uVision Simulator" vendor="Keil"/>
3732 <project>
3733 <environment name="uv" load="arm_nnexamples_gru.uvprojx"/>
3734 </project>
3735 <attributes>
3736 <component Cclass="CMSIS" Cgroup="CORE"/>
3737 <component Cclass="CMSIS" Cgroup="DSP"/>
Jonatan Antoni0cd63832018-02-20 15:00:53 +01003738 <component Cclass="CMSIS" Cgroup="NN Lib"/>
Jonatan Antonia67f5552018-01-18 15:22:46 +01003739 <component Cclass="Device" Cgroup="Startup"/>
3740 <category>Getting Started</category>
3741 </attributes>
3742 </example>
GuentherMartina3a6af22018-07-23 08:36:37 +02003743
TTornblom7645a112018-10-08 09:51:13 +02003744 <example name="NN-example-gru" doc="readme_iar.txt" folder="CMSIS/NN/Examples/IAR/iar_nn_examples/NN-example-gru">
TTornblomd5e052f2018-10-02 16:16:44 +02003745 <description>Neural Network GRU example</description>
3746 <board name="EWARM Simulator" vendor="IAR"/>
3747 <project>
TTornblom7645a112018-10-08 09:51:13 +02003748 <environment name="iar" load="NN-example-gru.ewp"/>
TTornblomd5e052f2018-10-02 16:16:44 +02003749 </project>
3750 <attributes>
3751 <component Cclass="CMSIS" Cgroup="CORE"/>
3752 <component Cclass="CMSIS" Cgroup="DSP"/>
3753 <component Cclass="CMSIS" Cgroup="NN Lib"/>
3754 <component Cclass="Device" Cgroup="Startup"/>
3755 <category>Getting Started</category>
3756 </attributes>
3757 </example>
3758
Matthias Hertel3bb828f2016-11-07 13:51:50 +01003759 <example name="CMSIS-RTOS2 Blinky" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/Blinky">
Matthias Hertelb73eaf32016-07-22 15:18:56 +02003760 <description>CMSIS-RTOS2 Blinky example</description>
3761 <board name="uVision Simulator" vendor="Keil"/>
3762 <project>
3763 <environment name="uv" load="Blinky.uvprojx"/>
3764 </project>
3765 <attributes>
3766 <component Cclass="CMSIS" Cgroup="CORE"/>
3767 <component Cclass="CMSIS" Cgroup="RTOS2"/>
3768 <component Cclass="Device" Cgroup="Startup"/>
3769 <category>Getting Started</category>
3770 </attributes>
3771 </example>
Martin Günther0ffe8f92016-08-24 11:43:05 +02003772
Robert Rostohare13e4702016-11-07 15:23:44 +01003773 <example name="CMSIS-RTOS2 RTX5 Migration" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/Migration">
Matthias Hertel4b70ae42016-11-07 14:14:59 +01003774 <description>CMSIS-RTOS2 mixed API v1 and v2</description>
Matthias Hertel3bb828f2016-11-07 13:51:50 +01003775 <board name="uVision Simulator" vendor="Keil"/>
3776 <project>
3777 <environment name="uv" load="Blinky.uvprojx"/>
3778 </project>
3779 <attributes>
3780 <component Cclass="CMSIS" Cgroup="CORE"/>
3781 <component Cclass="CMSIS" Cgroup="RTOS2"/>
3782 <component Cclass="Device" Cgroup="Startup"/>
3783 <category>Getting Started</category>
3784 </attributes>
3785 </example>
3786
Jonatan Antoni401391f2017-08-30 16:52:33 +02003787 <example name="CMSIS-RTOS2 RTX5 Message Queue" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/MsgQueue">
3788 <description>CMSIS-RTOS2 Message Queue Example</description>
3789 <board name="uVision Simulator" vendor="Keil"/>
3790 <project>
3791 <environment name="uv" load="MsqQueue.uvprojx"/>
3792 </project>
3793 <attributes>
3794 <component Cclass="CMSIS" Cgroup="CORE"/>
3795 <component Cclass="CMSIS" Cgroup="RTOS2"/>
3796 <component Cclass="Compiler" Cgroup="EventRecorder"/>
3797 <component Cclass="Device" Cgroup="Startup"/>
3798 <category>Getting Started</category>
3799 </attributes>
3800 </example>
Jonatan Antoni6c160d42017-09-01 10:48:45 +02003801
3802 <example name="CMSIS-RTOS2 RTX5 Memory Pool" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/MemPool">
3803 <description>CMSIS-RTOS2 Memory Pool Example</description>
Jonatan Antoni5398c462019-01-10 16:36:16 +01003804 <board name="uVision Simulator" vendor="Keil"/>
Jonatan Antoni6c160d42017-09-01 10:48:45 +02003805 <project>
3806 <environment name="uv" load="MemPool.uvprojx"/>
3807 </project>
3808 <attributes>
3809 <component Cclass="CMSIS" Cgroup="CORE"/>
3810 <component Cclass="CMSIS" Cgroup="RTOS2"/>
3811 <component Cclass="Compiler" Cgroup="EventRecorder"/>
3812 <component Cclass="Device" Cgroup="Startup"/>
3813 <category>Getting Started</category>
3814 </attributes>
3815 </example>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01003816
Christopher Seidlb8c998f2016-11-08 15:49:02 +01003817 <example name="TrustZone for ARMv8-M No RTOS" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS">
Christopher Seidl522e1f22016-11-07 16:05:02 +01003818 <description>Bare-metal secure/non-secure example without RTOS</description>
Matthias Hertel3bb828f2016-11-07 13:51:50 +01003819 <board name="uVision Simulator" vendor="Keil"/>
3820 <project>
3821 <environment name="uv" load="NoRTOS.uvmpw"/>
3822 </project>
3823 <attributes>
3824 <component Cclass="CMSIS" Cgroup="CORE"/>
3825 <component Cclass="CMSIS" Cgroup="RTOS2"/>
3826 <component Cclass="Device" Cgroup="Startup"/>
3827 <category>Getting Started</category>
3828 </attributes>
3829 </example>
3830
Christopher Seidlb8c998f2016-11-08 15:49:02 +01003831 <example name="TrustZone for ARMv8-M RTOS" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS">
Christopher Seidl522e1f22016-11-07 16:05:02 +01003832 <description>Secure/non-secure RTOS example with thread context management</description>
Matthias Hertel3bb828f2016-11-07 13:51:50 +01003833 <board name="uVision Simulator" vendor="Keil"/>
3834 <project>
3835 <environment name="uv" load="RTOS.uvmpw"/>
3836 </project>
3837 <attributes>
3838 <component Cclass="CMSIS" Cgroup="CORE"/>
3839 <component Cclass="CMSIS" Cgroup="RTOS2"/>
3840 <component Cclass="Device" Cgroup="Startup"/>
3841 <category>Getting Started</category>
3842 </attributes>
3843 </example>
Matthias Hertel3bb828f2016-11-07 13:51:50 +01003844
ReinhardKeil3bd0e172016-11-10 07:59:24 +01003845 <example name="TrustZone for ARMv8-M RTOS Security Tests" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults">
3846 <description>Secure/non-secure RTOS example with security test cases and system recovery</description>
3847 <board name="uVision Simulator" vendor="Keil"/>
3848 <project>
3849 <environment name="uv" load="RTOS_Faults.uvmpw"/>
3850 </project>
3851 <attributes>
3852 <component Cclass="CMSIS" Cgroup="CORE"/>
3853 <component Cclass="CMSIS" Cgroup="RTOS2"/>
3854 <component Cclass="Device" Cgroup="Startup"/>
3855 <category>Getting Started</category>
3856 </attributes>
3857 </example>
3858
TTornblomc88880a2020-03-20 12:59:25 +01003859 <example name="CMSIS-RTOS2 Blinky" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples_IAR/Blinky">
3860 <description>CMSIS-RTOS2 Blinky example</description>
Jonatan Antonicd93ae82020-03-31 10:59:38 +02003861 <board name="EWARM Simulator" vendor="IAR"/>
TTornblomc88880a2020-03-20 12:59:25 +01003862 <project>
3863 <environment name="iar" load="Blinky/Blinky.ewp"/>
3864 </project>
3865 <attributes>
3866 <component Cclass="CMSIS" Cgroup="CORE"/>
3867 <component Cclass="CMSIS" Cgroup="RTOS2"/>
3868 <component Cclass="Device" Cgroup="Startup"/>
3869 <category>Getting Started</category>
3870 </attributes>
3871 </example>
3872
3873 <example name="CMSIS-RTOS2 RTX5 Message Queue" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples_IAR/MsgQueue">
3874 <description>CMSIS-RTOS2 Message Queue Example</description>
Jonatan Antonicd93ae82020-03-31 10:59:38 +02003875 <board name="EWARM Simulator" vendor="IAR"/>
TTornblomc88880a2020-03-20 12:59:25 +01003876 <project>
3877 <environment name="iar" load="MsgQueue/MsgQueue.ewp"/>
3878 </project>
3879 <attributes>
3880 <component Cclass="CMSIS" Cgroup="CORE"/>
3881 <component Cclass="CMSIS" Cgroup="RTOS2"/>
3882 <component Cclass="Device" Cgroup="Startup"/>
3883 <category>Getting Started</category>
3884 </attributes>
3885 </example>
3886
Martin Günther89be6522016-05-13 07:57:31 +02003887 </examples>
3888
3889</package>