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