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