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