1<?xml version="1.0" encoding="UTF-8"?>
2
3<package schemaVersion="1.7.7" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.7/schema/PACK.xsd">
4  <name>CMSIS</name>
5  <description>CMSIS (Common Microcontroller Software Interface Standard)</description>
6  <vendor>ARM</vendor>
7  <license>LICENSE</license>
8  <url>https://www.keil.com/pack/</url>
9
10  <releases>
11    <release version="6.0.0">
12      Active development ...
13      CMSIS-Core: 6.0.0
14        - Core(M) and Core(A) joined into single Core component
15        - Core header files reworked, aligned with TRMs
16        - Previously deprecated features removed
17        - Dropped support for Arm Compiler 5
18      CMSIS-DSP: Moved into separate pack!
19      CMSIS-NN: Moved into separate pack!
20      CMSIS-RTOS: Deprecated and removed!
21        - RTX4 Deprecated and removed!
22      CMSIS-RTOS2: 2.3.0 (see revision history for details)
23        - OS Tick moved from Device to CMSIS class
24        - Provisional support for processor affinity in SMP systems
25        - RTX5 Moved into separate pack!
26      CMSIS-Driver: 2.9.0 (see revision history for details)
27        - Updated VIO API 1.0.0
28        - Added GPIO Driver API 1.0.0
29      CMSIS-DAP: Moved into separate pack!
30      CMSIS-Pack: Moved to Open-CMSIS-Pack!
31      CMSIS-SVD: Moved to Open-CMSIS-Pack!
32      Utilities: Moved to CMSIS-Toolbox!
33    </release>
34    <release version="5.9.0" date="2022-05-02">
35      CMSIS-Core(M): 5.6.0
36       - Arm Cortex-M85 cpu support
37       - Arm China STAR-MC1 cpu support
38       - Updated system_ARMCM55.c
39      CMSIS-DSP: 1.10.0 (see revision history for details)
40      CMSIS-NN: 3.1.0 (see revision history for details)
41       - Support for int16 convolution and fully connected for reference implementation
42       - Support for DSP extension optimization for int16 convolution and fully connected
43       - Support dilation for int8 convolution
44       - Support dilation for int8 depthwise convolution
45       - Support for int16 depthwise conv for reference implementation including dilation
46       - Support for int16 average and max pooling for reference implementation
47       - Support for elementwise add and mul int16 scalar version
48       - Support for softmax int16 scalar version
49       - Support for SVDF with 8 bit state tensor
50      CMSIS-RTOS2: 2.1.3 (unchanged)
51        - RTX 5.5.4 (see revision history for details)
52      CMSIS-Pack: deprecated (moved to Open-CMSIS-Pack)
53      CMSIS-SVD: 1.3.9 (see revision history for details)
54      CMSIS-DAP: 2.1.1 (see revision history for details)
55       - Allow default clock frequency to use fast clock mode
56      Devices
57       - Support for Cortex-M85
58      Utilities
59        - SVDConv 3.3.42
60        - PackChk 1.3.95
61    </release>
62    <release version="5.8.0" date="2021-06-24">
63      CMSIS-Core(M): 5.5.0 (see revision history for details)
64        - Updated GCC LinkerDescription, GCC Assembler startup
65        - Added Armv8-M Stack Sealing (to linker, startup) for toolchain ARM, GCC
66        - Changed C-Startup to default Startup.
67        - Updated Armv8-M Assembler startup to use GAS syntax
68          Note: Updating existing projects may need manual user interaction!
69      CMSIS-Core(A): 1.2.1 (see revision history for details)
70        - Bugfixes for Cortex-A32
71      CMSIS-DAP: 2.1.0 (see revision history for details)
72        - Enhanced DAP_Info
73        - Added extra UART support
74      CMSIS-DSP: 1.9.0 (see revision history for details)
75        - Purged pre-built libs from Git
76        - Enhanced support for f16 datatype
77        - Fixed couple of GCC issues
78      CMSIS-NN: 3.0.0 (see revision history for details including version 2.0.0)
79        - Major interface change for functions compatible with TensorFlow Lite for Microcontroller
80        - Added optimization for SVDF kernel
81        - Improved MVE performance for fully Connected and max pool operator
82        - NULL bias support for fully connected operator in non-MVE case(Can affect performance)
83        - Expanded existing unit test suite along with support for FVP
84        - Removed Examples folder
85      CMSIS-RTOS2:
86        - RTX 5.5.3 (see revision history for details)
87          - CVE-2021-27431 vulnerability mitigation.
88          - Enhanced stack overrun checking.
89          - Various bug fixes and improvements.
90      CMSIS-Pack: 1.7.2 (see revision history for details)
91        - Support for Microchip XC32 compiler
92        - Support for Custom Datapath Extension
93    </release>
94    <release version="5.7.0" date="2020-04-09">
95      CMSIS-Build: 0.9.0 (beta)
96        - Draft for CMSIS Project description (CPRJ)
97      CMSIS-Core(M): 5.4.0 (see revision history for details)
98        - Cortex-M55 cpu support
99        - Enhanced MVE support for Armv8.1-MML
100        - Fixed device config define checks.
101        - L1 Cache functions for Armv7-M and later
102      CMSIS-Core(A): 1.2.0 (see revision history for details)
103        - Fixed GIC_SetPendingIRQ to use GICD_SGIR
104        - Added missing DSP intrinsics
105        - Reworked assembly intrinsics: volatile, barriers and clobber
106      CMSIS-DSP: 1.8.0 (see revision history for details)
107        - Added new functions and function groups
108        - Added MVE support
109      CMSIS-NN: 1.3.0 (see revision history for details)
110        - Added MVE support
111        - Further optimizations for kernels using DSP extension
112      CMSIS-RTOS2:
113        - RTX 5.5.2 (see revision history for details)
114      CMSIS-Driver: 2.8.0
115        - Added VIO API 0.1.0 (Preview)
116        - removed volatile from status related typedefs in APIs
117        - enhanced WiFi Interface API with support for polling Socket Receive/Send
118      CMSIS-Pack: 1.6.3 (see revision history for details)
119        - deprecating all types specific to cpdsc format. Cpdsc is replaced by Cprj with dedicated schema.
120      Devices:
121        - ARMCM55 device
122        - ARMv81MML startup code recognizing __MVE_USED macro
123        - Refactored vector table references for all Cortex-M devices
124        - Reworked ARMCM* C-StartUp files.
125        - Include L1 Cache functions in ARMv8MML/ARMv81MML devices
126      Utilities:
127        Attention: Linux binaries moved to Linux64 folder!
128        - SVDConv 3.3.35
129        - PackChk 1.3.89
130    </release>
131    <release version="5.6.0" date="2019-07-10">
132      CMSIS-Core(M): 5.3.0 (see revision history for details)
133        - Added provisions for compiler-independent C startup code.
134      CMSIS-Core(A): 1.1.4 (see revision history for details)
135        - Fixed __FPU_Enable.
136      CMSIS-DSP: 1.7.0 (see revision history for details)
137        - New Neon versions of f32 functions
138        - Python wrapper
139        - Preliminary cmake build
140        - Compilation flags for FFTs
141        - Changes to arm_math.h
142      CMSIS-NN: 1.2.0 (see revision history for details)
143        - New function for depthwise convolution with asymmetric quantization.
144        - New support functions for requantization.
145      CMSIS-RTOS:
146        - RTX 4.82.0 (updated provisions for Arm Compiler 6 when using Cortex-M0/M0+)
147      CMSIS-RTOS2:
148        - RTX 5.5.1 (see revision history for details)
149      CMSIS-Driver: 2.7.1
150        - WiFi Interface API 1.0.0
151      Devices:
152        - Generalized C startup code for all Cortex-M family devices.
153        - Updated Cortex-A default memory regions and MMU configurations
154        - Moved Cortex-A memory and system config files to avoid include path issues
155    </release>
156    <release version="5.5.1" date="2019-03-20">
157      The following folders are deprecated
158        - CMSIS/Include/ (superseded by CMSIS/DSP/Include/ and CMSIS/Core/Include/)
159
160      CMSIS-Core(M): 5.2.1 (see revision history for details)
161        - Fixed compilation issue in cmsis_armclang_ltm.h
162    </release>
163    <release version="5.5.0" date="2019-03-18">
164      The following folders have been removed:
165        - CMSIS/Lib/ (superseded by CMSIS/DSP/Lib/)
166        - CMSIS/DSP_Lib/ (superseded by CMSIS/DSP/)
167      The following folders are deprecated
168        - CMSIS/Include/ (superseded by CMSIS/DSP/Include/ and CMSIS/Core/Include/)
169
170      CMSIS-Core(M): 5.2.0 (see revision history for details)
171        - Reworked Stack/Heap configuration for ARM startup files.
172        - Added Cortex-M35P device support.
173        - Added generic Armv8.1-M Mainline device support.
174      CMSIS-Core(A): 1.1.3 (see revision history for details)
175      CMSIS-DSP: 1.6.0 (see revision history for details)
176        - reworked DSP library source files
177        - reworked DSP library documentation
178        - Changed DSP folder structure
179        - moved DSP libraries to folder ./DSP/Lib
180        - ARM DSP Libraries are built with ARMCLANG
181        - Added DSP Libraries Source variant
182      CMSIS-RTOS2:
183        - RTX 5.5.0 (see revision history for details)
184      CMSIS-Driver: 2.7.0
185        - Added WiFi Interface API 1.0.0-beta
186        - Added components for project specific driver implementations
187      CMSIS-Pack: 1.6.0 (see revision history for details)
188      Devices:
189        - Added Cortex-M35P and ARMv81MML device templates.
190        - Fixed C-Startup Code for GCC (aligned with other compilers)
191      Utilities:
192        - SVDConv 3.3.25
193        - PackChk 1.3.82
194    </release>
195    <release version="5.4.0" date="2018-08-01">
196      Aligned pack structure with repository.
197      The following folders are deprecated:
198        - CMSIS/Include/
199        - CMSIS/DSP_Lib/
200
201      CMSIS-Core(M): 5.1.2 (see revision history for details)
202        - Added Cortex-M1 support (beta).
203      CMSIS-Core(A): 1.1.2 (see revision history for details)
204      CMSIS-NN: 1.1.0
205        - Added new math functions.
206      CMSIS-RTOS2:
207        - API 2.1.3 (see revision history for details)
208        - RTX 5.4.0 (see revision history for details)
209          * Updated exception handling on Cortex-A
210      CMSIS-Driver:
211        - Flash Driver API V2.2.0
212      Utilities:
213        - SVDConv 3.3.21
214        - PackChk 1.3.71
215    </release>
216    <release version="5.3.0" date="2018-02-22">
217      Updated Arm company brand.
218      CMSIS-Core(M): 5.1.1 (see revision history for details)
219      CMSIS-Core(A): 1.1.1 (see revision history for details)
220      CMSIS-DAP: 2.0.0 (see revision history for details)
221      CMSIS-NN: 1.0.0
222        - Initial contribution of the bare metal Neural Network Library.
223      CMSIS-RTOS2:
224        - RTX 5.3.0 (see revision history for details)
225        - OS Tick API 1.0.1
226    </release>
227    <release version="5.2.0" date="2017-11-16">
228      CMSIS-Core(M): 5.1.0 (see revision history for details)
229        - Added MPU Functions for ARMv8-M for Cortex-M23/M33.
230        - Added compiler_iccarm.h to replace compiler_iar.h shipped with the compiler.
231      CMSIS-Core(A): 1.1.0 (see revision history for details)
232        - Added compiler_iccarm.h.
233        - Added additional access functions for physical timer.
234      CMSIS-DAP: 1.2.0 (see revision history for details)
235      CMSIS-DSP: 1.5.2 (see revision history for details)
236      CMSIS-Driver: 2.6.0 (see revision history for details)
237        - CAN Driver API V1.2.0
238        - NAND Driver API V2.3.0
239      CMSIS-RTOS:
240        - RTX: added variant for Infineon XMC4 series affected by PMU_CM.001 errata.
241      CMSIS-RTOS2:
242        - API 2.1.2 (see revision history for details)
243        - RTX 5.2.3 (see revision history for details)
244      Devices:
245        - Added GCC startup and linker script for Cortex-A9.
246        - Added device ARMCM0plus_MPU for Cortex-M0+ with MPU.
247        - Added IAR startup code for Cortex-A9
248    </release>
249    <release version="5.1.1" date="2017-09-19">
250      CMSIS-RTOS2:
251      - RTX 5.2.1 (see revision history for details)
252    </release>
253    <release version="5.1.0" date="2017-08-04">
254      CMSIS-Core(M): 5.0.2 (see revision history for details)
255      - Changed Version Control macros to be core agnostic.
256      - Added MPU Functions for ARMv7-M for Cortex-M0+/M3/M4/M7.
257      CMSIS-Core(A): 1.0.0 (see revision history for details)
258      - Initial release
259      - IRQ Controller API 1.0.0
260      CMSIS-Driver: 2.05 (see revision history for details)
261      - All typedefs related to status have been made volatile.
262      CMSIS-RTOS2:
263      - API 2.1.1 (see revision history for details)
264      - RTX 5.2.0 (see revision history for details)
265      - OS Tick API 1.0.0
266      CMSIS-DSP: 1.5.2 (see revision history for details)
267      - Fixed GNU Compiler specific diagnostics.
268      CMSIS-Pack: 1.5.0 (see revision history for details)
269      - added System Description File (*.SDF) Format
270      CMSIS-Zone: 0.0.1 (Preview)
271      - Initial specification draft
272    </release>
273    <release version="5.0.1" date="2017-02-03">
274      Package Description:
275      - added taxonomy for Cclass RTOS
276      CMSIS-RTOS2:
277      - API 2.1   (see revision history for details)
278      - RTX 5.1.0 (see revision history for details)
279      CMSIS-Core: 5.0.1 (see revision history for details)
280      - Added __PACKED_STRUCT macro
281      - Added uVisior support
282      - Updated cmsis_armcc.h: corrected macro __ARM_ARCH_6M__
283      - Updated template for secure main function (main_s.c)
284      - Updated template for Context Management for ARMv8-M TrustZone (tz_context.c)
285      CMSIS-DSP: 1.5.1 (see revision history for details)
286      - added ARMv8M DSP libraries.
287      CMSIS-Pack:1.4.9 (see revision history for details)
288      - added Pack Index File specification and schema file
289    </release>
290    <release version="5.0.0" date="2016-11-11">
291      Changed open source license to Apache 2.0
292      CMSIS_Core:
293       - Added support for Cortex-M23 and Cortex-M33.
294       - Added ARMv8-M device configurations for mainline and baseline.
295       - Added CMSE support and thread context management for TrustZone for ARMv8-M
296       - Added cmsis_compiler.h to unify compiler behaviour.
297       - Updated function SCB_EnableICache (for Cortex-M7).
298       - Added functions: NVIC_GetEnableIRQ, SCB_GetFPUType
299      CMSIS-RTOS:
300        - bug fix in RTX 4.82 (see revision history for details)
301      CMSIS-RTOS2:
302        - new API including compatibility layer to CMSIS-RTOS
303        - reference implementation based on RTX5
304        - supports all Cortex-M variants including TrustZone for ARMv8-M
305      CMSIS-SVD:
306       - reworked SVD format documentation
307       - removed SVD file database documentation as SVD files are distributed in packs
308       - updated SVDConv for Win32 and Linux
309      CMSIS-DSP:
310       - Moved DSP libraries from CMSIS/DSP/Lib to CMSIS/Lib.
311       - Added DSP libraries build projects to CMSIS pack.
312    </release>
313    <release version="4.5.0" date="2015-10-28">
314      - CMSIS-Core     4.30.0  (see revision history for details)
315      - CMSIS-DAP      1.1.0   (unchanged)
316      - CMSIS-Driver   2.04.0  (see revision history for details)
317      - CMSIS-DSP      1.4.7   (no source code change [still labeled 1.4.5], see revision history for details)
318      - CMSIS-Pack     1.4.1   (see revision history for details)
319      - CMSIS-RTOS     4.80.0  Restored time delay parameter 'millisec' old behavior (prior V4.79) for software compatibility. (see revision history for details)
320      - CMSIS-SVD      1.3.1   (see revision history for details)
321    </release>
322    <release version="4.4.0" date="2015-09-11">
323      - CMSIS-Core     4.20   (see revision history for details)
324      - CMSIS-DSP      1.4.6  (no source code change [still labeled 1.4.5], see revision history for details)
325      - CMSIS-Pack     1.4.0  (adding memory attributes, algorithm style)
326      - CMSIS-Driver   2.03.0 (adding CAN [Controller Area Network] API)
327      - CMSIS-RTOS
328        -- API         1.02   (unchanged)
329        -- RTX         4.79   (see revision history for details)
330      - CMSIS-SVD      1.3.0  (see revision history for details)
331      - CMSIS-DAP      1.1.0  (extended with SWO support)
332    </release>
333    <release version="4.3.0" date="2015-03-20">
334      - CMSIS-Core     4.10   (Cortex-M7 extended Cache Maintenance functions)
335      - CMSIS-DSP      1.4.5  (see revision history for details)
336      - CMSIS-Driver   2.02   (adding SAI (Serial Audio Interface) API)
337      - CMSIS-Pack     1.3.3  (Semantic Versioning, Generator extensions)
338      - CMSIS-RTOS
339        -- API         1.02   (unchanged)
340        -- RTX         4.78   (see revision history for details)
341      - CMSIS-SVD      1.2    (unchanged)
342    </release>
343    <release version="4.2.0" date="2014-09-24">
344      Adding Cortex-M7 support
345      - CMSIS-Core     4.00  (Cortex-M7 support, corrected C++ include guards in core header files)
346      - CMSIS-DSP      1.4.4 (Cortex-M7 support and corrected out of bound issues)
347      - CMSIS-Pack     1.3.1 (Cortex-M7 updates, clarification, corrected batch files in Tutorial)
348      - CMSIS-SVD      1.2   (Cortex-M7 extensions)
349      - CMSIS-RTOS RTX 4.75  (see revision history for details)
350    </release>
351    <release version="4.1.1" date="2014-06-30">
352      - fixed conditions preventing the inclusion of the DSP library in projects for Infineon XMC4000 series devices
353    </release>
354    <release version="4.1.0" date="2014-06-12">
355      - CMSIS-Driver   2.02  (incompatible update)
356      - CMSIS-Pack     1.3   (see revision history for details)
357      - CMSIS-DSP      1.4.2 (unchanged)
358      - CMSIS-Core     3.30  (unchanged)
359      - CMSIS-RTOS RTX 4.74  (unchanged)
360      - CMSIS-RTOS API 1.02  (unchanged)
361      - CMSIS-SVD      1.10  (unchanged)
362      PACK:
363      - removed G++ specific files from PACK
364      - added Component Startup variant "C Startup"
365      - added Pack Checking Utility
366      - updated conditions to reflect tool-chain dependency
367      - added Taxonomy for Graphics
368      - updated Taxonomy for unified drivers from "Drivers" to "CMSIS Drivers"
369    </release>
370    <!-- release version="4.0.0">
371      - CMSIS-Driver   2.00  Preliminary (incompatible update)
372      - CMSIS-Pack     1.1   Preliminary
373      - CMSIS-DSP      1.4.2 (see revision history for details)
374      - CMSIS-Core     3.30  (see revision history for details)
375      - CMSIS-RTOS RTX 4.74  (see revision history for details)
376      - CMSIS-RTOS API 1.02  (unchanged)
377      - CMSIS-SVD      1.10  (unchanged)
378    </release -->
379    <release version="3.20.4" date="2014-02-20">
380      - CMSIS-RTOS 4.74 (see revision history for details)
381      - PACK Extensions (Boards, Device Features, Flash Programming, Generators, Configuration Wizard). Schema version 1.1.
382    </release>
383    <!-- release version="3.20.3">
384      - CMSIS-Driver API Version 1.10 ARM prefix added (incompatible change)
385      - CMSIS-RTOS 4.73 (see revision history for details)
386    </release -->
387    <!-- release version="3.20.2">
388      - CMSIS-Pack documentation has been added
389      - CMSIS-Drivers header and documentation have been added to PACK
390      - CMSIS-CORE, CMSIS-DSP, CMSIS-RTOS API and CMSIS-SVD remain unchanged
391    </release -->
392    <!-- release version="3.20.1">
393      - CMSIS-RTOS Keil RTX V4.72 has been added to PACK
394      - CMSIS-CORE, CMSIS-DSP, CMSIS-RTOS API and CMSIS-SVD remain unchanged
395    </release -->
396    <!-- release version="3.20.0">
397      The software portions that are deployed in the application program are now under a BSD license which allows usage
398      of CMSIS components in any commercial or open source projects.  The Pack Description file Arm.CMSIS.pdsc describes the use cases
399      The individual components have been update as listed below:
400      - CMSIS-CORE adds functions for setting breakpoints, supports the latest GCC Compiler, and contains several corrections.
401      - CMSIS-DSP library is optimized for more performance and contains several bug fixes.
402      - CMSIS-RTOS API is extended with capabilities for short timeouts, Kernel initialization, and prepared for a C++ interface.
403      - CMSIS-SVD is unchanged.
404    </release -->
405  </releases>
406
407  <taxonomy>
408    <description Cclass="Audio">Software components for audio processing</description>
409    <description Cclass="Board Support">Generic Interfaces for Evaluation and Development Boards</description>
410    <description Cclass="Board Part">Drivers that support an external component available on an evaluation board</description>
411    <description Cclass="Compiler">Compiler Software Extensions</description>
412    <description Cclass="CMSIS" doc="CMSIS/Documentation/html/General/index.html">Cortex Microcontroller Software Interface Components</description>
413    <description Cclass="CMSIS Driver" doc="CMSIS/Documentation/html/Driver/index.html">Unified Device Drivers compliant to CMSIS-Driver Specifications</description>
414    <description Cclass="Device" doc="CMSIS/Documentation/html/Core/index.html">Startup, System Setup</description>
415    <description Cclass="Data Exchange">Data exchange or data formatter</description>
416    <description Cclass="Extension Board">Drivers that support an extension board or shield</description>
417    <description Cclass="File System">File Drive Support and File System</description>
418    <description Cclass="IoT Client">IoT cloud client connector</description>
419    <description Cclass="IoT Service">IoT specific services</description>
420    <description Cclass="IoT Utility">IoT specific software utility</description>
421    <description Cclass="Graphics">Graphical User Interface</description>
422    <description Cclass="Network">Network Stack using Internet Protocols</description>
423    <description Cclass="RTOS">Real-time Operating System</description>
424    <description Cclass="Security">Encryption for secure communication or storage</description>
425    <description Cclass="USB">Universal Serial Bus Stack</description>
426    <description Cclass="Utility">Generic software utility components</description>
427  </taxonomy>
428
429  <apis>
430    <!-- CMSIS Device API -->
431    <api Cclass="Device" Cgroup="IRQ Controller" Capiversion="1.0.0" exclusive="1">
432      <description>Device interrupt controller interface</description>
433      <files>
434        <file category="header" name="CMSIS/Core/Include/a-profile/irq_ctrl.h"/>
435      </files>
436    </api>
437    <!-- CMSIS OS Tick API -->
438    <api Cclass="CMSIS" Cgroup="OS Tick" Capiversion="1.0.1" exclusive="1">
439      <description>RTOS Kernel system tick timer interface</description>
440      <files>
441        <file category="header" name="CMSIS/RTOS2/Include/os_tick.h"/>
442      </files>
443    </api>
444    <!-- CMSIS-RTOS API -->
445    <api Cclass="CMSIS" Cgroup="RTOS2" Capiversion="2.3.0" exclusive="1">
446      <description>CMSIS-RTOS API for Cortex-M, SC000, and SC300</description>
447      <files>
448        <file category="doc" name="CMSIS/Documentation/html/RTOS2/index.html"/>
449        <file category="header" name="CMSIS/RTOS2/Include/cmsis_os2.h"/>
450      </files>
451    </api>
452    <!-- CMSIS Driver API -->
453    <api Cclass="CMSIS Driver" Cgroup="USART" Capiversion="2.4.0" exclusive="0">
454      <description>USART Driver API for Cortex-M</description>
455      <files>
456        <file category="doc" name="CMSIS/Documentation/html/Driver/group__usart__interface__gr.html" />
457        <file category="header" name="CMSIS/Driver/Include/Driver_USART.h" />
458      </files>
459    </api>
460    <api Cclass="CMSIS Driver" Cgroup="SPI" Capiversion="2.3.0" exclusive="0">
461      <description>SPI Driver API for Cortex-M</description>
462      <files>
463        <file category="doc" name="CMSIS/Documentation/html/Driver/group__spi__interface__gr.html" />
464        <file category="header" name="CMSIS/Driver/Include/Driver_SPI.h" />
465      </files>
466    </api>
467    <api Cclass="CMSIS Driver" Cgroup="SAI" Capiversion="1.2.0" exclusive="0">
468      <description>SAI Driver API for Cortex-M</description>
469      <files>
470        <file category="doc" name="CMSIS/Documentation/html/Driver/group__sai__interface__gr.html"/>
471        <file category="header" name="CMSIS/Driver/Include/Driver_SAI.h" />
472      </files>
473    </api>
474    <api Cclass="CMSIS Driver" Cgroup="I2C" Capiversion="2.4.0" exclusive="0">
475      <description>I2C Driver API for Cortex-M</description>
476      <files>
477        <file category="doc" name="CMSIS/Documentation/html/Driver/group__i2c__interface__gr.html"/>
478        <file category="header" name="CMSIS/Driver/Include/Driver_I2C.h" />
479      </files>
480    </api>
481    <api Cclass="CMSIS Driver" Cgroup="CAN" Capiversion="1.3.0" exclusive="0">
482      <description>CAN Driver API for Cortex-M</description>
483      <files>
484        <file category="doc" name="CMSIS/Documentation/html/Driver/group__can__interface__gr.html"/>
485        <file category="header" name="CMSIS/Driver/Include/Driver_CAN.h" />
486      </files>
487    </api>
488    <api Cclass="CMSIS Driver" Cgroup="Flash" Capiversion="2.3.0" exclusive="0">
489      <description>Flash Driver API for Cortex-M</description>
490      <files>
491        <file category="doc" name="CMSIS/Documentation/html/Driver/group__flash__interface__gr.html" />
492        <file category="header" name="CMSIS/Driver/Include/Driver_Flash.h" />
493      </files>
494    </api>
495    <api Cclass="CMSIS Driver" Cgroup="MCI" Capiversion="2.4.0" exclusive="0">
496      <description>MCI Driver API for Cortex-M</description>
497      <files>
498        <file category="doc" name="CMSIS/Documentation/html/Driver/group__mci__interface__gr.html" />
499        <file category="header" name="CMSIS/Driver/Include/Driver_MCI.h" />
500      </files>
501    </api>
502    <api Cclass="CMSIS Driver" Cgroup="NAND" Capiversion="2.4.0" exclusive="0">
503      <description>NAND Flash Driver API for Cortex-M</description>
504      <files>
505        <file category="doc" name="CMSIS/Documentation/html/Driver/group__nand__interface__gr.html" />
506        <file category="header" name="CMSIS/Driver/Include/Driver_NAND.h" />
507      </files>
508    </api>
509    <api Cclass="CMSIS Driver" Cgroup="Ethernet" Capiversion="2.2.0" exclusive="0">
510      <description>Ethernet MAC and PHY Driver API for Cortex-M</description>
511      <files>
512        <file category="doc" name="CMSIS/Documentation/html/Driver/group__eth__interface__gr.html" />
513        <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" />
514        <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" />
515      </files>
516    </api>
517    <api Cclass="CMSIS Driver" Cgroup="Ethernet MAC" Capiversion="2.2.0" exclusive="0">
518      <description>Ethernet MAC Driver API for Cortex-M</description>
519      <files>
520        <file category="doc" name="CMSIS/Documentation/html/Driver/group__eth__mac__interface__gr.html" />
521        <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" />
522      </files>
523    </api>
524    <api Cclass="CMSIS Driver" Cgroup="Ethernet PHY" Capiversion="2.2.0" exclusive="0">
525      <description>Ethernet PHY Driver API for Cortex-M</description>
526      <files>
527        <file category="doc" name="CMSIS/Documentation/html/Driver/group__eth__phy__interface__gr.html" />
528        <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" />
529      </files>
530    </api>
531    <api Cclass="CMSIS Driver" Cgroup="USB Device" Capiversion="2.3.0" exclusive="0">
532      <description>USB Device Driver API for Cortex-M</description>
533      <files>
534        <file category="doc" name="CMSIS/Documentation/html/Driver/group__usbd__interface__gr.html" />
535        <file category="header" name="CMSIS/Driver/Include/Driver_USBD.h" />
536      </files>
537    </api>
538    <api Cclass="CMSIS Driver" Cgroup="USB Host" Capiversion="2.3.0" exclusive="0">
539      <description>USB Host Driver API for Cortex-M</description>
540      <files>
541        <file category="doc" name="CMSIS/Documentation/html/Driver/group__usbh__interface__gr.html" />
542        <file category="header" name="CMSIS/Driver/Include/Driver_USBH.h" />
543      </files>
544    </api>
545    <api Cclass="CMSIS Driver" Cgroup="GPIO" Capiversion="1.0.0" exclusive="0">
546      <description>GPIO Driver API for Cortex-M</description>
547      <files>
548        <file category="doc" name="CMSIS/Documentation/html/Driver/group__gpio__interface__gr.html" />
549        <file category="header" name="CMSIS/Driver/Include/Driver_GPIO.h" />
550      </files>
551    </api>
552    <api Cclass="CMSIS Driver" Cgroup="WiFi" Capiversion="1.1.0" exclusive="0">
553      <description>WiFi driver</description>
554      <files>
555        <file category="doc" name="CMSIS/Documentation/html/Driver/group__wifi__interface__gr.html" />
556        <file category="header" name="CMSIS/Driver/Include/Driver_WiFi.h" />
557      </files>
558    </api>
559    <api Cclass="CMSIS Driver" Cgroup="VIO" Capiversion="1.0.0" exclusive="1">
560      <description>Virtual I/O</description>
561      <files>
562        <file category="doc"    name="CMSIS/Documentation/html/Driver/group__vio__interface__gr.html" />
563        <file category="header" name="CMSIS/Driver/VIO/Include/cmsis_vio.h" />
564        <file category="other"  name="CMSIS/Driver/VIO/cmsis_vio.scvd" />
565      </files>
566    </api>
567  </apis>
568
569  <!-- conditions are dependency rules that can apply to a component or an individual file -->
570  <conditions>
571    <!-- Arm architecture -->
572    <condition id="ARMv6-M Device">
573      <description>Armv6-M architecture based device</description>
574      <accept Dcore="Cortex-M0"/>
575      <accept Dcore="Cortex-M1"/>
576      <accept Dcore="Cortex-M0+"/>
577      <accept Dcore="SC000"/>
578    </condition>
579    <condition id="ARMv7-M Device">
580      <description>Armv7-M architecture based device</description>
581      <accept Dcore="Cortex-M3"/>
582      <accept Dcore="Cortex-M4"/>
583      <accept Dcore="Cortex-M7"/>
584      <accept Dcore="SC300"/>
585    </condition>
586    <condition id="ARMv8-MBL Device">
587      <description>Armv8-M base line architecture based device</description>
588      <accept Dcore="ARMV8MBL"/>
589      <accept Dcore="Cortex-M23"/>
590    </condition>
591    <condition id="ARMv8-MML Device">
592      <description>Armv8-M main line architecture based device</description>
593      <accept Dcore="ARMV8MML"/>
594      <accept Dcore="Cortex-M33"/>
595      <accept Dcore="Cortex-M35P"/>
596      <accept Dcore="Star-MC1"/>
597    </condition>
598    <condition id="ARMv81-MML Device">
599      <description>Armv8.1-M main line architecture based device</description>
600      <accept Dcore="ARMV81MML"/>
601      <accept Dcore="Cortex-M55"/>
602      <accept Dcore="Cortex-M85"/>
603    </condition>
604    <condition id="ARMv8-M Device">
605      <description>Armv8-M architecture based device</description>
606      <accept condition="ARMv8-MBL Device"/>
607      <accept condition="ARMv8-MML Device"/>
608      <accept condition="ARMv81-MML Device"/>
609    </condition>
610    <condition id="ARMv6_7_8-M Device">
611      <description>Armv6_7_8-M architecture based device</description>
612      <accept condition="ARMv6-M Device"/>
613      <accept condition="ARMv7-M Device"/>
614      <accept condition="ARMv8-M Device"/>
615    </condition>
616    <condition id="ARMv7-A Device">
617      <description>Armv7-A architecture based device</description>
618      <accept Dcore="Cortex-A5"/>
619      <accept Dcore="Cortex-A7"/>
620      <accept Dcore="Cortex-A9"/>
621    </condition>
622
623    <condition id="TrustZone">
624      <description>TrustZone</description>
625      <require Dtz="TZ"/>
626    </condition>
627    <condition id="TZ Secure">
628      <description>TrustZone (Secure)</description>
629      <require Dtz="TZ"/>
630      <require Dsecure="Secure"/>
631    </condition>
632
633    <!-- OS Tick -->
634    <condition id="OS Tick SysTick">
635      <description>Components required for OS Tick SysTick Timer</description>
636      <require condition="ARMv6_7_8-M Device"/>
637    </condition>
638
639    <condition id="OS Tick PTIM">
640      <description>Components required for OS Tick Private Timer</description>
641      <accept Dcore="Cortex-A5"/>
642      <accept Dcore="Cortex-A9"/>
643      <require Cclass="Device" Cgroup="IRQ Controller"/>
644    </condition>
645
646    <condition id="OS Tick GTIM">
647      <description>Components required for OS Tick Generic Physical Timer</description>
648      <accept Dcore="Cortex-A7"/>
649      <require Cclass="Device" Cgroup="IRQ Controller"/>
650    </condition>
651
652  </conditions>
653
654  <components>
655    <!-- CMSIS-Core component -->
656    <component Cclass="CMSIS" Cgroup="CORE" Cversion="6.0.0"  condition="ARMv6_7_8-M Device" >
657      <description>CMSIS-CORE for Cortex-M, SC000, SC300, Star-MC1, ARMv8-M, ARMv8.1-M</description>
658      <files>
659        <!-- CPU independent -->
660        <file category="doc"     name="CMSIS/Documentation/html/Core/index.html"/>
661        <file category="include" name="CMSIS/Core/Include/"/>
662        <file category="header"  name="CMSIS/Core/Include/tz_context.h" condition="TrustZone"/>
663        <!-- Code template -->
664        <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"/>
665        <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)" />
666      </files>
667    </component>
668
669    <component Cclass="CMSIS" Cgroup="CORE" Cversion="1.2.1"  condition="ARMv7-A Device" >
670      <description>CMSIS-CORE for Cortex-A</description>
671      <files>
672        <!-- CPU independent -->
673        <file category="doc"     name="CMSIS/Documentation/html/Core_A/index.html"/>
674        <file category="include" name="CMSIS/Core/Include/"/>
675      </files>
676    </component>
677
678    <!-- IRQ Controller -->
679    <component Cclass="Device" Cgroup="IRQ Controller" Csub="GIC" Capiversion="1.0.0" Cversion="1.2.0" condition="ARMv7-A Device">
680      <description>IRQ Controller implementation using GIC</description>
681      <files>
682        <file category="sourceC" name="CMSIS/Core/Source/irq_ctrl_gic.c"/>
683      </files>
684    </component>
685
686    <!-- OS Tick -->
687    <component Cclass="CMSIS" Cgroup="OS Tick" Csub="SysTick" Capiversion="1.0.1" Cversion="1.0.5" condition="OS Tick SysTick">
688      <description>OS Tick implementation using Cortex-M SysTick Timer</description>
689      <files>
690        <file category="sourceC" name="CMSIS/RTOS2/Source/os_systick.c"/>
691      </files>
692    </component>
693
694    <component Cclass="CMSIS" Cgroup="OS Tick" Csub="Private Timer" Capiversion="1.0.1" Cversion="1.0.2" condition="OS Tick PTIM">
695      <description>OS Tick implementation using Private Timer</description>
696      <files>
697        <file category="sourceC" name="CMSIS/RTOS2/Source/os_tick_ptim.c"/>
698      </files>
699    </component>
700
701    <component Cclass="CMSIS" Cgroup="OS Tick" Csub="Generic Physical Timer" Capiversion="1.0.1" Cversion="1.0.1" condition="OS Tick GTIM">
702      <description>OS Tick implementation using Generic Physical Timer</description>
703      <files>
704        <file category="sourceC" name="CMSIS/RTOS2/Source/os_tick_gtim.c"/>
705      </files>
706    </component>
707
708    <!-- CMSIS-Driver Custom components -->
709    <component Cclass="CMSIS Driver" Cgroup="USART" Csub="Custom" Cversion="1.0.0" Capiversion="2.4.0" custom="1">
710      <description>Access to #include Driver_USART.h file and code template for custom implementation</description>
711      <files>
712        <file category="header" name="CMSIS/Driver/Include/Driver_USART.h" />
713        <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_USART.c" select="USART Driver"/>
714      </files>
715    </component>
716    <component Cclass="CMSIS Driver" Cgroup="SPI" Csub="Custom" Cversion="1.0.0" Capiversion="2.3.0" custom="1">
717      <description>Access to #include Driver_SPI.h file and code template for custom implementation</description>
718      <files>
719        <file category="header" name="CMSIS/Driver/Include/Driver_SPI.h" />
720        <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_SPI.c" select="SPI Driver"/>
721      </files>
722    </component>
723    <component Cclass="CMSIS Driver" Cgroup="SAI" Csub="Custom" Cversion="1.0.0" Capiversion="1.2.0" custom="1">
724      <description>Access to #include Driver_SAI.h file and code template for custom implementation</description>
725      <files>
726        <file category="header" name="CMSIS/Driver/Include/Driver_SAI.h" />
727        <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_SAI.c" select="SAI Driver"/>
728      </files>
729    </component>
730    <component Cclass="CMSIS Driver" Cgroup="I2C" Csub="Custom" Cversion="1.0.0" Capiversion="2.4.0" custom="1">
731      <description>Access to #include Driver_I2C.h file and code template for custom implementation</description>
732      <files>
733        <file category="header" name="CMSIS/Driver/Include/Driver_I2C.h" />
734        <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_I2C.c" select="I2C Driver"/>
735      </files>
736    </component>
737    <component Cclass="CMSIS Driver" Cgroup="CAN" Csub="Custom" Cversion="1.0.0" Capiversion="1.3.0" custom="1">
738      <description>Access to #include Driver_CAN.h file and code template for custom implementation</description>
739      <files>
740        <file category="header" name="CMSIS/Driver/Include/Driver_CAN.h" />
741        <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_CAN.c" select="CAN Driver"/>
742      </files>
743    </component>
744    <component Cclass="CMSIS Driver" Cgroup="Flash" Csub="Custom" Cversion="1.0.0" Capiversion="2.3.0" custom="1">
745      <description>Access to #include Driver_Flash.h file and code template for custom implementation</description>
746      <files>
747        <file category="header" name="CMSIS/Driver/Include/Driver_Flash.h" />
748        <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_Flash.c" select="Flash Driver"/>
749      </files>
750    </component>
751    <component Cclass="CMSIS Driver" Cgroup="MCI" Csub="Custom" Cversion="1.0.0" Capiversion="2.4.0" custom="1">
752      <description>Access to #include Driver_MCI.h file and code template for custom implementation</description>
753      <files>
754        <file category="header" name="CMSIS/Driver/Include/Driver_MCI.h" />
755        <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_MCI.c" select="MCI Driver"/>
756      </files>
757    </component>
758    <component Cclass="CMSIS Driver" Cgroup="NAND" Csub="Custom" Cversion="1.0.0" Capiversion="2.4.0" custom="1">
759      <description>Access to #include Driver_NAND.h file and code template for custom implementation</description>
760      <files>
761        <file category="header" name="CMSIS/Driver/Include/Driver_NAND.h" />
762        <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_NAND.c" select="NAND Flash Driver"/>
763      </files>
764    </component>
765    <component Cclass="CMSIS Driver" Cgroup="Ethernet" Csub="Custom" Cversion="1.0.0" Capiversion="2.2.0" custom="1">
766      <description>Access to #include Driver_ETH_PHY/MAC.h files and code templates for custom implementation</description>
767      <files>
768        <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" />
769        <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" />
770        <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c" select="Ethernet PHY and MAC Driver"/>
771        <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c" select="Ethernet PHY and MAC Driver"/>
772      </files>
773    </component>
774    <component Cclass="CMSIS Driver" Cgroup="Ethernet MAC" Csub="Custom" Cversion="1.0.0" Capiversion="2.2.0" custom="1">
775      <description>Access to #include Driver_ETH_MAC.h file and code template for custom implementation</description>
776      <files>
777        <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" />
778        <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c" select="Ethernet MAC Driver"/>
779      </files>
780    </component>
781    <component Cclass="CMSIS Driver" Cgroup="Ethernet PHY" Csub="Custom" Cversion="1.0.0" Capiversion="2.2.0" custom="1">
782      <description>Access to #include Driver_ETH_PHY.h file and code template for custom implementation</description>
783      <files>
784        <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" />
785        <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c" select="Ethernet PHY Driver"/>
786      </files>
787    </component>
788    <component Cclass="CMSIS Driver" Cgroup="USB Device" Csub="Custom" Cversion="1.0.0" Capiversion="2.3.0" custom="1">
789      <description>Access to #include Driver_USBD.h file and code template for custom implementation</description>
790      <files>
791        <file category="header" name="CMSIS/Driver/Include/Driver_USBD.h" />
792        <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_USBD.c" select="USB Device Driver"/>
793      </files>
794    </component>
795    <component Cclass="CMSIS Driver" Cgroup="USB Host" Csub="Custom" Cversion="1.0.0" Capiversion="2.3.0" custom="1">
796      <description>Access to #include Driver_USBH.h file and code template for custom implementation</description>
797      <files>
798        <file category="header" name="CMSIS/Driver/Include/Driver_USBH.h" />
799        <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_USBH.c" select="USB Host Driver"/>
800      </files>
801    </component>
802    <component Cclass="CMSIS Driver" Cgroup="GPIO" Csub="Custom" Cversion="1.0.0" Capiversion="1.0.0" custom="1">
803      <description>Access to #include Driver_GPIO.h file and code template for custom implementation</description>
804      <files>
805        <file category="header" name="CMSIS/Driver/Include/Driver_GPIO.h" />
806        <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_GPIO.c" select="GPIO Driver"/>
807      </files>
808    </component>
809    <component Cclass="CMSIS Driver" Cgroup="WiFi" Csub="Custom" Cversion="1.0.0" Capiversion="1.1.0" custom="1">
810      <description>Access to #include Driver_WiFi.h file</description>
811      <files>
812        <file category="header" name="CMSIS/Driver/Include/Driver_WiFi.h"/>
813        <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_WiFi.c" select="WiFi Driver"/>
814      </files>
815    </component>
816
817    <!-- VIO components -->
818    <component Cclass="CMSIS Driver" Cgroup="VIO" Csub="Custom" Cversion="1.0.0" Capiversion="1.0.0" custom="1">
819      <description>Virtual I/O custom implementation template</description>
820      <files>
821        <file category="sourceC" name="CMSIS/Driver/VIO/Source/vio.c" attr="template" select="Virtual I/O"/>
822      </files>
823    </component>
824    <component Cclass="CMSIS Driver" Cgroup="VIO" Csub="Virtual" Cversion="1.0.0" Capiversion="1.0.0">
825      <description>Virtual I/O implementation using memory only</description>
826      <files>
827        <file category="sourceC" name="CMSIS/Driver/VIO/Source/vio_memory.c"/>
828      </files>
829    </component>
830
831  </components>
832
833</package>
834