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