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