blob: 248b8ea849e95e5b7fdbc3dc7b01e35af426afa7 [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>
Jonatan Antoni4ed90082021-06-08 14:07:37 +02005 <description>CMSIS (Common Microcontroller Software Interface Standard)</description>
Martin Günther89be6522016-05-13 07:57:31 +02006 <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 Antonif418ea62022-04-05 10:05:00 +020011 <release version="5.9.0">
Jonatan Antonid12d2b52021-06-29 17:17:30 +020012 Active development ...
Jonatan Antoni9e87d992022-02-28 16:56:33 +010013 CMSIS-Core(M): 5.6.0
Jonatan Antonie197f782022-04-26 16:24:59 +020014 - Arm Cortex-M85 cpu support
Jonatan Antoni9e87d992022-02-28 16:56:33 +010015 - Arm China STAR-MC1 cpu support
GuentherMartin53dc7aa2022-03-28 15:19:53 +020016 - Updated system_ARMCM55.c
Robert Rostohare09ef112022-04-26 08:49:14 +020017 CMSIS-DAP: 2.1.1 (see revision history for details)
18 - Allow default clock frequency to use fast clock mode
Christophe Favergeon347ca082021-07-08 12:52:54 +020019 CMSIS-DSP: 1.10.0 (see revision history for details)
Oscar Andersson01164232021-08-02 16:19:24 +020020 CMSIS-NN: 3.1.0 (see revision history for details)
Måns Nilsson0fe4e1c2021-06-21 15:05:46 +020021 - Support for int16 convolution and fully connected for reference implementation
Oscar Anderssonc43379b2021-08-09 14:33:22 +020022 - Support for DSP extension optimization for int16 convolution and fully connected
Måns Nilsson977abe92021-12-29 15:40:12 +010023 - Support dilation for int8 convolution
24 - Support dilation for int8 depthwise convolution
Måns Nilsson5b58d2d2022-01-31 15:50:49 +010025 - Support for int16 depthwise conv for reference implementation including dilation
Måns Nilsson0928e572022-01-31 16:06:54 +010026 - Support for int16 average and max pooling for reference implementation
Måns Nilsson773cdff2022-02-17 15:11:54 +010027 - Support for elementwise add and mul int16 scalar version
Måns Nilssoncf675282022-03-10 08:33:26 +010028 - Support for softmax int16 scalar version
hmogensen-arm856cf462022-04-19 14:05:28 +020029 - Support for SVDF with 8 bit state tensor
Robert Rostohar6b8c7552021-12-20 13:08:36 +010030 CMSIS-RTOS2:
31 - RTX 5.5.4 (see revision history for details)
Jonatan Antonid12d2b52021-06-29 17:17:30 +020032 </release>
Jonatan Antoni3623c462021-06-24 11:54:40 +020033 <release version="5.8.0" date="2021-06-24">
Jonatan Antoni84b84be2021-05-20 17:13:06 +020034 CMSIS-Core(M): 5.5.0 (see revision history for details)
Jonatan Antonidef6f802021-05-06 17:31:38 +020035 - Updated GCC LinkerDescription, GCC Assembler startup
Jonatan Antonic6c48392021-06-17 14:44:05 +020036 - Added Armv8-M Stack Sealing (to linker, startup) for toolchain ARM, GCC
Jonatan Antoni84b84be2021-05-20 17:13:06 +020037 - Changed C-Startup to default Startup.
Jonatan Antonic6c48392021-06-17 14:44:05 +020038 - Updated Armv8-M Assembler startup to use GAS syntax
39 Note: Updating existing projects may need manual user interaction!
Jonatan Antoni4e7223d2021-06-17 16:07:04 +020040 CMSIS-Core(A): 1.2.1 (see revision history for details)
Jonatan Antonic6c48392021-06-17 14:44:05 +020041 - Bugfixes for Cortex-A32
Jonatan Antoni4e7223d2021-06-17 16:07:04 +020042 CMSIS-DAP: 2.1.0 (see revision history for details)
43 - Enhanced DAP_Info
44 - Added extra UART support
Jonatan Antonic6c48392021-06-17 14:44:05 +020045 CMSIS-DSP: 1.9.0 (see revision history for details)
Jonatan Antoni84b84be2021-05-20 17:13:06 +020046 - Purged pre-built libs from Git
Jonatan Antonic6c48392021-06-17 14:44:05 +020047 - Enhanced support for f16 datatype
48 - Fixed couple of GCC issues
Felix Thomasmathibaland1d08792021-03-19 08:18:24 +010049 CMSIS-NN: 3.0.0 (see revision history for details including version 2.0.0)
Jonatan Antoni84b84be2021-05-20 17:13:06 +020050 - Major interface change for functions compatible with TensorFlow Lite for Microcontroller
51 - Added optimization for SVDF kernel
52 - Improved MVE performance for fully Connected and max pool operator
53 - NULL bias support for fully connected operator in non-MVE case(Can affect performance)
54 - Expanded existing unit test suite along with support for FVP
Felix Thomasmathibalan561f9362021-06-14 16:31:02 +020055 - Removed Examples folder
Jonatan Antonidef6f802021-05-06 17:31:38 +020056 CMSIS-RTOS2:
Jonatan Antonidef6f802021-05-06 17:31:38 +020057 - RTX 5.5.3 (see revision history for details)
Jonatan Antoni4e7223d2021-06-17 16:07:04 +020058 - CVE-2021-27431 vulnerability mitigation.
59 - Enhanced stack overrun checking.
60 - Various bug fixes and improvements.
Jonatan Antoni84b84be2021-05-20 17:13:06 +020061 CMSIS-Pack: 1.7.2 (see revision history for details)
62 - Support for Microchip XC32 compiler
63 - Support for Custom Datapath Extension
Jonatan Antoni17ccd4d2020-04-09 16:39:25 +020064 </release>
65 <release version="5.7.0" date="2020-04-09">
Jonatan Antoni9a10fef2020-04-02 18:08:33 +020066 CMSIS-Build: 0.9.0 (beta)
67 - Draft for CMSIS Project description (CPRJ)
Jonatan Antonib2a65a02020-04-03 15:55:17 +020068 CMSIS-Core(M): 5.4.0 (see revision history for details)
69 - Cortex-M55 cpu support
70 - Enhanced MVE support for Armv8.1-MML
Milorad Cvjetkovicd7be5942020-03-31 15:32:26 +020071 - Fixed device config define checks.
Jonatan Antonib2a65a02020-04-03 15:55:17 +020072 - L1 Cache functions for Armv7-M and later
Jonatan Antoni724104c2020-04-03 16:52:57 +020073 CMSIS-Core(A): 1.2.0 (see revision history for details)
74 - Fixed GIC_SetPendingIRQ to use GICD_SGIR
75 - Added missing DSP intrinsics
76 - Reworked assembly intrinsics: volatile, barriers and clobber
Jonatan Antoniea0a3c72020-03-16 13:13:49 +010077 CMSIS-DSP: 1.8.0 (see revision history for details)
78 - Added new functions and function groups
79 - Added MVE support
Jonatan Antonib2a65a02020-04-03 15:55:17 +020080 CMSIS-NN: 1.3.0 (see revision history for details)
81 - Added MVE support
82 - Further optimizations for kernels using DSP extension
Robert Rostohar11e3d0f2019-10-18 13:18:01 +020083 CMSIS-RTOS2:
84 - RTX 5.5.2 (see revision history for details)
Robert Rostohar8d743c52020-01-24 13:04:51 +010085 CMSIS-Driver: 2.8.0
Jonatan Antonib2a65a02020-04-03 15:55:17 +020086 - Added VIO API 0.1.0 (Preview)
Robert Rostohar8d743c52020-01-24 13:04:51 +010087 - removed volatile from status related typedefs in APIs
Robert Rostohar5b0a5512020-01-24 14:35:11 +010088 - enhanced WiFi Interface API with support for polling Socket Receive/Send
Jonatan Antoni9a10fef2020-04-02 18:08:33 +020089 CMSIS-Pack: 1.6.3 (see revision history for details)
90 - deprecating all types specific to cpdsc format. Cpdsc is replaced by Cprj with dedicated schema.
Jonatan Antoni09694d72019-11-18 16:10:45 +010091 Devices:
Jonatan Antonib2a65a02020-04-03 15:55:17 +020092 - ARMCM55 device
Jonatan Antoni09694d72019-11-18 16:10:45 +010093 - ARMv81MML startup code recognizing __MVE_USED macro
94 - Refactored vector table references for all Cortex-M devices
Jonatan Antonib2a65a02020-04-03 15:55:17 +020095 - Reworked ARMCM* C-StartUp files.
96 - Include L1 Cache functions in ARMv8MML/ARMv81MML devices
97 Utilities:
98 Attention: Linux binaries moved to Linux64 folder!
99 - SVDConv 3.3.35
100 - PackChk 1.3.89
Jonatan Antonid9a6b2e2019-07-10 15:52:17 +0200101 </release>
102 <release version="5.6.0" date="2019-07-10">
Jonatan Antoniae553b72019-05-06 16:29:20 +0200103 CMSIS-Core(M): 5.3.0 (see revision history for details)
Jonatan Antoni09694d72019-11-18 16:10:45 +0100104 - Added provisions for compiler-independent C startup code.
Jonatan Antonif677f002019-06-25 13:01:11 +0200105 CMSIS-Core(A): 1.1.4 (see revision history for details)
Jonatan Antoni09694d72019-11-18 16:10:45 +0100106 - Fixed __FPU_Enable.
Christophe Favergeon03e3e412019-06-25 09:29:51 +0200107 CMSIS-DSP: 1.7.0 (see revision history for details)
108 - New Neon versions of f32 functions
109 - Python wrapper
110 - Preliminary cmake build
111 - Compilation flags for FFTs
112 - Changes to arm_math.h
Jonatan Antonic68a7f22019-07-10 15:05:34 +0200113 CMSIS-NN: 1.2.0 (see revision history for details)
Felix Johnny55034c62019-06-25 10:55:12 +0200114 - New function for depthwise convolution with asymmetric quantization.
115 - New support functions for requantization.
Robert Rostohar86d53b72019-05-07 12:07:42 +0200116 CMSIS-RTOS:
117 - RTX 4.82.0 (updated provisions for Arm Compiler 6 when using Cortex-M0/M0+)
Robert Rostohar274494c2019-04-26 07:51:54 +0200118 CMSIS-RTOS2:
119 - RTX 5.5.1 (see revision history for details)
Jonatan Antonif677f002019-06-25 13:01:11 +0200120 CMSIS-Driver: 2.7.1
Robert Rostohar89109b22019-06-24 10:44:56 +0200121 - WiFi Interface API 1.0.0
Jonatan Antoniae553b72019-05-06 16:29:20 +0200122 Devices:
Jonatan Antonidf0acdd2020-04-07 14:20:16 +0200123 - Generalized C startup code for all Cortex-M family devices.
Jonatan Antoni09694d72019-11-18 16:10:45 +0100124 - Updated Cortex-A default memory regions and MMU configurations
125 - Moved Cortex-A memory and system config files to avoid include path issues
Jonatan Antoni035cfb12019-03-20 14:18:39 +0100126 </release>
127 <release version="5.5.1" date="2019-03-20">
Jonatan Antoni63c14192019-03-20 13:53:55 +0100128 The following folders are deprecated
129 - CMSIS/Include/ (superseded by CMSIS/DSP/Include/ and CMSIS/Core/Include/)
130
131 CMSIS-Core(M): 5.2.1 (see revision history for details)
132 - Fixed compilation issue in cmsis_armclang_ltm.h
Jonatan Antonic91a46d2019-03-15 16:47:52 +0100133 </release>
Jonatan Antoni63c14192019-03-20 13:53:55 +0100134 <release version="5.5.0" date="2019-03-18">
Jonatan Antoni99bb93c2019-03-15 13:45:47 +0100135 The following folders have been removed:
Jonatan Antoni9feb2b22019-03-15 14:54:08 +0100136 - CMSIS/Lib/ (superseded by CMSIS/DSP/Lib/)
137 - CMSIS/DSP_Lib/ (superseded by CMSIS/DSP/)
Jonatan Antoni12955cd2019-03-18 12:06:15 +0100138 The following folders are deprecated
139 - CMSIS/Include/ (superseded by CMSIS/DSP/Include/ and CMSIS/Core/Include/)
Jonatan Antoni99bb93c2019-03-15 13:45:47 +0100140
141 CMSIS-Core(M): 5.2.0 (see revision history for details)
142 - Reworked Stack/Heap configuration for ARM startup files.
143 - Added Cortex-M35P device support.
144 - Added generic Armv8.1-M Mainline device support.
145 CMSIS-Core(A): 1.1.3 (see revision history for details)
Jonatan Antoni12955cd2019-03-18 12:06:15 +0100146 CMSIS-DSP: 1.6.0 (see revision history for details)
GuentherMartin41d9e352019-03-14 14:18:28 +0100147 - reworked DSP library source files
GuentherMartin41d9e352019-03-14 14:18:28 +0100148 - reworked DSP library documentation
Jonatan Antoni3b2f0d22019-03-18 12:11:51 +0100149 - Changed DSP folder structure
GuentherMartin41d9e352019-03-14 14:18:28 +0100150 - moved DSP libraries to folder ./DSP/Lib
151 - ARM DSP Libraries are built with ARMCLANG
152 - Added DSP Libraries Source variant
Robert Rostohar83177af2018-09-04 10:27:04 +0200153 CMSIS-RTOS2:
154 - RTX 5.5.0 (see revision history for details)
Robert Rostohareea31932019-03-15 14:51:42 +0100155 CMSIS-Driver: 2.7.0
Jonatan Antoni445accf2019-03-15 15:07:45 +0100156 - Added WiFi Interface API 1.0.0-beta
Jonatan Antoni99bb93c2019-03-15 13:45:47 +0100157 - Added components for project specific driver implementations
158 CMSIS-Pack: 1.6.0 (see revision history for details)
Jonatan Antoni191afdb2019-03-18 12:31:47 +0100159 Devices:
160 - Added Cortex-M35P and ARMv81MML device templates.
161 - Fixed C-Startup Code for GCC (aligned with other compilers)
Jonatan Antoni99bb93c2019-03-15 13:45:47 +0100162 Utilities:
163 - SVDConv 3.3.25
164 - PackChk 1.3.82
Jonatan Antoni0d2dbfb2018-08-01 17:34:38 +0200165 </release>
Jonatan Antoniadbadb22018-08-01 17:33:45 +0200166 <release version="5.4.0" date="2018-08-01">
Jonatan Antoniba9cdf32018-06-29 15:22:59 +0200167 Aligned pack structure with repository.
168 The following folders are deprecated:
Jonatan Antonifd687e52018-07-25 10:50:56 +0200169 - CMSIS/Include/
170 - CMSIS/DSP_Lib/
171
Jonatan Antoni5d19e5f2018-04-09 10:16:49 +0200172 CMSIS-Core(M): 5.1.2 (see revision history for details)
Jonatan Antonifd687e52018-07-25 10:50:56 +0200173 - Added Cortex-M1 support (beta).
Jonatan Antoni5d19e5f2018-04-09 10:16:49 +0200174 CMSIS-Core(A): 1.1.2 (see revision history for details)
Jonatan Antoniadbadb22018-08-01 17:33:45 +0200175 CMSIS-NN: 1.1.0
176 - Added new math functions.
Robert Rostohar84a93882018-03-06 14:27:36 +0100177 CMSIS-RTOS2:
Jonatan Antonifd687e52018-07-25 10:50:56 +0200178 - API 2.1.3 (see revision history for details)
179 - RTX 5.4.0 (see revision history for details)
180 * Updated exception handling on Cortex-A
Vladimir Umekc1e9d202018-04-19 08:00:56 +0200181 CMSIS-Driver:
182 - Flash Driver API V2.2.0
Jonatan Antonifd687e52018-07-25 10:50:56 +0200183 Utilities:
184 - SVDConv 3.3.21
185 - PackChk 1.3.71
Jonatan Antoni7f501a72018-02-22 10:13:58 +0100186 </release>
187 <release version="5.3.0" date="2018-02-22">
Jonatan Antonie924d642018-02-20 11:43:50 +0100188 Updated Arm company brand.
189 CMSIS-Core(M): 5.1.1 (see revision history for details)
190 CMSIS-Core(A): 1.1.1 (see revision history for details)
Jonatan Antonia3ec1f22018-02-21 13:51:30 +0100191 CMSIS-DAP: 2.0.0 (see revision history for details)
Jonatan Antonie924d642018-02-20 11:43:50 +0100192 CMSIS-NN: 1.0.0
Jonatan Antoni13bff482018-01-19 13:05:57 +0100193 - Initial contribution of the bare metal Neural Network Library.
Robert Rostohare5b1c2d2017-11-28 15:48:26 +0100194 CMSIS-RTOS2:
Robert Rostoharcd44e6f2018-01-09 11:45:59 +0100195 - RTX 5.3.0 (see revision history for details)
Robert Rostohare5b1c2d2017-11-28 15:48:26 +0100196 - OS Tick API 1.0.1
Jonatan Antoni1434f1f2017-11-16 16:55:57 +0100197 </release>
198 <release version="5.2.0" date="2017-11-16">
Jonatan Antonide316642017-11-10 11:40:06 +0100199 CMSIS-Core(M): 5.1.0 (see revision history for details)
200 - Added MPU Functions for ARMv8-M for Cortex-M23/M33.
201 - Added compiler_iccarm.h to replace compiler_iar.h shipped with the compiler.
202 CMSIS-Core(A): 1.1.0 (see revision history for details)
203 - Added compiler_iccarm.h.
204 - Added additional access functions for physical timer.
205 CMSIS-DAP: 1.2.0 (see revision history for details)
206 CMSIS-DSP: 1.5.2 (see revision history for details)
Jonatan Antonie924d642018-02-20 11:43:50 +0100207 CMSIS-Driver: 2.6.0 (see revision history for details)
Jonatan Antonide316642017-11-10 11:40:06 +0100208 - CAN Driver API V1.2.0
Vladimir Umekb4728092017-11-14 10:12:51 +0100209 - NAND Driver API V2.3.0
Jonatan Antonide316642017-11-10 11:40:06 +0100210 CMSIS-RTOS:
211 - RTX: added variant for Infineon XMC4 series affected by PMU_CM.001 errata.
212 CMSIS-RTOS2:
213 - API 2.1.2 (see revision history for details)
214 - RTX 5.2.3 (see revision history for details)
215 Devices:
216 - Added GCC startup and linker script for Cortex-A9.
217 - Added device ARMCM0plus_MPU for Cortex-M0+ with MPU.
218 - Added IAR startup code for Cortex-A9
219 </release>
Jonatan Antoni5bfb1e62017-09-19 15:46:40 +0200220 <release version="5.1.1" date="2017-09-19">
221 CMSIS-RTOS2:
222 - RTX 5.2.1 (see revision history for details)
Robert Rostohar2e05f3b2017-09-05 11:08:05 +0200223 </release>
Jonatan Antoni102fe7f2017-08-03 11:33:08 +0200224 <release version="5.1.0" date="2017-08-04">
225 CMSIS-Core(M): 5.0.2 (see revision history for details)
Jonatan Antoni90e5beb2017-11-06 16:30:23 +0100226 - Changed Version Control macros to be core agnostic.
Jonatan Antoni102fe7f2017-08-03 11:33:08 +0200227 - Added MPU Functions for ARMv7-M for Cortex-M0+/M3/M4/M7.
228 CMSIS-Core(A): 1.0.0 (see revision history for details)
Robert Rostohar2e05f3b2017-09-05 11:08:05 +0200229 - Initial release
230 - IRQ Controller API 1.0.0
231 CMSIS-Driver: 2.05 (see revision history for details)
232 - All typedefs related to status have been made volatile.
Robert Rostoharff9fa5b2017-04-19 11:55:58 +0200233 CMSIS-RTOS2:
Robert Rostohar9470b0b2017-06-09 09:38:31 +0200234 - API 2.1.1 (see revision history for details)
235 - RTX 5.2.0 (see revision history for details)
Robert Rostohar2e05f3b2017-09-05 11:08:05 +0200236 - OS Tick API 1.0.0
Jonatan Antoni102fe7f2017-08-03 11:33:08 +0200237 CMSIS-DSP: 1.5.2 (see revision history for details)
238 - Fixed GNU Compiler specific diagnostics.
Jonatan Antonifd687e52018-07-25 10:50:56 +0200239 CMSIS-Pack: 1.5.0 (see revision history for details)
Jonatan Antoni102fe7f2017-08-03 11:33:08 +0200240 - added System Description File (*.SDF) Format
Robert Rostohar2e05f3b2017-09-05 11:08:05 +0200241 CMSIS-Zone: 0.0.1 (Preview)
242 - Initial specification draft
243 </release>
Joachim Krech3ef97132017-02-03 15:09:58 +0100244 <release version="5.0.1" date="2017-02-03">
245 Package Description:
246 - added taxonomy for Cclass RTOS
Robert Rostohar0e8657f2016-11-25 21:54:15 +0100247 CMSIS-RTOS2:
Joachim Krech3ef97132017-02-03 15:09:58 +0100248 - API 2.1 (see revision history for details)
249 - RTX 5.1.0 (see revision history for details)
250 CMSIS-Core: 5.0.1 (see revision history for details)
251 - Added __PACKED_STRUCT macro
252 - Added uVisior support
253 - Updated cmsis_armcc.h: corrected macro __ARM_ARCH_6M__
254 - Updated template for secure main function (main_s.c)
255 - Updated template for Context Management for ARMv8-M TrustZone (tz_context.c)
256 CMSIS-DSP: 1.5.1 (see revision history for details)
257 - added ARMv8M DSP libraries.
Jonatan Antonifd687e52018-07-25 10:50:56 +0200258 CMSIS-Pack:1.4.9 (see revision history for details)
Joachim Krech3ef97132017-02-03 15:09:58 +0100259 - added Pack Index File specification and schema file
Martin Güntherd1060532016-11-15 09:43:43 +0100260 </release>
Joachim Krechc45bb4a2016-11-11 11:01:22 +0100261 <release version="5.0.0" date="2016-11-11">
Robert Rostohar9f7ce662016-11-10 09:20:14 +0100262 Changed open source license to Apache 2.0
Martin Günther4a4e39c2016-11-03 11:47:02 +0100263 CMSIS_Core:
ReinhardKeil3bd0e172016-11-10 07:59:24 +0100264 - Added support for Cortex-M23 and Cortex-M33.
265 - Added ARMv8-M device configurations for mainline and baseline.
Robert Rostohar9f7ce662016-11-10 09:20:14 +0100266 - Added CMSE support and thread context management for TrustZone for ARMv8-M
ReinhardKeil3bd0e172016-11-10 07:59:24 +0100267 - Added cmsis_compiler.h to unify compiler behaviour.
268 - Updated function SCB_EnableICache (for Cortex-M7).
269 - Added functions: NVIC_GetEnableIRQ, SCB_GetFPUType
270 CMSIS-RTOS:
271 - bug fix in RTX 4.82 (see revision history for details)
272 CMSIS-RTOS2:
273 - new API including compatibility layer to CMSIS-RTOS
Robert Rostohar9f7ce662016-11-10 09:20:14 +0100274 - reference implementation based on RTX5
275 - supports all Cortex-M variants including TrustZone for ARMv8-M
ReinhardKeil0d399052016-10-21 13:40:52 +0200276 CMSIS-SVD:
277 - reworked SVD format documentation
Joachim Krech655f7242016-09-29 15:49:24 +0200278 - removed SVD file database documentation as SVD files are distributed in packs
279 - updated SVDConv for Win32 and Linux
ReinhardKeil3bd0e172016-11-10 07:59:24 +0100280 CMSIS-DSP:
Martin Günther29502d72016-06-16 14:48:33 +0200281 - Moved DSP libraries from CMSIS/DSP/Lib to CMSIS/Lib.
282 - Added DSP libraries build projects to CMSIS pack.
Martin Günther10babd82016-06-14 14:10:36 +0200283 </release>
Martin Günther89be6522016-05-13 07:57:31 +0200284 <release version="4.5.0" date="2015-10-28">
285 - CMSIS-Core 4.30.0 (see revision history for details)
286 - CMSIS-DAP 1.1.0 (unchanged)
287 - CMSIS-Driver 2.04.0 (see revision history for details)
288 - 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 +0200289 - CMSIS-Pack 1.4.1 (see revision history for details)
Martin Günther89be6522016-05-13 07:57:31 +0200290 - CMSIS-RTOS 4.80.0 Restored time delay parameter 'millisec' old behavior (prior V4.79) for software compatibility. (see revision history for details)
291 - CMSIS-SVD 1.3.1 (see revision history for details)
292 </release>
293 <release version="4.4.0" date="2015-09-11">
294 - CMSIS-Core 4.20 (see revision history for details)
295 - 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 +0200296 - CMSIS-Pack 1.4.0 (adding memory attributes, algorithm style)
Martin Günther89be6522016-05-13 07:57:31 +0200297 - CMSIS-Driver 2.03.0 (adding CAN [Controller Area Network] API)
298 - CMSIS-RTOS
299 -- API 1.02 (unchanged)
300 -- RTX 4.79 (see revision history for details)
301 - CMSIS-SVD 1.3.0 (see revision history for details)
302 - CMSIS-DAP 1.1.0 (extended with SWO support)
303 </release>
304 <release version="4.3.0" date="2015-03-20">
305 - CMSIS-Core 4.10 (Cortex-M7 extended Cache Maintenance functions)
306 - CMSIS-DSP 1.4.5 (see revision history for details)
307 - CMSIS-Driver 2.02 (adding SAI (Serial Audio Interface) API)
Jonatan Antonifd687e52018-07-25 10:50:56 +0200308 - CMSIS-Pack 1.3.3 (Semantic Versioning, Generator extensions)
Martin Günther89be6522016-05-13 07:57:31 +0200309 - CMSIS-RTOS
310 -- API 1.02 (unchanged)
311 -- RTX 4.78 (see revision history for details)
312 - CMSIS-SVD 1.2 (unchanged)
313 </release>
314 <release version="4.2.0" date="2014-09-24">
315 Adding Cortex-M7 support
316 - CMSIS-Core 4.00 (Cortex-M7 support, corrected C++ include guards in core header files)
317 - CMSIS-DSP 1.4.4 (Cortex-M7 support and corrected out of bound issues)
Jonatan Antonifd687e52018-07-25 10:50:56 +0200318 - CMSIS-Pack 1.3.1 (Cortex-M7 updates, clarification, corrected batch files in Tutorial)
Martin Günther89be6522016-05-13 07:57:31 +0200319 - CMSIS-SVD 1.2 (Cortex-M7 extensions)
320 - CMSIS-RTOS RTX 4.75 (see revision history for details)
321 </release>
322 <release version="4.1.1" date="2014-06-30">
323 - fixed conditions preventing the inclusion of the DSP library in projects for Infineon XMC4000 series devices
324 </release>
325 <release version="4.1.0" date="2014-06-12">
326 - CMSIS-Driver 2.02 (incompatible update)
327 - CMSIS-Pack 1.3 (see revision history for details)
328 - CMSIS-DSP 1.4.2 (unchanged)
329 - CMSIS-Core 3.30 (unchanged)
330 - CMSIS-RTOS RTX 4.74 (unchanged)
331 - CMSIS-RTOS API 1.02 (unchanged)
332 - CMSIS-SVD 1.10 (unchanged)
333 PACK:
334 - removed G++ specific files from PACK
335 - added Component Startup variant "C Startup"
336 - added Pack Checking Utility
337 - updated conditions to reflect tool-chain dependency
338 - added Taxonomy for Graphics
339 - updated Taxonomy for unified drivers from "Drivers" to "CMSIS Drivers"
340 </release>
Jonatan Antoni8530ed12019-07-03 14:10:35 +0200341 <!-- release version="4.0.0">
Martin Günther89be6522016-05-13 07:57:31 +0200342 - CMSIS-Driver 2.00 Preliminary (incompatible update)
343 - CMSIS-Pack 1.1 Preliminary
344 - CMSIS-DSP 1.4.2 (see revision history for details)
345 - CMSIS-Core 3.30 (see revision history for details)
346 - CMSIS-RTOS RTX 4.74 (see revision history for details)
347 - CMSIS-RTOS API 1.02 (unchanged)
348 - CMSIS-SVD 1.10 (unchanged)
Jonatan Antoni8530ed12019-07-03 14:10:35 +0200349 </release -->
350 <release version="3.20.4" date="2014-02-20">
Martin Günther89be6522016-05-13 07:57:31 +0200351 - CMSIS-RTOS 4.74 (see revision history for details)
352 - PACK Extensions (Boards, Device Features, Flash Programming, Generators, Configuration Wizard). Schema version 1.1.
353 </release>
Jonatan Antoni8530ed12019-07-03 14:10:35 +0200354 <!-- release version="3.20.3">
Martin Günther89be6522016-05-13 07:57:31 +0200355 - CMSIS-Driver API Version 1.10 ARM prefix added (incompatible change)
356 - CMSIS-RTOS 4.73 (see revision history for details)
Jonatan Antoni8530ed12019-07-03 14:10:35 +0200357 </release -->
358 <!-- release version="3.20.2">
Martin Günther89be6522016-05-13 07:57:31 +0200359 - CMSIS-Pack documentation has been added
360 - CMSIS-Drivers header and documentation have been added to PACK
361 - CMSIS-CORE, CMSIS-DSP, CMSIS-RTOS API and CMSIS-SVD remain unchanged
Jonatan Antoni8530ed12019-07-03 14:10:35 +0200362 </release -->
363 <!-- release version="3.20.1">
Martin Günther89be6522016-05-13 07:57:31 +0200364 - CMSIS-RTOS Keil RTX V4.72 has been added to PACK
365 - CMSIS-CORE, CMSIS-DSP, CMSIS-RTOS API and CMSIS-SVD remain unchanged
Jonatan Antoni8530ed12019-07-03 14:10:35 +0200366 </release -->
367 <!-- release version="3.20.0">
Martin Günther89be6522016-05-13 07:57:31 +0200368 The software portions that are deployed in the application program are now under a BSD license which allows usage
369 of CMSIS components in any commercial or open source projects. The Pack Description file Arm.CMSIS.pdsc describes the use cases
370 The individual components have been update as listed below:
371 - CMSIS-CORE adds functions for setting breakpoints, supports the latest GCC Compiler, and contains several corrections.
372 - CMSIS-DSP library is optimized for more performance and contains several bug fixes.
373 - CMSIS-RTOS API is extended with capabilities for short timeouts, Kernel initialization, and prepared for a C++ interface.
374 - CMSIS-SVD is unchanged.
Jonatan Antoni8530ed12019-07-03 14:10:35 +0200375 </release -->
Martin Günther89be6522016-05-13 07:57:31 +0200376 </releases>
377
Martin Günther2d0f0e82016-05-17 09:06:12 +0200378 <taxonomy>
reinhardkeil671fea12019-03-13 17:03:40 +0100379 <description Cclass="Audio">Software components for audio processing</description>
Martin Günther2d0f0e82016-05-17 09:06:12 +0200380 <description Cclass="Board Support">Generic Interfaces for Evaluation and Development Boards</description>
Joachim Krech1ce088b2019-03-14 13:27:35 +0100381 <description Cclass="Board Part">Drivers that support an external component available on an evaluation board</description>
reinhardkeil671fea12019-03-13 17:03:40 +0100382 <description Cclass="Compiler">Compiler Software Extensions</description>
Martin Günther2d0f0e82016-05-17 09:06:12 +0200383 <description Cclass="CMSIS" doc="CMSIS/Documentation/General/html/index.html">Cortex Microcontroller Software Interface Components</description>
Martin Günther2d0f0e82016-05-17 09:06:12 +0200384 <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 +0100385 <description Cclass="Device" doc="CMSIS/Documentation/Core/html/index.html">Startup, System Setup</description>
386 <description Cclass="Data Exchange">Data exchange or data formatter</description>
Joachim Krech1ce088b2019-03-14 13:27:35 +0100387 <description Cclass="Extension Board">Drivers that support an extension board or shield</description>
Martin Günther2d0f0e82016-05-17 09:06:12 +0200388 <description Cclass="File System">File Drive Support and File System</description>
reinhardkeil671fea12019-03-13 17:03:40 +0100389 <description Cclass="IoT Client">IoT cloud client connector</description>
reinhardkeilca2acab2019-09-02 08:21:47 +0200390 <description Cclass="IoT Service">IoT specific services</description>
reinhardkeil671fea12019-03-13 17:03:40 +0100391 <description Cclass="IoT Utility">IoT specific software utility</description>
Martin Günther2d0f0e82016-05-17 09:06:12 +0200392 <description Cclass="Graphics">Graphical User Interface</description>
393 <description Cclass="Network">Network Stack using Internet Protocols</description>
Joachim Krech62838c82017-02-02 15:54:57 +0100394 <description Cclass="RTOS">Real-time Operating System</description>
reinhardkeil671fea12019-03-13 17:03:40 +0100395 <description Cclass="Security">Encryption for secure communication or storage</description>
396 <description Cclass="USB">Universal Serial Bus Stack</description>
397 <description Cclass="Utility">Generic software utility components</description>
Martin Günther2d0f0e82016-05-17 09:06:12 +0200398 </taxonomy>
399
Martin Günther89be6522016-05-13 07:57:31 +0200400 <devices>
401 <!-- ****************************** Cortex-M0 ****************************** -->
402 <family Dfamily="ARM Cortex M0" Dvendor="ARM:82">
Martin Günther2d0f0e82016-05-17 09:06:12 +0200403 <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 +0200404 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100405The 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 +0200406- simple, easy-to-use programmers model
407- highly efficient ultra-low power operation
408- excellent code density
409- deterministic, high-performance interrupt handling
410- upward compatibility with the rest of the Cortex-M processor family.
411 </description>
GuentherMartind2a797d2018-07-17 11:53:21 +0200412 <!-- debug svd="Device/ARM/SVD/ARMCM0.svd"/ SVD files do not contain any peripheral -->
Martin Günther89be6522016-05-13 07:57:31 +0200413 <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/>
414 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
415 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
416
417 <device Dname="ARMCM0">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100418 <processor Dcore="Cortex-M0" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="NO_MPU" Dendian="Configurable" Dclock="10000000"/>
Martin Günther89be6522016-05-13 07:57:31 +0200419 <compile header="Device/ARM/ARMCM0/Include/ARMCM0.h" define="ARMCM0"/>
420 </device>
421 </family>
422
423 <!-- ****************************** Cortex-M0P ****************************** -->
424 <family Dfamily="ARM Cortex M0 plus" Dvendor="ARM:82">
Martin Günther2d0f0e82016-05-17 09:06:12 +0200425 <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 +0200426 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100427The 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 +0200428- simple, easy-to-use programmers model
429- highly efficient ultra-low power operation
430- excellent code density
431- deterministic, high-performance interrupt handling
432- upward compatibility with the rest of the Cortex-M processor family.
433 </description>
GuentherMartind2a797d2018-07-17 11:53:21 +0200434 <!-- debug svd="Device/ARM/SVD/ARMCM0P.svd"/ SVD files do not contain any peripheral -->
Martin Günther89be6522016-05-13 07:57:31 +0200435 <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/>
436 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
437 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
438
439 <device Dname="ARMCM0P">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100440 <processor Dcore="Cortex-M0+" DcoreVersion="r0p1" Dfpu="NO_FPU" Dmpu="NO_MPU" Dendian="Configurable" Dclock="10000000"/>
Martin Günther89be6522016-05-13 07:57:31 +0200441 <compile header="Device/ARM/ARMCM0plus/Include/ARMCM0plus.h" define="ARMCM0P"/>
442 </device>
Jonatan Antonic4e9f462017-10-19 16:51:44 +0200443
444 <device Dname="ARMCM0P_MPU">
445 <processor Dcore="Cortex-M0+" DcoreVersion="r0p1" Dfpu="NO_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/>
446 <compile header="Device/ARM/ARMCM0plus/Include/ARMCM0plus_MPU.h" define="ARMCM0P_MPU"/>
447 </device>
Martin Günther89be6522016-05-13 07:57:31 +0200448 </family>
449
GuentherMartina3a6af22018-07-23 08:36:37 +0200450 <!-- ****************************** Cortex-M1 ****************************** -->
451 <family Dfamily="ARM Cortex M1" Dvendor="ARM:82">
452 <!--book name="http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html" title="Cortex-M1 Device Generic Users Guide"/-->
453 <description>
454The ARM Cortex-M1 FPGA processor is intended for deeply embedded applications that require a small processor integrated into an FPGA.
455The ARM Cortex-M1 processor implements the ARMv6-M architecture profile.
456 </description>
457 <!-- debug svd="Device/ARM/SVD/ARMCM0.svd"/ SVD files do not contain any peripheral -->
458 <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/>
459 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
460 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
461
462 <device Dname="ARMCM1">
463 <processor Dcore="Cortex-M1" DcoreVersion="r1p0" Dfpu="NO_FPU" Dmpu="NO_MPU" Dendian="Configurable" Dclock="10000000"/>
464 <compile header="Device/ARM/ARMCM1/Include/ARMCM1.h" define="ARMCM1"/>
465 </device>
466 </family>
467
Martin Günther89be6522016-05-13 07:57:31 +0200468 <!-- ****************************** Cortex-M3 ****************************** -->
469 <family Dfamily="ARM Cortex M3" Dvendor="ARM:82">
Martin Günther2d0f0e82016-05-17 09:06:12 +0200470 <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 +0200471 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100472The 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 +0200473- simple, easy-to-use programmers model
474- highly efficient ultra-low power operation
475- excellent code density
476- deterministic, high-performance interrupt handling
477- upward compatibility with the rest of the Cortex-M processor family.
478 </description>
GuentherMartind2a797d2018-07-17 11:53:21 +0200479 <!-- debug svd="Device/ARM/SVD/ARMCM3.svd"/ SVD files do not contain any peripheral -->
Martin Günther89be6522016-05-13 07:57:31 +0200480 <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/>
481 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
482 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
483
484 <device Dname="ARMCM3">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100485 <processor Dcore="Cortex-M3" DcoreVersion="r2p1" Dfpu="NO_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/>
Martin Günther89be6522016-05-13 07:57:31 +0200486 <compile header="Device/ARM/ARMCM3/Include/ARMCM3.h" define="ARMCM3"/>
487 </device>
488 </family>
489
490 <!-- ****************************** Cortex-M4 ****************************** -->
491 <family Dfamily="ARM Cortex M4" Dvendor="ARM:82">
Martin Günther2d0f0e82016-05-17 09:06:12 +0200492 <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 +0200493 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100494The 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 +0200495- simple, easy-to-use programmers model
496- highly efficient ultra-low power operation
497- excellent code density
498- deterministic, high-performance interrupt handling
499- upward compatibility with the rest of the Cortex-M processor family.
500 </description>
GuentherMartind2a797d2018-07-17 11:53:21 +0200501 <!-- debug svd="Device/ARM/SVD/ARMCM4.svd"/ SVD files do not contain any peripheral -->
Martin Günther89be6522016-05-13 07:57:31 +0200502 <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/>
503 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
504 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
505
506 <device Dname="ARMCM4">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100507 <processor Dcore="Cortex-M4" DcoreVersion="r0p1" Dfpu="NO_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/>
Martin Günther89be6522016-05-13 07:57:31 +0200508 <compile header="Device/ARM/ARMCM4/Include/ARMCM4.h" define="ARMCM4"/>
509 </device>
510
511 <device Dname="ARMCM4_FP">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100512 <processor Dcore="Cortex-M4" DcoreVersion="r0p1" Dfpu="SP_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/>
Martin Günther89be6522016-05-13 07:57:31 +0200513 <compile header="Device/ARM/ARMCM4/Include/ARMCM4_FP.h" define="ARMCM4_FP"/>
514 </device>
515 </family>
516
517 <!-- ****************************** Cortex-M7 ****************************** -->
518 <family Dfamily="ARM Cortex M7" Dvendor="ARM:82">
Martin Günther2d0f0e82016-05-17 09:06:12 +0200519 <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 +0200520 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100521The 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 +0200522- simple, easy-to-use programmers model
523- highly efficient ultra-low power operation
524- excellent code density
525- deterministic, high-performance interrupt handling
526- upward compatibility with the rest of the Cortex-M processor family.
527 </description>
GuentherMartind2a797d2018-07-17 11:53:21 +0200528 <!-- debug svd="Device/ARM/SVD/ARMCM7.svd"/ SVD files do not contain any peripheral -->
Martin Günther89be6522016-05-13 07:57:31 +0200529 <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/>
530 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
531 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
532
533 <device Dname="ARMCM7">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100534 <processor Dcore="Cortex-M7" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/>
Martin Günther89be6522016-05-13 07:57:31 +0200535 <compile header="Device/ARM/ARMCM7/Include/ARMCM7.h" define="ARMCM7"/>
536 </device>
537
538 <device Dname="ARMCM7_SP">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100539 <processor Dcore="Cortex-M7" DcoreVersion="r0p0" Dfpu="SP_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/>
Martin Günther89be6522016-05-13 07:57:31 +0200540 <compile header="Device/ARM/ARMCM7/Include/ARMCM7_SP.h" define="ARMCM7_SP"/>
541 </device>
542
543 <device Dname="ARMCM7_DP">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100544 <processor Dcore="Cortex-M7" DcoreVersion="r0p0" Dfpu="DP_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/>
Martin Günther89be6522016-05-13 07:57:31 +0200545 <compile header="Device/ARM/ARMCM7/Include/ARMCM7_DP.h" define="ARMCM7_DP"/>
546 </device>
547 </family>
548
Martin Günther4a4e39c2016-11-03 11:47:02 +0100549 <!-- ****************************** Cortex-M23 ********************** -->
550 <family Dfamily="ARM Cortex M23" Dvendor="ARM:82">
551 <!--book name="Device/ARM/Documents/??_dgug.pdf" title="?? Device Generic Users Guide"/-->
552 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100553The Arm Cortex-M23 is based on the Armv8-M baseline architecture.
554It is the smallest and most energy efficient Arm processor with Arm TrustZone technology.
ReinhardKeile2b27022016-11-03 16:04:36 +0100555Cortex-M23 is the ideal processor for constrained embedded applications requiring efficient security.
Martin Günther4a4e39c2016-11-03 11:47:02 +0100556 </description>
GuentherMartind2a797d2018-07-17 11:53:21 +0200557 <!-- debug svd="Device/ARM/SVD/ARMCM23.svd"/ SVD files do not contain any peripheral -->
Joachim Krech7eb01292016-11-04 17:17:05 +0100558 <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/>
559 <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/>
Martin Günther4a4e39c2016-11-03 11:47:02 +0100560 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
Joachim Krech7eb01292016-11-04 17:17:05 +0100561 <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/>
Martin Günther4a4e39c2016-11-03 11:47:02 +0100562 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
563
564 <device Dname="ARMCM23">
565 <processor Dcore="Cortex-M23" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Dtz="NO_TZ" Dendian="Configurable" Dclock="10000000"/>
566 <compile header="Device/ARM/ARMCM23/Include/ARMCM23.h" define="ARMCM23"/>
567 </device>
568
569 <device Dname="ARMCM23_TZ">
570 <processor Dcore="Cortex-M23" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/>
571 <compile header="Device/ARM/ARMCM23/Include/ARMCM23_TZ.h" define="ARMCM23_TZ"/>
572 </device>
573 </family>
574
575 <!-- ****************************** Cortex-M33 ****************************** -->
576 <family Dfamily="ARM Cortex M33" Dvendor="ARM:82">
577 <!--book name="Device/ARM/Documents/??_dgug.pdf" title="?? Device Generic Users Guide"/-->
578 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100579The Arm Cortex-M33 is the most configurable of all Cortex-M processors. It is a full featured microcontroller
580class processor based on the Armv8-M mainline architecture with Arm TrustZone security.
Martin Günther4a4e39c2016-11-03 11:47:02 +0100581 </description>
GuentherMartind2a797d2018-07-17 11:53:21 +0200582 <!-- debug svd="Device/ARM/SVD/ARMCM33.svd"/ SVD files do not contain any peripheral -->
Joachim Krech7eb01292016-11-04 17:17:05 +0100583 <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/>
584 <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/>
Martin Günther4a4e39c2016-11-03 11:47:02 +0100585 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
Joachim Krech7eb01292016-11-04 17:17:05 +0100586 <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/>
587 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
Martin Günther4a4e39c2016-11-03 11:47:02 +0100588
589 <device Dname="ARMCM33">
590 <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 +0100591 <description>
592 no DSP Instructions, no Floating Point Unit, no TrustZone
593 </description>
Martin Günther4a4e39c2016-11-03 11:47:02 +0100594 <compile header="Device/ARM/ARMCM33/Include/ARMCM33.h" define="ARMCM33"/>
595 </device>
596
597 <device Dname="ARMCM33_TZ">
598 <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 +0100599 <description>
600 no DSP Instructions, no Floating Point Unit, TrustZone
601 </description>
Martin Günther4a4e39c2016-11-03 11:47:02 +0100602 <compile header="Device/ARM/ARMCM33/Include/ARMCM33_TZ.h" define="ARMCM33_TZ"/>
603 </device>
604
605 <device Dname="ARMCM33_DSP_FP">
606 <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 +0100607 <description>
608 DSP Instructions, Single Precision Floating Point Unit, no TrustZone
609 </description>
Martin Günther4a4e39c2016-11-03 11:47:02 +0100610 <compile header="Device/ARM/ARMCM33/Include/ARMCM33_DSP_FP.h" define="ARMCM33_DSP_FP"/>
611 </device>
612
613 <device Dname="ARMCM33_DSP_FP_TZ">
614 <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 +0100615 <description>
616 DSP Instructions, Single Precision Floating Point Unit, TrustZone
617 </description>
Martin Günther4a4e39c2016-11-03 11:47:02 +0100618 <compile header="Device/ARM/ARMCM33/Include/ARMCM33_DSP_FP_TZ.h" define="ARMCM33_DSP_FP_TZ"/>
619 </device>
620 </family>
621
GuentherMartinec9419c2018-09-04 10:03:24 +0200622 <!-- ****************************** Cortex-M35P ****************************** -->
623 <family Dfamily="ARM Cortex M35P" Dvendor="ARM:82">
624 <!--book name="Device/ARM/Documents/??_dgug.pdf" title="?? Device Generic Users Guide"/-->
625 <description>
626The Arm Cortex-M35P is the most configurable of all Cortex-M processors. It is a full featured microcontroller
627class processor based on the Armv8-M mainline architecture with Arm TrustZone security designed for a broad range of secure embedded applications.
628 </description>
629
630 <!-- debug svd="Device/ARM/SVD/ARMCM35P.svd"/ SVD files do not contain any peripheral -->
631 <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/>
632 <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/>
633 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
634 <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/>
635 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
636
637 <device Dname="ARMCM35P">
638 <processor Dcore="Cortex-M35P" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Ddsp="NO_DSP" Dtz="NO_TZ" Dendian="Configurable" Dclock="10000000"/>
639 <description>
640 no DSP Instructions, no Floating Point Unit, no TrustZone
641 </description>
642 <compile header="Device/ARM/ARMCM35P/Include/ARMCM35P.h" define="ARMCM35P"/>
643 </device>
644
645 <device Dname="ARMCM35P_TZ">
646 <processor Dcore="Cortex-M35P" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Ddsp="NO_DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/>
647 <description>
648 no DSP Instructions, no Floating Point Unit, TrustZone
649 </description>
650 <compile header="Device/ARM/ARMCM35P/Include/ARMCM35P_TZ.h" define="ARMCM35P_TZ"/>
651 </device>
652
653 <device Dname="ARMCM35P_DSP_FP">
654 <processor Dcore="Cortex-M35P" DcoreVersion="r0p0" Dfpu="SP_FPU" Dmpu="MPU" Ddsp="DSP" Dtz="NO_TZ" Dendian="Configurable" Dclock="10000000"/>
655 <description>
656 DSP Instructions, Single Precision Floating Point Unit, no TrustZone
657 </description>
658 <compile header="Device/ARM/ARMCM35P/Include/ARMCM35P_DSP_FP.h" define="ARMCM35P_DSP_FP"/>
659 </device>
660
661 <device Dname="ARMCM35P_DSP_FP_TZ">
662 <processor Dcore="Cortex-M35P" DcoreVersion="r0p0" Dfpu="SP_FPU" Dmpu="MPU" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/>
663 <description>
664 DSP Instructions, Single Precision Floating Point Unit, TrustZone
665 </description>
666 <compile header="Device/ARM/ARMCM35P/Include/ARMCM35P_DSP_FP_TZ.h" define="ARMCM35P_DSP_FP_TZ"/>
667 </device>
668 </family>
669
GuentherMartinbd8a0f12020-02-20 10:42:53 +0100670 <!-- ****************************** Cortex-M55 ****************************** -->
671 <family Dfamily="ARM Cortex M55" Dvendor="ARM:82">
672 <!--book name="Device/ARM/Documents/Arm Cortex-M55 Processor Datasheet.pdf" title="Arm Cortex-M55 Processor Datasheet"/-->
673 <description>
674The 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.
675It is Arm's most AI-capable Cortex-M processor, delivering enhanced, energy-efficient digital signal processing (DSP) and machine learning (ML) performance.
676The Cortex-M55 processor achieves high compute performance across scalar and vector operations, while maintaining low energy consumption.
677 </description>
678
679 <!-- debug svd="Device/ARM/SVD/ARMCM55.svd"/ SVD files do not contain any peripheral -->
680 <memory id="IROM1" start="0x10000000" size="0x00200000" startup="1" default="1"/>
681 <memory id="IROM2" start="0x00000000" size="0x00200000" startup="0" default="0"/>
682 <memory id="IRAM1" start="0x30000000" size="0x00020000" init ="0" default="1"/>
683 <memory id="IRAM2" start="0x20000000" size="0x00020000" init ="0" default="0"/>
684 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
685
Jonatan Antonif5f39aa2020-03-03 17:25:11 +0100686 <device Dname="ARMCM55">
GuentherMartinbd8a0f12020-02-20 10:42:53 +0100687 <processor Dcore="Cortex-M55" DcoreVersion="r0p0" Dfpu="DP_FPU" Dmpu="MPU" Dmve="FP_MVE" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/>
688 <description>
Jonatan Antonif5f39aa2020-03-03 17:25:11 +0100689 Floating Point Vector Extensions, DSP Instructions, Double Precision Floating Point Unit, TrustZone
GuentherMartinbd8a0f12020-02-20 10:42:53 +0100690 </description>
Jonatan Antonif5f39aa2020-03-03 17:25:11 +0100691 <compile header="Device/ARM/ARMCM55/Include/ARMCM55.h" define="ARMCM55"/>
GuentherMartinbd8a0f12020-02-20 10:42:53 +0100692 </device>
693 </family>
694
Jonatan Antonie197f782022-04-26 16:24:59 +0200695 <!-- ****************************** Cortex-M85 ****************************** -->
696 <family Dfamily="ARM Cortex M85" Dvendor="ARM:82">
697 <!--book name="Device/ARM/Documents/Arm Cortex-M55 Processor Datasheet.pdf" title="Arm Cortex-M55 Processor Datasheet"/-->
698 <description>
699The Arm Cortex-M85 processor is a fully synthesizable high-performance microcontroller class processor that implements the Armv8.1-M Mainline architecture which includes support for the M-profile Vector Extension (MVE).
700The processor also supports previous Armv8-M architectural features.
701The design is focused on compute applications such as Digital Signal Processing (DSP) and machine learning.
702The Arm Cortex-M85 processor is energy efficient and achieves high compute performance across scalar and vector operations while maintaining low power consumption.
703 </description>
704
705 <!-- debug svd="Device/ARM/SVD/ARMCM85.svd"/ SVD files do not contain any peripheral -->
706 <memory name="ROM_NS" access="rxn" start="0x00000000" size="0x00200000" startup="1" default="1" alias="ROM_S"/>
707 <memory name="RAM_NS" access="rwxn" start="0x20000000" size="0x00020000" init ="0" default="1" alias="RAM_S"/>
708 <memory name="ROM_S" access="rxn" start="0x10000000" size="0x00200000" startup="1" default="1"/>
709 <memory name="RAM_S" access="rwxn" start="0x30000000" size="0x00020000" init ="0" default="1"/>
710 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
711
712 <device Dname="ARMCM85">
713 <processor Dcore="Cortex-M85" DcoreVersion="r0p0" Dpacbti="PACBTI" Dmpu="MPU" Dfpu="DP_FPU" Dmve="FP_MVE" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/>
714 <description>
715 Floating Point Vector Extensions, DSP Instructions, Double Precision Floating Point Unit, TrustZone, PACBTI
716 </description>
717 <compile header="Device/ARM/ARMCM85/Include/ARMCM85.h" define="ARMCM85"/>
718 </device>
719 </family>
720
Martin Günther89be6522016-05-13 07:57:31 +0200721 <!-- ****************************** ARMSC000 ****************************** -->
722 <family Dfamily="ARM SC000" Dvendor="ARM:82">
723 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100724The 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 +0200725- simple, easy-to-use programmers model
726- highly efficient ultra-low power operation
727- excellent code density
728- deterministic, high-performance interrupt handling
729 </description>
GuentherMartind2a797d2018-07-17 11:53:21 +0200730 <!-- debug svd="Device/ARM/SVD/ARMSC000.svd"/ SVD files do not contain any peripheral -->
Martin Günther89be6522016-05-13 07:57:31 +0200731 <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/>
732 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
733 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
734
735 <device Dname="ARMSC000">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100736 <processor Dcore="SC000" DcoreVersion="r0p1" Dfpu="NO_FPU" Dmpu="NO_MPU" Dendian="Configurable" Dclock="10000000"/>
Martin Günther89be6522016-05-13 07:57:31 +0200737 <compile header="Device/ARM/ARMSC000/Include/ARMSC000.h" define="ARMSC000"/>
738 </device>
739 </family>
740
741 <!-- ****************************** ARMSC300 ****************************** -->
742 <family Dfamily="ARM SC300" Dvendor="ARM:82">
743 <description>
744The 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:
745- simple, easy-to-use programmers model
746- highly efficient ultra-low power operation
747- excellent code density
748- deterministic, high-performance interrupt handling
749 </description>
GuentherMartind2a797d2018-07-17 11:53:21 +0200750 <!-- debug svd="Device/ARM/SVD/ARMSC300.svd"/ SVD files do not contain any peripheral -->
Martin Günther89be6522016-05-13 07:57:31 +0200751 <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/>
752 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
753 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
754
755 <device Dname="ARMSC300">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100756 <processor Dcore="SC300" DcoreVersion="r0p1" Dfpu="NO_FPU" Dmpu="NO_MPU" Dendian="Configurable" Dclock="10000000"/>
Martin Günther89be6522016-05-13 07:57:31 +0200757 <compile header="Device/ARM/ARMSC300/Include/ARMSC300.h" define="ARMSC300"/>
758 </device>
759 </family>
760
761 <!-- ****************************** ARMv8-M Baseline ********************** -->
762 <family Dfamily="ARMv8-M Baseline" Dvendor="ARM:82">
763 <!--book name="Device/ARM/Documents/ARMv8MBL_dgug.pdf" title="ARMv8MBL Device Generic Users Guide"/-->
764 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100765Armv8-M Baseline based device with TrustZone
Martin Günther89be6522016-05-13 07:57:31 +0200766 </description>
GuentherMartind2a797d2018-07-17 11:53:21 +0200767 <!-- debug svd="Device/ARM/SVD/ARMv8MBL.svd"/ SVD files do not contain any peripheral -->
Joachim Krech7eb01292016-11-04 17:17:05 +0100768 <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/>
769 <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/>
Martin Günther89be6522016-05-13 07:57:31 +0200770 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
Joachim Krech7eb01292016-11-04 17:17:05 +0100771 <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/>
Martin Günther89be6522016-05-13 07:57:31 +0200772 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
773
774 <device Dname="ARMv8MBL">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100775 <processor Dcore="ARMV8MBL" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/>
Martin Günther89be6522016-05-13 07:57:31 +0200776 <compile header="Device/ARM/ARMv8MBL/Include/ARMv8MBL.h" define="ARMv8MBL"/>
777 </device>
778 </family>
779
780 <!-- ****************************** ARMv8-M Mainline ****************************** -->
781 <family Dfamily="ARMv8-M Mainline" Dvendor="ARM:82">
782 <!--book name="Device/ARM/Documents/ARMv8MML_dgug.pdf" title="ARMv8MML Device Generic Users Guide"/-->
783 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100784Armv8-M Mainline based device with TrustZone
Martin Günther89be6522016-05-13 07:57:31 +0200785 </description>
GuentherMartind2a797d2018-07-17 11:53:21 +0200786 <!-- debug svd="Device/ARM/SVD/ARMv8MML.svd"/ SVD files do not contain any peripheral -->
Joachim Krech7eb01292016-11-04 17:17:05 +0100787 <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/>
788 <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/>
Martin Günther89be6522016-05-13 07:57:31 +0200789 <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/>
Joachim Krech7eb01292016-11-04 17:17:05 +0100790 <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/>
Martin Günther89be6522016-05-13 07:57:31 +0200791 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
792
793 <device Dname="ARMv8MML">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100794 <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 +0100795 <description>
796 no DSP Instructions, no Floating Point Unit, TrustZone
797 </description>
Martin Günther89be6522016-05-13 07:57:31 +0200798 <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML.h" define="ARMv8MML"/>
799 </device>
800
Martin Günther4a4e39c2016-11-03 11:47:02 +0100801 <device Dname="ARMv8MML_DSP">
802 <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 +0100803 <description>
804 DSP Instructions, no Floating Point Unit, TrustZone
805 </description>
Martin Günther3afee7b2016-11-03 13:25:14 +0100806 <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML_DSP.h" define="ARMv8MML_DSP"/>
Martin Günther4a4e39c2016-11-03 11:47:02 +0100807 </device>
808
Martin Günther89be6522016-05-13 07:57:31 +0200809 <device Dname="ARMv8MML_SP">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100810 <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 +0100811 <description>
812 no DSP Instructions, Single Precision Floating Point Unit, TrustZone
813 </description>
Martin Günther89be6522016-05-13 07:57:31 +0200814 <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML_SP.h" define="ARMv8MML_SP"/>
815 </device>
816
Martin Günther4a4e39c2016-11-03 11:47:02 +0100817 <device Dname="ARMv8MML_DSP_SP">
818 <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 +0100819 <description>
820 DSP Instructions, Single Precision Floating Point Unit, TrustZone
821 </description>
Martin Günther3afee7b2016-11-03 13:25:14 +0100822 <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML_DSP_SP.h" define="ARMv8MML_DSP_SP"/>
Martin Günther4a4e39c2016-11-03 11:47:02 +0100823 </device>
824
Martin Günther89be6522016-05-13 07:57:31 +0200825 <device Dname="ARMv8MML_DP">
Martin Günther4a4e39c2016-11-03 11:47:02 +0100826 <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 +0100827 <description>
828 no DSP Instructions, Double Precision Floating Point Unit, TrustZone
829 </description>
Martin Günther89be6522016-05-13 07:57:31 +0200830 <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML_DP.h" define="ARMv8MML_DP"/>
831 </device>
Martin Günther4a4e39c2016-11-03 11:47:02 +0100832
833 <device Dname="ARMv8MML_DSP_DP">
834 <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 +0100835 <description>
836 DSP Instructions, Double Precision Floating Point Unit, TrustZone
837 </description>
Martin Günther3afee7b2016-11-03 13:25:14 +0100838 <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML_DSP_DP.h" define="ARMv8MML_DSP_DP"/>
Martin Günther4a4e39c2016-11-03 11:47:02 +0100839 </device>
Martin Günther89be6522016-05-13 07:57:31 +0200840 </family>
Felix Johnny55034c62019-06-25 10:55:12 +0200841
Jonatan Antonic52cd622019-02-25 12:14:09 +0100842 <!-- ****************************** ARMv8.1-M Mainline ****************************** -->
843 <family Dfamily="ARMv8.1-M Mainline" Dvendor="ARM:82">
844 <!--book name="Device/ARM/Documents/ARMv8MML_dgug.pdf" title="ARMv8MML Device Generic Users Guide"/-->
845 <description>
Felix Johnny55034c62019-06-25 10:55:12 +0200846Armv8.1-M Mainline based device with TrustZone and MVE
Jonatan Antonic52cd622019-02-25 12:14:09 +0100847 </description>
848 <!-- <debug svd="Device/ARM/SVD/ARMv8MML.svd"/> -->
Jonatan Antoniae553b72019-05-06 16:29:20 +0200849 <memory id="IROM1" start="0x10000000" size="0x00200000" startup="1" default="1"/>
850 <memory id="IROM2" start="0x00000000" size="0x00200000" startup="0" default="0"/>
Jonatan Antoni3942a342019-05-07 10:36:06 +0200851 <memory id="IRAM1" start="0x30000000" size="0x00020000" init ="0" default="1"/>
852 <memory id="IRAM2" start="0x20000000" size="0x00020000" init ="0" default="0"/>
Jonatan Antonic52cd622019-02-25 12:14:09 +0100853 <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/-->
854
Felix Johnny55034c62019-06-25 10:55:12 +0200855
Jonatan Antonic52cd622019-02-25 12:14:09 +0100856 <device Dname="ARMv81MML_DSP_DP_MVE_FP">
857 <processor Dcore="ARMV81MML" DcoreVersion="r0p0" Dfpu="DP_FPU" Dmpu="MPU" Dmve="FP_MVE" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/>
858 <description>
859 Double Precision Vector Extensions, DSP Instructions, Double Precision Floating Point Unit, TrustZone
860 </description>
861 <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 +0200862 </device>
Jonatan Antonic52cd622019-02-25 12:14:09 +0100863 </family>
Martin Günther89be6522016-05-13 07:57:31 +0200864
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +0100865 <!-- ****************************** Cortex-A5 ****************************** -->
866 <family Dfamily="ARM Cortex A5" Dvendor="ARM:82">
867 <book name="http://infocenter.arm.com/help/topic/com.arm.doc.ddi0433c/index.html" title="Cortex-A5 Technical Reference Manual"/>
868 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100869The Arm Cortex-A5 processor is a high-performance, low-power, Arm macrocell with an L1 cache subsystem that provides full
870virtual memory capabilities. The Cortex-A5 processor implements the Armv7-A architecture profile and can execute 32-bit
871Arm 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 +0100872 </description>
Jonatan Antonif2884012017-08-29 16:59:49 +0200873
Daniel Brondanie4dbb8e2019-05-15 16:00:21 +0200874 <memory id="IROM1" start="0x00000000" size="0x04000000" startup="1" default="1"/> <!-- 64MB NOR -->
875 <memory id="IROM2" start="0x0C000000" size="0x04000000" startup="0" default="0"/> <!-- 64MB NOR -->
876 <memory id="IRAM1" start="0x14000000" size="0x02000000" init ="0" default="1"/> <!-- 32MB SRAM -->
877 <memory id="IRAM2" start="0x80000000" size="0x40000000" init ="0" default="0"/> <!-- 1GB DRAM -->
Jonatan Antonif2884012017-08-29 16:59:49 +0200878
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +0100879 <device Dname="ARMCA5">
Daniel Brondanie4dbb8e2019-05-15 16:00:21 +0200880 <processor Dcore="Cortex-A5" DcoreVersion="r0p1" Dfpu="DP_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="12000000"/>
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +0100881 <compile header="Device/ARM/ARMCA5/Include/ARMCA5.h" define="ARMCA5"/>
882 </device>
883 </family>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +0100884
Daniel Brondani0d4e4992017-02-23 09:26:46 +0100885 <!-- ****************************** Cortex-A7 ****************************** -->
886 <family Dfamily="ARM Cortex A7" Dvendor="ARM:82">
887 <book name="http://infocenter.arm.com/help/topic/com.arm.doc.ddi0464f/index.html" title="Cortex-A7 MPCore Technical Reference Manual"/>
888 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100889The Cortex-A7 MPCore processor is a high-performance, low-power processor that implements the Armv7-A architecture.
Jonatan Antoni90e5beb2017-11-06 16:30:23 +0100890The 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 +0100891an optional integrated GIC, and an optional L2 cache controller.
892 </description>
Jonatan Antonif2884012017-08-29 16:59:49 +0200893
Daniel Brondanie4dbb8e2019-05-15 16:00:21 +0200894 <memory id="IROM1" start="0x00000000" size="0x04000000" startup="1" default="1"/> <!-- 64MB NOR -->
895 <memory id="IROM2" start="0x0C000000" size="0x04000000" startup="0" default="0"/> <!-- 64MB NOR -->
896 <memory id="IRAM1" start="0x14000000" size="0x02000000" init ="0" default="1"/> <!-- 32MB SRAM -->
897 <memory id="IRAM2" start="0x80000000" size="0x40000000" init ="0" default="0"/> <!-- 1GB DRAM -->
Jonatan Antonif2884012017-08-29 16:59:49 +0200898
Daniel Brondani0d4e4992017-02-23 09:26:46 +0100899 <device Dname="ARMCA7">
Daniel Brondanie4dbb8e2019-05-15 16:00:21 +0200900 <processor Dcore="Cortex-A7" DcoreVersion="r0p5" Dfpu="DP_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="12000000"/>
Daniel Brondani0d4e4992017-02-23 09:26:46 +0100901 <compile header="Device/ARM/ARMCA7/Include/ARMCA7.h" define="ARMCA7"/>
902 </device>
903 </family>
904
905 <!-- ****************************** Cortex-A9 ****************************** -->
906 <family Dfamily="ARM Cortex A9" Dvendor="ARM:82">
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +0100907 <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 +0100908 <description>
Jonatan Antoni18cc96d2018-01-09 17:29:30 +0100909The Cortex-A9 processor is a high-performance, low-power, Arm macrocell with an L1 cache subsystem that provides full virtual memory capabilities.
910The 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 +0100911and 8-bit Java bytecodes in Jazelle state.
912 </description>
913
Daniel Brondanie4dbb8e2019-05-15 16:00:21 +0200914 <memory id="IROM1" start="0x00000000" size="0x04000000" startup="1" default="1"/> <!-- 64MB NOR -->
915 <memory id="IROM2" start="0x0C000000" size="0x04000000" startup="0" default="0"/> <!-- 64MB NOR -->
916 <memory id="IRAM1" start="0x14000000" size="0x02000000" init ="0" default="1"/> <!-- 32MB SRAM -->
917 <memory id="IRAM2" start="0x80000000" size="0x40000000" init ="0" default="0"/> <!-- 1GB DRAM -->
Jonatan Antonif2884012017-08-29 16:59:49 +0200918
Daniel Brondani0d4e4992017-02-23 09:26:46 +0100919 <device Dname="ARMCA9">
Daniel Brondanie4dbb8e2019-05-15 16:00:21 +0200920 <processor Dcore="Cortex-A9" DcoreVersion="r4p1" Dfpu="DP_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="12000000"/>
Daniel Brondani0d4e4992017-02-23 09:26:46 +0100921 <compile header="Device/ARM/ARMCA9/Include/ARMCA9.h" define="ARMCA9"/>
922 </device>
923 </family>
Martin Günther89be6522016-05-13 07:57:31 +0200924 </devices>
925
926
927 <apis>
Robert Rostohar6e5621b2017-06-09 12:55:56 +0200928 <!-- CMSIS Device API -->
Vladimir Umekc852bdd2017-07-03 09:19:47 +0200929 <api Cclass="Device" Cgroup="IRQ Controller" Capiversion="1.0.0" exclusive="1">
930 <description>Device interrupt controller interface</description>
931 <files>
932 <file category="header" name="CMSIS/Core_A/Include/irq_ctrl.h"/>
933 </files>
934 </api>
Robert Rostohare5b1c2d2017-11-28 15:48:26 +0100935 <api Cclass="Device" Cgroup="OS Tick" Capiversion="1.0.1" exclusive="1">
Robert Rostoharaeb6dd52017-06-09 14:17:43 +0200936 <description>RTOS Kernel system tick timer interface</description>
Robert Rostohar6e5621b2017-06-09 12:55:56 +0200937 <files>
938 <file category="header" name="CMSIS/RTOS2/Include/os_tick.h"/>
939 </files>
940 </api>
Martin Günther89be6522016-05-13 07:57:31 +0200941 <!-- CMSIS-RTOS API -->
Robert Rostohareff06772017-01-12 11:19:01 +0100942 <api Cclass="CMSIS" Cgroup="RTOS" Capiversion="1.0.0" exclusive="1">
Martin Günther89be6522016-05-13 07:57:31 +0200943 <description>CMSIS-RTOS API for Cortex-M, SC000, and SC300</description>
944 <files>
945 <file category="doc" name="CMSIS/Documentation/RTOS/html/index.html"/>
946 </files>
947 </api>
Robert Rostoharf7d60922018-06-18 13:43:04 +0200948 <api Cclass="CMSIS" Cgroup="RTOS2" Capiversion="2.1.3" exclusive="1">
Robert Rostohar4868c882016-07-01 23:10:03 +0200949 <description>CMSIS-RTOS API for Cortex-M, SC000, and SC300</description>
950 <files>
951 <file category="doc" name="CMSIS/Documentation/RTOS2/html/index.html"/>
Robert Rostohar0a364052017-01-25 12:35:54 +0100952 <file category="header" name="CMSIS/RTOS2/Include/cmsis_os2.h"/>
Robert Rostohar4868c882016-07-01 23:10:03 +0200953 </files>
954 </api>
Robert Rostohar9470b0b2017-06-09 09:38:31 +0200955 <!-- CMSIS Driver API -->
Robert Rostohar8d743c52020-01-24 13:04:51 +0100956 <api Cclass="CMSIS Driver" Cgroup="USART" Capiversion="2.4.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +0200957 <description>USART Driver API for Cortex-M</description>
958 <files>
959 <file category="doc" name="CMSIS/Documentation/Driver/html/group__usart__interface__gr.html" />
960 <file category="header" name="CMSIS/Driver/Include/Driver_USART.h" />
961 </files>
962 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +0100963 <api Cclass="CMSIS Driver" Cgroup="SPI" Capiversion="2.3.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +0200964 <description>SPI Driver API for Cortex-M</description>
965 <files>
966 <file category="doc" name="CMSIS/Documentation/Driver/html/group__spi__interface__gr.html" />
967 <file category="header" name="CMSIS/Driver/Include/Driver_SPI.h" />
968 </files>
969 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +0100970 <api Cclass="CMSIS Driver" Cgroup="SAI" Capiversion="1.2.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +0200971 <description>SAI Driver API for Cortex-M</description>
972 <files>
973 <file category="doc" name="CMSIS/Documentation/Driver/html/group__sai__interface__gr.html"/>
974 <file category="header" name="CMSIS/Driver/Include/Driver_SAI.h" />
975 </files>
976 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +0100977 <api Cclass="CMSIS Driver" Cgroup="I2C" Capiversion="2.4.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +0200978 <description>I2C Driver API for Cortex-M</description>
979 <files>
980 <file category="doc" name="CMSIS/Documentation/Driver/html/group__i2c__interface__gr.html"/>
981 <file category="header" name="CMSIS/Driver/Include/Driver_I2C.h" />
982 </files>
983 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +0100984 <api Cclass="CMSIS Driver" Cgroup="CAN" Capiversion="1.3.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +0200985 <description>CAN Driver API for Cortex-M</description>
986 <files>
987 <file category="doc" name="CMSIS/Documentation/Driver/html/group__can__interface__gr.html"/>
988 <file category="header" name="CMSIS/Driver/Include/Driver_CAN.h" />
989 </files>
990 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +0100991 <api Cclass="CMSIS Driver" Cgroup="Flash" Capiversion="2.3.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +0200992 <description>Flash Driver API for Cortex-M</description>
993 <files>
994 <file category="doc" name="CMSIS/Documentation/Driver/html/group__flash__interface__gr.html" />
995 <file category="header" name="CMSIS/Driver/Include/Driver_Flash.h" />
996 </files>
997 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +0100998 <api Cclass="CMSIS Driver" Cgroup="MCI" Capiversion="2.4.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +0200999 <description>MCI Driver API for Cortex-M</description>
1000 <files>
1001 <file category="doc" name="CMSIS/Documentation/Driver/html/group__mci__interface__gr.html" />
1002 <file category="header" name="CMSIS/Driver/Include/Driver_MCI.h" />
1003 </files>
1004 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +01001005 <api Cclass="CMSIS Driver" Cgroup="NAND" Capiversion="2.4.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +02001006 <description>NAND Flash Driver API for Cortex-M</description>
1007 <files>
1008 <file category="doc" name="CMSIS/Documentation/Driver/html/group__nand__interface__gr.html" />
1009 <file category="header" name="CMSIS/Driver/Include/Driver_NAND.h" />
1010 </files>
1011 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +01001012 <api Cclass="CMSIS Driver" Cgroup="Ethernet" Capiversion="2.2.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +02001013 <description>Ethernet MAC and PHY Driver API for Cortex-M</description>
1014 <files>
1015 <file category="doc" name="CMSIS/Documentation/Driver/html/group__eth__interface__gr.html" />
1016 <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" />
1017 <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" />
1018 </files>
1019 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +01001020 <api Cclass="CMSIS Driver" Cgroup="Ethernet MAC" Capiversion="2.2.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +02001021 <description>Ethernet MAC Driver API for Cortex-M</description>
1022 <files>
1023 <file category="doc" name="CMSIS/Documentation/Driver/html/group__eth__mac__interface__gr.html" />
1024 <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" />
1025 </files>
1026 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +01001027 <api Cclass="CMSIS Driver" Cgroup="Ethernet PHY" Capiversion="2.2.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +02001028 <description>Ethernet PHY Driver API for Cortex-M</description>
1029 <files>
1030 <file category="doc" name="CMSIS/Documentation/Driver/html/group__eth__phy__interface__gr.html" />
1031 <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" />
1032 </files>
1033 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +01001034 <api Cclass="CMSIS Driver" Cgroup="USB Device" Capiversion="2.3.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +02001035 <description>USB Device Driver API for Cortex-M</description>
1036 <files>
1037 <file category="doc" name="CMSIS/Documentation/Driver/html/group__usbd__interface__gr.html" />
1038 <file category="header" name="CMSIS/Driver/Include/Driver_USBD.h" />
1039 </files>
1040 </api>
Robert Rostohar8d743c52020-01-24 13:04:51 +01001041 <api Cclass="CMSIS Driver" Cgroup="USB Host" Capiversion="2.3.0" exclusive="0">
Martin Günther89be6522016-05-13 07:57:31 +02001042 <description>USB Host Driver API for Cortex-M</description>
1043 <files>
1044 <file category="doc" name="CMSIS/Documentation/Driver/html/group__usbh__interface__gr.html" />
1045 <file category="header" name="CMSIS/Driver/Include/Driver_USBH.h" />
1046 </files>
1047 </api>
Robert Rostohardae2f7c2020-01-24 14:37:40 +01001048 <api Cclass="CMSIS Driver" Cgroup="WiFi" Capiversion="1.1.0" exclusive="0">
Robert Rostohar688e5362019-02-14 10:37:45 +01001049 <description>WiFi driver</description>
1050 <files>
Robert Rostohar92eb2ea2020-03-23 12:48:04 +01001051 <file category="doc" name="CMSIS/Documentation/Driver/html/group__wifi__interface__gr.html" />
Joachim Krech22cc8f72019-03-15 17:55:09 +01001052 <file category="header" name="CMSIS/Driver/Include/Driver_WiFi.h" />
Robert Rostohar688e5362019-02-14 10:37:45 +01001053 </files>
1054 </api>
Robert Rostohar56cbb682020-03-19 13:31:52 +01001055 <api Cclass="CMSIS Driver" Cgroup="VIO" Capiversion="0.1.0" exclusive="1">
1056 <description>Virtual I/O</description>
1057 <files>
Robert Rostohar92eb2ea2020-03-23 12:48:04 +01001058 <file category="doc" name="CMSIS/Documentation/Driver/html/group__vio__interface__gr.html" />
Robert Rostohar56cbb682020-03-19 13:31:52 +01001059 <file category="header" name="CMSIS/Driver/VIO/Include/cmsis_vio.h" />
Robert Rostohar92eb2ea2020-03-23 12:48:04 +01001060 <file category="other" name="CMSIS/Driver/VIO/cmsis_vio.scvd" />
Robert Rostohar56cbb682020-03-19 13:31:52 +01001061 </files>
1062 </api>
Martin Günther89be6522016-05-13 07:57:31 +02001063 </apis>
1064
1065 <!-- conditions are dependency rules that can apply to a component or an individual file -->
1066 <conditions>
Martin Günther4ed87812016-10-27 15:29:12 +02001067 <!-- compiler -->
Daniel Brondani7bfe5d02017-04-13 15:56:17 +02001068 <condition id="ARMCC6">
Robert Rostoharff9fa5b2017-04-19 11:55:58 +02001069 <accept Tcompiler="ARMCC" Toptions="AC6"/>
1070 <accept Tcompiler="ARMCC" Toptions="AC6LTO"/>
Daniel Brondani7bfe5d02017-04-13 15:56:17 +02001071 </condition>
Jonatan Antonic34d5322017-04-25 09:32:40 +02001072 <condition id="ARMCC5">
Daniel Brondani7bfe5d02017-04-13 15:56:17 +02001073 <require Tcompiler="ARMCC" Toptions="AC5"/>
Martin Günther89be6522016-05-13 07:57:31 +02001074 </condition>
Jonatan Antonic34d5322017-04-25 09:32:40 +02001075 <condition id="ARMCC">
1076 <require Tcompiler="ARMCC"/>
1077 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001078 <condition id="GCC">
1079 <require Tcompiler="GCC"/>
1080 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001081 <condition id="IAR">
1082 <require Tcompiler="IAR"/>
1083 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001084 <condition id="ARMCC GCC">
1085 <accept Tcompiler="ARMCC"/>
1086 <accept Tcompiler="GCC"/>
1087 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001088 <condition id="ARMCC GCC IAR">
1089 <accept Tcompiler="ARMCC"/>
1090 <accept Tcompiler="GCC"/>
1091 <accept Tcompiler="IAR"/>
1092 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001093
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001094 <!-- Arm architecture -->
Martin Günther4ed87812016-10-27 15:29:12 +02001095 <condition id="ARMv6-M Device">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001096 <description>Armv6-M architecture based device</description>
Martin Günther89be6522016-05-13 07:57:31 +02001097 <accept Dcore="Cortex-M0"/>
GuentherMartina3a6af22018-07-23 08:36:37 +02001098 <accept Dcore="Cortex-M1"/>
Martin Günther89be6522016-05-13 07:57:31 +02001099 <accept Dcore="Cortex-M0+"/>
Martin Günther4ed87812016-10-27 15:29:12 +02001100 <accept Dcore="SC000"/>
1101 </condition>
1102 <condition id="ARMv7-M Device">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001103 <description>Armv7-M architecture based device</description>
Martin Günther89be6522016-05-13 07:57:31 +02001104 <accept Dcore="Cortex-M3"/>
1105 <accept Dcore="Cortex-M4"/>
1106 <accept Dcore="Cortex-M7"/>
Martin Günther89be6522016-05-13 07:57:31 +02001107 <accept Dcore="SC300"/>
1108 </condition>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001109 <condition id="ARMv8-MBL Device">
1110 <description>Armv8-M base line architecture based device</description>
Christopher Seidl2e8b8142016-10-25 16:29:05 +02001111 <accept Dcore="ARMV8MBL"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001112 <accept Dcore="Cortex-M23"/>
1113 </condition>
1114 <condition id="ARMv8-MML Device">
1115 <description>Armv8-M main line architecture based device</description>
Christopher Seidl2e8b8142016-10-25 16:29:05 +02001116 <accept Dcore="ARMV8MML"/>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001117 <accept Dcore="Cortex-M33"/>
GuentherMartinec9419c2018-09-04 10:03:24 +02001118 <accept Dcore="Cortex-M35P"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001119 <accept Dcore="Star-MC1"/>
1120 </condition>
Jonatan Antoni8eeca032022-04-19 14:18:44 +02001121 <condition id="ARMv81-MML Device">
1122 <description>Armv8.1-M main line architecture based device</description>
1123 <accept Dcore="ARMV81MML"/>
1124 <accept Dcore="Cortex-M55"/>
Jonatan Antonie197f782022-04-26 16:24:59 +02001125 <accept Dcore="Cortex-M85"/>
Jonatan Antoni8eeca032022-04-19 14:18:44 +02001126 </condition>
1127 <condition id="ARMv8x-MML Device">
1128 <description>Armv8-M/Armv8.1-M architecture based device</description>
1129 <accept condition="ARMv8-MML Device"/>
1130 <accept condition="ARMv81-MML Device"/>
1131 </condition>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001132 <condition id="ARMv8-M Device">
1133 <description>Armv8-M architecture based device</description>
1134 <accept condition="ARMv8-MBL Device"/>
1135 <accept condition="ARMv8-MML Device"/>
Jonatan Antoni8eeca032022-04-19 14:18:44 +02001136 <accept condition="ARMv81-MML Device"/>
Christopher Seidl2e8b8142016-10-25 16:29:05 +02001137 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001138 <condition id="ARMv6_7-M Device">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001139 <description>Armv6_7-M architecture based device</description>
Martin Günther4ed87812016-10-27 15:29:12 +02001140 <accept condition="ARMv6-M Device"/>
1141 <accept condition="ARMv7-M Device"/>
Martin Günther89be6522016-05-13 07:57:31 +02001142 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001143 <condition id="ARMv6_7_8-M Device">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001144 <description>Armv6_7_8-M architecture based device</description>
Martin Günther4ed87812016-10-27 15:29:12 +02001145 <accept condition="ARMv6-M Device"/>
1146 <accept condition="ARMv7-M Device"/>
1147 <accept condition="ARMv8-M Device"/>
Martin Günther89be6522016-05-13 07:57:31 +02001148 </condition>
Daniel Brondani0d4e4992017-02-23 09:26:46 +01001149 <condition id="ARMv7-A Device">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001150 <description>Armv7-A architecture based device</description>
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +01001151 <accept Dcore="Cortex-A5"/>
Daniel Brondani0d4e4992017-02-23 09:26:46 +01001152 <accept Dcore="Cortex-A7"/>
1153 <accept Dcore="Cortex-A9"/>
1154 </condition>
Martin Günther89be6522016-05-13 07:57:31 +02001155
Robert Rostohar76b9cab2020-03-18 08:49:55 +01001156 <condition id="TrustZone">
1157 <description>TrustZone</description>
1158 <require Dtz="TZ"/>
1159 </condition>
1160 <condition id="TZ Secure">
1161 <description>TrustZone (Secure)</description>
1162 <require Dtz="TZ"/>
1163 <require Dsecure="Secure"/>
1164 </condition>
1165 <condition id="TZ Non-secure">
1166 <description>TrustZone (Non-secure)</description>
1167 <require Dtz="TZ"/>
GuentherMartin09825bc2020-12-17 09:04:42 +01001168 <accept Dsecure="Non-secure"/>
1169 <accept Dsecure="TZ-disabled"/>
1170 </condition>
Robert Rostohar76b9cab2020-03-18 08:49:55 +01001171
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001172 <!-- Startup -->
1173 <condition id="Startup ARMCC6 Secure">
1174 <description>Startup files for Arm Compiler 6 targeting TrustZone secure mode</description>
Jonatan Antoni41e74d52017-04-21 14:42:00 +02001175 <require condition="ARMCC6"/>
GuentherMartin09825bc2020-12-17 09:04:42 +01001176 <require condition="TZ Secure"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001177 </condition>
1178 <condition id="Startup ARMCC6 Unsecure">
1179 <description>Startup files for Arm Compiler 6 targeting non-TrustZone or TrustZone non-secure mode</description>
GuentherMartin09825bc2020-12-17 09:04:42 +01001180 <require condition="ARMCC6"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001181 <deny condition="TZ Secure"/>
GuentherMartin09825bc2020-12-17 09:04:42 +01001182 </condition>
1183
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001184 <!-- CMSIS-Core -->
Martin Günther4ed87812016-10-27 15:29:12 +02001185 <condition id="ARMCM0 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001186 <description>Generic Arm Cortex-M0 device startup and depends on CMSIS Core</description>
Martin Günther4ed87812016-10-27 15:29:12 +02001187 <require Dvendor="ARM:82" Dname="ARMCM0"/>
1188 <require Cclass="CMSIS" Cgroup="CORE"/>
1189 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001190
1191 <condition id="ARMCM0+ CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001192 <description>Generic Arm Cortex-M0+ device startup and depends on CMSIS Core</description>
Jonatan Antonic4e9f462017-10-19 16:51:44 +02001193 <require Dvendor="ARM:82" Dname="ARMCM0P*"/>
Martin Günther4ed87812016-10-27 15:29:12 +02001194 <require Cclass="CMSIS" Cgroup="CORE"/>
1195 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001196
GuentherMartina3a6af22018-07-23 08:36:37 +02001197 <condition id="ARMCM1 CMSIS">
1198 <description>Generic Arm Cortex-M1 device startup and depends on CMSIS Core</description>
1199 <require Dvendor="ARM:82" Dname="ARMCM1"/>
1200 <require Cclass="CMSIS" Cgroup="CORE"/>
1201 </condition>
GuentherMartina3a6af22018-07-23 08:36:37 +02001202
Martin Günther4ed87812016-10-27 15:29:12 +02001203 <condition id="ARMCM3 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001204 <description>Generic Arm Cortex-M3 device startup and depends on CMSIS Core</description>
Martin Günther4ed87812016-10-27 15:29:12 +02001205 <require Dvendor="ARM:82" Dname="ARMCM3"/>
1206 <require Cclass="CMSIS" Cgroup="CORE"/>
1207 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001208
1209 <condition id="ARMCM4 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001210 <description>Generic Arm Cortex-M4 device startup and depends on CMSIS Core</description>
Martin Günther4ed87812016-10-27 15:29:12 +02001211 <require Dvendor="ARM:82" Dname="ARMCM4*"/>
1212 <require Cclass="CMSIS" Cgroup="CORE"/>
1213 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001214
1215 <condition id="ARMCM7 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001216 <description>Generic Arm Cortex-M7 device startup and depends on CMSIS Core</description>
Martin Günther4ed87812016-10-27 15:29:12 +02001217 <require Dvendor="ARM:82" Dname="ARMCM7*"/>
1218 <require Cclass="CMSIS" Cgroup="CORE"/>
1219 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001220
Martin Günther4a4e39c2016-11-03 11:47:02 +01001221 <condition id="ARMCM23 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001222 <description>Generic Arm Cortex-M23 device startup and depends on CMSIS Core</description>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001223 <require Dvendor="ARM:82" Dname="ARMCM23*"/>
1224 <require Cclass="CMSIS" Cgroup="CORE"/>
1225 </condition>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001226
1227 <condition id="ARMCM33 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001228 <description>Generic Arm Cortex-M33 device startup and depends on CMSIS Core</description>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001229 <require Dvendor="ARM:82" Dname="ARMCM33*"/>
1230 <require Cclass="CMSIS" Cgroup="CORE"/>
1231 </condition>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001232
GuentherMartinec9419c2018-09-04 10:03:24 +02001233 <condition id="ARMCM35P CMSIS">
1234 <description>Generic Arm Cortex-M35P device startup and depends on CMSIS Core</description>
1235 <require Dvendor="ARM:82" Dname="ARMCM35P*"/>
1236 <require Cclass="CMSIS" Cgroup="CORE"/>
1237 </condition>
GuentherMartinec9419c2018-09-04 10:03:24 +02001238
GuentherMartinbd8a0f12020-02-20 10:42:53 +01001239 <condition id="ARMCM55 CMSIS">
1240 <description>Generic Arm Cortex-M55 device startup and depends on CMSIS Core</description>
1241 <require Dvendor="ARM:82" Dname="ARMCM55*"/>
1242 <require Cclass="CMSIS" Cgroup="CORE"/>
1243 </condition>
1244
Jonatan Antonie197f782022-04-26 16:24:59 +02001245 <condition id="ARMCM85 CMSIS">
1246 <description>Generic Arm Cortex-M85 device startup and depends on CMSIS Core</description>
1247 <require Dvendor="ARM:82" Dname="ARMCM85*"/>
1248 <require Cclass="CMSIS" Cgroup="CORE"/>
1249 </condition>
1250
Martin Günther4ed87812016-10-27 15:29:12 +02001251 <condition id="ARMSC000 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001252 <description>Generic Arm SC000 device startup and depends on CMSIS Core</description>
Martin Günther4ed87812016-10-27 15:29:12 +02001253 <require Dvendor="ARM:82" Dname="ARMSC000"/>
1254 <require Cclass="CMSIS" Cgroup="CORE"/>
1255 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001256
1257 <condition id="ARMSC300 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001258 <description>Generic Arm SC300 device startup and depends on CMSIS Core</description>
Martin Günther4ed87812016-10-27 15:29:12 +02001259 <require Dvendor="ARM:82" Dname="ARMSC300"/>
1260 <require Cclass="CMSIS" Cgroup="CORE"/>
1261 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001262
1263 <condition id="ARMv8MBL CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001264 <description>Generic Armv8-M Baseline device startup and depends on CMSIS Core</description>
Martin Günther4ed87812016-10-27 15:29:12 +02001265 <require Dvendor="ARM:82" Dname="ARMv8MBL"/>
1266 <require Cclass="CMSIS" Cgroup="CORE"/>
1267 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001268
1269 <condition id="ARMv8MML CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001270 <description>Generic Armv8-M Mainline device startup and depends on CMSIS Core</description>
Martin Günther4ed87812016-10-27 15:29:12 +02001271 <require Dvendor="ARM:82" Dname="ARMv8MML*"/>
1272 <require Cclass="CMSIS" Cgroup="CORE"/>
1273 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001274
Jonatan Antonic52cd622019-02-25 12:14:09 +01001275 <condition id="ARMv81MML CMSIS">
1276 <description>Generic Armv8.1-M Mainline device startup and depends on CMSIS Core</description>
1277 <require Dvendor="ARM:82" Dname="ARMv81MML*"/>
1278 <require Cclass="CMSIS" Cgroup="CORE"/>
1279 </condition>
1280
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +01001281 <condition id="ARMCA5 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001282 <description>Generic Arm Cortex-A5 device startup and depends on CMSIS Core</description>
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +01001283 <require Dvendor="ARM:82" Dname="ARMCA5"/>
1284 <require Cclass="CMSIS" Cgroup="CORE"/>
1285 </condition>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01001286
Daniel Brondani0d4e4992017-02-23 09:26:46 +01001287 <condition id="ARMCA7 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001288 <description>Generic Arm Cortex-A7 device startup and depends on CMSIS Core</description>
Daniel Brondani0d4e4992017-02-23 09:26:46 +01001289 <require Dvendor="ARM:82" Dname="ARMCA7"/>
1290 <require Cclass="CMSIS" Cgroup="CORE"/>
1291 </condition>
1292
1293 <condition id="ARMCA9 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001294 <description>Generic Arm Cortex-A9 device startup and depends on CMSIS Core</description>
Daniel Brondani0d4e4992017-02-23 09:26:46 +01001295 <require Dvendor="ARM:82" Dname="ARMCA9"/>
1296 <require Cclass="CMSIS" Cgroup="CORE"/>
1297 </condition>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01001298
Robert Rostohar014b5542016-10-26 11:12:01 +02001299 <!-- CMSIS DSP -->
1300 <condition id="CMSIS DSP">
Martin Güntherceee6862017-02-02 14:14:34 +01001301 <description>Components required for DSP</description>
1302 <require condition="ARMv6_7_8-M Device"/>
TTornblom3ff89062018-03-08 11:32:29 +01001303 <require condition="ARMCC GCC IAR"/>
Martin Güntherceee6862017-02-02 14:14:34 +01001304 <require Cclass="CMSIS" Cgroup="CORE"/>
Robert Rostohar014b5542016-10-26 11:12:01 +02001305 </condition>
GuentherMartina3a6af22018-07-23 08:36:37 +02001306
Jonatan Antonia67f5552018-01-18 15:22:46 +01001307 <!-- CMSIS NN -->
1308 <condition id="CMSIS NN">
1309 <description>Components required for NN</description>
Jonatan Antoni63267632019-12-09 12:58:41 +01001310 <require Cclass="CMSIS" Cgroup="DSP"/>
Jonatan Antonia67f5552018-01-18 15:22:46 +01001311 </condition>
GuentherMartina3a6af22018-07-23 08:36:37 +02001312
Robert Rostohar014b5542016-10-26 11:12:01 +02001313 <!-- RTOS RTX -->
Robert Rostoharef8c22c2016-09-23 16:12:18 +02001314 <condition id="RTOS RTX">
Robert Rostohar1e9866f2016-07-06 22:19:58 +02001315 <description>Components required for RTOS RTX</description>
Martin Günther4ed87812016-10-27 15:29:12 +02001316 <require condition="ARMv6_7-M Device"/>
1317 <require condition="ARMCC GCC IAR"/>
Robert Rostohar4868c882016-07-01 23:10:03 +02001318 <require Cclass="Device" Cgroup="Startup"/>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02001319 <deny Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5"/>
Robert Rostohar4868c882016-07-01 23:10:03 +02001320 </condition>
Robert Rostohar2e05f3b2017-09-05 11:08:05 +02001321 <condition id="RTOS RTX IFX">
1322 <description>Components required for RTOS RTX IFX</description>
1323 <require condition="ARMv6_7-M Device"/>
1324 <require condition="ARMCC GCC IAR"/>
1325 <require Dvendor="Infineon:7" Dname="XMC4*"/>
1326 <require Cclass="Device" Cgroup="Startup"/>
1327 <deny Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5"/>
1328 </condition>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02001329 <condition id="RTOS RTX5">
Robert Rostohar1e9866f2016-07-06 22:19:58 +02001330 <description>Components required for RTOS RTX5</description>
Martin Günther4ed87812016-10-27 15:29:12 +02001331 <require condition="ARMv6_7_8-M Device"/>
Robert Rostohar0695d882016-12-20 12:26:34 +01001332 <require condition="ARMCC GCC IAR"/>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02001333 <require Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5"/>
Robert Rostohar1e9866f2016-07-06 22:19:58 +02001334 </condition>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02001335 <condition id="RTOS2 RTX5">
Robert Rostohar1e9866f2016-07-06 22:19:58 +02001336 <description>Components required for RTOS2 RTX5</description>
Robert Rostohardcfd4322017-06-09 13:11:57 +02001337 <require condition="ARMv6_7_8-M Device"/>
Robert Rostoharff9fa5b2017-04-19 11:55:58 +02001338 <require condition="ARMCC GCC IAR"/>
1339 <require Cclass="CMSIS" Cgroup="CORE"/>
1340 <require Cclass="Device" Cgroup="Startup"/>
1341 </condition>
Robert Rostohardcfd4322017-06-09 13:11:57 +02001342 <condition id="RTOS2 RTX5 v7-A">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001343 <description>Components required for RTOS2 RTX5 on Armv7-A</description>
Robert Rostohardcfd4322017-06-09 13:11:57 +02001344 <require condition="ARMv7-A Device"/>
1345 <require condition="ARMCC GCC IAR"/>
1346 <require Cclass="CMSIS" Cgroup="CORE"/>
1347 <require Cclass="Device" Cgroup="Startup"/>
1348 <require Cclass="Device" Cgroup="OS Tick"/>
Vladimir Umekc852bdd2017-07-03 09:19:47 +02001349 <require Cclass="Device" Cgroup="IRQ Controller"/>
Robert Rostohardcfd4322017-06-09 13:11:57 +02001350 </condition>
Martin Günther4ed87812016-10-27 15:29:12 +02001351 <condition id="RTOS2 RTX5 NS">
1352 <description>Components required for RTOS2 RTX5 in Non-Secure Domain</description>
Robert Rostohar76b9cab2020-03-18 08:49:55 +01001353 <require condition="ARMv8-M Device"/>
1354 <require condition="TZ Non-secure"/>
Jonatan Antoni65d89742017-11-08 11:28:47 +01001355 <require condition="ARMCC GCC IAR"/>
Martin Günther4ed87812016-10-27 15:29:12 +02001356 <require Cclass="CMSIS" Cgroup="CORE"/>
1357 <require Cclass="Device" Cgroup="Startup"/>
Robert Rostohar014b5542016-10-26 11:12:01 +02001358 </condition>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01001359
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001360 <condition id="ARMCC ARMv6-M LE">
1361 <description>Arm Compiler for Armv6-M architecture (little endian)</description>
1362 <require condition="ARMCC"/>
1363 <require condition="ARMv6-M Device"/>
1364 <require Dendian="Little-endian"/>
1365 </condition>
1366 <condition id="ARMCC ARMv6-M BE">
1367 <description>Arm Compiler for Armv6-M architecture (big endian)</description>
1368 <require condition="ARMCC"/>
1369 <require condition="ARMv6-M Device"/>
1370 <require Dendian="Big-endian"/>
1371 </condition>
1372 <condition id="ARMCC ARMv7-M NOFP LE">
1373 <description>Arm Compiler for Armv7-M architecture without FPU (little endian)</description>
1374 <require condition="ARMCC"/>
1375 <require condition="ARMv7-M Device"/>
1376 <require Dendian="Little-endian"/>
1377 <require Dfpu="NO_FPU"/>
1378 </condition>
1379 <condition id="ARMCC ARMv7-M NOFP BE">
1380 <description>Arm Compiler for Armv7-M architecture without FPU (big endian)</description>
1381 <require condition="ARMCC"/>
1382 <require condition="ARMv7-M Device"/>
1383 <require Dendian="Big-endian"/>
1384 <require Dfpu="NO_FPU"/>
1385 </condition>
1386 <condition id="ARMCC ARMv7-M FP LE">
1387 <description>Arm Compiler for Armv7-M architecture with FPU (little endian)</description>
1388 <require condition="ARMCC"/>
1389 <require condition="ARMv7-M Device"/>
1390 <require Dendian="Little-endian"/>
1391 <accept Dfpu="SP_FPU"/>
1392 <accept Dfpu="DP_FPU"/>
1393 </condition>
1394 <condition id="ARMCC ARMv7-M FP BE">
1395 <description>Arm Compiler for Armv7-M architecture with FPU (big endian)</description>
1396 <require condition="ARMCC"/>
1397 <require condition="ARMv7-M Device"/>
1398 <require Dendian="Big-endian"/>
1399 <accept Dfpu="SP_FPU"/>
1400 <accept Dfpu="DP_FPU"/>
1401 </condition>
1402 <condition id="ARMCC ARMv8-MBL LE">
1403 <description>Arm Compiler for Armv8-M base line architecture (little endian)</description>
1404 <require condition="ARMCC"/>
1405 <require condition="ARMv8-MBL Device"/>
1406 <require Dendian="Little-endian"/>
1407 </condition>
1408 <condition id="ARMCC ARMv8-MML NOFP LE">
Jonatan Antoni8eeca032022-04-19 14:18:44 +02001409 <description>Arm Compiler for Armv8-M/Armv8.1-M main line architecture without FPU/MVE (little endian)</description>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001410 <require condition="ARMCC"/>
Jonatan Antoni8eeca032022-04-19 14:18:44 +02001411 <require condition="ARMv8x-MML Device"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001412 <require Dendian="Little-endian"/>
1413 <require Dfpu="NO_FPU"/>
1414 <require Dmve="NO_MVE"/>
1415 </condition>
1416 <condition id="ARMCC ARMv8-MML FP LE">
Jonatan Antoni8eeca032022-04-19 14:18:44 +02001417 <description>Arm Compiler for Armv8-M/Armv8.1-M main line architecture with FPU/MVE (little endian)</description>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001418 <require condition="ARMCC"/>
Jonatan Antoni8eeca032022-04-19 14:18:44 +02001419 <require condition="ARMv8x-MML Device"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001420 <require Dendian="Little-endian"/>
1421 <accept Dfpu="SP_FPU"/>
1422 <accept Dfpu="DP_FPU"/>
1423 <accept Dmve="MVE"/>
1424 <accept Dmve="FP_MVE"/>
1425 </condition>
1426
1427 <condition id="GCC ARMv6-M LE">
1428 <description>GNU Compiler for Armv6-M architecture (little endian)</description>
1429 <require condition="GCC"/>
1430 <require condition="ARMv6-M Device"/>
1431 <require Dendian="Little-endian"/>
1432 </condition>
1433 <condition id="GCC ARMv6-M BE">
1434 <description>GNU Compiler for Armv6-M architecture (big endian)</description>
1435 <require condition="GCC"/>
1436 <require condition="ARMv6-M Device"/>
1437 <require Dendian="Big-endian"/>
1438 </condition>
1439 <condition id="GCC ARMv7-M NOFP LE">
1440 <description>GNU Compiler for Armv7-M architecture without FPU (little endian)</description>
1441 <require condition="GCC"/>
1442 <require condition="ARMv7-M Device"/>
1443 <require Dendian="Little-endian"/>
1444 <require Dfpu="NO_FPU"/>
1445 </condition>
1446 <condition id="GCC ARMv7-M NOFP BE">
1447 <description>GNU Compiler for Armv7-M architecture without FPU (big endian)</description>
1448 <require condition="GCC"/>
1449 <require condition="ARMv7-M Device"/>
1450 <require Dendian="Big-endian"/>
1451 <require Dfpu="NO_FPU"/>
1452 </condition>
1453 <condition id="GCC ARMv7-M FP LE">
1454 <description>GNU Compiler for Armv7-M architecture with FPU (little endian)</description>
1455 <require condition="GCC"/>
1456 <require condition="ARMv7-M Device"/>
1457 <require Dendian="Little-endian"/>
1458 <accept Dfpu="SP_FPU"/>
1459 <accept Dfpu="DP_FPU"/>
1460 </condition>
1461 <condition id="GCC ARMv7-M FP BE">
1462 <description>GNU Compiler for Armv7-M architecture with FPU (big endian)</description>
1463 <require condition="GCC"/>
1464 <require condition="ARMv7-M Device"/>
1465 <require Dendian="Big-endian"/>
1466 <accept Dfpu="SP_FPU"/>
1467 <accept Dfpu="DP_FPU"/>
1468 </condition>
1469 <condition id="GCC ARMv8-MBL LE">
1470 <description>GNU Compiler for Armv8-M base line architecture (little endian)</description>
1471 <require condition="GCC"/>
1472 <require condition="ARMv8-MBL Device"/>
1473 <require Dendian="Little-endian"/>
1474 </condition>
1475 <condition id="GCC ARMv8-MML NOFP LE">
Jonatan Antoni8eeca032022-04-19 14:18:44 +02001476 <description>GNU Compiler for Armv8-M/Armv8.1-M main line architecture without FPU/MVE (little endian)</description>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001477 <require condition="GCC"/>
Jonatan Antoni8eeca032022-04-19 14:18:44 +02001478 <require condition="ARMv8x-MML Device"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001479 <require Dendian="Little-endian"/>
1480 <require Dfpu="NO_FPU"/>
1481 <require Dmve="NO_MVE"/>
1482 </condition>
1483 <condition id="GCC ARMv8-MML FP LE">
Jonatan Antoni8eeca032022-04-19 14:18:44 +02001484 <description>GNU Compiler for Armv8-M/Armv8.1-M main line architecture with FPU/MVE (little endian)</description>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001485 <require condition="GCC"/>
Jonatan Antoni8eeca032022-04-19 14:18:44 +02001486 <require condition="ARMv8x-MML Device"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001487 <require Dendian="Little-endian"/>
1488 <accept Dfpu="SP_FPU"/>
1489 <accept Dfpu="DP_FPU"/>
1490 <accept Dmve="MVE"/>
1491 <accept Dmve="FP_MVE"/>
1492 </condition>
1493
1494 <condition id="IARCC ARMv6-M LE">
1495 <description>IAR Compiler for Armv6-M architecture (little endian)</description>
1496 <require condition="IAR"/>
1497 <require condition="ARMv6-M Device"/>
1498 <require Dendian="Little-endian"/>
1499 </condition>
1500 <condition id="IARCC ARMv6-M BE">
1501 <description>IAR Compiler for Armv6-M architecture (big endian)</description>
1502 <require condition="IAR"/>
1503 <require condition="ARMv6-M Device"/>
1504 <require Dendian="Big-endian"/>
1505 </condition>
1506 <condition id="IARCC ARMv7-M NOFP LE">
1507 <description>IAR Compiler for Armv7-M architecture without FPU (little endian)</description>
1508 <require condition="IAR"/>
1509 <require condition="ARMv7-M Device"/>
1510 <require Dendian="Little-endian"/>
1511 <require Dfpu="NO_FPU"/>
1512 </condition>
1513 <condition id="IARCC ARMv7-M NOFP BE">
1514 <description>IAR Compiler for Armv7-M architecture without FPU (big endian)</description>
1515 <require condition="IAR"/>
1516 <require condition="ARMv7-M Device"/>
1517 <require Dendian="Big-endian"/>
1518 <require Dfpu="NO_FPU"/>
1519 </condition>
1520 <condition id="IARCC ARMv7-M FP LE">
1521 <description>IAR Compiler for Armv7-M architecture with FPU (little endian)</description>
1522 <require condition="IAR"/>
1523 <require condition="ARMv7-M Device"/>
1524 <require Dendian="Little-endian"/>
1525 <accept Dfpu="SP_FPU"/>
1526 <accept Dfpu="DP_FPU"/>
1527 </condition>
1528 <condition id="IARCC ARMv7-M FP BE">
1529 <description>IAR Compiler for Armv7-M architecture with FPU (big endian)</description>
1530 <require condition="IAR"/>
1531 <require condition="ARMv7-M Device"/>
1532 <require Dendian="Big-endian"/>
1533 <accept Dfpu="SP_FPU"/>
1534 <accept Dfpu="DP_FPU"/>
1535 </condition>
1536 <condition id="IARCC ARMv8-MBL LE">
1537 <description>IAR Compiler for Armv8-M base line architecture (little endian)</description>
1538 <require condition="IAR"/>
1539 <require condition="ARMv8-MBL Device"/>
1540 <require Dendian="Little-endian"/>
1541 </condition>
1542 <condition id="IARCC ARMv8-MML NOFP LE">
Jonatan Antoni8eeca032022-04-19 14:18:44 +02001543 <description>IAR Compiler for Armv8-M main line architecture without FPU (little endian)</description>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001544 <require condition="IAR"/>
1545 <require condition="ARMv8-MML Device"/>
1546 <require Dendian="Little-endian"/>
1547 <require Dfpu="NO_FPU"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001548 </condition>
Jonatan Antoni8eeca032022-04-19 14:18:44 +02001549 <condition id="IARCC ARMv8-MML FP LE">
1550 <description>IAR Compiler for Armv8-M main line architecture with FPU (little endian)</description>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001551 <require condition="IAR"/>
1552 <require condition="ARMv8-MML Device"/>
1553 <require Dendian="Little-endian"/>
1554 <accept Dfpu="SP_FPU"/>
1555 <accept Dfpu="DP_FPU"/>
Jonatan Antoni8eeca032022-04-19 14:18:44 +02001556 </condition>
1557 <condition id="IARCC ARMv81-MML NOFP LE">
1558 <description>IAR Compiler for Armv8.1-M main line architecture without FPU/MVE (little endian)</description>
1559 <require condition="IAR"/>
1560 <require condition="ARMv81-MML Device"/>
1561 <require Dendian="Little-endian"/>
1562 <require Dfpu="NO_FPU"/>
1563 <require Dmve="NO_MVE"/>
1564 </condition>
1565 <condition id="IARCC ARMv81-MML FP LE">
1566 <description>IAR Compiler for Armv8.1-M main line architecture with FPU/MVE (little endian)</description>
1567 <require condition="IAR"/>
1568 <require condition="ARMv81-MML Device"/>
1569 <require Dendian="Little-endian"/>
1570 <accept Dfpu="SP_FPU"/>
1571 <accept Dfpu="DP_FPU"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001572 <accept Dmve="MVE"/>
1573 <accept Dmve="FP_MVE"/>
1574 </condition>
1575
1576 <condition id="ARMASM ARMv6-M">
1577 <description>Arm Assembler for Armv6-M architecture</description>
1578 <require condition="ARMCC5"/>
1579 <require condition="ARMv6-M Device"/>
1580 </condition>
1581 <condition id="GNUASM ARMv6-M">
1582 <description>GNU Assembler for Armv6-M architecture</description>
1583 <accept condition="ARMCC6"/>
1584 <accept condition="GCC"/>
1585 <require condition="ARMv6-M Device"/>
1586 </condition>
1587 <condition id="IARASM ARMv6-M">
1588 <description>IAR Assembler for Armv6-M architecture</description>
1589 <require condition="IAR"/>
1590 <require condition="ARMv6-M Device"/>
1591 </condition>
1592
1593 <condition id="ARMASM ARMv7-M">
1594 <description>Arm Assembler for Armv7-M architecture</description>
1595 <require condition="ARMCC5"/>
1596 <require condition="ARMv7-M Device"/>
1597 </condition>
1598 <condition id="GNUASM ARMv7-M">
1599 <description>GNU Assembler for Armv7-M architecture</description>
1600 <accept condition="ARMCC6"/>
1601 <accept condition="GCC"/>
1602 <require condition="ARMv7-M Device"/>
1603 </condition>
1604 <condition id="IARASM ARMv7-M">
1605 <description>IAR Assembler for Armv7-M architecture</description>
1606 <require condition="IAR"/>
1607 <require condition="ARMv7-M Device"/>
1608 </condition>
1609
1610 <condition id="GNUASM ARMv8-MBL">
1611 <description>GNU Assembler for Armv8-M base line architecture</description>
1612 <require condition="ARMCC GCC"/>
1613 <require condition="ARMv8-MBL Device"/>
1614 </condition>
1615 <condition id="GNUASM ARMv8-MML">
Jonatan Antoni8eeca032022-04-19 14:18:44 +02001616 <description>GNU Assembler for Armv8-M/Armv8.1-M main line architecture</description>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001617 <require condition="ARMCC GCC"/>
Jonatan Antoni8eeca032022-04-19 14:18:44 +02001618 <require condition="ARMv8x-MML Device"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001619 </condition>
1620 <condition id="IARASM ARMv8-MBL">
1621 <description>IAR Assembler for Armv8-M base line architecture</description>
1622 <require condition="IAR"/>
1623 <require condition="ARMv8-MBL Device"/>
1624 </condition>
1625 <condition id="IARASM ARMv8-MML">
1626 <description>IAR Assembler for Armv8-M main line architecture</description>
1627 <require condition="IAR"/>
Jonatan Antoni8eeca032022-04-19 14:18:44 +02001628 <require condition="ARMv8x-MML Device"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001629 </condition>
1630
1631 <condition id="ARMASM ARMv7-A">
1632 <description>Arm Assembler for Armv7-A architecture</description>
1633 <require condition="ARMCC5"/>
1634 <require condition="ARMv7-A Device"/>
1635 </condition>
1636 <condition id="GNUASM ARMv7-A">
1637 <description>GNU Assembler for Armv7-A architecture</description>
1638 <accept condition="ARMCC6"/>
1639 <accept condition="GCC"/>
1640 <require condition="ARMv7-A Device"/>
1641 </condition>
1642 <condition id="IARASM ARMv7-A">
1643 <description>IAR Assembler for Armv7-A architecture</description>
1644 <require condition="IAR"/>
1645 <require condition="ARMv7-A Device"/>
1646 </condition>
1647
Vladimir Umekc852bdd2017-07-03 09:19:47 +02001648 <!-- OS Tick -->
1649 <condition id="OS Tick PTIM">
1650 <description>Components required for OS Tick Private Timer</description>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001651 <accept Dcore="Cortex-A5"/>
1652 <accept Dcore="Cortex-A9"/>
Vladimir Umekc852bdd2017-07-03 09:19:47 +02001653 <require Cclass="Device" Cgroup="IRQ Controller"/>
1654 </condition>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02001655
Daniel Brondani650abfe2017-07-24 15:35:57 +02001656 <condition id="OS Tick GTIM">
1657 <description>Components required for OS Tick Generic Physical Timer</description>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001658 <accept Dcore="Cortex-A7"/>
Daniel Brondani650abfe2017-07-24 15:35:57 +02001659 <require Cclass="Device" Cgroup="IRQ Controller"/>
1660 </condition>
1661
Martin Günther89be6522016-05-13 07:57:31 +02001662 </conditions>
1663
1664 <components>
1665 <!-- CMSIS-Core component -->
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001666 <component Cclass="CMSIS" Cgroup="CORE" Cversion="5.6.0" condition="ARMv6_7_8-M Device" >
1667 <description>CMSIS-CORE for Cortex-M, SC000, SC300, Star-MC1, ARMv8-M, ARMv8.1-M</description>
Martin Günther89be6522016-05-13 07:57:31 +02001668 <files>
1669 <!-- CPU independent -->
1670 <file category="doc" name="CMSIS/Documentation/Core/html/index.html"/>
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02001671 <file category="include" name="CMSIS/Core/Include/"/>
Robert Rostohar76b9cab2020-03-18 08:49:55 +01001672 <file category="header" name="CMSIS/Core/Include/tz_context.h" condition="TrustZone"/>
Christopher Seidl2e8b8142016-10-25 16:29:05 +02001673 <!-- Code template -->
Robert Rostohar76b9cab2020-03-18 08:49:55 +01001674 <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"/>
1675 <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 +02001676 </files>
1677 </component>
Felix Johnny55034c62019-06-25 10:55:12 +02001678
Jonatan Antoni84b84be2021-05-20 17:13:06 +02001679 <component Cclass="CMSIS" Cgroup="CORE" Cversion="1.2.1" condition="ARMv7-A Device" >
Daniel Brondani0d4e4992017-02-23 09:26:46 +01001680 <description>CMSIS-CORE for Cortex-A</description>
1681 <files>
1682 <!-- CPU independent -->
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +01001683 <file category="doc" name="CMSIS/Documentation/Core_A/html/index.html"/>
brondanib6bdb2c2017-03-02 16:15:52 +01001684 <file category="include" name="CMSIS/Core_A/Include/"/>
Daniel Brondani0d4e4992017-02-23 09:26:46 +01001685 </files>
1686 </component>
1687
Martin Günther89be6522016-05-13 07:57:31 +02001688 <!-- CMSIS-Startup components -->
1689 <!-- Cortex-M0 -->
GuentherMartin09825bc2020-12-17 09:04:42 +01001690 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM0 CMSIS" isDefaultVariant="true">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001691 <description>System and Startup for Generic Arm Cortex-M0 device</description>
Martin Günther89be6522016-05-13 07:57:31 +02001692 <files>
1693 <!-- include folder / device header file -->
1694 <file category="header" name="Device/ARM/ARMCM0/Include/ARMCM0.h"/>
1695 <!-- startup / system file -->
GuentherMartin27e5b402020-03-31 15:42:58 +02001696 <file category="sourceC" name="Device/ARM/ARMCM0/Source/startup_ARMCM0.c" version="2.0.3" attr="config"/>
Jonatan Antoni7b269472019-05-20 17:28:51 +02001697 <file category="linkerScript" name="Device/ARM/ARMCM0/Source/ARM/ARMCM0_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/>
1698 <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 +02001699 <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 +02001700 <file category="sourceC" name="Device/ARM/ARMCM0/Source/system_ARMCM0.c" version="1.0.0" attr="config"/>
1701 </files>
1702 </component>
Jonatan Antoni09694d72019-11-18 16:10:45 +01001703 <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM0 CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02001704 <description>DEPRECATED: System and Startup for Generic Arm Cortex-M0 device</description>
1705 <files>
1706 <!-- include folder / device header file -->
1707 <file category="header" name="Device/ARM/ARMCM0/Include/ARMCM0.h"/>
1708 <!-- startup / system file -->
Jonatan Antoni617e7bd2019-07-23 14:24:11 +02001709 <file category="sourceAsm" name="Device/ARM/ARMCM0/Source/ARM/startup_ARMCM0.s" version="1.0.1" attr="config" condition="ARMCC"/>
GuentherMartin3329b0d2021-05-26 10:51:30 +02001710 <file category="sourceAsm" name="Device/ARM/ARMCM0/Source/GCC/startup_ARMCM0.S" version="2.2.0" attr="config" condition="GCC"/>
GuentherMartincfa07722020-08-04 08:38:28 +02001711 <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 +02001712 <file category="sourceAsm" name="Device/ARM/ARMCM0/Source/IAR/startup_ARMCM0.s" version="1.0.0" attr="config" condition="IAR"/>
1713 <file category="sourceC" name="Device/ARM/ARMCM0/Source/system_ARMCM0.c" version="1.0.0" attr="config"/>
1714 </files>
1715 </component>
Martin Günther89be6522016-05-13 07:57:31 +02001716
1717 <!-- Cortex-M0+ -->
GuentherMartin09825bc2020-12-17 09:04:42 +01001718 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM0+ CMSIS" isDefaultVariant="true">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001719 <description>System and Startup for Generic Arm Cortex-M0+ device</description>
Martin Günther89be6522016-05-13 07:57:31 +02001720 <files>
1721 <!-- include folder / device header file -->
1722 <file category="header" name="Device/ARM/ARMCM0plus/Include/ARMCM0plus.h"/>
1723 <!-- startup / system file -->
GuentherMartin27e5b402020-03-31 15:42:58 +02001724 <file category="sourceC" name="Device/ARM/ARMCM0plus/Source/startup_ARMCM0plus.c" version="2.0.3" attr="config"/>
Jonatan Antoni7b269472019-05-20 17:28:51 +02001725 <file category="linkerScript" name="Device/ARM/ARMCM0plus/Source/ARM/ARMCM0plus_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/>
1726 <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 +02001727 <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 +02001728 <file category="sourceC" name="Device/ARM/ARMCM0plus/Source/system_ARMCM0plus.c" version="1.0.0" attr="config"/>
1729 </files>
1730 </component>
Jonatan Antoni84b84be2021-05-20 17:13:06 +02001731 <component Cclass="Device" Cgroup="Startup" Cversion="1.3.0" condition="ARMCM0+ CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02001732 <description>DEPRECATED: System and Startup for Generic Arm Cortex-M0+ device</description>
1733 <files>
1734 <!-- include folder / device header file -->
1735 <file category="header" name="Device/ARM/ARMCM0plus/Include/ARMCM0plus.h"/>
1736 <!-- startup / system file -->
Jonatan Antoni617e7bd2019-07-23 14:24:11 +02001737 <file category="sourceAsm" name="Device/ARM/ARMCM0plus/Source/ARM/startup_ARMCM0plus.s" version="1.0.1" attr="config" condition="ARMCC"/>
GuentherMartin3329b0d2021-05-26 10:51:30 +02001738 <file category="sourceAsm" name="Device/ARM/ARMCM0plus/Source/GCC/startup_ARMCM0plus.S" version="2.2.0" attr="config" condition="GCC"/>
Jonatan Antoni84b84be2021-05-20 17:13:06 +02001739 <file category="linkerScript" name="Device/ARM/ARMCM0plus/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/>
Martin Günther89be6522016-05-13 07:57:31 +02001740 <file category="sourceAsm" name="Device/ARM/ARMCM0plus/Source/IAR/startup_ARMCM0plus.s" version="1.0.0" attr="config" condition="IAR"/>
1741 <file category="sourceC" name="Device/ARM/ARMCM0plus/Source/system_ARMCM0plus.c" version="1.0.0" attr="config"/>
1742 </files>
1743 </component>
Martin Günther89be6522016-05-13 07:57:31 +02001744
GuentherMartina3a6af22018-07-23 08:36:37 +02001745 <!-- Cortex-M1 -->
GuentherMartin09825bc2020-12-17 09:04:42 +01001746 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM1 CMSIS" isDefaultVariant="true">
GuentherMartina3a6af22018-07-23 08:36:37 +02001747 <description>System and Startup for Generic Arm Cortex-M1 device</description>
1748 <files>
1749 <!-- include folder / device header file -->
1750 <file category="header" name="Device/ARM/ARMCM1/Include/ARMCM1.h"/>
1751 <!-- startup / system file -->
GuentherMartin27e5b402020-03-31 15:42:58 +02001752 <file category="sourceC" name="Device/ARM/ARMCM1/Source/startup_ARMCM1.c" version="2.0.3" attr="config"/>
Jonatan Antoni7b269472019-05-20 17:28:51 +02001753 <file category="linkerScript" name="Device/ARM/ARMCM1/Source/ARM/ARMCM1_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/>
1754 <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 +02001755 <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 +02001756 <file category="sourceC" name="Device/ARM/ARMCM1/Source/system_ARMCM1.c" version="1.0.0" attr="config"/>
1757 </files>
1758 </component>
Jonatan Antoni09694d72019-11-18 16:10:45 +01001759 <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM1 CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02001760 <description>DEPRECATED: System and Startup for Generic Arm Cortex-M1 device</description>
1761 <files>
1762 <!-- include folder / device header file -->
1763 <file category="header" name="Device/ARM/ARMCM1/Include/ARMCM1.h"/>
1764 <!-- startup / system file -->
Jonatan Antoni617e7bd2019-07-23 14:24:11 +02001765 <file category="sourceAsm" name="Device/ARM/ARMCM1/Source/ARM/startup_ARMCM1.s" version="1.0.1" attr="config" condition="ARMCC"/>
GuentherMartin3329b0d2021-05-26 10:51:30 +02001766 <file category="sourceAsm" name="Device/ARM/ARMCM1/Source/GCC/startup_ARMCM1.S" version="2.2.0" attr="config" condition="GCC"/>
GuentherMartincfa07722020-08-04 08:38:28 +02001767 <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 +02001768 <file category="sourceAsm" name="Device/ARM/ARMCM1/Source/IAR/startup_ARMCM1.s" version="1.0.0" attr="config" condition="IAR"/>
1769 <file category="sourceC" name="Device/ARM/ARMCM1/Source/system_ARMCM1.c" version="1.0.0" attr="config"/>
1770 </files>
1771 </component>
GuentherMartina3a6af22018-07-23 08:36:37 +02001772
Martin Günther89be6522016-05-13 07:57:31 +02001773 <!-- Cortex-M3 -->
GuentherMartin09825bc2020-12-17 09:04:42 +01001774 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM3 CMSIS" isDefaultVariant="true">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001775 <description>System and Startup for Generic Arm Cortex-M3 device</description>
Martin Günther89be6522016-05-13 07:57:31 +02001776 <files>
1777 <!-- include folder / device header file -->
1778 <file category="header" name="Device/ARM/ARMCM3/Include/ARMCM3.h"/>
1779 <!-- startup / system file -->
GuentherMartin27e5b402020-03-31 15:42:58 +02001780 <file category="sourceC" name="Device/ARM/ARMCM3/Source/startup_ARMCM3.c" version="2.0.3" attr="config"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02001781 <file category="linkerScript" name="Device/ARM/ARMCM3/Source/ARM/ARMCM3_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/>
1782 <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 +02001783 <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 +01001784 <file category="sourceC" name="Device/ARM/ARMCM3/Source/system_ARMCM3.c" version="1.0.1" attr="config"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02001785 </files>
1786 </component>
Jonatan Antoni09694d72019-11-18 16:10:45 +01001787 <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM3 CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02001788 <description>DEPRECATED: System and Startup for Generic Arm Cortex-M3 device</description>
1789 <files>
1790 <!-- include folder / device header file -->
1791 <file category="header" name="Device/ARM/ARMCM3/Include/ARMCM3.h"/>
1792 <!-- startup / system file -->
Jonatan Antoni617e7bd2019-07-23 14:24:11 +02001793 <file category="sourceAsm" name="Device/ARM/ARMCM3/Source/ARM/startup_ARMCM3.s" version="1.0.1" attr="config" condition="ARMCC"/>
GuentherMartin3329b0d2021-05-26 10:51:30 +02001794 <file category="sourceAsm" name="Device/ARM/ARMCM3/Source/GCC/startup_ARMCM3.S" version="2.2.0" attr="config" condition="GCC"/>
GuentherMartincfa07722020-08-04 08:38:28 +02001795 <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 +02001796 <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 +01001797 <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 +02001798 </files>
1799 </component>
Martin Günther89be6522016-05-13 07:57:31 +02001800
1801 <!-- Cortex-M4 -->
GuentherMartin09825bc2020-12-17 09:04:42 +01001802 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM4 CMSIS" isDefaultVariant="true">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001803 <description>System and Startup for Generic Arm Cortex-M4 device</description>
Martin Günther89be6522016-05-13 07:57:31 +02001804 <files>
1805 <!-- include folder / device header file -->
1806 <file category="include" name="Device/ARM/ARMCM4/Include/"/>
1807 <!-- startup / system file -->
GuentherMartin27e5b402020-03-31 15:42:58 +02001808 <file category="sourceC" name="Device/ARM/ARMCM4/Source/startup_ARMCM4.c" version="2.0.3" attr="config"/>
Jonatan Antoni7b269472019-05-20 17:28:51 +02001809 <file category="linkerScript" name="Device/ARM/ARMCM4/Source/ARM/ARMCM4_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/>
1810 <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 +02001811 <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 +01001812 <file category="sourceC" name="Device/ARM/ARMCM4/Source/system_ARMCM4.c" version="1.0.1" attr="config"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02001813 </files>
1814 </component>
Jonatan Antoni09694d72019-11-18 16:10:45 +01001815 <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM4 CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02001816 <description>DEPRECATED: System and Startup for Generic Arm Cortex-M4 device</description>
1817 <files>
1818 <!-- include folder / device header file -->
1819 <file category="include" name="Device/ARM/ARMCM4/Include/"/>
1820 <!-- startup / system file -->
Jonatan Antoni617e7bd2019-07-23 14:24:11 +02001821 <file category="sourceAsm" name="Device/ARM/ARMCM4/Source/ARM/startup_ARMCM4.s" version="1.0.1" attr="config" condition="ARMCC"/>
GuentherMartin3329b0d2021-05-26 10:51:30 +02001822 <file category="sourceAsm" name="Device/ARM/ARMCM4/Source/GCC/startup_ARMCM4.S" version="2.2.0" attr="config" condition="GCC"/>
GuentherMartincfa07722020-08-04 08:38:28 +02001823 <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 +02001824 <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 +01001825 <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 +02001826 </files>
1827 </component>
Martin Günther89be6522016-05-13 07:57:31 +02001828
1829 <!-- Cortex-M7 -->
GuentherMartin09825bc2020-12-17 09:04:42 +01001830 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM7 CMSIS" isDefaultVariant="true">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001831 <description>System and Startup for Generic Arm Cortex-M7 device</description>
Martin Günther89be6522016-05-13 07:57:31 +02001832 <files>
1833 <!-- include folder / device header file -->
1834 <file category="include" name="Device/ARM/ARMCM7/Include/"/>
1835 <!-- startup / system file -->
GuentherMartin27e5b402020-03-31 15:42:58 +02001836 <file category="sourceC" name="Device/ARM/ARMCM7/Source/startup_ARMCM7.c" version="2.0.3" attr="config"/>
Jonatan Antoni7b269472019-05-20 17:28:51 +02001837 <file category="linkerScript" name="Device/ARM/ARMCM7/Source/ARM/ARMCM7_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/>
1838 <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 +02001839 <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 +01001840 <file category="sourceC" name="Device/ARM/ARMCM7/Source/system_ARMCM7.c" version="1.0.1" attr="config"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02001841 </files>
1842 </component>
Jonatan Antoni09694d72019-11-18 16:10:45 +01001843 <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM7 CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02001844 <description>DEPRECATED: System and Startup for Generic Arm Cortex-M7 device</description>
1845 <files>
1846 <!-- include folder / device header file -->
1847 <file category="include" name="Device/ARM/ARMCM7/Include/"/>
1848 <!-- startup / system file -->
Jonatan Antoni617e7bd2019-07-23 14:24:11 +02001849 <file category="sourceAsm" name="Device/ARM/ARMCM7/Source/ARM/startup_ARMCM7.s" version="1.0.1" attr="config" condition="ARMCC"/>
GuentherMartin3329b0d2021-05-26 10:51:30 +02001850 <file category="sourceAsm" name="Device/ARM/ARMCM7/Source/GCC/startup_ARMCM7.S" version="2.2.0" attr="config" condition="GCC"/>
GuentherMartincfa07722020-08-04 08:38:28 +02001851 <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 +02001852 <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 +01001853 <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 +02001854 </files>
1855 </component>
Martin Günther89be6522016-05-13 07:57:31 +02001856
Martin Günther4a4e39c2016-11-03 11:47:02 +01001857 <!-- Cortex-M23 -->
GuentherMartin09825bc2020-12-17 09:04:42 +01001858 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.1.0" condition="ARMCM23 CMSIS" isDefaultVariant="true">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001859 <description>System and Startup for Generic Arm Cortex-M23 device</description>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001860 <files>
1861 <!-- include folder / device header file -->
1862 <file category="include" name="Device/ARM/ARMCM23/Include/"/>
1863 <!-- startup / system file -->
GuentherMartin09825bc2020-12-17 09:04:42 +01001864 <file category="sourceC" name="Device/ARM/ARMCM23/Source/startup_ARMCM23.c" version="2.1.0" attr="config"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001865 <file category="linkerScript" name="Device/ARM/ARMCM23/Source/ARM/ARMCM23_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/>
1866 <file category="linkerScript" name="Device/ARM/ARMCM23/Source/ARM/ARMCM23_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/>
GuentherMartin09825bc2020-12-17 09:04:42 +01001867 <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 +01001868 <file category="sourceC" name="Device/ARM/ARMCM23/Source/system_ARMCM23.c" version="1.0.1" attr="config"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02001869 <!-- SAU configuration -->
Robert Rostohar76b9cab2020-03-18 08:49:55 +01001870 <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 +02001871 </files>
1872 </component>
GuentherMartin09825bc2020-12-17 09:04:42 +01001873 <component Cclass="Device" Cgroup="Startup" Cversion="1.2.0" condition="ARMCM23 CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02001874 <description>DEPRECATED: System and Startup for Generic Arm Cortex-M23 device</description>
1875 <files>
1876 <!-- include folder / device header file -->
1877 <file category="include" name="Device/ARM/ARMCM23/Include/"/>
1878 <!-- startup / system file -->
GuentherMartin8be93b92021-05-27 10:37:16 +02001879 <file category="sourceAsm" name="Device/ARM/ARMCM23/Source/ARM/startup_ARMCM23.S" version="2.0.0" attr="config" condition="ARMCC6"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001880 <file category="linkerScript" name="Device/ARM/ARMCM23/Source/ARM/ARMCM23_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/>
1881 <file category="linkerScript" name="Device/ARM/ARMCM23/Source/ARM/ARMCM23_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/>
GuentherMartin09825bc2020-12-17 09:04:42 +01001882 <file category="sourceAsm" name="Device/ARM/ARMCM23/Source/GCC/startup_ARMCM23.S" version="2.2.0" attr="config" condition="GCC"/>
1883 <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 +02001884 <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 +01001885 <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 +01001886 <!-- SAU configuration -->
Robert Rostohar76b9cab2020-03-18 08:49:55 +01001887 <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 +01001888 </files>
1889 </component>
1890
1891 <!-- Cortex-M33 -->
GuentherMartin09825bc2020-12-17 09:04:42 +01001892 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.1.0" condition="ARMCM33 CMSIS" isDefaultVariant="true">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001893 <description>System and Startup for Generic Arm Cortex-M33 device</description>
Martin Günther4a4e39c2016-11-03 11:47:02 +01001894 <files>
1895 <!-- include folder / device header file -->
1896 <file category="include" name="Device/ARM/ARMCM33/Include/"/>
1897 <!-- startup / system file -->
GuentherMartin09825bc2020-12-17 09:04:42 +01001898 <file category="sourceC" name="Device/ARM/ARMCM33/Source/startup_ARMCM33.c" version="2.1.0" attr="config"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001899 <file category="linkerScript" name="Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/>
1900 <file category="linkerScript" name="Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/>
GuentherMartin09825bc2020-12-17 09:04:42 +01001901 <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 +01001902 <file category="sourceC" name="Device/ARM/ARMCM33/Source/system_ARMCM33.c" version="1.0.1" attr="config"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02001903 <!-- SAU configuration -->
Robert Rostohar76b9cab2020-03-18 08:49:55 +01001904 <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 +02001905 </files>
1906 </component>
GuentherMartin09825bc2020-12-17 09:04:42 +01001907 <component Cclass="Device" Cgroup="Startup" Cversion="1.3.0" condition="ARMCM33 CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02001908 <description>DEPRECATED: System and Startup for Generic Arm Cortex-M33 device</description>
1909 <files>
1910 <!-- include folder / device header file -->
1911 <file category="include" name="Device/ARM/ARMCM33/Include/"/>
1912 <!-- startup / system file -->
GuentherMartin8be93b92021-05-27 10:37:16 +02001913 <file category="sourceAsm" name="Device/ARM/ARMCM33/Source/ARM/startup_ARMCM33.S" version="2.0.0" attr="config" condition="ARMCC6"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001914 <file category="linkerScript" name="Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/>
1915 <file category="linkerScript" name="Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/>
GuentherMartin3329b0d2021-05-26 10:51:30 +02001916 <file category="sourceAsm" name="Device/ARM/ARMCM33/Source/GCC/startup_ARMCM33.S" version="2.3.0" attr="config" condition="GCC"/>
GuentherMartin09825bc2020-12-17 09:04:42 +01001917 <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 +02001918 <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 +01001919 <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 +01001920 <!-- SAU configuration -->
Robert Rostohar76b9cab2020-03-18 08:49:55 +01001921 <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 +01001922 </files>
1923 </component>
1924
GuentherMartinec9419c2018-09-04 10:03:24 +02001925 <!-- Cortex-M35P -->
GuentherMartin09825bc2020-12-17 09:04:42 +01001926 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.1.0" condition="ARMCM35P CMSIS" isDefaultVariant="true">
GuentherMartinec9419c2018-09-04 10:03:24 +02001927 <description>System and Startup for Generic Arm Cortex-M35P device</description>
1928 <files>
1929 <!-- include folder / device header file -->
Jonatan Antoni6d82db62019-05-20 11:30:09 +02001930 <file category="include" name="Device/ARM/ARMCM35P/Include/"/>
1931 <!-- startup / system file -->
GuentherMartin09825bc2020-12-17 09:04:42 +01001932 <file category="sourceC" name="Device/ARM/ARMCM35P/Source/startup_ARMCM35P.c" version="2.1.0" attr="config"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001933 <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/ARM/ARMCM35P_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/>
1934 <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/ARM/ARMCM35P_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/>
GuentherMartin09825bc2020-12-17 09:04:42 +01001935 <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 +01001936 <file category="sourceC" name="Device/ARM/ARMCM35P/Source/system_ARMCM35P.c" version="1.0.1" attr="config"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02001937 <!-- SAU configuration -->
Robert Rostohar76b9cab2020-03-18 08:49:55 +01001938 <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 +02001939 </files>
1940 </component>
GuentherMartin09825bc2020-12-17 09:04:42 +01001941 <component Cclass="Device" Cgroup="Startup" Cversion="1.2.0" condition="ARMCM35P CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02001942 <description>DEPRECATED: System and Startup for Generic Arm Cortex-M35P device</description>
1943 <files>
1944 <!-- include folder / device header file -->
GuentherMartinec9419c2018-09-04 10:03:24 +02001945 <file category="include" name="Device/ARM/ARMCM35P/Include/"/>
1946 <!-- startup / system file -->
GuentherMartin8be93b92021-05-27 10:37:16 +02001947 <file category="sourceAsm" name="Device/ARM/ARMCM35P/Source/ARM/startup_ARMCM35P.S" version="2.0.0" attr="config" condition="ARMCC6"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001948 <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/ARM/ARMCM35P_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/>
1949 <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/ARM/ARMCM35P_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/>
GuentherMartin3329b0d2021-05-26 10:51:30 +02001950 <file category="sourceAsm" name="Device/ARM/ARMCM35P/Source/GCC/startup_ARMCM35P.S" version="1.3.0" attr="config" condition="GCC"/>
GuentherMartin09825bc2020-12-17 09:04:42 +01001951 <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 +02001952 <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 +01001953 <file category="sourceC" name="Device/ARM/ARMCM35P/Source/system_ARMCM35P.c" version="1.0.1" attr="config"/>
GuentherMartinec9419c2018-09-04 10:03:24 +02001954 <!-- SAU configuration -->
Robert Rostohar76b9cab2020-03-18 08:49:55 +01001955 <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 +02001956 </files>
1957 </component>
1958
GuentherMartinbd8a0f12020-02-20 10:42:53 +01001959 <!-- Cortex-M55 -->
GuentherMartin09825bc2020-12-17 09:04:42 +01001960 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="1.1.0" condition="ARMCM55 CMSIS" isDefaultVariant="true">
GuentherMartinbd8a0f12020-02-20 10:42:53 +01001961 <description>System and Startup for Generic Cortex-M55 device</description>
1962 <files>
1963 <!-- include folder / device header file -->
1964 <file category="include" name="Device/ARM/ARMCM55/Include/"/>
1965 <!-- startup / system file -->
GuentherMartin09825bc2020-12-17 09:04:42 +01001966 <file category="sourceC" name="Device/ARM/ARMCM55/Source/startup_ARMCM55.c" version="1.1.0" attr="config"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01001967 <file category="linkerScript" name="Device/ARM/ARMCM55/Source/ARM/ARMCM55_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/>
1968 <file category="linkerScript" name="Device/ARM/ARMCM55/Source/ARM/ARMCM55_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/>
GuentherMartin09825bc2020-12-17 09:04:42 +01001969 <file category="linkerScript" name="Device/ARM/ARMCM55/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/>
GuentherMartin53dc7aa2022-03-28 15:19:53 +02001970 <file category="sourceC" name="Device/ARM/ARMCM55/Source/system_ARMCM55.c" version="1.1.0" attr="config"/>
GuentherMartinbd8a0f12020-02-20 10:42:53 +01001971 <!-- SAU configuration -->
Robert Rostohar76b9cab2020-03-18 08:49:55 +01001972 <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 +01001973 </files>
1974 </component>
1975
Jonatan Antonie197f782022-04-26 16:24:59 +02001976 <!-- Cortex-M85 -->
1977 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="1.0.0" condition="ARMCM85 CMSIS" isDefaultVariant="true">
1978 <description>System and Startup for Generic Cortex-M85 device</description>
1979 <files>
1980 <!-- include folder / device header file -->
1981 <file category="include" name="Device/ARM/ARMCM85/Include/"/>
1982 <!-- startup / system file -->
1983 <file category="sourceC" name="Device/ARM/ARMCM85/Source/startup_ARMCM85.c" version="1.0.0" attr="config"/>
1984 <file category="linkerScript" name="Device/ARM/ARMCM85/Source/ARM/ARMCM85_ac6_s.sct" version="1.0.0" attr="config" condition="Startup ARMCC6 Secure"/>
1985 <file category="linkerScript" name="Device/ARM/ARMCM85/Source/ARM/ARMCM85_ac6.sct" version="1.0.0" attr="config" condition="Startup ARMCC6 Unsecure"/>
1986 <file category="linkerScript" name="Device/ARM/ARMCM85/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/>
1987 <file category="sourceC" name="Device/ARM/ARMCM85/Source/system_ARMCM85.c" version="1.0.0" attr="config"/>
1988 <!-- SAU configuration -->
1989 <file category="header" name="Device/ARM/ARMCM85/Include/Template/partition_ARMCM85.h" version="1.0.0" attr="config" condition="TZ Secure"/>
1990 </files>
1991 </component>
1992
Martin Günther89be6522016-05-13 07:57:31 +02001993 <!-- Cortex-SC000 -->
GuentherMartin09825bc2020-12-17 09:04:42 +01001994 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMSC000 CMSIS" isDefaultVariant="true">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01001995 <description>System and Startup for Generic Arm SC000 device</description>
Martin Günther89be6522016-05-13 07:57:31 +02001996 <files>
1997 <!-- include folder / device header file -->
1998 <file category="header" name="Device/ARM/ARMSC000/Include/ARMSC000.h"/>
1999 <!-- startup / system file -->
GuentherMartin27e5b402020-03-31 15:42:58 +02002000 <file category="sourceC" name="Device/ARM/ARMSC000/Source/startup_ARMSC000.c" version="2.0.3" attr="config"/>
Jonatan Antoni7b269472019-05-20 17:28:51 +02002001 <file category="linkerScript" name="Device/ARM/ARMSC000/Source/ARM/ARMSC000_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/>
2002 <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 +02002003 <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 +02002004 <file category="sourceC" name="Device/ARM/ARMSC000/Source/system_ARMSC000.c" version="1.0.0" attr="config"/>
2005 </files>
2006 </component>
Surendran Kanagaraj4f8b6252019-12-18 23:00:33 +05302007 <component Cclass="Device" Cgroup="Startup" Cversion="1.2.3" condition="ARMSC000 CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002008 <description>DEPRECATED: System and Startup for Generic Arm SC000 device</description>
2009 <files>
2010 <!-- include folder / device header file -->
2011 <file category="header" name="Device/ARM/ARMSC000/Include/ARMSC000.h"/>
2012 <!-- startup / system file -->
Jonatan Antoni617e7bd2019-07-23 14:24:11 +02002013 <file category="sourceAsm" name="Device/ARM/ARMSC000/Source/ARM/startup_ARMSC000.s" version="1.0.1" attr="config" condition="ARMCC"/>
GuentherMartin3329b0d2021-05-26 10:51:30 +02002014 <file category="sourceAsm" name="Device/ARM/ARMSC000/Source/GCC/startup_ARMSC000.S" version="2.2.0" attr="config" condition="GCC"/>
GuentherMartincfa07722020-08-04 08:38:28 +02002015 <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 +02002016 <file category="sourceAsm" name="Device/ARM/ARMSC000/Source/IAR/startup_ARMSC000.s" version="1.0.0" attr="config" condition="IAR"/>
2017 <file category="sourceC" name="Device/ARM/ARMSC000/Source/system_ARMSC000.c" version="1.0.0" attr="config"/>
2018 </files>
2019 </component>
Martin Günther89be6522016-05-13 07:57:31 +02002020
2021 <!-- Cortex-SC300 -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002022 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMSC300 CMSIS" isDefaultVariant="true">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002023 <description>System and Startup for Generic Arm SC300 device</description>
Martin Günther89be6522016-05-13 07:57:31 +02002024 <files>
2025 <!-- include folder / device header file -->
2026 <file category="header" name="Device/ARM/ARMSC300/Include/ARMSC300.h"/>
2027 <!-- startup / system file -->
GuentherMartin27e5b402020-03-31 15:42:58 +02002028 <file category="sourceC" name="Device/ARM/ARMSC300/Source/startup_ARMSC300.c" version="2.0.3" attr="config"/>
Jonatan Antoni7b269472019-05-20 17:28:51 +02002029 <file category="linkerScript" name="Device/ARM/ARMSC300/Source/ARM/ARMSC300_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/>
2030 <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 +02002031 <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 +01002032 <file category="sourceC" name="Device/ARM/ARMSC300/Source/system_ARMSC300.c" version="1.0.1" attr="config"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002033 </files>
2034 </component>
Surendran Kanagaraj4f8b6252019-12-18 23:00:33 +05302035 <component Cclass="Device" Cgroup="Startup" Cversion="1.2.3" condition="ARMSC300 CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002036 <description>DEPRECATED: System and Startup for Generic Arm SC300 device</description>
2037 <files>
2038 <!-- include folder / device header file -->
2039 <file category="header" name="Device/ARM/ARMSC300/Include/ARMSC300.h"/>
2040 <!-- startup / system file -->
Jonatan Antoni617e7bd2019-07-23 14:24:11 +02002041 <file category="sourceAsm" name="Device/ARM/ARMSC300/Source/ARM/startup_ARMSC300.s" version="1.0.1" attr="config" condition="ARMCC"/>
GuentherMartin3329b0d2021-05-26 10:51:30 +02002042 <file category="sourceAsm" name="Device/ARM/ARMSC300/Source/GCC/startup_ARMSC300.S" version="2.2.0" attr="config" condition="GCC"/>
GuentherMartincfa07722020-08-04 08:38:28 +02002043 <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 +02002044 <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 +01002045 <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 +02002046 </files>
2047 </component>
Martin Günther89be6522016-05-13 07:57:31 +02002048
2049 <!-- ARMv8MBL -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002050 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.1.0" condition="ARMv8MBL CMSIS" isDefaultVariant="true">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002051 <description>System and Startup for Generic Armv8-M Baseline device</description>
Martin Günther89be6522016-05-13 07:57:31 +02002052 <files>
2053 <!-- include folder / device header file -->
2054 <file category="include" name="Device/ARM/ARMv8MBL/Include/"/>
2055 <!-- startup / system file -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002056 <file category="sourceC" name="Device/ARM/ARMv8MBL/Source/startup_ARMv8MBL.c" version="2.1.0" attr="config"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01002057 <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/ARM/ARMv8MBL_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/>
2058 <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/ARM/ARMv8MBL_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/>
GuentherMartin09825bc2020-12-17 09:04:42 +01002059 <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 +01002060 <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 +02002061 <!-- SAU configuration -->
Robert Rostohar76b9cab2020-03-18 08:49:55 +01002062 <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 +02002063 </files>
2064 </component>
GuentherMartin09825bc2020-12-17 09:04:42 +01002065 <component Cclass="Device" Cgroup="Startup" Cversion="1.2.0" condition="ARMv8MBL CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002066 <description>DEPRECATED: System and Startup for Generic Armv8-M Baseline device</description>
2067 <files>
2068 <!-- include folder / device header file -->
2069 <file category="include" name="Device/ARM/ARMv8MBL/Include/"/>
2070 <!-- startup / system file -->
GuentherMartin8be93b92021-05-27 10:37:16 +02002071 <file category="sourceAsm" name="Device/ARM/ARMv8MBL/Source/ARM/startup_ARMv8MBL.S" version="2.0.0" attr="config" condition="ARMCC6"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01002072 <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/ARM/ARMv8MBL_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/>
2073 <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/ARM/ARMv8MBL_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/>
GuentherMartin09825bc2020-12-17 09:04:42 +01002074 <file category="sourceAsm" name="Device/ARM/ARMv8MBL/Source/GCC/startup_ARMv8MBL.S" version="2.2.0" attr="config" condition="GCC"/>
2075 <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 +01002076 <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 +02002077 <!-- SAU configuration -->
2078 <file category="header" name="Device/ARM/ARMv8MBL/Include/Template/partition_ARMv8MBL.h" version="1.0.0" attr="config"/>
2079 </files>
2080 </component>
Martin Günther89be6522016-05-13 07:57:31 +02002081
2082 <!-- ARMv8MML -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002083 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.1.0" condition="ARMv8MML CMSIS" isDefaultVariant="true">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002084 <description>System and Startup for Generic Armv8-M Mainline device</description>
Martin Günther89be6522016-05-13 07:57:31 +02002085 <files>
2086 <!-- include folder / device header file -->
2087 <file category="include" name="Device/ARM/ARMv8MML/Include/"/>
2088 <!-- startup / system file -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002089 <file category="sourceC" name="Device/ARM/ARMv8MML/Source/startup_ARMv8MML.c" version="2.1.0" attr="config"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01002090 <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/ARM/ARMv8MML_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/>
2091 <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/ARM/ARMv8MML_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/>
GuentherMartin09825bc2020-12-17 09:04:42 +01002092 <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 +01002093 <file category="sourceC" name="Device/ARM/ARMv8MML/Source/system_ARMv8MML.c" version="1.0.1" attr="config"/>
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002094 <!-- SAU configuration -->
Robert Rostohar76b9cab2020-03-18 08:49:55 +01002095 <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 +02002096 </files>
2097 </component>
GuentherMartin09825bc2020-12-17 09:04:42 +01002098 <component Cclass="Device" Cgroup="Startup" Cversion="1.3.0" condition="ARMv8MML CMSIS">
Jonatan Antoni6d82db62019-05-20 11:30:09 +02002099 <description>DEPRECATED: System and Startup for Generic Armv8-M Mainline device</description>
2100 <files>
2101 <!-- include folder / device header file -->
2102 <file category="include" name="Device/ARM/ARMv8MML/Include/"/>
2103 <!-- startup / system file -->
GuentherMartin8be93b92021-05-27 10:37:16 +02002104 <file category="sourceAsm" name="Device/ARM/ARMv8MML/Source/ARM/startup_ARMv8MML.S" version="2.0.0" attr="config" condition="ARMCC6"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01002105 <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/ARM/ARMv8MML_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/>
2106 <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/ARM/ARMv8MML_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/>
GuentherMartin3329b0d2021-05-26 10:51:30 +02002107 <file category="sourceAsm" name="Device/ARM/ARMv8MML/Source/GCC/startup_ARMv8MML.S" version="2.3.0" attr="config" condition="GCC"/>
GuentherMartin09825bc2020-12-17 09:04:42 +01002108 <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 +01002109 <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 +02002110 <!-- SAU configuration -->
Robert Rostohar76b9cab2020-03-18 08:49:55 +01002111 <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 +02002112 </files>
2113 </component>
Martin Günther89be6522016-05-13 07:57:31 +02002114
Jonatan Antonic52cd622019-02-25 12:14:09 +01002115 <!-- ARMv81MML -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002116 <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.2.0" condition="ARMv81MML CMSIS" isDefaultVariant="true">
Jonatan Antonic52cd622019-02-25 12:14:09 +01002117 <description>System and Startup for Generic Armv8.1-M Mainline device</description>
2118 <files>
2119 <!-- include folder / device header file -->
2120 <file category="include" name="Device/ARM/ARMv81MML/Include/"/>
2121 <!-- startup / system file -->
GuentherMartin09825bc2020-12-17 09:04:42 +01002122 <file category="sourceC" name="Device/ARM/ARMv81MML/Source/startup_ARMv81MML.c" version="2.1.0" attr="config"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01002123 <file category="linkerScript" name="Device/ARM/ARMv81MML/Source/ARM/ARMv81MML_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/>
2124 <file category="linkerScript" name="Device/ARM/ARMv81MML/Source/ARM/ARMv81MML_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/>
GuentherMartin09825bc2020-12-17 09:04:42 +01002125 <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 +01002126 <file category="sourceC" name="Device/ARM/ARMv81MML/Source/system_ARMv81MML.c" version="1.2.1" attr="config"/>
Jonatan Antonic52cd622019-02-25 12:14:09 +01002127 <!-- SAU configuration -->
Jonatan Antoni98185852020-03-20 12:35:39 +01002128 <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 +01002129 </files>
2130 </component>
Felix Johnny55034c62019-06-25 10:55:12 +02002131
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +01002132 <!-- Cortex-A5 -->
Jonatan Antoni84b84be2021-05-20 17:13:06 +02002133 <component Cclass="Device" Cgroup="Startup" Cversion="1.0.1" condition="ARMCA5 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002134 <description>System and Startup for Generic Arm Cortex-A5 device</description>
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +01002135 <files>
2136 <!-- include folder / device header file -->
2137 <file category="include" name="Device/ARM/ARMCA5/Include/"/>
2138 <!-- startup / system / mmu files -->
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01002139 <file category="sourceC" name="Device/ARM/ARMCA5/Source/AC5/startup_ARMCA5.c" version="1.0.0" attr="config" condition="ARMCC5"/>
2140 <file category="linkerScript" name="Device/ARM/ARMCA5/Source/AC5/ARMCA5.sct" version="1.0.0" attr="config" condition="ARMCC5"/>
Jonatan Antoni84b84be2021-05-20 17:13:06 +02002141 <file category="sourceC" name="Device/ARM/ARMCA5/Source/AC6/startup_ARMCA5.c" version="1.0.1" attr="config" condition="ARMCC6"/>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01002142 <file category="linkerScript" name="Device/ARM/ARMCA5/Source/AC6/ARMCA5.sct" version="1.0.0" attr="config" condition="ARMCC6"/>
Jonatan Antoni84b84be2021-05-20 17:13:06 +02002143 <file category="sourceC" name="Device/ARM/ARMCA5/Source/GCC/startup_ARMCA5.c" version="1.0.1" attr="config" condition="GCC"/>
Jonatan Antoni7e5e24f2017-09-12 16:40:22 +02002144 <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 +01002145 <file category="sourceAsm" name="Device/ARM/ARMCA5/Source/IAR/startup_ARMCA5.s" version="1.0.0" attr="config" condition="IAR"/>
2146 <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 +01002147 <file category="sourceC" name="Device/ARM/ARMCA5/Source/system_ARMCA5.c" version="1.0.1" attr="config"/>
Jonatan Antoni8530ed12019-07-03 14:10:35 +02002148 <file category="sourceC" name="Device/ARM/ARMCA5/Source/mmu_ARMCA5.c" version="1.2.0" attr="config"/>
Daniel Brondani8fc5c182019-05-15 16:11:43 +02002149 <file category="header" name="Device/ARM/ARMCA5/Config/system_ARMCA5.h" version="1.0.0" attr="config"/>
Jonatan Antoni8530ed12019-07-03 14:10:35 +02002150 <file category="header" name="Device/ARM/ARMCA5/Config/mem_ARMCA5.h" version="1.1.0" attr="config"/>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01002151
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +01002152 </files>
2153 </component>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01002154
Daniel Brondani0d4e4992017-02-23 09:26:46 +01002155 <!-- Cortex-A7 -->
Jonatan Antoni84b84be2021-05-20 17:13:06 +02002156 <component Cclass="Device" Cgroup="Startup" Cversion="1.0.1" condition="ARMCA7 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002157 <description>System and Startup for Generic Arm Cortex-A7 device</description>
Daniel Brondani0d4e4992017-02-23 09:26:46 +01002158 <files>
2159 <!-- include folder / device header file -->
Daniel Brondaniaabf1ab2017-03-17 10:02:30 +01002160 <file category="include" name="Device/ARM/ARMCA7/Include/"/>
Daniel Brondani0d4e4992017-02-23 09:26:46 +01002161 <!-- startup / system / mmu files -->
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01002162 <file category="sourceC" name="Device/ARM/ARMCA7/Source/AC5/startup_ARMCA7.c" version="1.0.0" attr="config" condition="ARMCC5"/>
2163 <file category="linkerScript" name="Device/ARM/ARMCA7/Source/AC5/ARMCA7.sct" version="1.0.0" attr="config" condition="ARMCC5"/>
Jonatan Antoni84b84be2021-05-20 17:13:06 +02002164 <file category="sourceC" name="Device/ARM/ARMCA7/Source/AC6/startup_ARMCA7.c" version="1.0.1" attr="config" condition="ARMCC6"/>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01002165 <file category="linkerScript" name="Device/ARM/ARMCA7/Source/AC6/ARMCA7.sct" version="1.0.0" attr="config" condition="ARMCC6"/>
Jonatan Antoni84b84be2021-05-20 17:13:06 +02002166 <file category="sourceC" name="Device/ARM/ARMCA7/Source/GCC/startup_ARMCA7.c" version="1.0.1" attr="config" condition="GCC"/>
Jonatan Antoni7e5e24f2017-09-12 16:40:22 +02002167 <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 +01002168 <file category="sourceAsm" name="Device/ARM/ARMCA7/Source/IAR/startup_ARMCA7.s" version="1.0.0" attr="config" condition="IAR"/>
2169 <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 +01002170 <file category="sourceC" name="Device/ARM/ARMCA7/Source/system_ARMCA7.c" version="1.0.1" attr="config"/>
Jonatan Antoni8530ed12019-07-03 14:10:35 +02002171 <file category="sourceC" name="Device/ARM/ARMCA7/Source/mmu_ARMCA7.c" version="1.2.0" attr="config"/>
Daniel Brondani8fc5c182019-05-15 16:11:43 +02002172 <file category="header" name="Device/ARM/ARMCA7/Config/system_ARMCA7.h" version="1.0.0" attr="config"/>
Jonatan Antoni8530ed12019-07-03 14:10:35 +02002173 <file category="header" name="Device/ARM/ARMCA7/Config/mem_ARMCA7.h" version="1.1.0" attr="config"/>
Daniel Brondani0d4e4992017-02-23 09:26:46 +01002174 </files>
2175 </component>
2176
2177 <!-- Cortex-A9 -->
Jonatan Antoni84b84be2021-05-20 17:13:06 +02002178 <component Cclass="Device" Cgroup="Startup" Cversion="1.0.2" condition="ARMCA9 CMSIS">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002179 <description>System and Startup for Generic Arm Cortex-A9 device</description>
Daniel Brondani0d4e4992017-02-23 09:26:46 +01002180 <files>
2181 <!-- include folder / device header file -->
2182 <file category="include" name="Device/ARM/ARMCA9/Include/"/>
2183 <!-- startup / system / mmu files -->
Jonatan Antonic34d5322017-04-25 09:32:40 +02002184 <file category="sourceC" name="Device/ARM/ARMCA9/Source/AC5/startup_ARMCA9.c" version="1.0.0" attr="config" condition="ARMCC5"/>
2185 <file category="linkerScript" name="Device/ARM/ARMCA9/Source/AC5/ARMCA9.sct" version="1.0.0" attr="config" condition="ARMCC5"/>
Jonatan Antoni84b84be2021-05-20 17:13:06 +02002186 <file category="sourceC" name="Device/ARM/ARMCA9/Source/AC6/startup_ARMCA9.c" version="1.0.1" attr="config" condition="ARMCC6"/>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01002187 <file category="linkerScript" name="Device/ARM/ARMCA9/Source/AC6/ARMCA9.sct" version="1.0.0" attr="config" condition="ARMCC6"/>
Jonatan Antoni84b84be2021-05-20 17:13:06 +02002188 <file category="sourceC" name="Device/ARM/ARMCA9/Source/GCC/startup_ARMCA9.c" version="1.0.1" attr="config" condition="GCC"/>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01002189 <file category="other" name="Device/ARM/ARMCA9/Source/GCC/ARMCA9.ld" version="1.0.0" attr="config" condition="GCC"/>
2190 <file category="sourceAsm" name="Device/ARM/ARMCA9/Source/IAR/startup_ARMCA9.s" version="1.0.0" attr="config" condition="IAR"/>
2191 <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 +01002192 <file category="sourceC" name="Device/ARM/ARMCA9/Source/system_ARMCA9.c" version="1.0.1" attr="config"/>
Jonatan Antoni8530ed12019-07-03 14:10:35 +02002193 <file category="sourceC" name="Device/ARM/ARMCA9/Source/mmu_ARMCA9.c" version="1.2.0" attr="config"/>
Daniel Brondani8fc5c182019-05-15 16:11:43 +02002194 <file category="header" name="Device/ARM/ARMCA9/Config/system_ARMCA9.h" version="1.0.0" attr="config"/>
Jonatan Antoni8530ed12019-07-03 14:10:35 +02002195 <file category="header" name="Device/ARM/ARMCA9/Config/mem_ARMCA9.h" version="1.1.0" attr="config"/>
Daniel Brondani0d4e4992017-02-23 09:26:46 +01002196 </files>
2197 </component>
Martin Günther89be6522016-05-13 07:57:31 +02002198
Vladimir Umekc852bdd2017-07-03 09:19:47 +02002199 <!-- IRQ Controller -->
Vladimir Umek184017e2018-04-09 08:11:37 +02002200 <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 +02002201 <description>IRQ Controller implementation using GIC</description>
2202 <files>
2203 <file category="sourceC" name="CMSIS/Core_A/Source/irq_ctrl_gic.c"/>
2204 </files>
2205 </component>
2206
Vladimir Umekbed07592017-06-14 14:35:26 +02002207 <!-- OS Tick -->
Jonatan Antonic6dca332018-03-02 12:23:44 +01002208 <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 +02002209 <description>OS Tick implementation using Private Timer</description>
2210 <files>
2211 <file category="sourceC" name="CMSIS/RTOS2/Source/os_tick_ptim.c"/>
2212 </files>
2213 </component>
2214
Robert Rostohare5b1c2d2017-11-28 15:48:26 +01002215 <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 +02002216 <description>OS Tick implementation using Generic Physical Timer</description>
2217 <files>
2218 <file category="sourceC" name="CMSIS/RTOS2/Source/os_tick_gtim.c"/>
2219 </files>
2220 </component>
2221
Martin Günther89be6522016-05-13 07:57:31 +02002222 <!-- CMSIS-DSP component -->
Christophe Favergeon347ca082021-07-08 12:52:54 +02002223 <component Cclass="CMSIS" Cgroup="DSP" Cvariant="Source" Cversion="1.10.0-dev" isDefaultVariant="true" condition="CMSIS DSP">
GuentherMartin41d9e352019-03-14 14:18:28 +01002224 <description>CMSIS-DSP Library for Cortex-M, SC000, and SC300</description>
2225 <files>
2226 <!-- CPU independent -->
Jonatan Antoni2620d732020-03-17 16:07:31 +01002227 <file category="doc" name="CMSIS/Documentation/DSP/html/index.html"/>
2228 <file category="header" name="CMSIS/DSP/Include/arm_math.h"/>
Christophe Favergeonc46f1522020-04-21 14:04:25 +02002229 <file category="header" name="CMSIS/DSP/Include/arm_math_f16.h"/>
2230 <file category="header" name="CMSIS/DSP/Include/arm_common_tables.h"/>
2231 <file category="header" name="CMSIS/DSP/Include/arm_common_tables_f16.h"/>
2232 <file category="header" name="CMSIS/DSP/Include/arm_const_structs.h"/>
2233 <file category="header" name="CMSIS/DSP/Include/arm_const_structs_f16.h"/>
2234
Jonatan Antoni2620d732020-03-17 16:07:31 +01002235 <file category="include" name="CMSIS/DSP/PrivateInclude/"/>
Christophe Favergeon2f12ed82020-07-22 09:10:21 +02002236 <file category="include" name="CMSIS/DSP/Include/"/>
GuentherMartin41d9e352019-03-14 14:18:28 +01002237
Robert Rostohar86d53b72019-05-07 12:07:42 +02002238 <!-- DSP sources (core) -->
Jonatan Antoni2620d732020-03-17 16:07:31 +01002239 <file category="source" name="CMSIS/DSP/Source/BasicMathFunctions/BasicMathFunctions.c"/>
Christophe Favergeonc46f1522020-04-21 14:04:25 +02002240
Christophe Favergeonaf1c54b2021-02-15 14:15:10 +01002241 <file category="source" name="CMSIS/DSP/Source/QuaternionMathFunctions/QuaternionMathFunctions.c"/>
2242
Jonatan Antoni2620d732020-03-17 16:07:31 +01002243 <file category="source" name="CMSIS/DSP/Source/BayesFunctions/BayesFunctions.c"/>
2244 <file category="source" name="CMSIS/DSP/Source/CommonTables/CommonTables.c"/>
2245 <file category="source" name="CMSIS/DSP/Source/ComplexMathFunctions/ComplexMathFunctions.c"/>
2246 <file category="source" name="CMSIS/DSP/Source/ControllerFunctions/ControllerFunctions.c"/>
2247 <file category="source" name="CMSIS/DSP/Source/DistanceFunctions/DistanceFunctions.c"/>
2248 <file category="source" name="CMSIS/DSP/Source/FastMathFunctions/FastMathFunctions.c"/>
2249 <file category="source" name="CMSIS/DSP/Source/FilteringFunctions/FilteringFunctions.c"/>
2250 <file category="source" name="CMSIS/DSP/Source/MatrixFunctions/MatrixFunctions.c"/>
2251 <file category="source" name="CMSIS/DSP/Source/StatisticsFunctions/StatisticsFunctions.c"/>
2252 <file category="source" name="CMSIS/DSP/Source/SupportFunctions/SupportFunctions.c"/>
2253 <file category="source" name="CMSIS/DSP/Source/SVMFunctions/SVMFunctions.c"/>
2254 <file category="source" name="CMSIS/DSP/Source/TransformFunctions/TransformFunctions.c"/>
Felix Johnny26c5ea62020-03-20 14:30:53 +01002255
Christophe Favergeon2f12ed82020-07-22 09:10:21 +02002256 <file category="source" name="CMSIS/DSP/Source/InterpolationFunctions/InterpolationFunctions.c"/>
2257
Christophe Favergeonc46f1522020-04-21 14:04:25 +02002258 <!-- DSP sources F16 versions -->
2259 <file category="source" name="CMSIS/DSP/Source/BasicMathFunctions/BasicMathFunctionsF16.c"/>
Christophe Favergeon9ee38242020-08-04 09:22:18 +02002260 <file category="source" name="CMSIS/DSP/Source/ComplexMathFunctions/ComplexMathFunctionsF16.c"/>
2261 <file category="source" name="CMSIS/DSP/Source/FilteringFunctions/FilteringFunctionsF16.c"/>
Christophe Favergeonc46f1522020-04-21 14:04:25 +02002262 <file category="source" name="CMSIS/DSP/Source/CommonTables/CommonTablesF16.c"/>
2263 <file category="source" name="CMSIS/DSP/Source/TransformFunctions/TransformFunctionsF16.c"/>
Christophe Favergeon116bc4d2020-08-06 11:00:40 +02002264 <file category="source" name="CMSIS/DSP/Source/MatrixFunctions/MatrixFunctionsF16.c"/>
Christophe Favergeonc7935882020-08-06 13:14:33 +02002265 <file category="source" name="CMSIS/DSP/Source/InterpolationFunctions/InterpolationFunctionsF16.c"/>
Christophe Favergeon18a5fbc2020-08-07 11:18:02 +02002266 <file category="source" name="CMSIS/DSP/Source/StatisticsFunctions/StatisticsFunctionsF16.c"/>
Christophe Favergeon9e773df2020-08-10 10:55:47 +02002267 <file category="source" name="CMSIS/DSP/Source/SupportFunctions/SupportFunctionsF16.c"/>
Christophe Favergeonbe0e95f2020-08-11 11:19:25 +02002268 <file category="source" name="CMSIS/DSP/Source/FastMathFunctions/FastMathFunctionsF16.c"/>
Christophe Favergeond73292b2020-08-11 13:05:34 +02002269 <file category="source" name="CMSIS/DSP/Source/DistanceFunctions/DistanceFunctionsF16.c"/>
Christophe Favergeon72f1d9e2020-08-12 10:39:33 +02002270 <file category="source" name="CMSIS/DSP/Source/BayesFunctions/BayesFunctionsF16.c"/>
2271 <file category="source" name="CMSIS/DSP/Source/SVMFunctions/SVMFunctionsF16.c"/>
Christophe Favergeonc46f1522020-04-21 14:04:25 +02002272
Jonatan Antoni2620d732020-03-17 16:07:31 +01002273 <!-- Compute Library for Cortex-A -->
2274 <file category="header" name="CMSIS/DSP/ComputeLibrary/Include/NEMath.h" condition="ARMv7-A Device"/>
2275 <file category="source" name="CMSIS/DSP/ComputeLibrary/Source/arm_cl_tables.c" condition="ARMv7-A Device"/>
Martin Günther89be6522016-05-13 07:57:31 +02002276 </files>
2277 </component>
GuentherMartina3a6af22018-07-23 08:36:37 +02002278
Jonatan Antonia67f5552018-01-18 15:22:46 +01002279 <!-- CMSIS-NN component -->
Jonatan Antoni84b84be2021-05-20 17:13:06 +02002280 <component Cclass="CMSIS" Cgroup="NN Lib" Cversion="3.0.0" condition="CMSIS NN">
Jonatan Antoni13bff482018-01-19 13:05:57 +01002281 <description>CMSIS-NN Neural Network Library</description>
Jonatan Antonia67f5552018-01-18 15:22:46 +01002282 <files>
2283 <file category="doc" name="CMSIS/Documentation/NN/html/index.html"/>
Felix Johnnyd36676f2021-01-19 10:31:55 +01002284 <file category="header" name="CMSIS/NN/Include/arm_nn_types.h"/>
Jonatan Antonia67f5552018-01-18 15:22:46 +01002285 <file category="header" name="CMSIS/NN/Include/arm_nnfunctions.h"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002286 <file category="header" name="CMSIS/NN/Include/arm_nnsupportfunctions.h"/>
2287 <file category="header" name="CMSIS/NN/Include/arm_nn_tables.h"/>
Jonatan Antonia67f5552018-01-18 15:22:46 +01002288
Jonatan Antonia67f5552018-01-18 15:22:46 +01002289 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast_nonsquare.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002290 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast.c"/>
2291 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_RGB.c"/>
2292 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1_x_n_s8.c"/>
2293 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_s8_s16.c"/>
Jonatan Antonif677f002019-06-25 13:01:11 +02002294 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_u8_basic_ver1.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002295 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7.c"/>
Felix Johnnyd36676f2021-01-19 10:31:55 +01002296 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_wrapper_s8.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002297 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15.c"/>
2298 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_basic.c"/>
2299 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_s8_fast.c"/>
2300 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_s8.c"/>
Måns Nilsson5b58d2d2022-01-31 15:50:49 +01002301 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_s16.c"/>
Oscar Andersson01164232021-08-02 16:19:24 +02002302 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_fast_s16.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002303 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast_nonsquare.c"/>
2304 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_s8.c"/>
Måns Nilssonee79c212021-06-22 18:16:52 +02002305 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_s16.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002306 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_s8.c"/>
2307 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_3x3_s8.c"/>
2308 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7_nonsquare.c"/>
2309 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic.c"/>
2310 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_s8_opt.c"/>
Felix Johnnyd36676f2021-01-19 10:31:55 +01002311 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_wrapper_s8.c"/>
Måns Nilssonee79c212021-06-22 18:16:52 +02002312 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_wrapper_s16.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002313 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast.c"/>
2314 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15_reordered.c"/>
2315 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_nn_depthwise_conv_s8_core.c"/>
2316 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic_nonsquare.c"/>
2317 <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_HWC_q7_fast_nonsquare.c"/>
2318 <file category="source" name="CMSIS/NN/Source/ConcatenationFunctions/arm_concatenation_s8_x.c"/>
2319 <file category="source" name="CMSIS/NN/Source/ConcatenationFunctions/arm_concatenation_s8_w.c"/>
2320 <file category="source" name="CMSIS/NN/Source/ConcatenationFunctions/arm_concatenation_s8_y.c"/>
2321 <file category="source" name="CMSIS/NN/Source/ConcatenationFunctions/arm_concatenation_s8_z.c"/>
Felix Johnnyd36676f2021-01-19 10:31:55 +01002322 <file category="source" name="CMSIS/NN/Source/SVDFunctions/arm_svdf_s8.c"/>
hmogensen-arm856cf462022-04-19 14:05:28 +02002323 <file category="source" name="CMSIS/NN/Source/SVDFunctions/arm_svdf_state_s16_s8.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002324 <file category="source" name="CMSIS/NN/Source/PoolingFunctions/arm_max_pool_s8.c"/>
Måns Nilsson0928e572022-01-31 16:06:54 +01002325 <file category="source" name="CMSIS/NN/Source/PoolingFunctions/arm_max_pool_s16.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002326 <file category="source" name="CMSIS/NN/Source/PoolingFunctions/arm_avgpool_s8.c"/>
Måns Nilsson0928e572022-01-31 16:06:54 +01002327 <file category="source" name="CMSIS/NN/Source/PoolingFunctions/arm_avgpool_s16.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002328 <file category="source" name="CMSIS/NN/Source/PoolingFunctions/arm_pool_q7_HWC.c"/>
2329 <file category="source" name="CMSIS/NN/Source/BasicMathFunctions/arm_elementwise_mul_s8.c"/>
Måns Nilsson773cdff2022-02-17 15:11:54 +01002330 <file category="source" name="CMSIS/NN/Source/BasicMathFunctions/arm_elementwise_mul_s16.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002331 <file category="source" name="CMSIS/NN/Source/BasicMathFunctions/arm_elementwise_add_s8.c"/>
Måns Nilsson773cdff2022-02-17 15:11:54 +01002332 <file category="source" name="CMSIS/NN/Source/BasicMathFunctions/arm_elementwise_add_s16.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002333 <file category="source" name="CMSIS/NN/Source/ActivationFunctions/arm_relu6_s8.c"/>
2334 <file category="source" name="CMSIS/NN/Source/ActivationFunctions/arm_relu_q15.c"/>
2335 <file category="source" name="CMSIS/NN/Source/ActivationFunctions/arm_relu_q7.c"/>
2336 <file category="source" name="CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q15.c"/>
2337 <file category="source" name="CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q7.c"/>
2338 <file category="source" name="CMSIS/NN/Source/ReshapeFunctions/arm_reshape_s8.c"/>
2339 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q7.c"/>
Jonatan Antonia67f5552018-01-18 15:22:46 +01002340 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_reordered_no_shift.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002341 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_vec_mat_mult_t_s8.c"/>
Måns Nilsson0fe4e1c2021-06-21 15:05:46 +02002342 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_vec_mat_mult_t_s16.c"/>
Felix Thomasmathibalan8f2544b2021-04-14 12:45:49 +01002343 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_vec_mat_mult_t_svdf_s8.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002344 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_with_offset.c"/>
2345 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_accumulate_q7_to_q15.c"/>
2346 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_mat_mult_nt_t_s8.c"/>
Oscar Andersson01164232021-08-02 16:19:24 +02002347 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_mat_mul_kernel_s16.c"/>
Felix Johnnyd36676f2021-01-19 10:31:55 +01002348 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_depthwise_conv_nt_t_padded_s8.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002349 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_add_q7.c"/>
2350 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_mat_mul_core_4x_s8.c"/>
Jonatan Antonia67f5552018-01-18 15:22:46 +01002351 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nntables.c"/>
Felix Johnnyd36676f2021-01-19 10:31:55 +01002352 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_depthwise_conv_nt_t_s8.c"/>
Jonatan Antonia67f5552018-01-18 15:22:46 +01002353 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_no_shift.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002354 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_reordered_with_offset.c"/>
Liangzhen Laice2f9872018-07-16 17:08:01 -07002355 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q15.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002356 <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_mat_mul_core_1x_s8.c"/>
2357 <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_s8.c"/>
Måns Nilsson0fe4e1c2021-06-21 15:05:46 +02002358 <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_s16.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002359 <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15_opt.c"/>
2360 <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7.c"/>
2361 <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15_opt.c"/>
2362 <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15.c"/>
2363 <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7_opt.c"/>
2364 <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15.c"/>
Jonatan Antonia67f5552018-01-18 15:22:46 +01002365 <file category="source" name="CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q15.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002366 <file category="source" name="CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_s8.c"/>
Måns Nilssoncf675282022-03-10 08:33:26 +01002367 <file category="source" name="CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_s8_s16.c"/>
2368 <file category="source" name="CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_s16.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002369 <file category="source" name="CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_u8.c"/>
Jonatan Antonia67f5552018-01-18 15:22:46 +01002370 <file category="source" name="CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q7.c"/>
Felix Johnny459d6f42020-03-16 15:37:07 +01002371 <file category="source" name="CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_with_batch_q7.c"/>
Jonatan Antonia67f5552018-01-18 15:22:46 +01002372 </files>
2373 </component>
Martin Günther89be6522016-05-13 07:57:31 +02002374
2375 <!-- CMSIS-RTOS Keil RTX component -->
Robert Rostohar86d53b72019-05-07 12:07:42 +02002376 <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 +02002377 <description>CMSIS-RTOS RTX implementation for Cortex-M, SC000, and SC300</description>
2378 <RTE_Components_h>
2379 <!-- the following content goes into file 'RTE_Components.h' -->
2380 #define RTE_CMSIS_RTOS /* CMSIS-RTOS */
2381 #define RTE_CMSIS_RTOS_RTX /* CMSIS-RTOS Keil RTX */
2382 </RTE_Components_h>
2383 <files>
2384 <!-- CPU independent -->
bruneu01f9c01952016-09-13 16:28:46 +02002385 <file category="doc" name="CMSIS/Documentation/RTOS/html/rtxImplementation.html"/>
Martin Günther89be6522016-05-13 07:57:31 +02002386 <file category="header" name="CMSIS/RTOS/RTX/INC/cmsis_os.h"/>
2387 <file category="source" attr="config" name="CMSIS/RTOS/RTX/Templates/RTX_Conf_CM.c" version="4.70.1"/>
2388
2389 <!-- RTX templates -->
2390 <file category="header" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/osObjects.h" select="CMSIS-RTOS 'main' function"/>
2391 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/main.c" select="CMSIS-RTOS 'main' function"/>
2392 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MailQueue.c" select="CMSIS-RTOS Mail Queue"/>
2393 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MemPool.c" select="CMSIS-RTOS Memory Pool"/>
2394 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MsgQueue.c" select="CMSIS-RTOS Message Queue"/>
2395 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Mutex.c" select="CMSIS-RTOS Mutex"/>
2396 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Semaphore.c" select="CMSIS-RTOS Semaphore"/>
2397 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Thread.c" select="CMSIS-RTOS Thread"/>
2398 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Timer.c" select="CMSIS-RTOS Timer"/>
2399 <!-- tool-chain specific template file -->
2400 <file category="source" attr="template" condition="ARMCC" name="CMSIS/RTOS/RTX/SRC/ARM/SVC_Table.s" select="CMSIS-RTOS User SVC"/>
2401 <file category="source" attr="template" condition="GCC" name="CMSIS/RTOS/RTX/SRC/GCC/SVC_Table.S" select="CMSIS-RTOS User SVC"/>
2402 <file category="source" attr="template" condition="IAR" name="CMSIS/RTOS/RTX/SRC/IAR/SVC_Table.s" select="CMSIS-RTOS User SVC"/>
2403
2404 <!-- CPU and Compiler dependent -->
2405 <!-- ARMCC -->
Jonatan Antoni9e87d992022-02-28 16:56:33 +01002406 <file category="library" condition="ARMCC ARMv6-M LE" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM0.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
2407 <file category="library" condition="ARMCC ARMv6-M BE" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM0_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
2408 <file category="library" condition="ARMCC ARMv7-M NOFP LE" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
2409 <file category="library" condition="ARMCC ARMv7-M NOFP BE" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
2410 <file category="library" condition="ARMCC ARMv7-M FP LE" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM4.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
2411 <file category="library" condition="ARMCC ARMv7-M FP BE" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM4_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
Martin Günther89be6522016-05-13 07:57:31 +02002412 <!-- GCC -->
Jonatan Antoni9e87d992022-02-28 16:56:33 +01002413 <file category="library" condition="GCC ARMv6-M LE" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM0.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
2414 <file category="library" condition="GCC ARMv6-M BE" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM0_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
2415 <file category="library" condition="GCC ARMv7-M NOFP LE" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
2416 <file category="library" condition="GCC ARMv7-M NOFP BE" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
2417 <file category="library" condition="GCC ARMv7-M FP LE" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
2418 <file category="library" condition="GCC ARMv7-M FP BE" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
Martin Günther89be6522016-05-13 07:57:31 +02002419 <!-- IAR -->
Jonatan Antoni9e87d992022-02-28 16:56:33 +01002420 <file category="library" condition="IARCC ARMv6-M LE" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM0.a" src="CMSIS/RTOS/RTX/SRC/IAR"/>
2421 <file category="library" condition="IARCC ARMv6-M BE" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM0_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/>
2422 <file category="library" condition="IARCC ARMv7-M NOFP LE" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/IAR"/>
2423 <file category="library" condition="IARCC ARMv7-M NOFP BE" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/>
2424 <file category="library" condition="IARCC ARMv7-M FP LE" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM4.a" src="CMSIS/RTOS/RTX/SRC/IAR"/>
2425 <file category="library" condition="IARCC ARMv7-M FP BE" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM4_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/>
Robert Rostohar2e05f3b2017-09-05 11:08:05 +02002426 </files>
2427 </component>
2428 <!-- CMSIS-RTOS Keil RTX component (IFX variant) -->
Robert Rostohar86d53b72019-05-07 12:07:42 +02002429 <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 +02002430 <description>CMSIS-RTOS RTX implementation for Infineon XMC4 series affected by PMU_CM.001 errata</description>
2431 <RTE_Components_h>
2432 <!-- the following content goes into file 'RTE_Components.h' -->
2433 #define RTE_CMSIS_RTOS /* CMSIS-RTOS */
2434 #define RTE_CMSIS_RTOS_RTX /* CMSIS-RTOS Keil RTX */
2435 </RTE_Components_h>
2436 <files>
2437 <!-- CPU independent -->
2438 <file category="doc" name="CMSIS/Documentation/RTOS/html/rtxImplementation.html"/>
2439 <file category="header" name="CMSIS/RTOS/RTX/INC/cmsis_os.h"/>
2440 <file category="source" attr="config" name="CMSIS/RTOS/RTX/Templates/RTX_Conf_CM.c" version="4.70.1"/>
2441
2442 <!-- RTX templates -->
2443 <file category="header" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/osObjects.h" select="CMSIS-RTOS 'main' function"/>
2444 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/main.c" select="CMSIS-RTOS 'main' function"/>
2445 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MailQueue.c" select="CMSIS-RTOS Mail Queue"/>
2446 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MemPool.c" select="CMSIS-RTOS Memory Pool"/>
2447 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MsgQueue.c" select="CMSIS-RTOS Message Queue"/>
2448 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Mutex.c" select="CMSIS-RTOS Mutex"/>
2449 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Semaphore.c" select="CMSIS-RTOS Semaphore"/>
2450 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Thread.c" select="CMSIS-RTOS Thread"/>
2451 <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Timer.c" select="CMSIS-RTOS Timer"/>
2452 <!-- tool-chain specific template file -->
2453 <file category="source" attr="template" condition="ARMCC" name="CMSIS/RTOS/RTX/SRC/ARM/SVC_Table.s" select="CMSIS-RTOS User SVC"/>
2454 <file category="source" attr="template" condition="GCC" name="CMSIS/RTOS/RTX/SRC/GCC/SVC_Table.S" select="CMSIS-RTOS User SVC"/>
2455 <file category="source" attr="template" condition="IAR" name="CMSIS/RTOS/RTX/SRC/IAR/SVC_Table.s" select="CMSIS-RTOS User SVC"/>
2456
2457 <!-- CPU and Compiler dependent -->
2458 <!-- ARMCC -->
Jonatan Antoni9e87d992022-02-28 16:56:33 +01002459 <file category="library" condition="ARMCC ARMv7-M NOFP LE" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3_IFX.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
2460 <file category="library" condition="ARMCC ARMv7-M FP LE" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM4_IFX.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/>
Robert Rostohar2e05f3b2017-09-05 11:08:05 +02002461 <!-- GCC -->
Jonatan Antoni9e87d992022-02-28 16:56:33 +01002462 <file category="library" condition="GCC ARMv7-M NOFP LE" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3_IFX.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
2463 <file category="library" condition="GCC ARMv7-M FP LE" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4_IFX.a" src="CMSIS/RTOS/RTX/SRC/GCC"/>
Robert Rostohar2e05f3b2017-09-05 11:08:05 +02002464 <!-- IAR -->
Martin Günther89be6522016-05-13 07:57:31 +02002465 </files>
2466 </component>
Robert Rostohar4868c882016-07-01 23:10:03 +02002467
2468 <!-- CMSIS-RTOS Keil RTX5 component -->
Robert Rostohar6b8c7552021-12-20 13:08:36 +01002469 <component Cclass="CMSIS" Cgroup="RTOS" Csub="Keil RTX5" Cversion="5.5.4" Capiversion="1.0.0" condition="RTOS RTX5">
Robert Rostohar1e9866f2016-07-06 22:19:58 +02002470 <description>CMSIS-RTOS RTX5 implementation for Cortex-M, SC000, and SC300</description>
Robert Rostohar4868c882016-07-01 23:10:03 +02002471 <RTE_Components_h>
2472 <!-- the following content goes into file 'RTE_Components.h' -->
2473 #define RTE_CMSIS_RTOS /* CMSIS-RTOS */
Robert Rostohar1e9866f2016-07-06 22:19:58 +02002474 #define RTE_CMSIS_RTOS_RTX5 /* CMSIS-RTOS Keil RTX5 */
2475 </RTE_Components_h>
2476 <files>
2477 <!-- RTX header file -->
2478 <file category="header" name="CMSIS/RTOS2/RTX/Include1/cmsis_os.h"/>
2479 <!-- RTX compatibility module for API V1 -->
2480 <file category="source" name="CMSIS/RTOS2/RTX/Library/cmsis_os1.c"/>
2481 </files>
2482 </component>
2483
2484 <!-- CMSIS-RTOS2 Keil RTX5 component -->
Robert Rostohar6b8c7552021-12-20 13:08:36 +01002485 <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Library" Cversion="5.5.4" Capiversion="2.1.3" condition="RTOS2 RTX5">
Robert Rostohar1dd090b2020-03-26 19:53:08 +01002486 <description>CMSIS-RTOS2 RTX5 for Cortex-M, SC000, SC300, ARMv8-M, ARMv8.1-M (Library)</description>
Robert Rostohar1e9866f2016-07-06 22:19:58 +02002487 <RTE_Components_h>
2488 <!-- the following content goes into file 'RTE_Components.h' -->
2489 #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */
2490 #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */
Robert Rostohar4868c882016-07-01 23:10:03 +02002491 </RTE_Components_h>
2492 <files>
2493 <!-- RTX documentation -->
Martin Günther0ffe8f92016-08-24 11:43:05 +02002494 <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/>
Robert Rostohar4868c882016-07-01 23:10:03 +02002495
2496 <!-- RTX header files -->
Robert Rostohar4868c882016-07-01 23:10:03 +02002497 <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/>
2498
2499 <!-- RTX configuration -->
Robert Rostohar20d60b72021-05-17 08:55:14 +02002500 <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.2"/>
Robert Rostoharb4b5d3c2021-05-17 08:03:42 +02002501 <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.1"/>
Robert Rostohar4868c882016-07-01 23:10:03 +02002502
2503 <!-- RTX templates -->
Robert Rostohar83177af2018-09-04 10:27:04 +02002504 <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 +01002505 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/>
2506 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/>
2507 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/>
2508 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/>
2509 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/>
2510 <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 +02002511 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Timer.c" version="2.0.1" select="CMSIS-RTOS2 Timer"/>
2512 <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 +02002513 <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/>
Martin Günther0ffe8f92016-08-24 11:43:05 +02002514
Robert Rostohar0e8657f2016-11-25 21:54:15 +01002515 <!-- RTX library configuration -->
2516 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/>
2517
Robert Rostohar4868c882016-07-01 23:10:03 +02002518 <!-- RTX libraries (CPU and Compiler dependent) -->
2519 <!-- ARMCC -->
Jonatan Antoni8eeca032022-04-19 14:18:44 +02002520 <file category="library" condition="ARMCC ARMv6-M LE" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM0.lib" src="CMSIS/RTOS2/RTX/Source"/>
2521 <file category="library" condition="ARMCC ARMv7-M NOFP LE" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM3.lib" src="CMSIS/RTOS2/RTX/Source"/>
2522 <file category="library" condition="ARMCC ARMv7-M FP LE" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM4F.lib" src="CMSIS/RTOS2/RTX/Source"/>
2523 <file category="library" condition="ARMCC ARMv8-MBL LE" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MB.lib" src="CMSIS/RTOS2/RTX/Source"/>
2524 <file category="library" condition="ARMCC ARMv8-MML NOFP LE" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MM.lib" src="CMSIS/RTOS2/RTX/Source"/>
2525 <file category="library" condition="ARMCC ARMv8-MML FP LE" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMF.lib" src="CMSIS/RTOS2/RTX/Source"/>
Robert Rostohar2a0fd6d2016-09-28 13:53:18 +02002526 <!-- GCC -->
Jonatan Antoni8eeca032022-04-19 14:18:44 +02002527 <file category="library" condition="GCC ARMv6-M LE" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM0.a" src="CMSIS/RTOS2/RTX/Source"/>
2528 <file category="library" condition="GCC ARMv7-M NOFP LE" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/>
2529 <file category="library" condition="GCC ARMv7-M FP LE" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM4F.a" src="CMSIS/RTOS2/RTX/Source"/>
2530 <file category="library" condition="GCC ARMv8-MBL LE" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MB.a" src="CMSIS/RTOS2/RTX/Source"/>
2531 <file category="library" condition="GCC ARMv8-MML NOFP LE" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/>
2532 <file category="library" condition="GCC ARMv8-MML FP LE" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/>
Robert Rostohar0695d882016-12-20 12:26:34 +01002533 <!-- IAR -->
Jonatan Antoni8eeca032022-04-19 14:18:44 +02002534 <file category="library" condition="IARCC ARMv6-M LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM0.a" src="CMSIS/RTOS2/RTX/Source"/>
2535 <file category="library" condition="IARCC ARMv7-M NOFP LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/>
2536 <file category="library" condition="IARCC ARMv7-M FP LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM4F.a" src="CMSIS/RTOS2/RTX/Source"/>
2537 <file category="library" condition="IARCC ARMv8-MBL LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MB.a" src="CMSIS/RTOS2/RTX/Source"/>
2538 <file category="library" condition="IARCC ARMv8-MML NOFP LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/>
2539 <file category="library" condition="IARCC ARMv8-MML FP LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/>
2540 <file category="library" condition="IARCC ARMv81-MML NOFP LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V81MM.a" src="CMSIS/RTOS2/RTX/Source"/>
2541 <file category="library" condition="IARCC ARMv81-MML FP LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V81MMF.a" src="CMSIS/RTOS2/RTX/Source"/>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02002542 </files>
2543 </component>
Robert Rostohar6b8c7552021-12-20 13:08:36 +01002544 <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Library_NS" Cversion="5.5.4" Capiversion="2.1.3" condition="RTOS2 RTX5 NS">
Robert Rostohar1dd090b2020-03-26 19:53:08 +01002545 <description>CMSIS-RTOS2 RTX5 for Armv8-M/Armv8.1-M Non-Secure Domain (Library)</description>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02002546 <RTE_Components_h>
2547 <!-- the following content goes into file 'RTE_Components.h' -->
2548 #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */
2549 #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002550 #define RTE_CMSIS_RTOS2_RTX5_ARMV8M_NS /* CMSIS-RTOS2 Keil RTX5 Armv8-M Non-secure domain */
Robert Rostoharef8c22c2016-09-23 16:12:18 +02002551 </RTE_Components_h>
2552 <files>
2553 <!-- RTX documentation -->
2554 <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/>
2555
2556 <!-- RTX header files -->
Robert Rostoharef8c22c2016-09-23 16:12:18 +02002557 <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/>
2558
2559 <!-- RTX configuration -->
Robert Rostohar20d60b72021-05-17 08:55:14 +02002560 <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.2"/>
Robert Rostoharb4b5d3c2021-05-17 08:03:42 +02002561 <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.1"/>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02002562
2563 <!-- RTX templates -->
Robert Rostohar83177af2018-09-04 10:27:04 +02002564 <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 +01002565 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/>
2566 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/>
2567 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/>
2568 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/>
2569 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/>
2570 <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 +02002571 <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 +01002572 <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 +02002573 <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/>
2574
Robert Rostohar0e8657f2016-11-25 21:54:15 +01002575 <!-- RTX library configuration -->
2576 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/>
2577
Robert Rostoharef8c22c2016-09-23 16:12:18 +02002578 <!-- RTX libraries (CPU and Compiler dependent) -->
2579 <!-- ARMCC -->
Jonatan Antoni8eeca032022-04-19 14:18:44 +02002580 <file category="library" condition="ARMCC ARMv8-MBL LE" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MBN.lib" src="CMSIS/RTOS2/RTX/Source"/>
2581 <file category="library" condition="ARMCC ARMv8-MML NOFP LE" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMN.lib" src="CMSIS/RTOS2/RTX/Source"/>
2582 <file category="library" condition="ARMCC ARMv8-MML FP LE" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMFN.lib" src="CMSIS/RTOS2/RTX/Source"/>
Robert Rostohar2a0fd6d2016-09-28 13:53:18 +02002583 <!-- GCC -->
Jonatan Antoni8eeca032022-04-19 14:18:44 +02002584 <file category="library" condition="GCC ARMv8-MBL LE" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MBN.a" src="CMSIS/RTOS2/RTX/Source"/>
2585 <file category="library" condition="GCC ARMv8-MML NOFP LE" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/>
2586 <file category="library" condition="GCC ARMv8-MML FP LE" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/>
TTornblomc0f83ab2019-01-07 14:34:54 +01002587 <!-- IAR -->
Jonatan Antoni8eeca032022-04-19 14:18:44 +02002588 <file category="library" condition="IARCC ARMv8-MBL LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MBN.a" src="CMSIS/RTOS2/RTX/Source"/>
2589 <file category="library" condition="IARCC ARMv8-MML NOFP LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/>
2590 <file category="library" condition="IARCC ARMv8-MML FP LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/>
2591 <file category="library" condition="IARCC ARMv81-MML NOFP LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V81MMN.a" src="CMSIS/RTOS2/RTX/Source"/>
2592 <file category="library" condition="IARCC ARMv81-MML FP LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V81MMFN.a" src="CMSIS/RTOS2/RTX/Source"/>
Robert Rostoharef8c22c2016-09-23 16:12:18 +02002593 </files>
2594 </component>
Robert Rostohar6b8c7552021-12-20 13:08:36 +01002595 <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Source" Cversion="5.5.4" Capiversion="2.1.3" condition="RTOS2 RTX5">
Robert Rostohar1dd090b2020-03-26 19:53:08 +01002596 <description>CMSIS-RTOS2 RTX5 for Cortex-M, SC000, SC300, ARMv8-M, ARMv8.1-M (Source)</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02002597 <RTE_Components_h>
2598 <!-- the following content goes into file 'RTE_Components.h' -->
2599 #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */
2600 #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */
Robert Rostoharecaa0d62016-10-28 09:05:16 +02002601 #define RTE_CMSIS_RTOS2_RTX5_SOURCE /* CMSIS-RTOS2 Keil RTX5 Source */
Robert Rostohar014b5542016-10-26 11:12:01 +02002602 </RTE_Components_h>
2603 <files>
2604 <!-- RTX documentation -->
2605 <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/>
2606
2607 <!-- RTX header files -->
Robert Rostohar014b5542016-10-26 11:12:01 +02002608 <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/>
2609
2610 <!-- RTX configuration -->
Robert Rostohar20d60b72021-05-17 08:55:14 +02002611 <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.2"/>
Robert Rostoharb4b5d3c2021-05-17 08:03:42 +02002612 <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.1"/>
Robert Rostohar014b5542016-10-26 11:12:01 +02002613
2614 <!-- RTX templates -->
Robert Rostohar83177af2018-09-04 10:27:04 +02002615 <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 +01002616 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/>
2617 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/>
2618 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/>
2619 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/>
2620 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/>
2621 <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 +02002622 <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 +01002623 <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 +02002624 <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/>
2625
2626 <!-- RTX sources (core) -->
2627 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_kernel.c"/>
2628 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_thread.c"/>
2629 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_delay.c"/>
2630 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_timer.c"/>
2631 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evflags.c"/>
2632 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mutex.c"/>
2633 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_semaphore.c"/>
2634 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_memory.c"/>
2635 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mempool.c"/>
2636 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c"/>
2637 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_system.c"/>
Robert Rostohar0e8657f2016-11-25 21:54:15 +01002638 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evr.c"/>
2639 <!-- RTX sources (library configuration) -->
2640 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01002641 <!-- RTX sources (handlers ARMASM) -->
2642 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv6m.s" condition="ARMASM ARMv6-M"/>
2643 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv7m.s" condition="ARMASM ARMv7-M"/>
2644 <!-- RTX sources (handlers GAS) -->
2645 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv6m.S" condition="GNUASM ARMv6-M"/>
2646 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv7m.S" condition="GNUASM ARMv7-M"/>
2647 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S" condition="GNUASM ARMv8-MBL"/>
2648 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="GNUASM ARMv8-MML"/>
Robert Rostohar0695d882016-12-20 12:26:34 +01002649 <!-- RTX sources (handlers IAR) -->
Jonatan Antoni9e87d992022-02-28 16:56:33 +01002650 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv6m.s" condition="IARASM ARMv6-M"/>
2651 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv7m.s" condition="IARASM ARMv7-M"/>
2652 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl.s" condition="IARASM ARMv8-MBL"/>
2653 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="IARASM ARMv8-MML"/>
Robert Rostohardcfd4322017-06-09 13:11:57 +02002654 <!-- OS Tick (SysTick) -->
2655 <file category="source" name="CMSIS/RTOS2/Source/os_systick.c"/>
2656 </files>
2657 </component>
Robert Rostohar6b8c7552021-12-20 13:08:36 +01002658 <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Source" Cversion="5.5.4" Capiversion="2.1.3" condition="RTOS2 RTX5 v7-A">
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002659 <description>CMSIS-RTOS2 RTX5 for Armv7-A (Source)</description>
Robert Rostohardcfd4322017-06-09 13:11:57 +02002660 <RTE_Components_h>
2661 <!-- the following content goes into file 'RTE_Components.h' -->
2662 #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */
2663 #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */
2664 #define RTE_CMSIS_RTOS2_RTX5_SOURCE /* CMSIS-RTOS2 Keil RTX5 Source */
2665 </RTE_Components_h>
2666 <files>
2667 <!-- RTX documentation -->
2668 <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/>
2669
2670 <!-- RTX header files -->
2671 <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/>
2672
2673 <!-- RTX configuration -->
Robert Rostohar20d60b72021-05-17 08:55:14 +02002674 <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.2"/>
Robert Rostoharb4b5d3c2021-05-17 08:03:42 +02002675 <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.1"/>
Robert Rostohardcfd4322017-06-09 13:11:57 +02002676
2677 <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/handlers.c" version="5.1.0"/>
2678
2679 <!-- RTX templates -->
Robert Rostohar83177af2018-09-04 10:27:04 +02002680 <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 +02002681 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/>
2682 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/>
2683 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/>
2684 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/>
2685 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/>
2686 <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 +02002687 <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 +01002688 <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 +02002689 <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/>
2690
2691 <!-- RTX sources (core) -->
2692 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_kernel.c"/>
2693 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_thread.c"/>
2694 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_delay.c"/>
2695 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_timer.c"/>
2696 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evflags.c"/>
2697 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mutex.c"/>
2698 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_semaphore.c"/>
2699 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_memory.c"/>
2700 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mempool.c"/>
2701 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c"/>
2702 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_system.c"/>
2703 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evr.c"/>
Robert Rostohardcfd4322017-06-09 13:11:57 +02002704 <!-- RTX sources (library configuration) -->
2705 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01002706 <!-- RTX sources (handlers ARMASM) -->
2707 <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv7a.s" condition="ARMASM ARMv7-A"/>
2708 <!-- RTX sources (handlers GAS) -->
2709 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv7a.S" condition="GNUASM ARMv7-A"/>
Robert Rostohardcfd4322017-06-09 13:11:57 +02002710 <!-- RTX sources (handlers IAR) -->
Jonatan Antoni9e87d992022-02-28 16:56:33 +01002711 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv7a.s" condition="IARASM ARMv7-A"/>
Robert Rostohar014b5542016-10-26 11:12:01 +02002712 </files>
2713 </component>
Robert Rostohar6b8c7552021-12-20 13:08:36 +01002714 <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Source_NS" Cversion="5.5.4" Capiversion="2.1.3" condition="RTOS2 RTX5 NS">
Robert Rostohar1dd090b2020-03-26 19:53:08 +01002715 <description>CMSIS-RTOS2 RTX5 for Armv8-M/Armv8.1-M Non-Secure Domain (Source)</description>
Robert Rostohar014b5542016-10-26 11:12:01 +02002716 <RTE_Components_h>
2717 <!-- the following content goes into file 'RTE_Components.h' -->
2718 #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */
2719 #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */
Robert Rostoharecaa0d62016-10-28 09:05:16 +02002720 #define RTE_CMSIS_RTOS2_RTX5_SOURCE /* CMSIS-RTOS2 Keil RTX5 Source */
Jonatan Antoni18cc96d2018-01-09 17:29:30 +01002721 #define RTE_CMSIS_RTOS2_RTX5_ARMV8M_NS /* CMSIS-RTOS2 Keil RTX5 Armv8-M Non-secure domain */
Robert Rostohar014b5542016-10-26 11:12:01 +02002722 </RTE_Components_h>
2723 <files>
2724 <!-- RTX documentation -->
2725 <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/>
2726
2727 <!-- RTX header files -->
Robert Rostohar014b5542016-10-26 11:12:01 +02002728 <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/>
2729
2730 <!-- RTX configuration -->
Robert Rostohar20d60b72021-05-17 08:55:14 +02002731 <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.2"/>
Robert Rostoharb4b5d3c2021-05-17 08:03:42 +02002732 <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.1"/>
Robert Rostohar014b5542016-10-26 11:12:01 +02002733
2734 <!-- RTX templates -->
Robert Rostohar83177af2018-09-04 10:27:04 +02002735 <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 +01002736 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/>
2737 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/>
2738 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/>
2739 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/>
2740 <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/>
2741 <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 +02002742 <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 +01002743 <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 +02002744 <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/>
2745
2746 <!-- RTX sources (core) -->
2747 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_kernel.c"/>
2748 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_thread.c"/>
2749 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_delay.c"/>
2750 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_timer.c"/>
2751 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evflags.c"/>
2752 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mutex.c"/>
2753 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_semaphore.c"/>
2754 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_memory.c"/>
2755 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mempool.c"/>
2756 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c"/>
2757 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_system.c"/>
Robert Rostohar0e8657f2016-11-25 21:54:15 +01002758 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evr.c"/>
2759 <!-- RTX sources (library configuration) -->
2760 <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/>
Jonatan Antoni9e87d992022-02-28 16:56:33 +01002761 <!-- RTX sources (GAS handlers) -->
2762 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S" condition="GNUASM ARMv8-MBL"/>
2763 <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="GNUASM ARMv8-MML"/>
Jonatan Antoni65d89742017-11-08 11:28:47 +01002764 <!-- RTX sources (IAR handlers) -->
Jonatan Antoni9e87d992022-02-28 16:56:33 +01002765 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl.s" condition="IARASM ARMv8-MBL"/>
2766 <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="IARASM ARMv8-MML"/>
Robert Rostohardcfd4322017-06-09 13:11:57 +02002767 <!-- OS Tick (SysTick) -->
2768 <file category="source" name="CMSIS/RTOS2/Source/os_systick.c"/>
Robert Rostohar014b5542016-10-26 11:12:01 +02002769 </files>
2770 </component>
Felix Johnny55034c62019-06-25 10:55:12 +02002771
Joachim Krech6e9e43a2019-03-14 08:52:25 +01002772 <!-- CMSIS-Driver Custom components -->
Robert Rostohard3044912020-01-24 15:51:22 +01002773 <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 +01002774 <description>Access to #include Driver_USART.h file and code template for custom implementation</description>
2775 <files>
2776 <file category="header" name="CMSIS/Driver/Include/Driver_USART.h" />
2777 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_USART.c" select="USART Driver"/>
2778 </files>
2779 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01002780 <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 +01002781 <description>Access to #include Driver_SPI.h file and code template for custom implementation</description>
2782 <files>
2783 <file category="header" name="CMSIS/Driver/Include/Driver_SPI.h" />
2784 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_SPI.c" select="SPI Driver"/>
2785 </files>
2786 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01002787 <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 +01002788 <description>Access to #include Driver_SAI.h file and code template for custom implementation</description>
2789 <files>
2790 <file category="header" name="CMSIS/Driver/Include/Driver_SAI.h" />
2791 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_SAI.c" select="SAI Driver"/>
2792 </files>
2793 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01002794 <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 +01002795 <description>Access to #include Driver_I2C.h file and code template for custom implementation</description>
2796 <files>
2797 <file category="header" name="CMSIS/Driver/Include/Driver_I2C.h" />
2798 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_I2C.c" select="I2C Driver"/>
2799 </files>
2800 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01002801 <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 +01002802 <description>Access to #include Driver_CAN.h file and code template for custom implementation</description>
2803 <files>
2804 <file category="header" name="CMSIS/Driver/Include/Driver_CAN.h" />
2805 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_CAN.c" select="CAN Driver"/>
2806 </files>
2807 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01002808 <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 +01002809 <description>Access to #include Driver_Flash.h file and code template for custom implementation</description>
2810 <files>
2811 <file category="header" name="CMSIS/Driver/Include/Driver_Flash.h" />
2812 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_Flash.c" select="Flash Driver"/>
2813 </files>
2814 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01002815 <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 +01002816 <description>Access to #include Driver_MCI.h file and code template for custom implementation</description>
2817 <files>
2818 <file category="header" name="CMSIS/Driver/Include/Driver_MCI.h" />
2819 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_MCI.c" select="MCI Driver"/>
2820 </files>
2821 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01002822 <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 +01002823 <description>Access to #include Driver_NAND.h file and code template for custom implementation</description>
2824 <files>
2825 <file category="header" name="CMSIS/Driver/Include/Driver_NAND.h" />
Milorad Cvjetkovicd7be5942020-03-31 15:32:26 +02002826 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_NAND.c" select="NAND Flash Driver"/>
Joachim Krech6e9e43a2019-03-14 08:52:25 +01002827 </files>
2828 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01002829 <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 +01002830 <description>Access to #include Driver_ETH_PHY/MAC.h files and code templates for custom implementation</description>
Joachim Krech6e9e43a2019-03-14 08:52:25 +01002831 <files>
2832 <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" />
2833 <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" />
2834 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c" select="Ethernet PHY and MAC Driver"/>
2835 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c" select="Ethernet PHY and MAC Driver"/>
2836 </files>
2837 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01002838 <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 +01002839 <description>Access to #include Driver_ETH_MAC.h file and code template for custom implementation</description>
2840 <files>
2841 <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" />
2842 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c" select="Ethernet MAC Driver"/>
2843 </files>
2844 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01002845 <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 +01002846 <description>Access to #include Driver_ETH_PHY.h file and code template for custom implementation</description>
2847 <files>
2848 <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" />
2849 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c" select="Ethernet PHY Driver"/>
2850 </files>
2851 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01002852 <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 +01002853 <description>Access to #include Driver_USBD.h file and code template for custom implementation</description>
2854 <files>
2855 <file category="header" name="CMSIS/Driver/Include/Driver_USBD.h" />
2856 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_USBD.c" select="USB Device Driver"/>
2857 </files>
2858 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01002859 <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 +01002860 <description>Access to #include Driver_USBH.h file and code template for custom implementation</description>
2861 <files>
2862 <file category="header" name="CMSIS/Driver/Include/Driver_USBH.h" />
2863 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_USBH.c" select="USB Host Driver"/>
2864 </files>
2865 </component>
Robert Rostohard3044912020-01-24 15:51:22 +01002866 <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 +01002867 <description>Access to #include Driver_WiFi.h file</description>
2868 <files>
2869 <file category="header" name="CMSIS/Driver/Include/Driver_WiFi.h"/>
Milorad Cvjetkovicd7be5942020-03-31 15:32:26 +02002870 <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_WiFi.c" select="WiFi Driver"/>
Joachim Krech6e9e43a2019-03-14 08:52:25 +01002871 </files>
2872 </component>
Robert Rostohar56cbb682020-03-19 13:31:52 +01002873
2874 <!-- VIO components -->
2875 <component Cclass="CMSIS Driver" Cgroup="VIO" Csub="Custom" Cversion="1.0.0" Capiversion="0.1.0" custom="1">
2876 <description>Virtual I/O custom implementation template</description>
2877 <files>
2878 <file category="sourceC" name="CMSIS/Driver/VIO/Source/vio.c" attr="template" select="Virtual I/O"/>
Robert Rostohar56cbb682020-03-19 13:31:52 +01002879 </files>
2880 </component>
2881 <component Cclass="CMSIS Driver" Cgroup="VIO" Csub="Virtual" Cversion="1.0.0" Capiversion="0.1.0">
2882 <description>Virtual I/O implementation using memory only</description>
2883 <files>
2884 <file category="sourceC" name="CMSIS/Driver/VIO/Source/vio_memory.c"/>
Robert Rostohar56cbb682020-03-19 13:31:52 +01002885 </files>
2886 </component>
2887
Martin Günther89be6522016-05-13 07:57:31 +02002888 </components>
2889
2890 <boards>
2891 <board name="uVision Simulator" vendor="Keil">
2892 <description>uVision Simulator</description>
2893 <mountedDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0"/>
2894 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0P"/>
Jonatan Antonic4e9f462017-10-19 16:51:44 +02002895 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0P_MPU"/>
GuentherMartina3a6af22018-07-23 08:36:37 +02002896 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM1"/>
Martin Günther89be6522016-05-13 07:57:31 +02002897 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM3"/>
Joachim Krech465bd432016-11-21 09:15:30 +01002898 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM4"/>
Martin Günther89be6522016-05-13 07:57:31 +02002899 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM4_FP"/>
Joachim Krech465bd432016-11-21 09:15:30 +01002900 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7"/>
Martin Günther4ed87812016-10-27 15:29:12 +02002901 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7_SP"/>
Joachim Krech465bd432016-11-21 09:15:30 +01002902 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7_DP"/>
2903 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MBL"/>
2904 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML"/>
2905 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML_SP"/>
2906 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML_DP"/>
Jonatan Antonie9073102020-03-26 10:32:48 +01002907 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv81MML_DSP_DP_MVE_FP"/>
Joachim Krech465bd432016-11-21 09:15:30 +01002908 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM23"/>
Joachim Krech4a03e6d2017-02-06 13:17:39 +01002909 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM23_TZ"/>
Joachim Krech465bd432016-11-21 09:15:30 +01002910 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33"/>
2911 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_TZ"/>
2912 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP"/>
2913 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP_TZ"/>
GuentherMartinec9419c2018-09-04 10:03:24 +02002914 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P"/>
2915 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_TZ"/>
2916 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_DSP_FP"/>
2917 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_DSP_FP_TZ"/>
Jonatan Antonie9073102020-03-26 10:32:48 +01002918 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM55"/>
Daniel Brondanifaaa48f2017-07-31 14:00:54 +02002919 </board>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01002920
TTornblomd5e052f2018-10-02 16:16:44 +02002921 <board name="EWARM Simulator" vendor="IAR">
2922 <description>EWARM Simulator</description>
2923 <mountedDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0"/>
2924 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0P"/>
2925 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0P_MPU"/>
2926 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM1"/>
2927 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM3"/>
2928 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM4"/>
2929 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM4_FP"/>
2930 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7"/>
2931 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7_SP"/>
2932 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7_DP"/>
2933 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MBL"/>
2934 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML"/>
2935 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML_SP"/>
2936 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML_DP"/>
Jonatan Antonie9073102020-03-26 10:32:48 +01002937 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv81MML_DSP_DP_MVE_FP"/>
TTornblomd5e052f2018-10-02 16:16:44 +02002938 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM23"/>
2939 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM23_TZ"/>
2940 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33"/>
2941 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_TZ"/>
2942 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP"/>
2943 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP_TZ"/>
2944 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P"/>
2945 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_TZ"/>
2946 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_DSP_FP"/>
2947 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_DSP_FP_TZ"/>
Jonatan Antonie9073102020-03-26 10:32:48 +01002948 <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM55"/>
TTornblomd5e052f2018-10-02 16:16:44 +02002949 </board>
Martin Günther89be6522016-05-13 07:57:31 +02002950 </boards>
2951
2952 <examples>
GuentherMartin27e5b402020-03-31 15:42:58 +02002953 <example name="DSP_Lib Bayes example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_bayes_example">
2954 <description>DSP_Lib Bayes example</description>
2955 <board name="uVision Simulator" vendor="Keil"/>
2956 <project>
2957 <environment name="uv" load="arm_bayes_example.uvprojx"/>
2958 </project>
2959 <attributes>
2960 <component Cclass="CMSIS" Cgroup="CORE"/>
2961 <component Cclass="CMSIS" Cgroup="DSP"/>
2962 <component Cclass="Device" Cgroup="Startup"/>
2963 <category>Getting Started</category>
2964 </attributes>
2965 </example>
2966
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02002967 <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 +02002968 <description>DSP_Lib Class Marks example</description>
2969 <board name="uVision Simulator" vendor="Keil"/>
2970 <project>
2971 <environment name="uv" load="arm_class_marks_example.uvprojx"/>
2972 </project>
2973 <attributes>
2974 <component Cclass="CMSIS" Cgroup="CORE"/>
2975 <component Cclass="CMSIS" Cgroup="DSP"/>
2976 <component Cclass="Device" Cgroup="Startup"/>
2977 <category>Getting Started</category>
2978 </attributes>
2979 </example>
2980
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02002981 <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 +02002982 <description>DSP_Lib Convolution example</description>
2983 <board name="uVision Simulator" vendor="Keil"/>
2984 <project>
2985 <environment name="uv" load="arm_convolution_example.uvprojx"/>
2986 </project>
2987 <attributes>
2988 <component Cclass="CMSIS" Cgroup="CORE"/>
2989 <component Cclass="CMSIS" Cgroup="DSP"/>
2990 <component Cclass="Device" Cgroup="Startup"/>
2991 <category>Getting Started</category>
2992 </attributes>
2993 </example>
2994
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02002995 <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 +02002996 <description>DSP_Lib Dotproduct example</description>
2997 <board name="uVision Simulator" vendor="Keil"/>
2998 <project>
2999 <environment name="uv" load="arm_dotproduct_example.uvprojx"/>
3000 </project>
3001 <attributes>
3002 <component Cclass="CMSIS" Cgroup="CORE"/>
3003 <component Cclass="CMSIS" Cgroup="DSP"/>
3004 <component Cclass="Device" Cgroup="Startup"/>
3005 <category>Getting Started</category>
3006 </attributes>
3007 </example>
3008
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02003009 <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 +02003010 <description>DSP_Lib FFT Bin example</description>
3011 <board name="uVision Simulator" vendor="Keil"/>
3012 <project>
3013 <environment name="uv" load="arm_fft_bin_example.uvprojx"/>
3014 </project>
3015 <attributes>
3016 <component Cclass="CMSIS" Cgroup="CORE"/>
3017 <component Cclass="CMSIS" Cgroup="DSP"/>
3018 <component Cclass="Device" Cgroup="Startup"/>
3019 <category>Getting Started</category>
3020 </attributes>
3021 </example>
3022
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02003023 <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 +02003024 <description>DSP_Lib FIR example</description>
3025 <board name="uVision Simulator" vendor="Keil"/>
3026 <project>
3027 <environment name="uv" load="arm_fir_example.uvprojx"/>
3028 </project>
3029 <attributes>
3030 <component Cclass="CMSIS" Cgroup="CORE"/>
3031 <component Cclass="CMSIS" Cgroup="DSP"/>
3032 <component Cclass="Device" Cgroup="Startup"/>
3033 <category>Getting Started</category>
3034 </attributes>
3035 </example>
3036
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02003037 <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 +02003038 <description>DSP_Lib Graphic Equalizer example</description>
3039 <board name="uVision Simulator" vendor="Keil"/>
3040 <project>
3041 <environment name="uv" load="arm_graphic_equalizer_example.uvprojx"/>
3042 </project>
3043 <attributes>
3044 <component Cclass="CMSIS" Cgroup="CORE"/>
3045 <component Cclass="CMSIS" Cgroup="DSP"/>
3046 <component Cclass="Device" Cgroup="Startup"/>
3047 <category>Getting Started</category>
3048 </attributes>
3049 </example>
3050
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02003051 <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 +02003052 <description>DSP_Lib Linear Interpolation example</description>
3053 <board name="uVision Simulator" vendor="Keil"/>
3054 <project>
3055 <environment name="uv" load="arm_linear_interp_example.uvprojx"/>
3056 </project>
3057 <attributes>
3058 <component Cclass="CMSIS" Cgroup="CORE"/>
3059 <component Cclass="CMSIS" Cgroup="DSP"/>
3060 <component Cclass="Device" Cgroup="Startup"/>
3061 <category>Getting Started</category>
3062 </attributes>
3063 </example>
3064
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02003065 <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 +02003066 <description>DSP_Lib Matrix example</description>
3067 <board name="uVision Simulator" vendor="Keil"/>
3068 <project>
3069 <environment name="uv" load="arm_matrix_example.uvprojx"/>
3070 </project>
3071 <attributes>
3072 <component Cclass="CMSIS" Cgroup="CORE"/>
3073 <component Cclass="CMSIS" Cgroup="DSP"/>
3074 <component Cclass="Device" Cgroup="Startup"/>
3075 <category>Getting Started</category>
3076 </attributes>
3077 </example>
3078
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02003079 <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 +02003080 <description>DSP_Lib Signal Convergence example</description>
3081 <board name="uVision Simulator" vendor="Keil"/>
3082 <project>
3083 <environment name="uv" load="arm_signal_converge_example.uvprojx"/>
3084 </project>
3085 <attributes>
3086 <component Cclass="CMSIS" Cgroup="CORE"/>
3087 <component Cclass="CMSIS" Cgroup="DSP"/>
3088 <component Cclass="Device" Cgroup="Startup"/>
3089 <category>Getting Started</category>
3090 </attributes>
3091 </example>
3092
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02003093 <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 +02003094 <description>DSP_Lib Sinus/Cosinus example</description>
3095 <board name="uVision Simulator" vendor="Keil"/>
3096 <project>
3097 <environment name="uv" load="arm_sin_cos_example.uvprojx"/>
3098 </project>
3099 <attributes>
3100 <component Cclass="CMSIS" Cgroup="CORE"/>
3101 <component Cclass="CMSIS" Cgroup="DSP"/>
3102 <component Cclass="Device" Cgroup="Startup"/>
3103 <category>Getting Started</category>
3104 </attributes>
3105 </example>
3106
GuentherMartin27e5b402020-03-31 15:42:58 +02003107 <example name="DSP_Lib SVM example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_svm_example">
3108 <description>DSP_Lib SVM example</description>
3109 <board name="uVision Simulator" vendor="Keil"/>
3110 <project>
3111 <environment name="uv" load="arm_svm_example.uvprojx"/>
3112 </project>
3113 <attributes>
3114 <component Cclass="CMSIS" Cgroup="CORE"/>
3115 <component Cclass="CMSIS" Cgroup="DSP"/>
3116 <component Cclass="Device" Cgroup="Startup"/>
3117 <category>Getting Started</category>
3118 </attributes>
3119 </example>
3120
Jonatan Antoniba9cdf32018-06-29 15:22:59 +02003121 <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 +02003122 <description>DSP_Lib Variance example</description>
3123 <board name="uVision Simulator" vendor="Keil"/>
3124 <project>
3125 <environment name="uv" load="arm_variance_example.uvprojx"/>
3126 </project>
3127 <attributes>
3128 <component Cclass="CMSIS" Cgroup="CORE"/>
3129 <component Cclass="CMSIS" Cgroup="DSP"/>
3130 <component Cclass="Device" Cgroup="Startup"/>
3131 <category>Getting Started</category>
3132 </attributes>
3133 </example>
Martin Günther0ffe8f92016-08-24 11:43:05 +02003134
Matthias Hertel3bb828f2016-11-07 13:51:50 +01003135 <example name="CMSIS-RTOS2 Blinky" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/Blinky">
Matthias Hertelb73eaf32016-07-22 15:18:56 +02003136 <description>CMSIS-RTOS2 Blinky example</description>
3137 <board name="uVision Simulator" vendor="Keil"/>
3138 <project>
3139 <environment name="uv" load="Blinky.uvprojx"/>
3140 </project>
3141 <attributes>
3142 <component Cclass="CMSIS" Cgroup="CORE"/>
3143 <component Cclass="CMSIS" Cgroup="RTOS2"/>
3144 <component Cclass="Device" Cgroup="Startup"/>
3145 <category>Getting Started</category>
3146 </attributes>
3147 </example>
Martin Günther0ffe8f92016-08-24 11:43:05 +02003148
Robert Rostohare13e4702016-11-07 15:23:44 +01003149 <example name="CMSIS-RTOS2 RTX5 Migration" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/Migration">
Matthias Hertel4b70ae42016-11-07 14:14:59 +01003150 <description>CMSIS-RTOS2 mixed API v1 and v2</description>
Matthias Hertel3bb828f2016-11-07 13:51:50 +01003151 <board name="uVision Simulator" vendor="Keil"/>
3152 <project>
3153 <environment name="uv" load="Blinky.uvprojx"/>
3154 </project>
3155 <attributes>
3156 <component Cclass="CMSIS" Cgroup="CORE"/>
3157 <component Cclass="CMSIS" Cgroup="RTOS2"/>
3158 <component Cclass="Device" Cgroup="Startup"/>
3159 <category>Getting Started</category>
3160 </attributes>
3161 </example>
3162
Jonatan Antoni401391f2017-08-30 16:52:33 +02003163 <example name="CMSIS-RTOS2 RTX5 Message Queue" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/MsgQueue">
3164 <description>CMSIS-RTOS2 Message Queue Example</description>
3165 <board name="uVision Simulator" vendor="Keil"/>
3166 <project>
3167 <environment name="uv" load="MsqQueue.uvprojx"/>
3168 </project>
3169 <attributes>
3170 <component Cclass="CMSIS" Cgroup="CORE"/>
3171 <component Cclass="CMSIS" Cgroup="RTOS2"/>
3172 <component Cclass="Compiler" Cgroup="EventRecorder"/>
3173 <component Cclass="Device" Cgroup="Startup"/>
3174 <category>Getting Started</category>
3175 </attributes>
3176 </example>
Jonatan Antoni6c160d42017-09-01 10:48:45 +02003177
3178 <example name="CMSIS-RTOS2 RTX5 Memory Pool" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/MemPool">
3179 <description>CMSIS-RTOS2 Memory Pool Example</description>
Jonatan Antoni5398c462019-01-10 16:36:16 +01003180 <board name="uVision Simulator" vendor="Keil"/>
Jonatan Antoni6c160d42017-09-01 10:48:45 +02003181 <project>
3182 <environment name="uv" load="MemPool.uvprojx"/>
3183 </project>
3184 <attributes>
3185 <component Cclass="CMSIS" Cgroup="CORE"/>
3186 <component Cclass="CMSIS" Cgroup="RTOS2"/>
3187 <component Cclass="Compiler" Cgroup="EventRecorder"/>
3188 <component Cclass="Device" Cgroup="Startup"/>
3189 <category>Getting Started</category>
3190 </attributes>
3191 </example>
Jonatan Antoni90e5beb2017-11-06 16:30:23 +01003192
Christopher Seidlb8c998f2016-11-08 15:49:02 +01003193 <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 +01003194 <description>Bare-metal secure/non-secure example without RTOS</description>
Matthias Hertel3bb828f2016-11-07 13:51:50 +01003195 <board name="uVision Simulator" vendor="Keil"/>
3196 <project>
3197 <environment name="uv" load="NoRTOS.uvmpw"/>
3198 </project>
3199 <attributes>
3200 <component Cclass="CMSIS" Cgroup="CORE"/>
3201 <component Cclass="CMSIS" Cgroup="RTOS2"/>
3202 <component Cclass="Device" Cgroup="Startup"/>
3203 <category>Getting Started</category>
3204 </attributes>
3205 </example>
3206
Christopher Seidlb8c998f2016-11-08 15:49:02 +01003207 <example name="TrustZone for ARMv8-M RTOS" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS">
Christopher Seidl522e1f22016-11-07 16:05:02 +01003208 <description>Secure/non-secure RTOS example with thread context management</description>
Matthias Hertel3bb828f2016-11-07 13:51:50 +01003209 <board name="uVision Simulator" vendor="Keil"/>
3210 <project>
3211 <environment name="uv" load="RTOS.uvmpw"/>
3212 </project>
3213 <attributes>
3214 <component Cclass="CMSIS" Cgroup="CORE"/>
3215 <component Cclass="CMSIS" Cgroup="RTOS2"/>
3216 <component Cclass="Device" Cgroup="Startup"/>
3217 <category>Getting Started</category>
3218 </attributes>
3219 </example>
Matthias Hertel3bb828f2016-11-07 13:51:50 +01003220
ReinhardKeil3bd0e172016-11-10 07:59:24 +01003221 <example name="TrustZone for ARMv8-M RTOS Security Tests" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults">
3222 <description>Secure/non-secure RTOS example with security test cases and system recovery</description>
3223 <board name="uVision Simulator" vendor="Keil"/>
3224 <project>
3225 <environment name="uv" load="RTOS_Faults.uvmpw"/>
3226 </project>
3227 <attributes>
3228 <component Cclass="CMSIS" Cgroup="CORE"/>
3229 <component Cclass="CMSIS" Cgroup="RTOS2"/>
3230 <component Cclass="Device" Cgroup="Startup"/>
3231 <category>Getting Started</category>
3232 </attributes>
3233 </example>
3234
TTornblomc88880a2020-03-20 12:59:25 +01003235 <example name="CMSIS-RTOS2 Blinky" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples_IAR/Blinky">
3236 <description>CMSIS-RTOS2 Blinky example</description>
Jonatan Antonicd93ae82020-03-31 10:59:38 +02003237 <board name="EWARM Simulator" vendor="IAR"/>
TTornblomc88880a2020-03-20 12:59:25 +01003238 <project>
3239 <environment name="iar" load="Blinky/Blinky.ewp"/>
3240 </project>
3241 <attributes>
3242 <component Cclass="CMSIS" Cgroup="CORE"/>
3243 <component Cclass="CMSIS" Cgroup="RTOS2"/>
3244 <component Cclass="Device" Cgroup="Startup"/>
3245 <category>Getting Started</category>
3246 </attributes>
3247 </example>
3248
3249 <example name="CMSIS-RTOS2 RTX5 Message Queue" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples_IAR/MsgQueue">
3250 <description>CMSIS-RTOS2 Message Queue Example</description>
Jonatan Antonicd93ae82020-03-31 10:59:38 +02003251 <board name="EWARM Simulator" vendor="IAR"/>
TTornblomc88880a2020-03-20 12:59:25 +01003252 <project>
3253 <environment name="iar" load="MsgQueue/MsgQueue.ewp"/>
3254 </project>
3255 <attributes>
3256 <component Cclass="CMSIS" Cgroup="CORE"/>
3257 <component Cclass="CMSIS" Cgroup="RTOS2"/>
3258 <component Cclass="Device" Cgroup="Startup"/>
3259 <category>Getting Started</category>
3260 </attributes>
3261 </example>
3262
Martin Günther89be6522016-05-13 07:57:31 +02003263 </examples>
3264
3265</package>