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