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