Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | |
| 3 | <package schemaVersion="1.3" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="PACK.xsd"> |
| 4 | <name>CMSIS</name> |
| 5 | <description>CMSIS (Cortex Microcontroller Software Interface Standard)</description> |
| 6 | <vendor>ARM</vendor> |
Joachim Krech | a33860c | 2016-11-09 22:25:55 +0100 | [diff] [blame] | 7 | <!-- <license>license.txt</license> --> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 8 | <url>http://www.keil.com/pack/</url> |
| 9 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 10 | <releases> |
Joachim Krech | 3ef9713 | 2017-02-03 15:09:58 +0100 | [diff] [blame] | 11 | <release version="5.0.1" date="2017-02-03"> |
| 12 | Package Description: |
| 13 | - added taxonomy for Cclass RTOS |
Robert Rostohar | 0e8657f | 2016-11-25 21:54:15 +0100 | [diff] [blame] | 14 | CMSIS-RTOS2: |
Joachim Krech | 3ef9713 | 2017-02-03 15:09:58 +0100 | [diff] [blame] | 15 | - API 2.1 (see revision history for details) |
| 16 | - RTX 5.1.0 (see revision history for details) |
| 17 | CMSIS-Core: 5.0.1 (see revision history for details) |
| 18 | - Added __PACKED_STRUCT macro |
| 19 | - Added uVisior support |
| 20 | - Updated cmsis_armcc.h: corrected macro __ARM_ARCH_6M__ |
| 21 | - Updated template for secure main function (main_s.c) |
| 22 | - Updated template for Context Management for ARMv8-M TrustZone (tz_context.c) |
| 23 | CMSIS-DSP: 1.5.1 (see revision history for details) |
| 24 | - added ARMv8M DSP libraries. |
| 25 | CMSIS-PACK:1.4.9 (see revision history for details) |
| 26 | - added Pack Index File specification and schema file |
Martin Günther | d106053 | 2016-11-15 09:43:43 +0100 | [diff] [blame] | 27 | </release> |
Joachim Krech | c45bb4a | 2016-11-11 11:01:22 +0100 | [diff] [blame] | 28 | <release version="5.0.0" date="2016-11-11"> |
Robert Rostohar | 9f7ce66 | 2016-11-10 09:20:14 +0100 | [diff] [blame] | 29 | Changed open source license to Apache 2.0 |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 30 | CMSIS_Core: |
ReinhardKeil | 3bd0e17 | 2016-11-10 07:59:24 +0100 | [diff] [blame] | 31 | - Added support for Cortex-M23 and Cortex-M33. |
| 32 | - Added ARMv8-M device configurations for mainline and baseline. |
Robert Rostohar | 9f7ce66 | 2016-11-10 09:20:14 +0100 | [diff] [blame] | 33 | - Added CMSE support and thread context management for TrustZone for ARMv8-M |
ReinhardKeil | 3bd0e17 | 2016-11-10 07:59:24 +0100 | [diff] [blame] | 34 | - Added cmsis_compiler.h to unify compiler behaviour. |
| 35 | - Updated function SCB_EnableICache (for Cortex-M7). |
| 36 | - Added functions: NVIC_GetEnableIRQ, SCB_GetFPUType |
| 37 | CMSIS-RTOS: |
| 38 | - bug fix in RTX 4.82 (see revision history for details) |
| 39 | CMSIS-RTOS2: |
| 40 | - new API including compatibility layer to CMSIS-RTOS |
Robert Rostohar | 9f7ce66 | 2016-11-10 09:20:14 +0100 | [diff] [blame] | 41 | - reference implementation based on RTX5 |
| 42 | - supports all Cortex-M variants including TrustZone for ARMv8-M |
ReinhardKeil | 0d39905 | 2016-10-21 13:40:52 +0200 | [diff] [blame] | 43 | CMSIS-SVD: |
| 44 | - reworked SVD format documentation |
Joachim Krech | 655f724 | 2016-09-29 15:49:24 +0200 | [diff] [blame] | 45 | - removed SVD file database documentation as SVD files are distributed in packs |
| 46 | - updated SVDConv for Win32 and Linux |
ReinhardKeil | 3bd0e17 | 2016-11-10 07:59:24 +0100 | [diff] [blame] | 47 | CMSIS-DSP: |
Martin Günther | 29502d7 | 2016-06-16 14:48:33 +0200 | [diff] [blame] | 48 | - Moved DSP libraries from CMSIS/DSP/Lib to CMSIS/Lib. |
| 49 | - Added DSP libraries build projects to CMSIS pack. |
Martin Günther | 10babd8 | 2016-06-14 14:10:36 +0200 | [diff] [blame] | 50 | </release> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 51 | <release version="4.5.0" date="2015-10-28"> |
| 52 | - CMSIS-Core 4.30.0 (see revision history for details) |
| 53 | - CMSIS-DAP 1.1.0 (unchanged) |
| 54 | - CMSIS-Driver 2.04.0 (see revision history for details) |
| 55 | - CMSIS-DSP 1.4.7 (no source code change [still labeled 1.4.5], see revision history for details) |
| 56 | - CMSIS-PACK 1.4.1 (see revision history for details) |
| 57 | - CMSIS-RTOS 4.80.0 Restored time delay parameter 'millisec' old behavior (prior V4.79) for software compatibility. (see revision history for details) |
| 58 | - CMSIS-SVD 1.3.1 (see revision history for details) |
| 59 | </release> |
| 60 | <release version="4.4.0" date="2015-09-11"> |
| 61 | - CMSIS-Core 4.20 (see revision history for details) |
| 62 | - CMSIS-DSP 1.4.6 (no source code change [still labeled 1.4.5], see revision history for details) |
| 63 | - CMSIS-PACK 1.4.0 (adding memory attributes, algorithm style) |
| 64 | - CMSIS-Driver 2.03.0 (adding CAN [Controller Area Network] API) |
| 65 | - CMSIS-RTOS |
| 66 | -- API 1.02 (unchanged) |
| 67 | -- RTX 4.79 (see revision history for details) |
| 68 | - CMSIS-SVD 1.3.0 (see revision history for details) |
| 69 | - CMSIS-DAP 1.1.0 (extended with SWO support) |
| 70 | </release> |
| 71 | <release version="4.3.0" date="2015-03-20"> |
| 72 | - CMSIS-Core 4.10 (Cortex-M7 extended Cache Maintenance functions) |
| 73 | - CMSIS-DSP 1.4.5 (see revision history for details) |
| 74 | - CMSIS-Driver 2.02 (adding SAI (Serial Audio Interface) API) |
| 75 | - CMSIS-PACK 1.3.3 (Semantic Versioning, Generator extensions) |
| 76 | - CMSIS-RTOS |
| 77 | -- API 1.02 (unchanged) |
| 78 | -- RTX 4.78 (see revision history for details) |
| 79 | - CMSIS-SVD 1.2 (unchanged) |
| 80 | </release> |
| 81 | <release version="4.2.0" date="2014-09-24"> |
| 82 | Adding Cortex-M7 support |
| 83 | - CMSIS-Core 4.00 (Cortex-M7 support, corrected C++ include guards in core header files) |
| 84 | - CMSIS-DSP 1.4.4 (Cortex-M7 support and corrected out of bound issues) |
| 85 | - CMSIS-PACK 1.3.1 (Cortex-M7 updates, clarification, corrected batch files in Tutorial) |
| 86 | - CMSIS-SVD 1.2 (Cortex-M7 extensions) |
| 87 | - CMSIS-RTOS RTX 4.75 (see revision history for details) |
| 88 | </release> |
| 89 | <release version="4.1.1" date="2014-06-30"> |
| 90 | - fixed conditions preventing the inclusion of the DSP library in projects for Infineon XMC4000 series devices |
| 91 | </release> |
| 92 | <release version="4.1.0" date="2014-06-12"> |
| 93 | - CMSIS-Driver 2.02 (incompatible update) |
| 94 | - CMSIS-Pack 1.3 (see revision history for details) |
| 95 | - CMSIS-DSP 1.4.2 (unchanged) |
| 96 | - CMSIS-Core 3.30 (unchanged) |
| 97 | - CMSIS-RTOS RTX 4.74 (unchanged) |
| 98 | - CMSIS-RTOS API 1.02 (unchanged) |
| 99 | - CMSIS-SVD 1.10 (unchanged) |
| 100 | PACK: |
| 101 | - removed G++ specific files from PACK |
| 102 | - added Component Startup variant "C Startup" |
| 103 | - added Pack Checking Utility |
| 104 | - updated conditions to reflect tool-chain dependency |
| 105 | - added Taxonomy for Graphics |
| 106 | - updated Taxonomy for unified drivers from "Drivers" to "CMSIS Drivers" |
| 107 | </release> |
| 108 | <release version="4.0.0"> |
| 109 | - CMSIS-Driver 2.00 Preliminary (incompatible update) |
| 110 | - CMSIS-Pack 1.1 Preliminary |
| 111 | - CMSIS-DSP 1.4.2 (see revision history for details) |
| 112 | - CMSIS-Core 3.30 (see revision history for details) |
| 113 | - CMSIS-RTOS RTX 4.74 (see revision history for details) |
| 114 | - CMSIS-RTOS API 1.02 (unchanged) |
| 115 | - CMSIS-SVD 1.10 (unchanged) |
| 116 | </release> |
| 117 | <release version="3.20.4"> |
| 118 | - CMSIS-RTOS 4.74 (see revision history for details) |
| 119 | - PACK Extensions (Boards, Device Features, Flash Programming, Generators, Configuration Wizard). Schema version 1.1. |
| 120 | </release> |
| 121 | <release version="3.20.3"> |
| 122 | - CMSIS-Driver API Version 1.10 ARM prefix added (incompatible change) |
| 123 | - CMSIS-RTOS 4.73 (see revision history for details) |
| 124 | </release> |
| 125 | <release version="3.20.2"> |
| 126 | - CMSIS-Pack documentation has been added |
| 127 | - CMSIS-Drivers header and documentation have been added to PACK |
| 128 | - CMSIS-CORE, CMSIS-DSP, CMSIS-RTOS API and CMSIS-SVD remain unchanged |
| 129 | </release> |
| 130 | <release version="3.20.1"> |
| 131 | - CMSIS-RTOS Keil RTX V4.72 has been added to PACK |
| 132 | - CMSIS-CORE, CMSIS-DSP, CMSIS-RTOS API and CMSIS-SVD remain unchanged |
| 133 | </release> |
| 134 | <release version="3.20.0"> |
| 135 | The software portions that are deployed in the application program are now under a BSD license which allows usage |
| 136 | of CMSIS components in any commercial or open source projects. The Pack Description file Arm.CMSIS.pdsc describes the use cases |
| 137 | The individual components have been update as listed below: |
| 138 | - CMSIS-CORE adds functions for setting breakpoints, supports the latest GCC Compiler, and contains several corrections. |
| 139 | - CMSIS-DSP library is optimized for more performance and contains several bug fixes. |
| 140 | - CMSIS-RTOS API is extended with capabilities for short timeouts, Kernel initialization, and prepared for a C++ interface. |
| 141 | - CMSIS-SVD is unchanged. |
| 142 | </release> |
| 143 | </releases> |
| 144 | |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 145 | <taxonomy> |
| 146 | <description Cclass="Board Support">Generic Interfaces for Evaluation and Development Boards</description> |
| 147 | <description Cclass="CMSIS" doc="CMSIS/Documentation/General/html/index.html">Cortex Microcontroller Software Interface Components</description> |
| 148 | <description Cclass="Device" doc="CMSIS/Documentation/Core/html/index.html">Startup, System Setup</description> |
| 149 | <description Cclass="CMSIS Driver" doc="CMSIS/Documentation/Driver/html/index.html">Unified Device Drivers compliant to CMSIS-Driver Specifications</description> |
| 150 | <description Cclass="File System">File Drive Support and File System</description> |
| 151 | <description Cclass="Graphics">Graphical User Interface</description> |
| 152 | <description Cclass="Network">Network Stack using Internet Protocols</description> |
| 153 | <description Cclass="USB">Universal Serial Bus Stack</description> |
Joachim Krech | 2384b8a | 2017-02-02 15:58:30 +0100 | [diff] [blame] | 154 | <description Cclass="Compiler">Compiler Software Extensions</description> |
Joachim Krech | 62838c8 | 2017-02-02 15:54:57 +0100 | [diff] [blame] | 155 | <description Cclass="RTOS">Real-time Operating System</description> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 156 | </taxonomy> |
| 157 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 158 | <devices> |
| 159 | <!-- ****************************** Cortex-M0 ****************************** --> |
| 160 | <family Dfamily="ARM Cortex M0" Dvendor="ARM:82"> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 161 | <book name="http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html" title="Cortex-M0 Device Generic Users Guide"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 162 | <description> |
| 163 | The Cortex-M0 processor is an entry-level 32-bit ARM Cortex processor designed for a broad range of embedded applications. It offers significant benefits to developers, including: |
| 164 | - simple, easy-to-use programmers model |
| 165 | - highly efficient ultra-low power operation |
| 166 | - excellent code density |
| 167 | - deterministic, high-performance interrupt handling |
| 168 | - upward compatibility with the rest of the Cortex-M processor family. |
| 169 | </description> |
| 170 | <debug svd="Device/ARM/SVD/ARMCM0.svd"/> |
| 171 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 172 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 173 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 174 | |
| 175 | <device Dname="ARMCM0"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 176 | <processor Dcore="Cortex-M0" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="NO_MPU" Dendian="Configurable" Dclock="10000000"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 177 | <compile header="Device/ARM/ARMCM0/Include/ARMCM0.h" define="ARMCM0"/> |
| 178 | </device> |
| 179 | </family> |
| 180 | |
| 181 | <!-- ****************************** Cortex-M0P ****************************** --> |
| 182 | <family Dfamily="ARM Cortex M0 plus" Dvendor="ARM:82"> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 183 | <book name="http://infocenter.arm.com/help/topic/com.arm.doc.dui0662b/index.html" title="Cortex-M0+ Device Generic Users Guide"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 184 | <description> |
| 185 | The Cortex-M0+ processor is an entry-level 32-bit ARM Cortex processor designed for a broad range of embedded applications. It offers significant benefits to developers, including: |
| 186 | - simple, easy-to-use programmers model |
| 187 | - highly efficient ultra-low power operation |
| 188 | - excellent code density |
| 189 | - deterministic, high-performance interrupt handling |
| 190 | - upward compatibility with the rest of the Cortex-M processor family. |
| 191 | </description> |
| 192 | <debug svd="Device/ARM/SVD/ARMCM0P.svd"/> |
| 193 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 194 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 195 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 196 | |
| 197 | <device Dname="ARMCM0P"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 198 | <processor Dcore="Cortex-M0+" DcoreVersion="r0p1" Dfpu="NO_FPU" Dmpu="NO_MPU" Dendian="Configurable" Dclock="10000000"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 199 | <compile header="Device/ARM/ARMCM0plus/Include/ARMCM0plus.h" define="ARMCM0P"/> |
| 200 | </device> |
| 201 | </family> |
| 202 | |
| 203 | <!-- ****************************** Cortex-M3 ****************************** --> |
| 204 | <family Dfamily="ARM Cortex M3" Dvendor="ARM:82"> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 205 | <book name="http://infocenter.arm.com/help/topic/com.arm.doc.dui0552a/index.html" title="Cortex-M3 Device Generic Users Guide"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 206 | <description> |
| 207 | The Cortex-M3 processor is an entry-level 32-bit ARM Cortex processor designed for a broad range of embedded applications. It offers significant benefits to developers, including: |
| 208 | - simple, easy-to-use programmers model |
| 209 | - highly efficient ultra-low power operation |
| 210 | - excellent code density |
| 211 | - deterministic, high-performance interrupt handling |
| 212 | - upward compatibility with the rest of the Cortex-M processor family. |
| 213 | </description> |
| 214 | <debug svd="Device/ARM/SVD/ARMCM3.svd"/> |
| 215 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 216 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 217 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 218 | |
| 219 | <device Dname="ARMCM3"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 220 | <processor Dcore="Cortex-M3" DcoreVersion="r2p1" Dfpu="NO_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 221 | <compile header="Device/ARM/ARMCM3/Include/ARMCM3.h" define="ARMCM3"/> |
| 222 | </device> |
| 223 | </family> |
| 224 | |
| 225 | <!-- ****************************** Cortex-M4 ****************************** --> |
| 226 | <family Dfamily="ARM Cortex M4" Dvendor="ARM:82"> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 227 | <book name="http://infocenter.arm.com/help/topic/com.arm.doc.dui0553a/index.html" title="Cortex-M4 Device Generic Users Guide"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 228 | <description> |
| 229 | The Cortex-M4 processor is an entry-level 32-bit ARM Cortex processor designed for a broad range of embedded applications. It offers significant benefits to developers, including: |
| 230 | - simple, easy-to-use programmers model |
| 231 | - highly efficient ultra-low power operation |
| 232 | - excellent code density |
| 233 | - deterministic, high-performance interrupt handling |
| 234 | - upward compatibility with the rest of the Cortex-M processor family. |
| 235 | </description> |
| 236 | <debug svd="Device/ARM/SVD/ARMCM4.svd"/> |
| 237 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 238 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 239 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 240 | |
| 241 | <device Dname="ARMCM4"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 242 | <processor Dcore="Cortex-M4" DcoreVersion="r0p1" Dfpu="NO_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 243 | <compile header="Device/ARM/ARMCM4/Include/ARMCM4.h" define="ARMCM4"/> |
| 244 | </device> |
| 245 | |
| 246 | <device Dname="ARMCM4_FP"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 247 | <processor Dcore="Cortex-M4" DcoreVersion="r0p1" Dfpu="SP_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 248 | <compile header="Device/ARM/ARMCM4/Include/ARMCM4_FP.h" define="ARMCM4_FP"/> |
| 249 | </device> |
| 250 | </family> |
| 251 | |
| 252 | <!-- ****************************** Cortex-M7 ****************************** --> |
| 253 | <family Dfamily="ARM Cortex M7" Dvendor="ARM:82"> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 254 | <book name="http://infocenter.arm.com/help/topic/com.arm.doc.dui0646b/index.html" title="Cortex-M7 Device Generic Users Guide"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 255 | <description> |
Martin Günther | aa24627 | 2016-11-15 16:01:05 +0100 | [diff] [blame] | 256 | The Cortex-M7 processor is an entry-level 32-bit ARM Cortex processor designed for a broad range of embedded applications. It offers significant benefits to developers, including: |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 257 | - simple, easy-to-use programmers model |
| 258 | - highly efficient ultra-low power operation |
| 259 | - excellent code density |
| 260 | - deterministic, high-performance interrupt handling |
| 261 | - upward compatibility with the rest of the Cortex-M processor family. |
| 262 | </description> |
| 263 | <debug svd="Device/ARM/SVD/ARMCM7.svd"/> |
| 264 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 265 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 266 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 267 | |
| 268 | <device Dname="ARMCM7"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 269 | <processor Dcore="Cortex-M7" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 270 | <compile header="Device/ARM/ARMCM7/Include/ARMCM7.h" define="ARMCM7"/> |
| 271 | </device> |
| 272 | |
| 273 | <device Dname="ARMCM7_SP"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 274 | <processor Dcore="Cortex-M7" DcoreVersion="r0p0" Dfpu="SP_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 275 | <compile header="Device/ARM/ARMCM7/Include/ARMCM7_SP.h" define="ARMCM7_SP"/> |
| 276 | </device> |
| 277 | |
| 278 | <device Dname="ARMCM7_DP"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 279 | <processor Dcore="Cortex-M7" DcoreVersion="r0p0" Dfpu="DP_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 280 | <compile header="Device/ARM/ARMCM7/Include/ARMCM7_DP.h" define="ARMCM7_DP"/> |
| 281 | </device> |
| 282 | </family> |
| 283 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 284 | <!-- ****************************** Cortex-M23 ********************** --> |
| 285 | <family Dfamily="ARM Cortex M23" Dvendor="ARM:82"> |
| 286 | <!--book name="Device/ARM/Documents/??_dgug.pdf" title="?? Device Generic Users Guide"/--> |
| 287 | <description> |
ReinhardKeil | e2b2702 | 2016-11-03 16:04:36 +0100 | [diff] [blame] | 288 | The ARM Cortex-M23 is based on the ARMv8-M baseline architecture. |
Martin Günther | 2166967 | 2016-12-07 10:40:50 +0100 | [diff] [blame] | 289 | It is the smallest and most energy efficient ARM processor with ARM TrustZone technology. |
ReinhardKeil | e2b2702 | 2016-11-03 16:04:36 +0100 | [diff] [blame] | 290 | Cortex-M23 is the ideal processor for constrained embedded applications requiring efficient security. |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 291 | </description> |
| 292 | <debug svd="Device/ARM/SVD/ARMCM23.svd"/> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 293 | <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/> |
| 294 | <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 295 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 296 | <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 297 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 298 | |
| 299 | <device Dname="ARMCM23"> |
| 300 | <processor Dcore="Cortex-M23" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Dtz="NO_TZ" Dendian="Configurable" Dclock="10000000"/> |
| 301 | <compile header="Device/ARM/ARMCM23/Include/ARMCM23.h" define="ARMCM23"/> |
| 302 | </device> |
| 303 | |
| 304 | <device Dname="ARMCM23_TZ"> |
| 305 | <processor Dcore="Cortex-M23" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
| 306 | <compile header="Device/ARM/ARMCM23/Include/ARMCM23_TZ.h" define="ARMCM23_TZ"/> |
| 307 | </device> |
| 308 | </family> |
| 309 | |
| 310 | <!-- ****************************** Cortex-M33 ****************************** --> |
| 311 | <family Dfamily="ARM Cortex M33" Dvendor="ARM:82"> |
| 312 | <!--book name="Device/ARM/Documents/??_dgug.pdf" title="?? Device Generic Users Guide"/--> |
| 313 | <description> |
Martin Günther | 2166967 | 2016-12-07 10:40:50 +0100 | [diff] [blame] | 314 | The ARM Cortex-M33 is the most configurable of all Cortex-M processors. It is a full featured microcontroller |
ReinhardKeil | e2b2702 | 2016-11-03 16:04:36 +0100 | [diff] [blame] | 315 | class processor based on the ARMv8-M mainline architecture with ARM TrustZone security. |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 316 | </description> |
| 317 | <debug svd="Device/ARM/SVD/ARMCM33.svd"/> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 318 | <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/> |
| 319 | <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 320 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 321 | <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/> |
| 322 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 323 | |
| 324 | <device Dname="ARMCM33"> |
| 325 | <processor Dcore="Cortex-M33" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Ddsp="NO_DSP" Dtz="NO_TZ" Dendian="Configurable" Dclock="10000000"/> |
Joachim Krech | e66f42b | 2017-02-02 17:03:31 +0100 | [diff] [blame] | 326 | <description> |
| 327 | no DSP Instructions, no Floating Point Unit, no TrustZone |
| 328 | </description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 329 | <compile header="Device/ARM/ARMCM33/Include/ARMCM33.h" define="ARMCM33"/> |
| 330 | </device> |
| 331 | |
| 332 | <device Dname="ARMCM33_TZ"> |
| 333 | <processor Dcore="Cortex-M33" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Ddsp="NO_DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
Joachim Krech | e66f42b | 2017-02-02 17:03:31 +0100 | [diff] [blame] | 334 | <description> |
| 335 | no DSP Instructions, no Floating Point Unit, TrustZone |
| 336 | </description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 337 | <compile header="Device/ARM/ARMCM33/Include/ARMCM33_TZ.h" define="ARMCM33_TZ"/> |
| 338 | </device> |
| 339 | |
| 340 | <device Dname="ARMCM33_DSP_FP"> |
| 341 | <processor Dcore="Cortex-M33" DcoreVersion="r0p0" Dfpu="SP_FPU" Dmpu="MPU" Ddsp="DSP" Dtz="NO_TZ" Dendian="Configurable" Dclock="10000000"/> |
Joachim Krech | e66f42b | 2017-02-02 17:03:31 +0100 | [diff] [blame] | 342 | <description> |
| 343 | DSP Instructions, Single Precision Floating Point Unit, no TrustZone |
| 344 | </description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 345 | <compile header="Device/ARM/ARMCM33/Include/ARMCM33_DSP_FP.h" define="ARMCM33_DSP_FP"/> |
| 346 | </device> |
| 347 | |
| 348 | <device Dname="ARMCM33_DSP_FP_TZ"> |
| 349 | <processor Dcore="Cortex-M33" DcoreVersion="r0p0" Dfpu="SP_FPU" Dmpu="MPU" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
Joachim Krech | e66f42b | 2017-02-02 17:03:31 +0100 | [diff] [blame] | 350 | <description> |
| 351 | DSP Instructions, Single Precision Floating Point Unit, TrustZone |
| 352 | </description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 353 | <compile header="Device/ARM/ARMCM33/Include/ARMCM33_DSP_FP_TZ.h" define="ARMCM33_DSP_FP_TZ"/> |
| 354 | </device> |
| 355 | </family> |
| 356 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 357 | <!-- ****************************** ARMSC000 ****************************** --> |
| 358 | <family Dfamily="ARM SC000" Dvendor="ARM:82"> |
| 359 | <description> |
| 360 | The ARM SC000 processor is an entry-level 32-bit ARM Cortex processor designed for a broad range of secure embedded applications. It offers significant benefits to developers, including: |
| 361 | - simple, easy-to-use programmers model |
| 362 | - highly efficient ultra-low power operation |
| 363 | - excellent code density |
| 364 | - deterministic, high-performance interrupt handling |
| 365 | </description> |
| 366 | <debug svd="Device/ARM/SVD/ARMSC000.svd"/> |
| 367 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 368 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 369 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 370 | |
| 371 | <device Dname="ARMSC000"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 372 | <processor Dcore="SC000" DcoreVersion="r0p1" Dfpu="NO_FPU" Dmpu="NO_MPU" Dendian="Configurable" Dclock="10000000"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 373 | <compile header="Device/ARM/ARMSC000/Include/ARMSC000.h" define="ARMSC000"/> |
| 374 | </device> |
| 375 | </family> |
| 376 | |
| 377 | <!-- ****************************** ARMSC300 ****************************** --> |
| 378 | <family Dfamily="ARM SC300" Dvendor="ARM:82"> |
| 379 | <description> |
| 380 | The ARM SC300 processor is an entry-level 32-bit ARM Cortex processor designed for a broad range of secure embedded applications. It offers significant benefits to developers, including: |
| 381 | - simple, easy-to-use programmers model |
| 382 | - highly efficient ultra-low power operation |
| 383 | - excellent code density |
| 384 | - deterministic, high-performance interrupt handling |
| 385 | </description> |
| 386 | <debug svd="Device/ARM/SVD/ARMSC300.svd"/> |
| 387 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 388 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 389 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 390 | |
| 391 | <device Dname="ARMSC300"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 392 | <processor Dcore="SC300" DcoreVersion="r0p1" Dfpu="NO_FPU" Dmpu="NO_MPU" Dendian="Configurable" Dclock="10000000"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 393 | <compile header="Device/ARM/ARMSC300/Include/ARMSC300.h" define="ARMSC300"/> |
| 394 | </device> |
| 395 | </family> |
| 396 | |
| 397 | <!-- ****************************** ARMv8-M Baseline ********************** --> |
| 398 | <family Dfamily="ARMv8-M Baseline" Dvendor="ARM:82"> |
| 399 | <!--book name="Device/ARM/Documents/ARMv8MBL_dgug.pdf" title="ARMv8MBL Device Generic Users Guide"/--> |
| 400 | <description> |
ReinhardKeil | e2b2702 | 2016-11-03 16:04:36 +0100 | [diff] [blame] | 401 | ARMv8-M Baseline based device with TrustZone |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 402 | </description> |
| 403 | <debug svd="Device/ARM/SVD/ARMv8MBL.svd"/> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 404 | <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/> |
| 405 | <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 406 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 407 | <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 408 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 409 | |
| 410 | <device Dname="ARMv8MBL"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 411 | <processor Dcore="ARMV8MBL" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 412 | <compile header="Device/ARM/ARMv8MBL/Include/ARMv8MBL.h" define="ARMv8MBL"/> |
| 413 | </device> |
| 414 | </family> |
| 415 | |
| 416 | <!-- ****************************** ARMv8-M Mainline ****************************** --> |
| 417 | <family Dfamily="ARMv8-M Mainline" Dvendor="ARM:82"> |
| 418 | <!--book name="Device/ARM/Documents/ARMv8MML_dgug.pdf" title="ARMv8MML Device Generic Users Guide"/--> |
| 419 | <description> |
ReinhardKeil | e2b2702 | 2016-11-03 16:04:36 +0100 | [diff] [blame] | 420 | ARMv8-M Mainline based device with TrustZone |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 421 | </description> |
| 422 | <debug svd="Device/ARM/SVD/ARMv8MML.svd"/> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 423 | <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/> |
| 424 | <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 425 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 426 | <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 427 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 428 | |
| 429 | <device Dname="ARMv8MML"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 430 | <processor Dcore="ARMV8MML" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Ddsp="NO_DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
Joachim Krech | e66f42b | 2017-02-02 17:03:31 +0100 | [diff] [blame] | 431 | <description> |
| 432 | no DSP Instructions, no Floating Point Unit, TrustZone |
| 433 | </description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 434 | <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML.h" define="ARMv8MML"/> |
| 435 | </device> |
| 436 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 437 | <device Dname="ARMv8MML_DSP"> |
| 438 | <processor Dcore="ARMV8MML" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
Joachim Krech | e66f42b | 2017-02-02 17:03:31 +0100 | [diff] [blame] | 439 | <description> |
| 440 | DSP Instructions, no Floating Point Unit, TrustZone |
| 441 | </description> |
Martin Günther | 3afee7b | 2016-11-03 13:25:14 +0100 | [diff] [blame] | 442 | <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML_DSP.h" define="ARMv8MML_DSP"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 443 | </device> |
| 444 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 445 | <device Dname="ARMv8MML_SP"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 446 | <processor Dcore="ARMV8MML" DcoreVersion="r0p1" Dfpu="SP_FPU" Dmpu="MPU" Ddsp="NO_DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
Joachim Krech | e66f42b | 2017-02-02 17:03:31 +0100 | [diff] [blame] | 447 | <description> |
| 448 | no DSP Instructions, Single Precision Floating Point Unit, TrustZone |
| 449 | </description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 450 | <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML_SP.h" define="ARMv8MML_SP"/> |
| 451 | </device> |
| 452 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 453 | <device Dname="ARMv8MML_DSP_SP"> |
| 454 | <processor Dcore="ARMV8MML" DcoreVersion="r0p1" Dfpu="SP_FPU" Dmpu="MPU" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
Joachim Krech | e66f42b | 2017-02-02 17:03:31 +0100 | [diff] [blame] | 455 | <description> |
| 456 | DSP Instructions, Single Precision Floating Point Unit, TrustZone |
| 457 | </description> |
Martin Günther | 3afee7b | 2016-11-03 13:25:14 +0100 | [diff] [blame] | 458 | <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML_DSP_SP.h" define="ARMv8MML_DSP_SP"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 459 | </device> |
| 460 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 461 | <device Dname="ARMv8MML_DP"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 462 | <processor Dcore="ARMV8MML" DcoreVersion="r0p1" Dfpu="DP_FPU" Dmpu="MPU" Ddsp="NO_DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
Joachim Krech | e66f42b | 2017-02-02 17:03:31 +0100 | [diff] [blame] | 463 | <description> |
| 464 | no DSP Instructions, Double Precision Floating Point Unit, TrustZone |
| 465 | </description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 466 | <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML_DP.h" define="ARMv8MML_DP"/> |
| 467 | </device> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 468 | |
| 469 | <device Dname="ARMv8MML_DSP_DP"> |
| 470 | <processor Dcore="ARMV8MML" DcoreVersion="r0p1" Dfpu="DP_FPU" Dmpu="MPU" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
Joachim Krech | e66f42b | 2017-02-02 17:03:31 +0100 | [diff] [blame] | 471 | <description> |
| 472 | DSP Instructions, Double Precision Floating Point Unit, TrustZone |
| 473 | </description> |
Martin Günther | 3afee7b | 2016-11-03 13:25:14 +0100 | [diff] [blame] | 474 | <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML_DSP_DP.h" define="ARMv8MML_DSP_DP"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 475 | </device> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 476 | </family> |
| 477 | |
| 478 | </devices> |
| 479 | |
| 480 | |
| 481 | <apis> |
| 482 | <!-- CMSIS-RTOS API --> |
Robert Rostohar | eff0677 | 2017-01-12 11:19:01 +0100 | [diff] [blame] | 483 | <api Cclass="CMSIS" Cgroup="RTOS" Capiversion="1.0.0" exclusive="1"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 484 | <description>CMSIS-RTOS API for Cortex-M, SC000, and SC300</description> |
| 485 | <files> |
| 486 | <file category="doc" name="CMSIS/Documentation/RTOS/html/index.html"/> |
| 487 | </files> |
| 488 | </api> |
Robert Rostohar | eff0677 | 2017-01-12 11:19:01 +0100 | [diff] [blame] | 489 | <api Cclass="CMSIS" Cgroup="RTOS2" Capiversion="2.1.0" exclusive="1"> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 490 | <description>CMSIS-RTOS API for Cortex-M, SC000, and SC300</description> |
| 491 | <files> |
| 492 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/index.html"/> |
Robert Rostohar | 0a36405 | 2017-01-25 12:35:54 +0100 | [diff] [blame] | 493 | <file category="header" name="CMSIS/RTOS2/Include/cmsis_os2.h"/> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 494 | </files> |
| 495 | </api> |
Robert Rostohar | 9098a47 | 2017-02-02 17:59:12 +0100 | [diff] [blame] | 496 | <api Cclass="CMSIS Driver" Cgroup="USART" Capiversion="2.3.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 497 | <description>USART Driver API for Cortex-M</description> |
| 498 | <files> |
| 499 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__usart__interface__gr.html" /> |
| 500 | <file category="header" name="CMSIS/Driver/Include/Driver_USART.h" /> |
| 501 | </files> |
| 502 | </api> |
Robert Rostohar | 9098a47 | 2017-02-02 17:59:12 +0100 | [diff] [blame] | 503 | <api Cclass="CMSIS Driver" Cgroup="SPI" Capiversion="2.2.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 504 | <description>SPI Driver API for Cortex-M</description> |
| 505 | <files> |
| 506 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__spi__interface__gr.html" /> |
| 507 | <file category="header" name="CMSIS/Driver/Include/Driver_SPI.h" /> |
| 508 | </files> |
| 509 | </api> |
Robert Rostohar | 9098a47 | 2017-02-02 17:59:12 +0100 | [diff] [blame] | 510 | <api Cclass="CMSIS Driver" Cgroup="SAI" Capiversion="1.1.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 511 | <description>SAI Driver API for Cortex-M</description> |
| 512 | <files> |
| 513 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__sai__interface__gr.html"/> |
| 514 | <file category="header" name="CMSIS/Driver/Include/Driver_SAI.h" /> |
| 515 | </files> |
| 516 | </api> |
Robert Rostohar | 9098a47 | 2017-02-02 17:59:12 +0100 | [diff] [blame] | 517 | <api Cclass="CMSIS Driver" Cgroup="I2C" Capiversion="2.3.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 518 | <description>I2C Driver API for Cortex-M</description> |
| 519 | <files> |
| 520 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__i2c__interface__gr.html"/> |
| 521 | <file category="header" name="CMSIS/Driver/Include/Driver_I2C.h" /> |
| 522 | </files> |
| 523 | </api> |
Robert Rostohar | 9098a47 | 2017-02-02 17:59:12 +0100 | [diff] [blame] | 524 | <api Cclass="CMSIS Driver" Cgroup="CAN" Capiversion="1.1.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 525 | <description>CAN Driver API for Cortex-M</description> |
| 526 | <files> |
| 527 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__can__interface__gr.html"/> |
| 528 | <file category="header" name="CMSIS/Driver/Include/Driver_CAN.h" /> |
| 529 | </files> |
| 530 | </api> |
Robert Rostohar | 9098a47 | 2017-02-02 17:59:12 +0100 | [diff] [blame] | 531 | <api Cclass="CMSIS Driver" Cgroup="Flash" Capiversion="2.1.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 532 | <description>Flash Driver API for Cortex-M</description> |
| 533 | <files> |
| 534 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__flash__interface__gr.html" /> |
| 535 | <file category="header" name="CMSIS/Driver/Include/Driver_Flash.h" /> |
| 536 | </files> |
| 537 | </api> |
Robert Rostohar | 9098a47 | 2017-02-02 17:59:12 +0100 | [diff] [blame] | 538 | <api Cclass="CMSIS Driver" Cgroup="MCI" Capiversion="2.3.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 539 | <description>MCI Driver API for Cortex-M</description> |
| 540 | <files> |
| 541 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__mci__interface__gr.html" /> |
| 542 | <file category="header" name="CMSIS/Driver/Include/Driver_MCI.h" /> |
| 543 | </files> |
| 544 | </api> |
Robert Rostohar | 9098a47 | 2017-02-02 17:59:12 +0100 | [diff] [blame] | 545 | <api Cclass="CMSIS Driver" Cgroup="NAND" Capiversion="2.2.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 546 | <description>NAND Flash Driver API for Cortex-M</description> |
| 547 | <files> |
| 548 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__nand__interface__gr.html" /> |
| 549 | <file category="header" name="CMSIS/Driver/Include/Driver_NAND.h" /> |
| 550 | </files> |
| 551 | </api> |
Robert Rostohar | eff0677 | 2017-01-12 11:19:01 +0100 | [diff] [blame] | 552 | <api Cclass="CMSIS Driver" Cgroup="Ethernet" Capiversion="2.1.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 553 | <description>Ethernet MAC and PHY Driver API for Cortex-M</description> |
| 554 | <files> |
| 555 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__eth__interface__gr.html" /> |
| 556 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" /> |
| 557 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" /> |
| 558 | </files> |
| 559 | </api> |
Robert Rostohar | eff0677 | 2017-01-12 11:19:01 +0100 | [diff] [blame] | 560 | <api Cclass="CMSIS Driver" Cgroup="Ethernet MAC" Capiversion="2.1.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 561 | <description>Ethernet MAC Driver API for Cortex-M</description> |
| 562 | <files> |
| 563 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__eth__mac__interface__gr.html" /> |
| 564 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" /> |
| 565 | </files> |
| 566 | </api> |
Robert Rostohar | 9098a47 | 2017-02-02 17:59:12 +0100 | [diff] [blame] | 567 | <api Cclass="CMSIS Driver" Cgroup="Ethernet PHY" Capiversion="2.1.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 568 | <description>Ethernet PHY Driver API for Cortex-M</description> |
| 569 | <files> |
| 570 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__eth__phy__interface__gr.html" /> |
| 571 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" /> |
| 572 | </files> |
| 573 | </api> |
Robert Rostohar | 9098a47 | 2017-02-02 17:59:12 +0100 | [diff] [blame] | 574 | <api Cclass="CMSIS Driver" Cgroup="USB Device" Capiversion="2.2.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 575 | <description>USB Device Driver API for Cortex-M</description> |
| 576 | <files> |
| 577 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__usbd__interface__gr.html" /> |
| 578 | <file category="header" name="CMSIS/Driver/Include/Driver_USBD.h" /> |
| 579 | </files> |
| 580 | </api> |
Robert Rostohar | 9098a47 | 2017-02-02 17:59:12 +0100 | [diff] [blame] | 581 | <api Cclass="CMSIS Driver" Cgroup="USB Host" Capiversion="2.2.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 582 | <description>USB Host Driver API for Cortex-M</description> |
| 583 | <files> |
| 584 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__usbh__interface__gr.html" /> |
| 585 | <file category="header" name="CMSIS/Driver/Include/Driver_USBH.h" /> |
| 586 | </files> |
| 587 | </api> |
| 588 | </apis> |
| 589 | |
| 590 | <!-- conditions are dependency rules that can apply to a component or an individual file --> |
| 591 | <conditions> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 592 | <!-- compiler --> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 593 | <condition id="ARMCC"> |
| 594 | <require Tcompiler="ARMCC"/> |
| 595 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 596 | <condition id="GCC"> |
| 597 | <require Tcompiler="GCC"/> |
| 598 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 599 | <condition id="IAR"> |
| 600 | <require Tcompiler="IAR"/> |
| 601 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 602 | <condition id="ARMCC GCC"> |
| 603 | <accept Tcompiler="ARMCC"/> |
| 604 | <accept Tcompiler="GCC"/> |
| 605 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 606 | <condition id="ARMCC GCC IAR"> |
| 607 | <accept Tcompiler="ARMCC"/> |
| 608 | <accept Tcompiler="GCC"/> |
| 609 | <accept Tcompiler="IAR"/> |
| 610 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 611 | |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 612 | <!-- ARM architecture --> |
| 613 | <condition id="ARMv6-M Device"> |
| 614 | <description>ARMv6-M architecture based device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 615 | <accept Dcore="Cortex-M0"/> |
| 616 | <accept Dcore="Cortex-M0+"/> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 617 | <accept Dcore="SC000"/> |
| 618 | </condition> |
| 619 | <condition id="ARMv7-M Device"> |
| 620 | <description>ARMv7-M architecture based device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 621 | <accept Dcore="Cortex-M3"/> |
| 622 | <accept Dcore="Cortex-M4"/> |
| 623 | <accept Dcore="Cortex-M7"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 624 | <accept Dcore="SC300"/> |
| 625 | </condition> |
Christopher Seidl | 2e8b814 | 2016-10-25 16:29:05 +0200 | [diff] [blame] | 626 | <condition id="ARMv8-M Device"> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 627 | <description>ARMv8-M architecture based device</description> |
Christopher Seidl | 2e8b814 | 2016-10-25 16:29:05 +0200 | [diff] [blame] | 628 | <accept Dcore="ARMV8MBL"/> |
| 629 | <accept Dcore="ARMV8MML"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 630 | <accept Dcore="Cortex-M23"/> |
| 631 | <accept Dcore="Cortex-M33"/> |
Christopher Seidl | 2e8b814 | 2016-10-25 16:29:05 +0200 | [diff] [blame] | 632 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 633 | <condition id="ARMv8-M TZ Device"> |
| 634 | <description>ARMv8-M architecture based device with TrustZone</description> |
| 635 | <require condition="ARMv8-M Device"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 636 | <require Dtz="TZ"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 637 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 638 | <condition id="ARMv6_7-M Device"> |
| 639 | <description>ARMv6_7-M architecture based device</description> |
| 640 | <accept condition="ARMv6-M Device"/> |
| 641 | <accept condition="ARMv7-M Device"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 642 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 643 | <condition id="ARMv6_7_8-M Device"> |
| 644 | <description>ARMv6_7_8-M architecture based device</description> |
| 645 | <accept condition="ARMv6-M Device"/> |
| 646 | <accept condition="ARMv7-M Device"/> |
| 647 | <accept condition="ARMv8-M Device"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 648 | </condition> |
| 649 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 650 | <!-- ARM core --> |
| 651 | <condition id="CM0"> |
| 652 | <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device</description> |
| 653 | <accept Dcore="Cortex-M0"/> |
| 654 | <accept Dcore="Cortex-M0+"/> |
| 655 | <accept Dcore="SC000"/> |
| 656 | </condition> |
| 657 | <condition id="CM3"> |
| 658 | <description>Cortex-M3 or SC300 processor based device</description> |
| 659 | <accept Dcore="Cortex-M3"/> |
| 660 | <accept Dcore="SC300"/> |
| 661 | </condition> |
| 662 | <condition id="CM4"> |
| 663 | <description>Cortex-M4 processor based device</description> |
| 664 | <require Dcore="Cortex-M4" Dfpu="NO_FPU"/> |
| 665 | </condition> |
| 666 | <condition id="CM4_FP"> |
| 667 | <description>Cortex-M4 processor based device using Floating Point Unit</description> |
| 668 | <require Dcore="Cortex-M4" Dfpu="FPU"/> |
| 669 | </condition> |
| 670 | <condition id="CM7"> |
| 671 | <description>Cortex-M7 processor based device</description> |
| 672 | <require Dcore="Cortex-M7" Dfpu="NO_FPU"/> |
| 673 | </condition> |
| 674 | <condition id="CM7_FP"> |
| 675 | <description>Cortex-M7 processor based device using Floating Point Unit</description> |
| 676 | <accept Dcore="Cortex-M7" Dfpu="SP_FPU"/> |
| 677 | <accept Dcore="Cortex-M7" Dfpu="DP_FPU"/> |
| 678 | </condition> |
| 679 | <condition id="CM7_SP"> |
| 680 | <description>Cortex-M7 processor based device using Floating Point Unit (SP)</description> |
| 681 | <require Dcore="Cortex-M7" Dfpu="SP_FPU"/> |
| 682 | </condition> |
| 683 | <condition id="CM7_DP"> |
| 684 | <description>Cortex-M7 processor based device using Floating Point Unit (DP)</description> |
| 685 | <require Dcore="Cortex-M7" Dfpu="DP_FPU"/> |
| 686 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 687 | <condition id="CM23"> |
| 688 | <description>Cortex-M23 processor based device</description> |
| 689 | <require Dcore="Cortex-M23"/> |
| 690 | </condition> |
| 691 | <condition id="CM33"> |
| 692 | <description>Cortex-M33 processor based device</description> |
| 693 | <require Dcore="Cortex-M33" Dfpu="NO_FPU"/> |
| 694 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 695 | <condition id="CM33_FP"> |
| 696 | <description>Cortex-M33 processor based device using Floating Point Unit</description> |
| 697 | <require Dcore="Cortex-M33" Dfpu="SP_FPU"/> |
| 698 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 699 | <condition id="ARMv8MBL"> |
| 700 | <description>ARMv8-M Baseline processor based device</description> |
| 701 | <require Dcore="ARMV8MBL"/> |
| 702 | </condition> |
| 703 | <condition id="ARMv8MML"> |
| 704 | <description>ARMv8-M Mainline processor based device</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 705 | <require Dcore="ARMV8MML" Dfpu="NO_FPU"/> |
| 706 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 707 | <condition id="ARMv8MML_FP"> |
| 708 | <description>ARMv8-M Mainline processor based device using Floating Point Unit</description> |
| 709 | <accept Dcore="ARMV8MML" Dfpu="SP_FPU"/> |
| 710 | <accept Dcore="ARMV8MML" Dfpu="DP_FPU"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 711 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 712 | |
| 713 | <condition id="CM33_NODSP_NOFPU"> |
| 714 | <description>CM33, no DSP, no FPU</description> |
| 715 | <require Dcore="Cortex-M33" Ddsp="NO_DSP" Dfpu="NO_FPU"/> |
| 716 | </condition> |
| 717 | <condition id="CM33_DSP_NOFPU"> |
| 718 | <description>CM33, DSP, no FPU</description> |
| 719 | <require Dcore="Cortex-M33" Ddsp="DSP" Dfpu="NO_FPU"/> |
| 720 | </condition> |
| 721 | <condition id="CM33_NODSP_SP"> |
| 722 | <description>CM33, no DSP, SP FPU</description> |
| 723 | <require Dcore="Cortex-M33" Ddsp="NO_DSP" Dfpu="SP_FPU"/> |
| 724 | </condition> |
| 725 | <condition id="CM33_DSP_SP"> |
| 726 | <description>CM33, DSP, SP FPU</description> |
| 727 | <require Dcore="Cortex-M33" Ddsp="DSP" Dfpu="SP_FPU"/> |
| 728 | </condition> |
| 729 | |
| 730 | <condition id="ARMv8MML_NODSP_NOFPU"> |
| 731 | <description>ARMv8MML, no DSP, no FPU</description> |
| 732 | <require Dcore="ARMV8MML" Ddsp="NO_DSP" Dfpu="NO_FPU"/> |
| 733 | </condition> |
| 734 | <condition id="ARMv8MML_DSP_NOFPU"> |
| 735 | <description>ARMv8MML, DSP, no FPU</description> |
| 736 | <require Dcore="ARMV8MML" Ddsp="DSP" Dfpu="NO_FPU"/> |
| 737 | </condition> |
| 738 | <condition id="ARMv8MML_NODSP_SP"> |
| 739 | <description>ARMv8MML, no DSP, SP FPU</description> |
| 740 | <require Dcore="ARMV8MML" Ddsp="NO_DSP" Dfpu="SP_FPU"/> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 741 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 742 | <condition id="ARMv8MML_DSP_SP"> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 743 | <description>ARMv8MML, DSP, SP FPU</description> |
| 744 | <require Dcore="ARMV8MML" Ddsp="DSP" Dfpu="SP_FPU"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 745 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 746 | |
| 747 | <!-- ARMCC compiler --> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 748 | <condition id="CM0_ARMCC"> |
| 749 | <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device for the ARM Compiler</description> |
| 750 | <require condition="CM0"/> |
| 751 | <require Tcompiler="ARMCC"/> |
| 752 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 753 | <condition id="CM0_LE_ARMCC"> |
| 754 | <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device in little endian mode for the ARM Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 755 | <require condition="CM0_ARMCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 756 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 757 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 758 | <condition id="CM0_BE_ARMCC"> |
| 759 | <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device in big endian mode for the ARM Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 760 | <require condition="CM0_ARMCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 761 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 762 | </condition> |
| 763 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 764 | <condition id="CM3_ARMCC"> |
| 765 | <description>Cortex-M3 or SC300 processor based device for the ARM Compiler</description> |
| 766 | <require condition="CM3"/> |
| 767 | <require Tcompiler="ARMCC"/> |
| 768 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 769 | <condition id="CM3_LE_ARMCC"> |
| 770 | <description>Cortex-M3 or SC300 processor based device in little endian mode for the ARM Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 771 | <require condition="CM3_ARMCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 772 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 773 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 774 | <condition id="CM3_BE_ARMCC"> |
| 775 | <description>Cortex-M3 or SC300 processor based device in big endian mode for the ARM Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 776 | <require condition="CM3_ARMCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 777 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 778 | </condition> |
| 779 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 780 | <condition id="CM4_ARMCC"> |
| 781 | <description>Cortex-M4 processor based device for the ARM Compiler</description> |
| 782 | <require condition="CM4"/> |
| 783 | <require Tcompiler="ARMCC"/> |
| 784 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 785 | <condition id="CM4_LE_ARMCC"> |
| 786 | <description>Cortex-M4 processor based device in little endian mode for the ARM Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 787 | <require condition="CM4_ARMCC"/> |
| 788 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 789 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 790 | <condition id="CM4_BE_ARMCC"> |
| 791 | <description>Cortex-M4 processor based device in big endian mode for the ARM Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 792 | <require condition="CM4_ARMCC"/> |
| 793 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 794 | </condition> |
| 795 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 796 | <condition id="CM4_FP_ARMCC"> |
| 797 | <description>Cortex-M4 processor based device using Floating Point Unit for the ARM Compiler</description> |
| 798 | <require condition="CM4_FP"/> |
| 799 | <require Tcompiler="ARMCC"/> |
| 800 | </condition> |
| 801 | <condition id="CM4_FP_LE_ARMCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 802 | <description>Cortex-M4 processor based device using Floating Point Unit in little endian mode for the ARM Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 803 | <require condition="CM4_FP_ARMCC"/> |
| 804 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 805 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 806 | <condition id="CM4_FP_BE_ARMCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 807 | <description>Cortex-M4 processor based device using Floating Point Unit in big endian mode for the ARM Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 808 | <require condition="CM4_FP_ARMCC"/> |
| 809 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 810 | </condition> |
| 811 | |
| 812 | <!-- XMC 4000 Series devices from Infineon require a special library --> |
| 813 | <condition id="CM4_LE_ARMCC_STD"> |
| 814 | <description>Cortex-M4 processor based device in little endian mode for the ARM Compiler without Infineon devices</description> |
| 815 | <require Dcore="Cortex-M4" Dfpu="NO_FPU" Dendian="Little-endian"/> |
| 816 | <deny Dvendor="Infineon:7" Dname="XMC4*"/> |
| 817 | <require Tcompiler="ARMCC"/> |
| 818 | </condition> |
| 819 | <condition id="CM4_LE_ARMCC_IFX"> |
| 820 | <description>Cortex-M4 processor based device in little endian mode for the ARM Compiler and Infineon devices</description> |
| 821 | <require Dcore="Cortex-M4" Dfpu="NO_FPU" Dendian="Little-endian" Dvendor="Infineon:7" Dname="XMC4*"/> |
| 822 | <require Tcompiler="ARMCC"/> |
| 823 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 824 | <condition id="CM4_FP_LE_ARMCC_STD"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 825 | <description>Cortex-M4 processor based device using Floating Point Unit in little endian mode for the ARM Compiler without Infineon devices</description> |
| 826 | <require Dcore="Cortex-M4" Dfpu="FPU" Dendian="Little-endian"/> |
| 827 | <deny Dvendor="Infineon:7" Dname="XMC4*"/> |
| 828 | <require Tcompiler="ARMCC"/> |
| 829 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 830 | <condition id="CM4_FP_LE_ARMCC_IFX"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 831 | <description>Cortex-M4 processor based device using Floating Point Unit in little endian mode for the ARM Compiler and Infineon devices</description> |
| 832 | <require Dcore="Cortex-M4" Dfpu="FPU" Dendian="Little-endian" Dvendor="Infineon:7" Dname="XMC4*"/> |
| 833 | <require Tcompiler="ARMCC"/> |
| 834 | </condition> |
| 835 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 836 | <condition id="CM7_ARMCC"> |
| 837 | <description>Cortex-M7 processor based device for the ARM Compiler</description> |
| 838 | <require condition="CM7"/> |
| 839 | <require Tcompiler="ARMCC"/> |
| 840 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 841 | <condition id="CM7_LE_ARMCC"> |
| 842 | <description>Cortex-M7 processor based device in little endian mode for the ARM Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 843 | <require condition="CM7_ARMCC"/> |
| 844 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 845 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 846 | <condition id="CM7_BE_ARMCC"> |
| 847 | <description>Cortex-M7 processor based device in big endian mode for the ARM Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 848 | <require condition="CM7_ARMCC"/> |
| 849 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 850 | </condition> |
| 851 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 852 | <condition id="CM7_FP_ARMCC"> |
| 853 | <description>Cortex-M7 processor based device using Floating Point Unit for the ARM Compiler</description> |
| 854 | <require condition="CM7_FP"/> |
| 855 | <require Tcompiler="ARMCC"/> |
| 856 | </condition> |
| 857 | <condition id="CM7_FP_LE_ARMCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 858 | <description>Cortex-M7 processor based device using Floating Point Unit in little endian mode for the ARM Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 859 | <require condition="CM7_FP_ARMCC"/> |
| 860 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 861 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 862 | <condition id="CM7_FP_BE_ARMCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 863 | <description>Cortex-M7 processor based device using Floating Point Unit in big endian mode for the ARM Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 864 | <require condition="CM7_FP_ARMCC"/> |
| 865 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 866 | </condition> |
| 867 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 868 | <condition id="CM7_SP_ARMCC"> |
| 869 | <description>Cortex-M7 processor based device using Floating Point Unit (SP) for the ARM Compiler</description> |
| 870 | <require condition="CM7_SP"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 871 | <require Tcompiler="ARMCC"/> |
| 872 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 873 | <condition id="CM7_SP_LE_ARMCC"> |
| 874 | <description>Cortex-M7 processor based device using Floating Point Unit (SP) in little endian mode for the ARM Compiler</description> |
| 875 | <require condition="CM7_SP_ARMCC"/> |
| 876 | <require Dendian="Little-endian"/> |
| 877 | </condition> |
| 878 | <condition id="CM7_SP_BE_ARMCC"> |
| 879 | <description>Cortex-M7 processor based device using Floating Point Unit (SP) in big endian mode for the ARM Compiler</description> |
| 880 | <require condition="CM7_SP_ARMCC"/> |
| 881 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 882 | </condition> |
| 883 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 884 | <condition id="CM7_DP_ARMCC"> |
| 885 | <description>Cortex-M7 processor based device using Floating Point Unit (DP) for the ARM Compiler</description> |
| 886 | <require condition="CM7_DP"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 887 | <require Tcompiler="ARMCC"/> |
| 888 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 889 | <condition id="CM7_DP_LE_ARMCC"> |
| 890 | <description>Cortex-M7 processor based device using Floating Point Unit (DP) in little endian mode for the ARM Compiler</description> |
| 891 | <require condition="CM7_DP_ARMCC"/> |
| 892 | <require Dendian="Little-endian"/> |
| 893 | </condition> |
| 894 | <condition id="CM7_DP_BE_ARMCC"> |
| 895 | <description>Cortex-M7 processor based device using Floating Point Unit (DP) in big endian mode for the ARM Compiler</description> |
| 896 | <require condition="CM7_DP_ARMCC"/> |
| 897 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 898 | </condition> |
| 899 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 900 | <condition id="CM23_ARMCC"> |
| 901 | <description>Cortex-M23 processor based device for the ARM Compiler</description> |
| 902 | <require condition="CM23"/> |
| 903 | <require Tcompiler="ARMCC"/> |
| 904 | </condition> |
| 905 | <condition id="CM23_LE_ARMCC"> |
| 906 | <description>Cortex-M23 processor based device in little endian mode for the ARM Compiler</description> |
| 907 | <require condition="CM23_ARMCC"/> |
| 908 | <require Dendian="Little-endian"/> |
| 909 | </condition> |
| 910 | <condition id="CM23_BE_ARMCC"> |
| 911 | <description>Cortex-M23 processor based device in big endian mode for the ARM Compiler</description> |
| 912 | <require condition="CM23_ARMCC"/> |
| 913 | <require Dendian="Big-endian"/> |
| 914 | </condition> |
| 915 | |
| 916 | <condition id="CM33_ARMCC"> |
| 917 | <description>Cortex-M33 processor based device for the ARM Compiler</description> |
| 918 | <require condition="CM33"/> |
| 919 | <require Tcompiler="ARMCC"/> |
| 920 | </condition> |
| 921 | <condition id="CM33_LE_ARMCC"> |
| 922 | <description>Cortex-M33 processor based device in little endian mode for the ARM Compiler</description> |
| 923 | <require condition="CM33_ARMCC"/> |
| 924 | <require Dendian="Little-endian"/> |
| 925 | </condition> |
| 926 | <condition id="CM33_BE_ARMCC"> |
| 927 | <description>Cortex-M33 processor based device in big endian mode for the ARM Compiler</description> |
| 928 | <require condition="CM33_ARMCC"/> |
| 929 | <require Dendian="Big-endian"/> |
| 930 | </condition> |
| 931 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 932 | <condition id="CM33_FP_ARMCC"> |
| 933 | <description>Cortex-M33 processor based device using Floating Point Unit for the ARM Compiler</description> |
| 934 | <require condition="CM33_FP"/> |
| 935 | <require Tcompiler="ARMCC"/> |
| 936 | </condition> |
| 937 | <condition id="CM33_FP_LE_ARMCC"> |
| 938 | <description>Cortex-M33 processor based device using Floating Point Unit in little endian mode for the ARM Compiler</description> |
| 939 | <require condition="CM33_FP_ARMCC"/> |
| 940 | <require Dendian="Little-endian"/> |
| 941 | </condition> |
| 942 | <condition id="CM33_FP_BE_ARMCC"> |
| 943 | <description>Cortex-M33 processor based device using Floating Point Unit in big endian mode for the ARM Compiler</description> |
| 944 | <require condition="CM33_FP_ARMCC"/> |
| 945 | <require Dendian="Big-endian"/> |
| 946 | </condition> |
| 947 | |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 948 | <condition id="CM33_NODSP_NOFPU_ARMCC"> |
| 949 | <description>CM33, no DSP, no FPU, ARM Compiler</description> |
| 950 | <require condition="CM33_NODSP_NOFPU"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 951 | <require Tcompiler="ARMCC"/> |
| 952 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 953 | <condition id="CM33_DSP_NOFPU_ARMCC"> |
| 954 | <description>CM33, DSP, no FPU, ARM Compiler</description> |
| 955 | <require condition="CM33_DSP_NOFPU"/> |
| 956 | <require Tcompiler="ARMCC"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 957 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 958 | <condition id="CM33_NODSP_SP_ARMCC"> |
| 959 | <description>CM33, no DSP, SP FPU, ARM Compiler</description> |
| 960 | <require condition="CM33_NODSP_SP"/> |
| 961 | <require Tcompiler="ARMCC"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 962 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 963 | <condition id="CM33_DSP_SP_ARMCC"> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 964 | <description>CM33, DSP, SP FPU, ARM Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 965 | <require condition="CM33_DSP_SP"/> |
| 966 | <require Tcompiler="ARMCC"/> |
| 967 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 968 | <condition id="CM33_NODSP_NOFPU_LE_ARMCC"> |
| 969 | <description>CM33, little endian, no DSP, no FPU, ARM Compiler</description> |
| 970 | <require condition="CM33_NODSP_NOFPU_ARMCC"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 971 | <require Dendian="Little-endian"/> |
| 972 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 973 | <condition id="CM33_DSP_NOFPU_LE_ARMCC"> |
| 974 | <description>CM33, little endian, DSP, no FPU, ARM Compiler</description> |
| 975 | <require condition="CM33_DSP_NOFPU_ARMCC"/> |
| 976 | <require Dendian="Little-endian"/> |
| 977 | </condition> |
| 978 | <condition id="CM33_NODSP_SP_LE_ARMCC"> |
| 979 | <description>CM33, little endian, no DSP, SP FPU, ARM Compiler</description> |
| 980 | <require condition="CM33_NODSP_SP_ARMCC"/> |
| 981 | <require Dendian="Little-endian"/> |
| 982 | </condition> |
| 983 | <condition id="CM33_DSP_SP_LE_ARMCC"> |
| 984 | <description>CM33, little endian, DSP, SP FPU, ARM Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 985 | <require condition="CM33_DSP_SP_ARMCC"/> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 986 | <require Dendian="Little-endian"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 987 | </condition> |
| 988 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 989 | <condition id="ARMv8MBL_ARMCC"> |
| 990 | <description>ARMv8-M Baseline processor based device for the ARM Compiler</description> |
| 991 | <require condition="ARMv8MBL"/> |
| 992 | <require Tcompiler="ARMCC"/> |
| 993 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 994 | <condition id="ARMv8MBL_LE_ARMCC"> |
| 995 | <description>ARMv8-M Baseline processor based device in little endian mode for the ARM Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 996 | <require condition="ARMv8MBL_ARMCC"/> |
| 997 | <require Dendian="Little-endian"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 998 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 999 | <condition id="ARMv8MBL_BE_ARMCC"> |
| 1000 | <description>ARMv8-M Baseline processor based device in big endian mode for the ARM Compiler</description> |
| 1001 | <require condition="ARMv8MBL_ARMCC"/> |
| 1002 | <require Dendian="Big-endian"/> |
| 1003 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1004 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1005 | <condition id="ARMv8MML_ARMCC"> |
| 1006 | <description>ARMv8-M Mainline processor based device for the ARM Compiler</description> |
| 1007 | <require condition="ARMv8MML"/> |
| 1008 | <require Tcompiler="ARMCC"/> |
| 1009 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1010 | <condition id="ARMv8MML_LE_ARMCC"> |
| 1011 | <description>ARMv8-M Mainline processor based device in little endian mode for the ARM Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1012 | <require condition="ARMv8MML_ARMCC"/> |
| 1013 | <require Dendian="Little-endian"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1014 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1015 | <condition id="ARMv8MML_BE_ARMCC"> |
| 1016 | <description>ARMv8-M Mainline processor based device in big endian mode for the ARM Compiler</description> |
| 1017 | <require condition="ARMv8MML_ARMCC"/> |
| 1018 | <require Dendian="Big-endian"/> |
| 1019 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1020 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1021 | <condition id="ARMv8MML_FP_ARMCC"> |
| 1022 | <description>ARMv8-M Mainline processor based device using Floating Point Unit for the ARM Compiler</description> |
| 1023 | <require condition="ARMv8MML_FP"/> |
| 1024 | <require Tcompiler="ARMCC"/> |
| 1025 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1026 | <condition id="ARMv8MML_FP_LE_ARMCC"> |
| 1027 | <description>ARMv8-M Mainline processor based device using Floating Point Unit in little endian mode for the ARM Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1028 | <require condition="ARMv8MML_FP_ARMCC"/> |
| 1029 | <require Dendian="Little-endian"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1030 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1031 | <condition id="ARMv8MML_FP_BE_ARMCC"> |
| 1032 | <description>ARMv8-M Mainline processor based device using Floating Point Unit in big endian mode for the ARM Compiler</description> |
| 1033 | <require condition="ARMv8MML_FP_ARMCC"/> |
| 1034 | <require Dendian="Big-endian"/> |
| 1035 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1036 | |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1037 | <condition id="ARMv8MML_NODSP_NOFPU_ARMCC"> |
| 1038 | <description>ARMv8MML, no DSP, no FPU, ARM Compiler</description> |
| 1039 | <require condition="ARMv8MML_NODSP_NOFPU"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1040 | <require Tcompiler="ARMCC"/> |
| 1041 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1042 | <condition id="ARMv8MML_DSP_NOFPU_ARMCC"> |
| 1043 | <description>ARMv8MML, DSP, no FPU, ARM Compiler</description> |
| 1044 | <require condition="ARMv8MML_DSP_NOFPU"/> |
| 1045 | <require Tcompiler="ARMCC"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1046 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1047 | <condition id="ARMv8MML_NODSP_SP_ARMCC"> |
| 1048 | <description>ARMv8MML, no DSP, SP FPU, ARM Compiler</description> |
| 1049 | <require condition="ARMv8MML_NODSP_SP"/> |
| 1050 | <require Tcompiler="ARMCC"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1051 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1052 | <condition id="ARMv8MML_DSP_SP_ARMCC"> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1053 | <description>ARMv8MML, DSP, SP FPU, ARM Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1054 | <require condition="ARMv8MML_DSP_SP"/> |
| 1055 | <require Tcompiler="ARMCC"/> |
| 1056 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1057 | <condition id="ARMv8MML_NODSP_NOFPU_LE_ARMCC"> |
| 1058 | <description>ARMv8MML, little endian, no DSP, no FPU, ARM Compiler</description> |
| 1059 | <require condition="ARMv8MML_NODSP_NOFPU_ARMCC"/> |
| 1060 | <require Dendian="Little-endian"/> |
| 1061 | </condition> |
| 1062 | <condition id="ARMv8MML_DSP_NOFPU_LE_ARMCC"> |
| 1063 | <description>ARMv8MML, little endian, DSP, no FPU, ARM Compiler</description> |
| 1064 | <require condition="ARMv8MML_DSP_NOFPU_ARMCC"/> |
| 1065 | <require Dendian="Little-endian"/> |
| 1066 | </condition> |
| 1067 | <condition id="ARMv8MML_NODSP_SP_LE_ARMCC"> |
| 1068 | <description>ARMv8MML, little endian, no DSP, SP FPU, ARM Compiler</description> |
| 1069 | <require condition="ARMv8MML_NODSP_SP_ARMCC"/> |
| 1070 | <require Dendian="Little-endian"/> |
| 1071 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1072 | <condition id="ARMv8MML_DSP_SP_LE_ARMCC"> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1073 | <description>ARMv8MML, little endian, DSP, SP FPU, ARM Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1074 | <require condition="ARMv8MML_DSP_SP_ARMCC"/> |
| 1075 | <require Dendian="Little-endian"/> |
| 1076 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1077 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1078 | <!-- GCC compiler --> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1079 | <condition id="CM0_GCC"> |
| 1080 | <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device for the GCC Compiler</description> |
| 1081 | <require condition="CM0"/> |
| 1082 | <require Tcompiler="GCC"/> |
| 1083 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1084 | <condition id="CM0_LE_GCC"> |
| 1085 | <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device in little endian mode for the GCC Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1086 | <require condition="CM0_GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1087 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1088 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1089 | <condition id="CM0_BE_GCC"> |
| 1090 | <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device in big endian mode for the GCC Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1091 | <require condition="CM0_GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1092 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1093 | </condition> |
| 1094 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1095 | <condition id="CM3_GCC"> |
| 1096 | <description>Cortex-M3 or SC300 processor based device for the GCC Compiler</description> |
| 1097 | <require condition="CM3"/> |
| 1098 | <require Tcompiler="GCC"/> |
| 1099 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1100 | <condition id="CM3_LE_GCC"> |
| 1101 | <description>Cortex-M3 or SC300 processor based device in little endian mode for the GCC Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1102 | <require condition="CM3_GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1103 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1104 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1105 | <condition id="CM3_BE_GCC"> |
| 1106 | <description>Cortex-M3 or SC300 processor based device in big endian mode for the GCC Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1107 | <require condition="CM3_GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1108 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1109 | </condition> |
| 1110 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1111 | <condition id="CM4_GCC"> |
| 1112 | <description>Cortex-M4 processor based device for the GCC Compiler</description> |
| 1113 | <require condition="CM4"/> |
| 1114 | <require Tcompiler="GCC"/> |
| 1115 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1116 | <condition id="CM4_LE_GCC"> |
| 1117 | <description>Cortex-M4 processor based device in little endian mode for the GCC Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1118 | <require condition="CM4_GCC"/> |
| 1119 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1120 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1121 | <condition id="CM4_BE_GCC"> |
| 1122 | <description>Cortex-M4 processor based device in big endian mode for the GCC Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1123 | <require condition="CM4_GCC"/> |
| 1124 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1125 | </condition> |
| 1126 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1127 | <condition id="CM4_FP_GCC"> |
| 1128 | <description>Cortex-M4 processor based device using Floating Point Unit for the GCC Compiler</description> |
| 1129 | <require condition="CM4_FP"/> |
| 1130 | <require Tcompiler="GCC"/> |
| 1131 | </condition> |
| 1132 | <condition id="CM4_FP_LE_GCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1133 | <description>Cortex-M4 processor based device using Floating Point Unit in little endian mode for the GCC Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1134 | <require condition="CM4_FP_GCC"/> |
| 1135 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1136 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1137 | <condition id="CM4_FP_BE_GCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1138 | <description>Cortex-M4 processor based device using Floating Point Unit in big endian mode for the GCC Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1139 | <require condition="CM4_FP_GCC"/> |
| 1140 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1141 | </condition> |
| 1142 | |
| 1143 | <!-- XMC 4000 Series devices from Infineon require a special library --> |
| 1144 | <condition id="CM4_LE_GCC_STD"> |
| 1145 | <description>Cortex-M4 processor based device in little endian mode for the GCC Compiler without Infineon devices</description> |
| 1146 | <require Dcore="Cortex-M4" Dfpu="NO_FPU" Dendian="Little-endian"/> |
| 1147 | <deny Dvendor="Infineon:7" Dname="XMC4*"/> |
| 1148 | <require Tcompiler="GCC"/> |
| 1149 | </condition> |
| 1150 | <condition id="CM4_LE_GCC_IFX"> |
| 1151 | <description>Cortex-M4 processor based device in little endian mode for the GCC Compiler and Infineon devices</description> |
| 1152 | <require Dcore="Cortex-M4" Dfpu="NO_FPU" Dendian="Little-endian" Dvendor="Infineon:7" Dname="XMC4*"/> |
| 1153 | <require Tcompiler="GCC"/> |
| 1154 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1155 | <condition id="CM4_FP_LE_GCC_STD"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1156 | <description>Cortex-M4 processor based device using Floating Point Unit in little endian mode for the GCC Compiler without Infineon devices</description> |
| 1157 | <require Dcore="Cortex-M4" Dfpu="FPU" Dendian="Little-endian"/> |
| 1158 | <deny Dvendor="Infineon:7" Dname="XMC4*"/> |
| 1159 | <require Tcompiler="GCC"/> |
| 1160 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1161 | <condition id="CM4_FP_LE_GCC_IFX"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1162 | <description>Cortex-M4 processor based device using Floating Point Unit in little endian mode for the GCC Compiler and Infineon devices</description> |
| 1163 | <require Dcore="Cortex-M4" Dfpu="FPU" Dendian="Little-endian" Dvendor="Infineon:7" Dname="XMC4*"/> |
| 1164 | <require Tcompiler="GCC"/> |
| 1165 | </condition> |
| 1166 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1167 | <condition id="CM7_GCC"> |
| 1168 | <description>Cortex-M7 processor based device for the GCC Compiler</description> |
| 1169 | <require condition="CM7"/> |
| 1170 | <require Tcompiler="GCC"/> |
| 1171 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1172 | <condition id="CM7_LE_GCC"> |
| 1173 | <description>Cortex-M7 processor based device in little endian mode for the GCC Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1174 | <require condition="CM7_GCC"/> |
| 1175 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1176 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1177 | <condition id="CM7_BE_GCC"> |
| 1178 | <description>Cortex-M7 processor based device in big endian mode for the GCC Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1179 | <require condition="CM7_GCC"/> |
| 1180 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1181 | </condition> |
| 1182 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1183 | <condition id="CM7_FP_GCC"> |
| 1184 | <description>Cortex-M7 processor based device using Floating Point Unit for the GCC Compiler</description> |
| 1185 | <require condition="CM7_FP"/> |
| 1186 | <require Tcompiler="GCC"/> |
| 1187 | </condition> |
| 1188 | <condition id="CM7_FP_LE_GCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1189 | <description>Cortex-M7 processor based device using Floating Point Unit in little endian mode for the GCC Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1190 | <require condition="CM7_FP_GCC"/> |
| 1191 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1192 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1193 | <condition id="CM7_FP_BE_GCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1194 | <description>Cortex-M7 processor based device using Floating Point Unit in big endian mode for the GCC Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1195 | <require condition="CM7_FP_GCC"/> |
| 1196 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1197 | </condition> |
| 1198 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1199 | <condition id="CM7_SP_GCC"> |
| 1200 | <description>Cortex-M7 processor based device using Floating Point Unit (SP) for the GCC Compiler</description> |
| 1201 | <require condition="CM7_SP"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1202 | <require Tcompiler="GCC"/> |
| 1203 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1204 | <condition id="CM7_SP_LE_GCC"> |
| 1205 | <description>Cortex-M7 processor based device using Floating Point Unit (SP) in little endian mode for the GCC Compiler</description> |
| 1206 | <require condition="CM7_SP_GCC"/> |
| 1207 | <require Dendian="Little-endian"/> |
| 1208 | </condition> |
| 1209 | <condition id="CM7_SP_BE_GCC"> |
| 1210 | <description>Cortex-M7 processor based device using Floating Point Unit (SP) in big endian mode for the GCC Compiler</description> |
| 1211 | <require condition="CM7_SP_GCC"/> |
| 1212 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1213 | </condition> |
| 1214 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1215 | <condition id="CM7_DP_GCC"> |
| 1216 | <description>Cortex-M7 processor based device using Floating Point Unit (DP) for the GCC Compiler</description> |
| 1217 | <require condition="CM7_DP"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1218 | <require Tcompiler="GCC"/> |
| 1219 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1220 | <condition id="CM7_DP_LE_GCC"> |
| 1221 | <description>Cortex-M7 processor based device using Floating Point Unit (DP) in little endian mode for the GCC Compiler</description> |
| 1222 | <require condition="CM7_DP_GCC"/> |
| 1223 | <require Dendian="Little-endian"/> |
| 1224 | </condition> |
| 1225 | <condition id="CM7_DP_BE_GCC"> |
| 1226 | <description>Cortex-M7 processor based device using Floating Point Unit (DP) in big endian mode for the GCC Compiler</description> |
| 1227 | <require condition="CM7_DP_GCC"/> |
| 1228 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1229 | </condition> |
| 1230 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1231 | <condition id="CM23_GCC"> |
| 1232 | <description>Cortex-M23 processor based device for the GCC Compiler</description> |
| 1233 | <require condition="CM23"/> |
| 1234 | <require Tcompiler="GCC"/> |
| 1235 | </condition> |
| 1236 | <condition id="CM23_LE_GCC"> |
| 1237 | <description>Cortex-M23 processor based device in little endian mode for the GCC Compiler</description> |
| 1238 | <require condition="CM23_GCC"/> |
| 1239 | <require Dendian="Little-endian"/> |
| 1240 | </condition> |
| 1241 | <condition id="CM23_BE_GCC"> |
| 1242 | <description>Cortex-M23 processor based device in big endian mode for the GCC Compiler</description> |
| 1243 | <require condition="CM23_GCC"/> |
| 1244 | <require Dendian="Big-endian"/> |
| 1245 | </condition> |
| 1246 | |
| 1247 | <condition id="CM33_GCC"> |
| 1248 | <description>Cortex-M33 processor based device for the GCC Compiler</description> |
| 1249 | <require condition="CM33"/> |
| 1250 | <require Tcompiler="GCC"/> |
| 1251 | </condition> |
| 1252 | <condition id="CM33_LE_GCC"> |
| 1253 | <description>Cortex-M33 processor based device in little endian mode for the GCC Compiler</description> |
| 1254 | <require condition="CM33_GCC"/> |
| 1255 | <require Dendian="Little-endian"/> |
| 1256 | </condition> |
| 1257 | <condition id="CM33_BE_GCC"> |
| 1258 | <description>Cortex-M33 processor based device in big endian mode for the GCC Compiler</description> |
| 1259 | <require condition="CM33_GCC"/> |
| 1260 | <require Dendian="Big-endian"/> |
| 1261 | </condition> |
| 1262 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1263 | <condition id="CM33_FP_GCC"> |
| 1264 | <description>Cortex-M33 processor based device using Floating Point Unit for the GCC Compiler</description> |
| 1265 | <require condition="CM33_FP"/> |
| 1266 | <require Tcompiler="GCC"/> |
| 1267 | </condition> |
| 1268 | <condition id="CM33_FP_LE_GCC"> |
| 1269 | <description>Cortex-M33 processor based device using Floating Point Unit in little endian mode for the GCC Compiler</description> |
| 1270 | <require condition="CM33_FP_GCC"/> |
| 1271 | <require Dendian="Little-endian"/> |
| 1272 | </condition> |
| 1273 | <condition id="CM33_FP_BE_GCC"> |
| 1274 | <description>Cortex-M33 processor based device using Floating Point Unit in big endian mode for the GCC Compiler</description> |
| 1275 | <require condition="CM33_FP_GCC"/> |
| 1276 | <require Dendian="Big-endian"/> |
| 1277 | </condition> |
| 1278 | |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1279 | <condition id="CM33_NODSP_NOFPU_GCC"> |
| 1280 | <description>CM33, no DSP, no FPU, GCC Compiler</description> |
| 1281 | <require condition="CM33_NODSP_NOFPU"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1282 | <require Tcompiler="GCC"/> |
| 1283 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1284 | <condition id="CM33_DSP_NOFPU_GCC"> |
| 1285 | <description>CM33, DSP, no FPU, GCC Compiler</description> |
| 1286 | <require condition="CM33_DSP_NOFPU"/> |
| 1287 | <require Tcompiler="GCC"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1288 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1289 | <condition id="CM33_NODSP_SP_GCC"> |
| 1290 | <description>CM33, no DSP, SP FPU, GCC Compiler</description> |
| 1291 | <require condition="CM33_NODSP_SP"/> |
| 1292 | <require Tcompiler="GCC"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1293 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1294 | <condition id="CM33_DSP_SP_GCC"> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1295 | <description>CM33, DSP, SP FPU, GCC Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1296 | <require condition="CM33_DSP_SP"/> |
| 1297 | <require Tcompiler="GCC"/> |
| 1298 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1299 | <condition id="CM33_NODSP_NOFPU_LE_GCC"> |
| 1300 | <description>CM33, little endian, no DSP, no FPU, GCC Compiler</description> |
| 1301 | <require condition="CM33_NODSP_NOFPU_GCC"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1302 | <require Dendian="Little-endian"/> |
| 1303 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1304 | <condition id="CM33_DSP_NOFPU_LE_GCC"> |
| 1305 | <description>CM33, little endian, DSP, no FPU, GCC Compiler</description> |
| 1306 | <require condition="CM33_DSP_NOFPU_GCC"/> |
| 1307 | <require Dendian="Little-endian"/> |
| 1308 | </condition> |
| 1309 | <condition id="CM33_NODSP_SP_LE_GCC"> |
| 1310 | <description>CM33, little endian, no DSP, SP FPU, GCC Compiler</description> |
| 1311 | <require condition="CM33_NODSP_SP_GCC"/> |
| 1312 | <require Dendian="Little-endian"/> |
| 1313 | </condition> |
| 1314 | <condition id="CM33_DSP_SP_LE_GCC"> |
| 1315 | <description>CM33, little endian, DSP, SP FPU, GCC Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1316 | <require condition="CM33_DSP_SP_GCC"/> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1317 | <require Dendian="Little-endian"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1318 | </condition> |
| 1319 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1320 | <condition id="ARMv8MBL_GCC"> |
| 1321 | <description>ARMv8-M Baseline processor based device for the GCC Compiler</description> |
| 1322 | <require condition="ARMv8MBL"/> |
| 1323 | <require Tcompiler="GCC"/> |
| 1324 | </condition> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 1325 | <condition id="ARMv8MBL_LE_GCC"> |
| 1326 | <description>ARMv8-M Baseline processor based device in little endian mode for the GCC Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1327 | <require condition="ARMv8MBL_GCC"/> |
| 1328 | <require Dendian="Little-endian"/> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 1329 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1330 | <condition id="ARMv8MBL_BE_GCC"> |
| 1331 | <description>ARMv8-M Baseline processor based device in big endian mode for the GCC Compiler</description> |
| 1332 | <require condition="ARMv8MBL_GCC"/> |
| 1333 | <require Dendian="Big-endian"/> |
| 1334 | </condition> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 1335 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1336 | <condition id="ARMv8MML_GCC"> |
| 1337 | <description>ARMv8-M Mainline processor based device for the GCC Compiler</description> |
| 1338 | <require condition="ARMv8MML"/> |
| 1339 | <require Tcompiler="GCC"/> |
| 1340 | </condition> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 1341 | <condition id="ARMv8MML_LE_GCC"> |
| 1342 | <description>ARMv8-M Mainline processor based device in little endian mode for the GCC Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1343 | <require condition="ARMv8MML_GCC"/> |
| 1344 | <require Dendian="Little-endian"/> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 1345 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1346 | <condition id="ARMv8MML_BE_GCC"> |
| 1347 | <description>ARMv8-M Mainline processor based device in big endian mode for the GCC Compiler</description> |
| 1348 | <require condition="ARMv8MML_GCC"/> |
| 1349 | <require Dendian="Big-endian"/> |
| 1350 | </condition> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 1351 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1352 | <condition id="ARMv8MML_FP_GCC"> |
| 1353 | <description>ARMv8-M Mainline processor based device using Floating Point Unit for the GCC Compiler</description> |
| 1354 | <require condition="ARMv8MML_FP"/> |
| 1355 | <require Tcompiler="GCC"/> |
| 1356 | </condition> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 1357 | <condition id="ARMv8MML_FP_LE_GCC"> |
| 1358 | <description>ARMv8-M Mainline processor based device using Floating Point Unit in little endian mode for the GCC Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1359 | <require condition="ARMv8MML_FP_GCC"/> |
| 1360 | <require Dendian="Little-endian"/> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 1361 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1362 | <condition id="ARMv8MML_FP_BE_GCC"> |
| 1363 | <description>ARMv8-M Mainline processor based device using Floating Point Unit in big endian mode for the GCC Compiler</description> |
| 1364 | <require condition="ARMv8MML_FP_GCC"/> |
| 1365 | <require Dendian="Big-endian"/> |
| 1366 | </condition> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 1367 | |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1368 | <condition id="ARMv8MML_NODSP_NOFPU_GCC"> |
| 1369 | <description>ARMv8MML, no DSP, no FPU, GCC Compiler</description> |
| 1370 | <require condition="ARMv8MML_NODSP_NOFPU"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1371 | <require Tcompiler="GCC"/> |
| 1372 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1373 | <condition id="ARMv8MML_DSP_NOFPU_GCC"> |
| 1374 | <description>ARMv8MML, DSP, no FPU, GCC Compiler</description> |
| 1375 | <require condition="ARMv8MML_DSP_NOFPU"/> |
| 1376 | <require Tcompiler="GCC"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1377 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1378 | <condition id="ARMv8MML_NODSP_SP_GCC"> |
| 1379 | <description>ARMv8MML, no DSP, SP FPU, GCC Compiler</description> |
| 1380 | <require condition="ARMv8MML_NODSP_SP"/> |
| 1381 | <require Tcompiler="GCC"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1382 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1383 | <condition id="ARMv8MML_DSP_SP_GCC"> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1384 | <description>ARMv8MML, DSP, SP FPU, GCC Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1385 | <require condition="ARMv8MML_DSP_SP"/> |
| 1386 | <require Tcompiler="GCC"/> |
| 1387 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1388 | <condition id="ARMv8MML_NODSP_NOFPU_LE_GCC"> |
| 1389 | <description>ARMv8MML, little endian, no DSP, no FPU, GCC Compiler</description> |
| 1390 | <require condition="ARMv8MML_NODSP_NOFPU_GCC"/> |
| 1391 | <require Dendian="Little-endian"/> |
| 1392 | </condition> |
| 1393 | <condition id="ARMv8MML_DSP_NOFPU_LE_GCC"> |
| 1394 | <description>ARMv8MML, little endian, DSP, no FPU, GCC Compiler</description> |
| 1395 | <require condition="ARMv8MML_DSP_NOFPU_GCC"/> |
| 1396 | <require Dendian="Little-endian"/> |
| 1397 | </condition> |
| 1398 | <condition id="ARMv8MML_NODSP_SP_LE_GCC"> |
| 1399 | <description>ARMv8MML, little endian, no DSP, SP FPU, GCC Compiler</description> |
| 1400 | <require condition="ARMv8MML_NODSP_SP_GCC"/> |
| 1401 | <require Dendian="Little-endian"/> |
| 1402 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1403 | <condition id="ARMv8MML_DSP_SP_LE_GCC"> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1404 | <description>ARMv8MML, little endian, DSP, SP FPU, GCC Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1405 | <require condition="ARMv8MML_DSP_SP_GCC"/> |
| 1406 | <require Dendian="Little-endian"/> |
| 1407 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1408 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1409 | <!-- IAR compiler --> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1410 | <condition id="CM0_IAR"> |
| 1411 | <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device for the IAR Compiler</description> |
| 1412 | <require condition="CM0"/> |
| 1413 | <require Tcompiler="IAR"/> |
| 1414 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1415 | <condition id="CM0_LE_IAR"> |
| 1416 | <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device in little endian mode for the IAR Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1417 | <require condition="CM0_IAR"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1418 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1419 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1420 | <condition id="CM0_BE_IAR"> |
| 1421 | <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device in big endian mode for the IAR Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1422 | <require condition="CM0_IAR"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1423 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1424 | </condition> |
| 1425 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1426 | <condition id="CM3_IAR"> |
| 1427 | <description>Cortex-M3 or SC300 processor based device for the IAR Compiler</description> |
| 1428 | <require condition="CM3"/> |
| 1429 | <require Tcompiler="IAR"/> |
| 1430 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1431 | <condition id="CM3_LE_IAR"> |
| 1432 | <description>Cortex-M3 or SC300 processor based device in little endian mode for the IAR Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1433 | <require condition="CM3_IAR"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1434 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1435 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1436 | <condition id="CM3_BE_IAR"> |
| 1437 | <description>Cortex-M3 or SC300 processor based device in big endian mode for the IAR Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1438 | <require condition="CM3_IAR"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1439 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1440 | </condition> |
| 1441 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1442 | <condition id="CM4_IAR"> |
| 1443 | <description>Cortex-M4 processor based device for the IAR Compiler</description> |
| 1444 | <require condition="CM4"/> |
| 1445 | <require Tcompiler="IAR"/> |
| 1446 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1447 | <condition id="CM4_LE_IAR"> |
| 1448 | <description>Cortex-M4 processor based device in little endian mode for the IAR Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1449 | <require condition="CM4_IAR"/> |
| 1450 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1451 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1452 | <condition id="CM4_BE_IAR"> |
| 1453 | <description>Cortex-M4 processor based device in big endian mode for the IAR Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1454 | <require condition="CM4_IAR"/> |
| 1455 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1456 | </condition> |
| 1457 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1458 | <condition id="CM4_FP_IAR"> |
| 1459 | <description>Cortex-M4 processor based device using Floating Point Unit for the IAR Compiler</description> |
| 1460 | <require condition="CM4_FP"/> |
| 1461 | <require Tcompiler="IAR"/> |
| 1462 | </condition> |
| 1463 | <condition id="CM4_FP_LE_IAR"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1464 | <description>Cortex-M4 processor based device using Floating Point Unit in little endian mode for the IAR Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1465 | <require condition="CM4_FP_IAR"/> |
| 1466 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1467 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1468 | <condition id="CM4_FP_BE_IAR"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1469 | <description>Cortex-M4 processor based device using Floating Point Unit in big endian mode for the IAR Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1470 | <require condition="CM4_FP_IAR"/> |
| 1471 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1472 | </condition> |
| 1473 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1474 | <condition id="CM7_IAR"> |
| 1475 | <description>Cortex-M7 processor based device for the IAR Compiler</description> |
| 1476 | <require condition="CM7"/> |
| 1477 | <require Tcompiler="IAR"/> |
| 1478 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1479 | <condition id="CM7_LE_IAR"> |
| 1480 | <description>Cortex-M7 processor based device in little endian mode for the IAR Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1481 | <require condition="CM7_IAR"/> |
| 1482 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1483 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1484 | <condition id="CM7_BE_IAR"> |
| 1485 | <description>Cortex-M7 processor based device in big endian mode for the IAR Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1486 | <require condition="CM7_IAR"/> |
| 1487 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1488 | </condition> |
| 1489 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1490 | <condition id="CM7_FP_IAR"> |
| 1491 | <description>Cortex-M7 processor based device using Floating Point Unit for the IAR Compiler</description> |
| 1492 | <require condition="CM7_FP"/> |
| 1493 | <require Tcompiler="IAR"/> |
| 1494 | </condition> |
| 1495 | <condition id="CM7_FP_LE_IAR"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1496 | <description>Cortex-M7 processor based device using Floating Point Unit in little endian mode for the IAR Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1497 | <require condition="CM7_FP_IAR"/> |
| 1498 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1499 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1500 | <condition id="CM7_FP_BE_IAR"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1501 | <description>Cortex-M7 processor based device using Floating Point Unit in big endian mode for the IAR Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1502 | <require condition="CM7_FP_IAR"/> |
| 1503 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1504 | </condition> |
| 1505 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1506 | <condition id="CM7_SP_IAR"> |
| 1507 | <description>Cortex-M7 processor based device using Floating Point Unit (SP) for the IAR Compiler</description> |
| 1508 | <require condition="CM7_SP"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1509 | <require Tcompiler="IAR"/> |
| 1510 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1511 | <condition id="CM7_SP_LE_IAR"> |
| 1512 | <description>Cortex-M7 processor based device using Floating Point Unit (SP) in little endian mode for the IAR Compiler</description> |
| 1513 | <require condition="CM7_SP_IAR"/> |
| 1514 | <require Dendian="Little-endian"/> |
| 1515 | </condition> |
| 1516 | <condition id="CM7_SP_BE_IAR"> |
| 1517 | <description>Cortex-M7 processor based device using Floating Point Unit (SP) in big endian mode for the IAR Compiler</description> |
| 1518 | <require condition="CM7_SP_IAR"/> |
| 1519 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1520 | </condition> |
| 1521 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1522 | <condition id="CM7_DP_IAR"> |
| 1523 | <description>Cortex-M7 processor based device using Floating Point Unit (DP) for the IAR Compiler</description> |
| 1524 | <require condition="CM7_DP"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1525 | <require Tcompiler="IAR"/> |
| 1526 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1527 | <condition id="CM7_DP_LE_IAR"> |
| 1528 | <description>Cortex-M7 processor based device using Floating Point Unit (DP) in little endian mode for the IAR Compiler</description> |
| 1529 | <require condition="CM7_DP_IAR"/> |
| 1530 | <require Dendian="Little-endian"/> |
| 1531 | </condition> |
| 1532 | <condition id="CM7_DP_BE_IAR"> |
| 1533 | <description>Cortex-M7 processor based device using Floating Point Unit (DP) in big endian mode for the IAR Compiler</description> |
| 1534 | <require condition="CM7_DP_IAR"/> |
| 1535 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1536 | </condition> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 1537 | |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1538 | <!-- conditions selecting single devices and CMSIS Core --> |
| 1539 | <!-- used for component startup, GCC version is used for C-Startup --> |
| 1540 | <condition id="ARMCM0 CMSIS"> |
| 1541 | <description>Generic ARM Cortex-M0 device startup and depends on CMSIS Core</description> |
| 1542 | <require Dvendor="ARM:82" Dname="ARMCM0"/> |
| 1543 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1544 | </condition> |
| 1545 | <condition id="ARMCM0 CMSIS GCC"> |
| 1546 | <description>Generic ARM Cortex-M0 device startup and depends on CMSIS Core requiring GCC</description> |
| 1547 | <require condition="ARMCM0 CMSIS"/> |
| 1548 | <require condition="GCC"/> |
| 1549 | </condition> |
| 1550 | |
| 1551 | <condition id="ARMCM0+ CMSIS"> |
| 1552 | <description>Generic ARM Cortex-M0+ device startup and depends on CMSIS Core</description> |
| 1553 | <require Dvendor="ARM:82" Dname="ARMCM0P"/> |
| 1554 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1555 | </condition> |
| 1556 | <condition id="ARMCM0+ CMSIS GCC"> |
| 1557 | <description>Generic ARM Cortex-M0+ device startup and depends CMSIS Core requiring GCC</description> |
| 1558 | <require condition="ARMCM0+ CMSIS"/> |
| 1559 | <require condition="GCC"/> |
| 1560 | </condition> |
| 1561 | |
| 1562 | <condition id="ARMCM3 CMSIS"> |
| 1563 | <description>Generic ARM Cortex-M3 device startup and depends on CMSIS Core</description> |
| 1564 | <require Dvendor="ARM:82" Dname="ARMCM3"/> |
| 1565 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1566 | </condition> |
| 1567 | <condition id="ARMCM3 CMSIS GCC"> |
| 1568 | <description>Generic ARM Cortex-M3 device startup and depends on CMSIS Core requiring GCC</description> |
| 1569 | <require condition="ARMCM3 CMSIS"/> |
| 1570 | <require condition="GCC"/> |
| 1571 | </condition> |
| 1572 | |
| 1573 | <condition id="ARMCM4 CMSIS"> |
| 1574 | <description>Generic ARM Cortex-M4 device startup and depends on CMSIS Core</description> |
| 1575 | <require Dvendor="ARM:82" Dname="ARMCM4*"/> |
| 1576 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1577 | </condition> |
| 1578 | <condition id="ARMCM4 CMSIS GCC"> |
| 1579 | <description>Generic ARM Cortex-M4 device startup and depends on CMSIS Core requiring GCC</description> |
| 1580 | <require condition="ARMCM4 CMSIS"/> |
| 1581 | <require condition="GCC"/> |
| 1582 | </condition> |
| 1583 | |
| 1584 | <condition id="ARMCM7 CMSIS"> |
| 1585 | <description>Generic ARM Cortex-M7 device startup and depends on CMSIS Core</description> |
| 1586 | <require Dvendor="ARM:82" Dname="ARMCM7*"/> |
| 1587 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1588 | </condition> |
| 1589 | <condition id="ARMCM7 CMSIS GCC"> |
| 1590 | <description>Generic ARM Cortex-M7 device startup and depends on CMSIS Core requiring GCC</description> |
| 1591 | <require condition="ARMCM7 CMSIS"/> |
| 1592 | <require condition="GCC"/> |
| 1593 | </condition> |
| 1594 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1595 | <condition id="ARMCM23 CMSIS"> |
| 1596 | <description>Generic ARM Cortex-M23 device startup and depends on CMSIS Core</description> |
| 1597 | <require Dvendor="ARM:82" Dname="ARMCM23*"/> |
| 1598 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1599 | </condition> |
| 1600 | <condition id="ARMCM23 CMSIS GCC"> |
| 1601 | <description>Generic ARM Cortex-M23 device startup and depends on CMSIS Core requiring GCC</description> |
| 1602 | <require condition="ARMCM23 CMSIS"/> |
| 1603 | <require condition="GCC"/> |
| 1604 | </condition> |
| 1605 | |
| 1606 | <condition id="ARMCM33 CMSIS"> |
| 1607 | <description>Generic ARM Cortex-M33 device startup and depends on CMSIS Core</description> |
| 1608 | <require Dvendor="ARM:82" Dname="ARMCM33*"/> |
| 1609 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1610 | </condition> |
| 1611 | <condition id="ARMCM33 CMSIS GCC"> |
| 1612 | <description>Generic ARM Cortex-M33 device startup and depends on CMSIS Core requiring GCC</description> |
| 1613 | <require condition="ARMCM33 CMSIS"/> |
| 1614 | <require condition="GCC"/> |
| 1615 | </condition> |
| 1616 | |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1617 | <condition id="ARMSC000 CMSIS"> |
| 1618 | <description>Generic ARM SC000 device startup and depends on CMSIS Core</description> |
| 1619 | <require Dvendor="ARM:82" Dname="ARMSC000"/> |
| 1620 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1621 | </condition> |
| 1622 | <condition id="ARMSC000 CMSIS GCC"> |
| 1623 | <description>Generic ARM SC000 device startup and depends on CMSIS Core requiring GCC</description> |
| 1624 | <require condition="ARMSC000 CMSIS"/> |
| 1625 | <require condition="GCC"/> |
| 1626 | </condition> |
| 1627 | |
| 1628 | <condition id="ARMSC300 CMSIS"> |
| 1629 | <description>Generic ARM SC300 device startup and depends on CMSIS Core</description> |
| 1630 | <require Dvendor="ARM:82" Dname="ARMSC300"/> |
| 1631 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1632 | </condition> |
| 1633 | <condition id="ARMSC300 CMSIS GCC"> |
| 1634 | <description>Generic ARM SC300 device startup and dependson CMSIS Core requiring GCC</description> |
| 1635 | <require condition="ARMSC300 CMSIS"/> |
| 1636 | <require condition="GCC"/> |
| 1637 | </condition> |
| 1638 | |
| 1639 | <condition id="ARMv8MBL CMSIS"> |
| 1640 | <description>Generic ARM ARMv8MBL device startup and depends on CMSIS Core</description> |
| 1641 | <require Dvendor="ARM:82" Dname="ARMv8MBL"/> |
| 1642 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1643 | </condition> |
| 1644 | <condition id="ARMv8MBL CMSIS GCC"> |
| 1645 | <description>Generic ARM ARMv8MBL device startup and depends on CMSIS Core requiring GCC</description> |
| 1646 | <require condition="ARMv8MBL CMSIS"/> |
| 1647 | <require condition="GCC"/> |
| 1648 | </condition> |
| 1649 | |
| 1650 | <condition id="ARMv8MML CMSIS"> |
| 1651 | <description>Generic ARM ARMv8MML device startup and depends on CMSIS Core</description> |
| 1652 | <require Dvendor="ARM:82" Dname="ARMv8MML*"/> |
| 1653 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1654 | </condition> |
| 1655 | <condition id="ARMv8MML CMSIS GCC"> |
| 1656 | <description>Generic ARM ARMv8MML device startup and depends on CMSIS Core requiring GCC</description> |
| 1657 | <require condition="ARMv8MML CMSIS"/> |
| 1658 | <require condition="GCC"/> |
| 1659 | </condition> |
| 1660 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1661 | <!-- CMSIS DSP --> |
| 1662 | <condition id="CMSIS DSP"> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1663 | <description>Components required for DSP</description> |
| 1664 | <require condition="ARMv6_7_8-M Device"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1665 | <require condition="ARMCC GCC"/> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1666 | <require Cclass="CMSIS" Cgroup="CORE"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1667 | </condition> |
| 1668 | |
| 1669 | <!-- RTOS RTX --> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1670 | <condition id="RTOS RTX"> |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 1671 | <description>Components required for RTOS RTX</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1672 | <require condition="ARMv6_7-M Device"/> |
| 1673 | <require condition="ARMCC GCC IAR"/> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 1674 | <require Cclass="Device" Cgroup="Startup"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1675 | <deny Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5"/> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 1676 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1677 | <condition id="RTOS RTX5"> |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 1678 | <description>Components required for RTOS RTX5</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1679 | <require condition="ARMv6_7_8-M Device"/> |
Robert Rostohar | 0695d88 | 2016-12-20 12:26:34 +0100 | [diff] [blame] | 1680 | <require condition="ARMCC GCC IAR"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1681 | <require Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5"/> |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 1682 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1683 | <condition id="RTOS2 RTX5"> |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 1684 | <description>Components required for RTOS2 RTX5</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1685 | <require condition="ARMv6_7_8-M Device"/> |
Robert Rostohar | 0695d88 | 2016-12-20 12:26:34 +0100 | [diff] [blame] | 1686 | <require condition="ARMCC GCC IAR"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1687 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1688 | <require Cclass="Device" Cgroup="Startup"/> |
| 1689 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1690 | <condition id="RTOS2 RTX5 NS"> |
| 1691 | <description>Components required for RTOS2 RTX5 in Non-Secure Domain</description> |
| 1692 | <require condition="ARMv8-M TZ Device"/> |
| 1693 | <require condition="ARMCC GCC"/> |
| 1694 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1695 | <require Cclass="Device" Cgroup="Startup"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1696 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1697 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1698 | </conditions> |
| 1699 | |
| 1700 | <components> |
| 1701 | <!-- CMSIS-Core component --> |
Joachim Krech | 8cd76b4 | 2017-02-03 15:18:56 +0100 | [diff] [blame] | 1702 | <component Cclass="CMSIS" Cgroup="CORE" Cversion="5.0.1" condition="ARMv6_7_8-M Device" > |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1703 | <description>CMSIS-CORE for Cortex-M, SC000, SC300, ARMv8-M</description> |
| 1704 | <files> |
| 1705 | <!-- CPU independent --> |
| 1706 | <file category="doc" name="CMSIS/Documentation/Core/html/index.html"/> |
| 1707 | <file category="include" name="CMSIS/Include/"/> |
Robert Rostohar | b2e0716 | 2016-11-04 10:43:56 +0100 | [diff] [blame] | 1708 | <file category="header" name="CMSIS/Include/tz_context.h" condition="ARMv8-M TZ Device"/> |
Christopher Seidl | 2e8b814 | 2016-10-25 16:29:05 +0200 | [diff] [blame] | 1709 | <!-- Code template --> |
Robert Rostohar | 0e71e88 | 2016-11-16 19:03:44 +0100 | [diff] [blame] | 1710 | <file category="sourceC" attr="template" condition="ARMv8-M TZ Device" name="CMSIS/Core/Template/ARMv8-M/main_s.c" version="1.1.0" select="Secure mode 'main' module for ARMv8-M"/> |
Robert Rostohar | 71f4dcf | 2016-11-16 19:06:01 +0100 | [diff] [blame] | 1711 | <file category="sourceC" attr="template" condition="ARMv8-M TZ Device" name="CMSIS/Core/Template/ARMv8-M/tz_context.c" version="1.1.0" select="RTOS Context Management (TrustZone for ARMv8-M)" /> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1712 | </files> |
| 1713 | </component> |
| 1714 | |
| 1715 | <!-- CMSIS-Startup components --> |
| 1716 | <!-- Cortex-M0 --> |
Martin Günther | 2166967 | 2016-12-07 10:40:50 +0100 | [diff] [blame] | 1717 | <component Cclass="Device" Cgroup="Startup" Cversion="1.0.1" condition="ARMCM0 CMSIS"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1718 | <description>System and Startup for Generic ARM Cortex-M0 device</description> |
| 1719 | <files> |
| 1720 | <!-- include folder / device header file --> |
| 1721 | <file category="header" name="Device/ARM/ARMCM0/Include/ARMCM0.h"/> |
| 1722 | <!-- startup / system file --> |
| 1723 | <file category="sourceAsm" name="Device/ARM/ARMCM0/Source/ARM/startup_ARMCM0.s" version="1.0.0" attr="config" condition="ARMCC"/> |
| 1724 | <file category="sourceAsm" name="Device/ARM/ARMCM0/Source/GCC/startup_ARMCM0.S" version="1.0.0" attr="config" condition="GCC"/> |
| 1725 | <file category="linkerScript" name="Device/ARM/ARMCM0/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 1726 | <file category="sourceAsm" name="Device/ARM/ARMCM0/Source/IAR/startup_ARMCM0.s" version="1.0.0" attr="config" condition="IAR"/> |
| 1727 | <file category="sourceC" name="Device/ARM/ARMCM0/Source/system_ARMCM0.c" version="1.0.0" attr="config"/> |
| 1728 | </files> |
| 1729 | </component> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1730 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="1.0.1" condition="ARMCM0 CMSIS GCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1731 | <description>System and Startup for Generic ARM Cortex-M0 device</description> |
| 1732 | <files> |
| 1733 | <!-- include folder / device header file --> |
| 1734 | <file category="header" name="Device/ARM/ARMCM0/Include/ARMCM0.h"/> |
| 1735 | <!-- startup / system file --> |
| 1736 | <file category="sourceC" name="Device/ARM/ARMCM0/Source/GCC/startup_ARMCM0.c" version="1.0.0" attr="config" condition="GCC"/> |
| 1737 | <file category="linkerScript" name="Device/ARM/ARMCM0/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 1738 | <file category="sourceC" name="Device/ARM/ARMCM0/Source/system_ARMCM0.c" version="1.0.0" attr="config"/> |
| 1739 | </files> |
| 1740 | </component> |
| 1741 | |
| 1742 | <!-- Cortex-M0+ --> |
Martin Günther | 2166967 | 2016-12-07 10:40:50 +0100 | [diff] [blame] | 1743 | <component Cclass="Device" Cgroup="Startup" Cversion="1.0.1" condition="ARMCM0+ CMSIS"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1744 | <description>System and Startup for Generic ARM Cortex-M0+ device</description> |
| 1745 | <files> |
| 1746 | <!-- include folder / device header file --> |
| 1747 | <file category="header" name="Device/ARM/ARMCM0plus/Include/ARMCM0plus.h"/> |
| 1748 | <!-- startup / system file --> |
| 1749 | <file category="sourceAsm" name="Device/ARM/ARMCM0plus/Source/ARM/startup_ARMCM0plus.s" version="1.0.0" attr="config" condition="ARMCC"/> |
| 1750 | <file category="sourceAsm" name="Device/ARM/ARMCM0plus/Source/GCC/startup_ARMCM0plus.S" version="1.0.0" attr="config" condition="GCC"/> |
| 1751 | <file category="linkerScript" name="Device/ARM/ARMCM0plus/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 1752 | <file category="sourceAsm" name="Device/ARM/ARMCM0plus/Source/IAR/startup_ARMCM0plus.s" version="1.0.0" attr="config" condition="IAR"/> |
| 1753 | <file category="sourceC" name="Device/ARM/ARMCM0plus/Source/system_ARMCM0plus.c" version="1.0.0" attr="config"/> |
| 1754 | </files> |
| 1755 | </component> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1756 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="1.0.1" condition="ARMCM0+ CMSIS GCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1757 | <description>System and Startup for Generic ARM Cortex-M0+ device</description> |
| 1758 | <files> |
| 1759 | <!-- include folder / device header file --> |
| 1760 | <file category="header" name="Device/ARM/ARMCM0plus/Include/ARMCM0plus.h"/> |
| 1761 | <!-- startup / system file --> |
| 1762 | <file category="sourceC" name="Device/ARM/ARMCM0plus/Source/GCC/startup_ARMCM0plus.c" version="1.0.0" attr="config" condition="GCC"/> |
| 1763 | <file category="linkerScript" name="Device/ARM/ARMCM0plus/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 1764 | <file category="sourceC" name="Device/ARM/ARMCM0plus/Source/system_ARMCM0plus.c" version="1.0.0" attr="config"/> |
| 1765 | </files> |
| 1766 | </component> |
| 1767 | |
| 1768 | <!-- Cortex-M3 --> |
Martin Günther | 2166967 | 2016-12-07 10:40:50 +0100 | [diff] [blame] | 1769 | <component Cclass="Device" Cgroup="Startup" Cversion="1.0.1" condition="ARMCM3 CMSIS"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1770 | <description>System and Startup for Generic ARM Cortex-M3 device</description> |
| 1771 | <files> |
| 1772 | <!-- include folder / device header file --> |
| 1773 | <file category="header" name="Device/ARM/ARMCM3/Include/ARMCM3.h"/> |
| 1774 | <!-- startup / system file --> |
| 1775 | <file category="sourceAsm" name="Device/ARM/ARMCM3/Source/ARM/startup_ARMCM3.s" version="1.0.0" attr="config" condition="ARMCC"/> |
| 1776 | <file category="sourceAsm" name="Device/ARM/ARMCM3/Source/GCC/startup_ARMCM3.S" version="1.0.0" attr="config" condition="GCC"/> |
| 1777 | <file category="linkerScript" name="Device/ARM/ARMCM3/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 1778 | <file category="sourceAsm" name="Device/ARM/ARMCM3/Source/IAR/startup_ARMCM3.s" version="1.0.0" attr="config" condition="IAR"/> |
| 1779 | <file category="sourceC" name="Device/ARM/ARMCM3/Source/system_ARMCM3.c" version="1.0.0" attr="config"/> |
| 1780 | </files> |
| 1781 | </component> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1782 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="1.0.1" condition="ARMCM3 CMSIS GCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1783 | <description>System and Startup for Generic ARM Cortex-M3 device</description> |
| 1784 | <files> |
| 1785 | <!-- include folder / device header file --> |
| 1786 | <file category="header" name="Device/ARM/ARMCM3/Include/ARMCM3.h"/> |
| 1787 | <!-- startup / system file --> |
| 1788 | <file category="sourceC" name="Device/ARM/ARMCM3/Source/GCC/startup_ARMCM3.c" version="1.0.0" attr="config" condition="GCC"/> |
| 1789 | <file category="linkerScript" name="Device/ARM/ARMCM3/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 1790 | <file category="sourceC" name="Device/ARM/ARMCM3/Source/system_ARMCM3.c" version="1.0.0" attr="config"/> |
| 1791 | </files> |
| 1792 | </component> |
| 1793 | |
| 1794 | <!-- Cortex-M4 --> |
Martin Günther | 2166967 | 2016-12-07 10:40:50 +0100 | [diff] [blame] | 1795 | <component Cclass="Device" Cgroup="Startup" Cversion="1.0.1" condition="ARMCM4 CMSIS"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1796 | <description>System and Startup for Generic ARM Cortex-M4 device</description> |
| 1797 | <files> |
| 1798 | <!-- include folder / device header file --> |
| 1799 | <file category="include" name="Device/ARM/ARMCM4/Include/"/> |
| 1800 | <!-- startup / system file --> |
| 1801 | <file category="sourceAsm" name="Device/ARM/ARMCM4/Source/ARM/startup_ARMCM4.s" version="1.0.0" attr="config" condition="ARMCC"/> |
| 1802 | <file category="sourceAsm" name="Device/ARM/ARMCM4/Source/GCC/startup_ARMCM4.S" version="1.0.0" attr="config" condition="GCC"/> |
| 1803 | <file category="linkerScript" name="Device/ARM/ARMCM4/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 1804 | <file category="sourceAsm" name="Device/ARM/ARMCM4/Source/IAR/startup_ARMCM4.s" version="1.0.0" attr="config" condition="IAR"/> |
| 1805 | <file category="sourceC" name="Device/ARM/ARMCM4/Source/system_ARMCM4.c" version="1.0.0" attr="config"/> |
| 1806 | </files> |
| 1807 | </component> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1808 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="1.0.1" condition="ARMCM4 CMSIS GCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1809 | <description>System and Startup for Generic ARM Cortex-M4 device</description> |
| 1810 | <files> |
| 1811 | <!-- include folder / device header file --> |
| 1812 | <file category="include" name="Device/ARM/ARMCM4/Include/"/> |
| 1813 | <!-- startup / system file --> |
| 1814 | <file category="sourceC" name="Device/ARM/ARMCM4/Source/GCC/startup_ARMCM4.c" version="1.0.0" attr="config" condition="GCC"/> |
| 1815 | <file category="linkerScript" name="Device/ARM/ARMCM4/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 1816 | <file category="sourceC" name="Device/ARM/ARMCM4/Source/system_ARMCM4.c" version="1.0.0" attr="config"/> |
| 1817 | </files> |
| 1818 | </component> |
| 1819 | |
| 1820 | <!-- Cortex-M7 --> |
Martin Günther | 2166967 | 2016-12-07 10:40:50 +0100 | [diff] [blame] | 1821 | <component Cclass="Device" Cgroup="Startup" Cversion="1.0.1" condition="ARMCM7 CMSIS"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1822 | <description>System and Startup for Generic ARM Cortex-M7 device</description> |
| 1823 | <files> |
| 1824 | <!-- include folder / device header file --> |
| 1825 | <file category="include" name="Device/ARM/ARMCM7/Include/"/> |
| 1826 | <!-- startup / system file --> |
| 1827 | <file category="sourceAsm" name="Device/ARM/ARMCM7/Source/ARM/startup_ARMCM7.s" version="1.0.0" attr="config" condition="ARMCC"/> |
| 1828 | <file category="sourceAsm" name="Device/ARM/ARMCM7/Source/GCC/startup_ARMCM7.S" version="1.0.0" attr="config" condition="GCC"/> |
| 1829 | <file category="linkerScript" name="Device/ARM/ARMCM7/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 1830 | <file category="sourceAsm" name="Device/ARM/ARMCM7/Source/IAR/startup_ARMCM7.s" version="1.0.0" attr="config" condition="IAR"/> |
| 1831 | <file category="sourceC" name="Device/ARM/ARMCM7/Source/system_ARMCM7.c" version="1.0.0" attr="config"/> |
| 1832 | </files> |
| 1833 | </component> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1834 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="1.0.1" condition="ARMCM7 CMSIS GCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1835 | <description>System and Startup for Generic ARM Cortex-M7 device</description> |
| 1836 | <files> |
| 1837 | <!-- include folder / device header file --> |
| 1838 | <file category="include" name="Device/ARM/ARMCM7/Include/"/> |
| 1839 | <!-- startup / system file --> |
| 1840 | <file category="sourceC" name="Device/ARM/ARMCM7/Source/GCC/startup_ARMCM7.c" version="1.0.0" attr="config" condition="GCC"/> |
| 1841 | <file category="linkerScript" name="Device/ARM/ARMCM7/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 1842 | <file category="sourceC" name="Device/ARM/ARMCM7/Source/system_ARMCM7.c" version="1.0.0" attr="config"/> |
| 1843 | </files> |
| 1844 | </component> |
| 1845 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1846 | <!-- Cortex-M23 --> |
| 1847 | <component Cclass="Device" Cgroup="Startup" Cversion="1.0.0" condition="ARMCM23 CMSIS"> |
| 1848 | <description>System and Startup for Generic ARM Cortex-M23 device</description> |
| 1849 | <files> |
| 1850 | <!-- include folder / device header file --> |
| 1851 | <file category="include" name="Device/ARM/ARMCM23/Include/"/> |
| 1852 | <!-- startup / system file --> |
| 1853 | <file category="sourceAsm" name="Device/ARM/ARMCM23/Source/ARM/startup_ARMCM23.s" version="1.0.0" attr="config" condition="ARMCC"/> |
| 1854 | <file category="sourceAsm" name="Device/ARM/ARMCM23/Source/GCC/startup_ARMCM23.S" version="1.0.0" attr="config" condition="GCC"/> |
| 1855 | <file category="linkerScript" name="Device/ARM/ARMCM23/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 1856 | <file category="sourceC" name="Device/ARM/ARMCM23/Source/system_ARMCM23.c" version="1.0.0" attr="config" condition="ARMCC GCC"/> |
| 1857 | <!-- SAU configuration --> |
| 1858 | <file category="header" name="Device/ARM/ARMCM23/Include/Template/partition_ARMCM23.h" version="1.0.0" attr="config" condition="ARMv8-M TZ Device"/> |
| 1859 | </files> |
| 1860 | </component> |
| 1861 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="1.0.0" condition="ARMCM23 CMSIS GCC"> |
| 1862 | <description>System and Startup for Generic ARM Cortex-M23 device</description> |
| 1863 | <files> |
| 1864 | <!-- include folder / device header file --> |
| 1865 | <file category="include" name="Device/ARM/ARMCM23/Include/"/> |
| 1866 | <!-- startup / system file --> |
| 1867 | <file category="sourceC" name="Device/ARM/ARMCM23/Source/GCC/startup_ARMCM23.c" version="1.0.0" attr="config" condition="GCC"/> |
| 1868 | <file category="linkerScript" name="Device/ARM/ARMCM23/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 1869 | <file category="sourceC" name="Device/ARM/ARMCM23/Source/system_ARMCM23.c" version="1.0.0" attr="config"/> |
| 1870 | <!-- SAU configuration --> |
| 1871 | <file category="header" name="Device/ARM/ARMCM23/Include/Template/partition_ARMCM23.h" version="1.0.0" attr="config" condition="ARMv8-M TZ Device"/> |
| 1872 | </files> |
| 1873 | </component> |
| 1874 | |
| 1875 | <!-- Cortex-M33 --> |
Martin Günther | 2166967 | 2016-12-07 10:40:50 +0100 | [diff] [blame] | 1876 | <component Cclass="Device" Cgroup="Startup" Cversion="1.1.0" condition="ARMCM33 CMSIS"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1877 | <description>System and Startup for Generic ARM Cortex-M33 device</description> |
| 1878 | <files> |
| 1879 | <!-- include folder / device header file --> |
| 1880 | <file category="include" name="Device/ARM/ARMCM33/Include/"/> |
| 1881 | <!-- startup / system file --> |
Martin Günther | 2166967 | 2016-12-07 10:40:50 +0100 | [diff] [blame] | 1882 | <file category="sourceAsm" name="Device/ARM/ARMCM33/Source/ARM/startup_ARMCM33.s" version="1.0.0" attr="config" condition="ARMCC"/> |
| 1883 | <file category="sourceAsm" name="Device/ARM/ARMCM33/Source/GCC/startup_ARMCM33.S" version="1.0.0" attr="config" condition="GCC"/> |
| 1884 | <file category="linkerScript" name="Device/ARM/ARMCM33/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 1885 | <file category="sourceC" name="Device/ARM/ARMCM33/Source/system_ARMCM33.c" version="1.0.0" attr="config" condition="ARMCC GCC"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1886 | <!-- SAU configuration --> |
Martin Günther | 2166967 | 2016-12-07 10:40:50 +0100 | [diff] [blame] | 1887 | <file category="header" name="Device/ARM/ARMCM33/Include/Template/partition_ARMCM33.h" version="1.1.0" attr="config" condition="ARMv8-M TZ Device"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1888 | </files> |
| 1889 | </component> |
Martin Günther | 2166967 | 2016-12-07 10:40:50 +0100 | [diff] [blame] | 1890 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="1.1.0" condition="ARMCM33 CMSIS GCC"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1891 | <description>System and Startup for Generic ARM Cortex-M33 device</description> |
| 1892 | <files> |
| 1893 | <!-- include folder / device header file --> |
| 1894 | <file category="include" name="Device/ARM/ARMCM33/Include/"/> |
| 1895 | <!-- startup / system file --> |
Martin Günther | 2166967 | 2016-12-07 10:40:50 +0100 | [diff] [blame] | 1896 | <file category="sourceC" name="Device/ARM/ARMCM33/Source/GCC/startup_ARMCM33.c" version="1.0.0" attr="config" condition="GCC"/> |
| 1897 | <file category="linkerScript" name="Device/ARM/ARMCM33/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 1898 | <file category="sourceC" name="Device/ARM/ARMCM33/Source/system_ARMCM33.c" version="1.0.0" attr="config"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1899 | <!-- SAU configuration --> |
Martin Günther | 2166967 | 2016-12-07 10:40:50 +0100 | [diff] [blame] | 1900 | <file category="header" name="Device/ARM/ARMCM33/Include/Template/partition_ARMCM33.h" version="1.1.0" attr="config" condition="ARMv8-M TZ Device"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1901 | </files> |
| 1902 | </component> |
| 1903 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1904 | <!-- Cortex-SC000 --> |
Martin Günther | 2166967 | 2016-12-07 10:40:50 +0100 | [diff] [blame] | 1905 | <component Cclass="Device" Cgroup="Startup" Cversion="1.0.1" condition="ARMSC000 CMSIS"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1906 | <description>System and Startup for Generic ARM SC000 device</description> |
| 1907 | <files> |
| 1908 | <!-- include folder / device header file --> |
| 1909 | <file category="header" name="Device/ARM/ARMSC000/Include/ARMSC000.h"/> |
| 1910 | <!-- startup / system file --> |
| 1911 | <file category="sourceAsm" name="Device/ARM/ARMSC000/Source/ARM/startup_ARMSC000.s" version="1.0.0" attr="config" condition="ARMCC"/> |
| 1912 | <file category="sourceAsm" name="Device/ARM/ARMSC000/Source/GCC/startup_ARMSC000.S" version="1.0.0" attr="config" condition="GCC"/> |
| 1913 | <file category="linkerScript" name="Device/ARM/ARMSC000/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 1914 | <file category="sourceAsm" name="Device/ARM/ARMSC000/Source/IAR/startup_ARMSC000.s" version="1.0.0" attr="config" condition="IAR"/> |
| 1915 | <file category="sourceC" name="Device/ARM/ARMSC000/Source/system_ARMSC000.c" version="1.0.0" attr="config"/> |
| 1916 | </files> |
| 1917 | </component> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1918 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="1.0.1" condition="ARMSC000 CMSIS GCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1919 | <description>System and Startup for Generic ARM SC000 device</description> |
| 1920 | <files> |
| 1921 | <!-- include folder / device header file --> |
| 1922 | <file category="header" name="Device/ARM/ARMSC000/Include/ARMSC000.h"/> |
| 1923 | <!-- startup / system file --> |
| 1924 | <file category="sourceC" name="Device/ARM/ARMSC000/Source/GCC/startup_ARMSC000.c" version="1.0.0" attr="config" condition="GCC"/> |
| 1925 | <file category="linkerScript" name="Device/ARM/ARMSC000/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 1926 | <file category="sourceC" name="Device/ARM/ARMSC000/Source/system_ARMSC000.c" version="1.0.0" attr="config"/> |
| 1927 | </files> |
| 1928 | </component> |
| 1929 | |
| 1930 | <!-- Cortex-SC300 --> |
Martin Günther | 2166967 | 2016-12-07 10:40:50 +0100 | [diff] [blame] | 1931 | <component Cclass="Device" Cgroup="Startup" Cversion="1.0.1" condition="ARMSC300 CMSIS"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1932 | <description>System and Startup for Generic ARM SC300 device</description> |
| 1933 | <files> |
| 1934 | <!-- include folder / device header file --> |
| 1935 | <file category="header" name="Device/ARM/ARMSC300/Include/ARMSC300.h"/> |
| 1936 | <!-- startup / system file --> |
| 1937 | <file category="sourceAsm" name="Device/ARM/ARMSC300/Source/ARM/startup_ARMSC300.s" version="1.0.0" attr="config" condition="ARMCC"/> |
| 1938 | <file category="sourceAsm" name="Device/ARM/ARMSC300/Source/GCC/startup_ARMSC300.S" version="1.0.0" attr="config" condition="GCC"/> |
| 1939 | <file category="linkerScript" name="Device/ARM/ARMSC300/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 1940 | <file category="sourceAsm" name="Device/ARM/ARMSC300/Source/IAR/startup_ARMSC300.s" version="1.0.0" attr="config" condition="IAR"/> |
| 1941 | <file category="sourceC" name="Device/ARM/ARMSC300/Source/system_ARMSC300.c" version="1.0.0" attr="config"/> |
| 1942 | </files> |
| 1943 | </component> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1944 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="1.0.1" condition="ARMSC300 CMSIS GCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1945 | <description>System and Startup for Generic ARM SC300 device</description> |
| 1946 | <files> |
| 1947 | <!-- include folder / device header file --> |
| 1948 | <file category="header" name="Device/ARM/ARMSC300/Include/ARMSC300.h"/> |
| 1949 | <!-- startup / system file --> |
| 1950 | <file category="sourceC" name="Device/ARM/ARMSC300/Source/GCC/startup_ARMSC300.c" version="1.0.0" attr="config" condition="GCC"/> |
| 1951 | <file category="linkerScript" name="Device/ARM/ARMSC300/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 1952 | <file category="sourceC" name="Device/ARM/ARMSC300/Source/system_ARMSC300.c" version="1.0.0" attr="config"/> |
| 1953 | </files> |
| 1954 | </component> |
| 1955 | |
| 1956 | <!-- ARMv8MBL --> |
Martin Günther | 2166967 | 2016-12-07 10:40:50 +0100 | [diff] [blame] | 1957 | <component Cclass="Device" Cgroup="Startup" Cversion="1.0.0" condition="ARMv8MBL CMSIS"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1958 | <description>System and Startup for Generic ARM ARMv8MBL device</description> |
| 1959 | <files> |
| 1960 | <!-- include folder / device header file --> |
| 1961 | <file category="include" name="Device/ARM/ARMv8MBL/Include/"/> |
| 1962 | <!-- startup / system file --> |
| 1963 | <file category="sourceAsm" name="Device/ARM/ARMv8MBL/Source/ARM/startup_ARMv8MBL.s" version="1.0.0" attr="config" condition="ARMCC"/> |
| 1964 | <file category="sourceAsm" name="Device/ARM/ARMv8MBL/Source/GCC/startup_ARMv8MBL.S" version="1.0.0" attr="config" condition="GCC"/> |
| 1965 | <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 1966 | <file category="sourceC" name="Device/ARM/ARMv8MBL/Source/system_ARMv8MBL.c" version="1.0.0" attr="config" condition="ARMCC GCC"/> |
| 1967 | <!-- SAU configuration --> |
| 1968 | <file category="header" name="Device/ARM/ARMv8MBL/Include/Template/partition_ARMv8MBL.h" version="1.0.0" attr="config"/> |
| 1969 | </files> |
| 1970 | </component> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1971 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="1.0.0" condition="ARMv8MBL CMSIS GCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1972 | <description>System and Startup for Generic ARM ARMv8MBL device</description> |
| 1973 | <files> |
| 1974 | <!-- include folder / device header file --> |
| 1975 | <file category="include" name="Device/ARM/ARMv8MBL/Include/"/> |
| 1976 | <!-- startup / system file --> |
| 1977 | <file category="sourceC" name="Device/ARM/ARMv8MBL/Source/GCC/startup_ARMv8MBL.c" version="1.0.0" attr="config" condition="GCC"/> |
| 1978 | <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 1979 | <file category="sourceC" name="Device/ARM/ARMv8MBL/Source/system_ARMv8MBL.c" version="1.0.0" attr="config"/> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1980 | <!-- SAU configuration --> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1981 | <file category="header" name="Device/ARM/ARMv8MBL/Include/Template/partition_ARMv8MBL.h" version="1.0.0" attr="config" condition="ARMv8-M TZ Device"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1982 | </files> |
| 1983 | </component> |
| 1984 | |
| 1985 | <!-- ARMv8MML --> |
Martin Günther | 2166967 | 2016-12-07 10:40:50 +0100 | [diff] [blame] | 1986 | <component Cclass="Device" Cgroup="Startup" Cversion="1.1.0" condition="ARMv8MML CMSIS"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1987 | <description>System and Startup for Generic ARM ARMv8MML device</description> |
| 1988 | <files> |
| 1989 | <!-- include folder / device header file --> |
| 1990 | <file category="include" name="Device/ARM/ARMv8MML/Include/"/> |
| 1991 | <!-- startup / system file --> |
Martin Günther | 2166967 | 2016-12-07 10:40:50 +0100 | [diff] [blame] | 1992 | <file category="sourceAsm" name="Device/ARM/ARMv8MML/Source/ARM/startup_ARMv8MML.s" version="1.0.0" attr="config" condition="ARMCC"/> |
| 1993 | <file category="sourceAsm" name="Device/ARM/ARMv8MML/Source/GCC/startup_ARMv8MML.S" version="1.0.0" attr="config" condition="GCC"/> |
| 1994 | <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 1995 | <file category="sourceC" name="Device/ARM/ARMv8MML/Source/system_ARMv8MML.c" version="1.0.0" attr="config" condition="ARMCC GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1996 | <!-- SAU configuration --> |
Martin Günther | 2166967 | 2016-12-07 10:40:50 +0100 | [diff] [blame] | 1997 | <file category="header" name="Device/ARM/ARMv8MML/Include/Template/partition_ARMv8MML.h" version="1.1.0" attr="config" condition="ARMv8-M TZ Device"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1998 | </files> |
| 1999 | </component> |
Martin Günther | 2166967 | 2016-12-07 10:40:50 +0100 | [diff] [blame] | 2000 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="1.1.0" condition="ARMv8MML CMSIS GCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2001 | <description>System and Startup for Generic ARM ARMv8MML device</description> |
| 2002 | <files> |
| 2003 | <!-- include folder / device header file --> |
| 2004 | <file category="include" name="Device/ARM/ARMv8MML/Include/"/> |
| 2005 | <!-- startup / system file --> |
Martin Günther | 2166967 | 2016-12-07 10:40:50 +0100 | [diff] [blame] | 2006 | <file category="sourceC" name="Device/ARM/ARMv8MML/Source/GCC/startup_ARMv8MML.c" version="1.0.0" attr="config" condition="GCC"/> |
| 2007 | <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 2008 | <file category="sourceC" name="Device/ARM/ARMv8MML/Source/system_ARMv8MML.c" version="1.0.0" attr="config"/> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2009 | <!-- SAU configuration --> |
Martin Günther | 2166967 | 2016-12-07 10:40:50 +0100 | [diff] [blame] | 2010 | <file category="header" name="Device/ARM/ARMv8MML/Include/Template/partition_ARMv8MML.h" version="1.1.0" attr="config" condition="ARMv8-M TZ Device"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2011 | </files> |
| 2012 | </component> |
| 2013 | |
| 2014 | |
| 2015 | <!-- CMSIS-DSP component --> |
Martin Günther | 1b4ba8f | 2017-02-02 14:38:48 +0100 | [diff] [blame] | 2016 | <component Cclass="CMSIS" Cgroup="DSP" Cversion="1.5.1" condition="CMSIS DSP"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2017 | <description>CMSIS-DSP Library for Cortex-M, SC000, and SC300</description> |
| 2018 | <files> |
| 2019 | <!-- CPU independent --> |
| 2020 | <file category="doc" name="CMSIS/Documentation/DSP/html/index.html"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2021 | <file category="header" name="CMSIS/Include/arm_math.h"/> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2022 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2023 | <!-- CPU and Compiler dependent --> |
| 2024 | <!-- ARMCC --> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2025 | <file category="library" condition="CM0_LE_ARMCC" name="CMSIS/Lib/ARM/arm_cortexM0l_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2026 | <file category="library" condition="CM0_BE_ARMCC" name="CMSIS/Lib/ARM/arm_cortexM0b_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2027 | <file category="library" condition="CM3_LE_ARMCC" name="CMSIS/Lib/ARM/arm_cortexM3l_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2028 | <file category="library" condition="CM3_BE_ARMCC" name="CMSIS/Lib/ARM/arm_cortexM3b_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2029 | <file category="library" condition="CM4_LE_ARMCC" name="CMSIS/Lib/ARM/arm_cortexM4l_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2030 | <file category="library" condition="CM4_BE_ARMCC" name="CMSIS/Lib/ARM/arm_cortexM4b_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2031 | <file category="library" condition="CM4_FP_LE_ARMCC" name="CMSIS/Lib/ARM/arm_cortexM4lf_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2032 | <file category="library" condition="CM4_FP_BE_ARMCC" name="CMSIS/Lib/ARM/arm_cortexM4bf_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2033 | <file category="library" condition="CM7_LE_ARMCC" name="CMSIS/Lib/ARM/arm_cortexM7l_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2034 | <file category="library" condition="CM7_BE_ARMCC" name="CMSIS/Lib/ARM/arm_cortexM7b_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2035 | <file category="library" condition="CM7_SP_LE_ARMCC" name="CMSIS/Lib/ARM/arm_cortexM7lfsp_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2036 | <file category="library" condition="CM7_SP_BE_ARMCC" name="CMSIS/Lib/ARM/arm_cortexM7bfsp_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2037 | <file category="library" condition="CM7_DP_LE_ARMCC" name="CMSIS/Lib/ARM/arm_cortexM7lfdp_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2038 | <file category="library" condition="CM7_DP_BE_ARMCC" name="CMSIS/Lib/ARM/arm_cortexM7bfdp_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 2039 | |
| 2040 | <file category="library" condition="CM23_LE_ARMCC" name="CMSIS/Lib/ARM/arm_ARMv8MBLl_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2041 | <file category="library" condition="CM33_NODSP_NOFPU_LE_ARMCC" name="CMSIS/Lib/ARM/arm_ARMv8MMLl_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2042 | <file category="library" condition="CM33_DSP_NOFPU_LE_ARMCC" name="CMSIS/Lib/ARM/arm_ARMv8MMLld_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2043 | <file category="library" condition="CM33_NODSP_SP_LE_ARMCC" name="CMSIS/Lib/ARM/arm_ARMv8MMLlfsp_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2044 | <file category="library" condition="CM33_DSP_SP_LE_ARMCC" name="CMSIS/Lib/ARM/arm_ARMv8MMLldfsp_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2045 | <file category="library" condition="ARMv8MBL_LE_ARMCC" name="CMSIS/Lib/ARM/arm_ARMv8MBLl_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2046 | <file category="library" condition="ARMv8MML_NODSP_NOFPU_LE_ARMCC" name="CMSIS/Lib/ARM/arm_ARMv8MMLl_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2047 | <file category="library" condition="ARMv8MML_DSP_NOFPU_LE_ARMCC" name="CMSIS/Lib/ARM/arm_ARMv8MMLld_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2048 | <file category="library" condition="ARMv8MML_NODSP_SP_LE_ARMCC" name="CMSIS/Lib/ARM/arm_ARMv8MMLlfsp_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2049 | <file category="library" condition="ARMv8MML_DSP_SP_LE_ARMCC" name="CMSIS/Lib/ARM/arm_ARMv8MMLldfsp_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/> |
| 2050 | <!--file category="library" condition="ARMv8MML_DP_NOFPU_LE_ARMCC" name="CMSIS/Lib/ARM/arm_ARMv8MMLlfdp_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/--> |
| 2051 | <!--file category="library" condition="ARMv8MML_DSP_DP_LE_ARMCC" name="CMSIS/Lib/ARM/arm_ARMv8MMLldfdp_math.lib" src="CMSIS/DSP_Lib/Source/ARM"/--> |
| 2052 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2053 | <!-- GCC --> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2054 | <file category="library" condition="CM0_LE_GCC" name="CMSIS/Lib/GCC/libarm_cortexM0l_math.a" src="CMSIS/DSP_Lib/Source/GCC"/> |
| 2055 | <file category="library" condition="CM3_LE_GCC" name="CMSIS/Lib/GCC/libarm_cortexM3l_math.a" src="CMSIS/DSP_Lib/Source/GCC"/> |
| 2056 | <file category="library" condition="CM4_LE_GCC" name="CMSIS/Lib/GCC/libarm_cortexM4l_math.a" src="CMSIS/DSP_Lib/Source/GCC"/> |
| 2057 | <file category="library" condition="CM4_FP_LE_GCC" name="CMSIS/Lib/GCC/libarm_cortexM4lf_math.a" src="CMSIS/DSP_Lib/Source/GCC"/> |
| 2058 | <file category="library" condition="CM7_LE_GCC" name="CMSIS/Lib/GCC/libarm_cortexM7l_math.a" src="CMSIS/DSP_Lib/Source/GCC"/> |
| 2059 | <file category="library" condition="CM7_SP_LE_GCC" name="CMSIS/Lib/GCC/libarm_cortexM7lfsp_math.a" src="CMSIS/DSP_Lib/Source/GCC"/> |
| 2060 | <file category="library" condition="CM7_DP_LE_GCC" name="CMSIS/Lib/GCC/libarm_cortexM7lfdp_math.a" src="CMSIS/DSP_Lib/Source/GCC"/> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 2061 | |
| 2062 | <file category="library" condition="CM23_LE_GCC" name="CMSIS/Lib/GCC/libarm_ARMv8MBLl_math.a" src="CMSIS/DSP_Lib/Source/GCC"/> |
| 2063 | <file category="library" condition="CM33_NODSP_NOFPU_LE_GCC" name="CMSIS/Lib/GCC/libarm_ARMv8MMLl_math.a" src="CMSIS/DSP_Lib/Source/GCC"/> |
| 2064 | <file category="library" condition="CM33_DSP_NOFPU_LE_GCC" name="CMSIS/Lib/GCC/libarm_ARMv8MMLld_math.a" src="CMSIS/DSP_Lib/Source/GCC"/> |
| 2065 | <file category="library" condition="CM33_NODSP_SP_LE_GCC" name="CMSIS/Lib/GCC/libarm_ARMv8MMLlfsp_math.a" src="CMSIS/DSP_Lib/Source/GCC"/> |
| 2066 | <file category="library" condition="CM33_DSP_SP_LE_GCC" name="CMSIS/Lib/GCC/libarm_ARMv8MMLldfsp_math.a" src="CMSIS/DSP_Lib/Source/GCC"/> |
| 2067 | <file category="library" condition="ARMv8MBL_LE_GCC" name="CMSIS/Lib/GCC/libarm_ARMv8MBLl_math.a" src="CMSIS/DSP_Lib/Source/GCC"/> |
| 2068 | <file category="library" condition="ARMv8MML_NODSP_NOFPU_LE_GCC" name="CMSIS/Lib/GCC/libarm_ARMv8MMLl_math.a" src="CMSIS/DSP_Lib/Source/GCC"/> |
| 2069 | <file category="library" condition="ARMv8MML_DSP_NOFPU_LE_GCC" name="CMSIS/Lib/GCC/libarm_ARMv8MMLld_math.a" src="CMSIS/DSP_Lib/Source/GCC"/> |
| 2070 | <file category="library" condition="ARMv8MML_NODSP_SP_LE_GCC" name="CMSIS/Lib/GCC/libarm_ARMv8MMLlfsp_math.a" src="CMSIS/DSP_Lib/Source/GCC"/> |
| 2071 | <file category="library" condition="ARMv8MML_DSP_SP_LE_GCC" name="CMSIS/Lib/GCC/libarm_ARMv8MMLldfsp_math.a" src="CMSIS/DSP_Lib/Source/GCC"/> |
| 2072 | <!--file category="library" condition="ARMv8MML_DP_NOFPU_LE_GCC" name="CMSIS/Lib/GCC/libarm_ARMv8MMLlfdp_math.a" src="CMSIS/DSP_Lib/Source/GCC"/--> |
| 2073 | <!--file category="library" condition="ARMv8MML_DSP_DP_LE_GCC" name="CMSIS/Lib/GCC/libarm_ARMv8MMLldfdp_math.a" src="CMSIS/DSP_Lib/Source/GCC"/--> |
| 2074 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2075 | </files> |
| 2076 | </component> |
| 2077 | |
| 2078 | <!-- CMSIS-RTOS Keil RTX component --> |
Robert Rostohar | eff0677 | 2017-01-12 11:19:01 +0100 | [diff] [blame] | 2079 | <component Cclass="CMSIS" Cgroup="RTOS" Csub="Keil RTX" Cversion="4.81.0" Capiversion="1.0.0" condition="RTOS RTX"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2080 | <description>CMSIS-RTOS RTX implementation for Cortex-M, SC000, and SC300</description> |
| 2081 | <RTE_Components_h> |
| 2082 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 2083 | #define RTE_CMSIS_RTOS /* CMSIS-RTOS */ |
| 2084 | #define RTE_CMSIS_RTOS_RTX /* CMSIS-RTOS Keil RTX */ |
| 2085 | </RTE_Components_h> |
| 2086 | <files> |
| 2087 | <!-- CPU independent --> |
bruneu01 | f9c0195 | 2016-09-13 16:28:46 +0200 | [diff] [blame] | 2088 | <file category="doc" name="CMSIS/Documentation/RTOS/html/rtxImplementation.html"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2089 | <file category="header" name="CMSIS/RTOS/RTX/INC/cmsis_os.h"/> |
| 2090 | <file category="source" attr="config" name="CMSIS/RTOS/RTX/Templates/RTX_Conf_CM.c" version="4.70.1"/> |
| 2091 | |
| 2092 | <!-- RTX templates --> |
| 2093 | <file category="header" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/osObjects.h" select="CMSIS-RTOS 'main' function"/> |
| 2094 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/main.c" select="CMSIS-RTOS 'main' function"/> |
| 2095 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MailQueue.c" select="CMSIS-RTOS Mail Queue"/> |
| 2096 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MemPool.c" select="CMSIS-RTOS Memory Pool"/> |
| 2097 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MsgQueue.c" select="CMSIS-RTOS Message Queue"/> |
| 2098 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Mutex.c" select="CMSIS-RTOS Mutex"/> |
| 2099 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Semaphore.c" select="CMSIS-RTOS Semaphore"/> |
| 2100 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Thread.c" select="CMSIS-RTOS Thread"/> |
| 2101 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Timer.c" select="CMSIS-RTOS Timer"/> |
| 2102 | <!-- tool-chain specific template file --> |
| 2103 | <file category="source" attr="template" condition="ARMCC" name="CMSIS/RTOS/RTX/SRC/ARM/SVC_Table.s" select="CMSIS-RTOS User SVC"/> |
| 2104 | <file category="source" attr="template" condition="GCC" name="CMSIS/RTOS/RTX/SRC/GCC/SVC_Table.S" select="CMSIS-RTOS User SVC"/> |
| 2105 | <file category="source" attr="template" condition="IAR" name="CMSIS/RTOS/RTX/SRC/IAR/SVC_Table.s" select="CMSIS-RTOS User SVC"/> |
| 2106 | |
| 2107 | <!-- CPU and Compiler dependent --> |
| 2108 | <!-- ARMCC --> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2109 | <file category="library" condition="CM0_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM0.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2110 | <file category="library" condition="CM0_BE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM0_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2111 | <file category="library" condition="CM3_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2112 | <file category="library" condition="CM3_BE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2113 | <file category="library" condition="CM4_LE_ARMCC_STD" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2114 | <file category="library" condition="CM4_LE_ARMCC_IFX" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3_IFX.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2115 | <file category="library" condition="CM4_BE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2116 | <file category="library" condition="CM4_FP_LE_ARMCC_STD" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM4.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2117 | <file category="library" condition="CM4_FP_LE_ARMCC_IFX" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM4_IFX.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2118 | <file category="library" condition="CM4_FP_BE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM4_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2119 | <file category="library" condition="CM7_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2120 | <file category="library" condition="CM7_BE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2121 | <file category="library" condition="CM7_FP_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM4.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2122 | <file category="library" condition="CM7_FP_BE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM4_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2123 | <!-- GCC --> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2124 | <file category="library" condition="CM0_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM0.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2125 | <file category="library" condition="CM0_BE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM0_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2126 | <file category="library" condition="CM3_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2127 | <file category="library" condition="CM3_BE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2128 | <file category="library" condition="CM4_LE_GCC_STD" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2129 | <file category="library" condition="CM4_LE_GCC_IFX" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3_IFX.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2130 | <file category="library" condition="CM4_BE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2131 | <file category="library" condition="CM4_FP_LE_GCC_STD" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2132 | <file category="library" condition="CM4_FP_LE_GCC_IFX" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4_IFX.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2133 | <file category="library" condition="CM4_FP_BE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2134 | <file category="library" condition="CM7_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2135 | <file category="library" condition="CM7_BE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2136 | <file category="library" condition="CM7_FP_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2137 | <file category="library" condition="CM7_FP_BE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2138 | <!-- IAR --> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2139 | <file category="library" condition="CM0_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM0.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2140 | <file category="library" condition="CM0_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM0_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2141 | <file category="library" condition="CM3_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2142 | <file category="library" condition="CM3_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2143 | <file category="library" condition="CM4_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2144 | <file category="library" condition="CM4_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2145 | <file category="library" condition="CM4_FP_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM4.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2146 | <file category="library" condition="CM4_FP_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM4_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2147 | <file category="library" condition="CM7_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2148 | <file category="library" condition="CM7_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2149 | <file category="library" condition="CM7_FP_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM4.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2150 | <file category="library" condition="CM7_FP_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM4_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2151 | </files> |
| 2152 | </component> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 2153 | |
| 2154 | <!-- CMSIS-RTOS Keil RTX5 component --> |
Robert Rostohar | eff0677 | 2017-01-12 11:19:01 +0100 | [diff] [blame] | 2155 | <component Cclass="CMSIS" Cgroup="RTOS" Csub="Keil RTX5" Cversion="5.1.0" Capiversion="1.0.0" condition="RTOS RTX5"> |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 2156 | <description>CMSIS-RTOS RTX5 implementation for Cortex-M, SC000, and SC300</description> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 2157 | <RTE_Components_h> |
| 2158 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 2159 | #define RTE_CMSIS_RTOS /* CMSIS-RTOS */ |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 2160 | #define RTE_CMSIS_RTOS_RTX5 /* CMSIS-RTOS Keil RTX5 */ |
| 2161 | </RTE_Components_h> |
| 2162 | <files> |
| 2163 | <!-- RTX header file --> |
| 2164 | <file category="header" name="CMSIS/RTOS2/RTX/Include1/cmsis_os.h"/> |
| 2165 | <!-- RTX compatibility module for API V1 --> |
| 2166 | <file category="source" name="CMSIS/RTOS2/RTX/Library/cmsis_os1.c"/> |
| 2167 | </files> |
| 2168 | </component> |
| 2169 | |
| 2170 | <!-- CMSIS-RTOS2 Keil RTX5 component --> |
Robert Rostohar | eff0677 | 2017-01-12 11:19:01 +0100 | [diff] [blame] | 2171 | <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Library" Cversion="5.1.0" Capiversion="2.1.0" condition="RTOS2 RTX5"> |
Robert Rostohar | ecaa0d6 | 2016-10-28 09:05:16 +0200 | [diff] [blame] | 2172 | <description>CMSIS-RTOS2 RTX5 for Cortex-M, SC000, C300 and ARMv8-M (Library)</description> |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 2173 | <RTE_Components_h> |
| 2174 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 2175 | #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */ |
| 2176 | #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */ |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 2177 | </RTE_Components_h> |
| 2178 | <files> |
| 2179 | <!-- RTX documentation --> |
Martin Günther | 0ffe8f9 | 2016-08-24 11:43:05 +0200 | [diff] [blame] | 2180 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 2181 | |
| 2182 | <!-- RTX header files --> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 2183 | <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/> |
| 2184 | |
| 2185 | <!-- RTX configuration --> |
Robert Rostohar | ffe28d0 | 2017-01-11 07:09:19 +0100 | [diff] [blame] | 2186 | <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.1.0"/> |
| 2187 | <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.0"/> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 2188 | |
| 2189 | <!-- RTX templates --> |
ReinhardKeil | b124e91 | 2016-11-09 11:09:21 +0100 | [diff] [blame] | 2190 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/main.c" version="2.0.0" select="CMSIS-RTOS2 'main' function"/> |
| 2191 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/> |
| 2192 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/> |
| 2193 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/> |
| 2194 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/> |
| 2195 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/> |
| 2196 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Thread.c" version="2.0.0" select="CMSIS-RTOS2 Thread"/> |
| 2197 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Timer.c" version="2.0.0" select="CMSIS-RTOS2 Timer"/> |
Matthias Hertel | b73eaf3 | 2016-07-22 15:18:56 +0200 | [diff] [blame] | 2198 | <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/> |
Martin Günther | 0ffe8f9 | 2016-08-24 11:43:05 +0200 | [diff] [blame] | 2199 | |
Robert Rostohar | 0e8657f | 2016-11-25 21:54:15 +0100 | [diff] [blame] | 2200 | <!-- RTX library configuration --> |
| 2201 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/> |
| 2202 | |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 2203 | <!-- RTX libraries (CPU and Compiler dependent) --> |
| 2204 | <!-- ARMCC --> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2205 | <file category="library" condition="CM0_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM0.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 2206 | <file category="library" condition="CM3_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM3.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 2207 | <file category="library" condition="CM4_LE_ARMCC_STD" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM3.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 2208 | <file category="library" condition="CM4_FP_LE_ARMCC_STD" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM4F.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 2209 | <file category="library" condition="CM7_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM3.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 2210 | <file category="library" condition="CM7_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM4F.lib" src="CMSIS/RTOS2/RTX/Source"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2211 | <file category="library" condition="CM23_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MB.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 2212 | <file category="library" condition="CM33_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MM.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 2213 | <file category="library" condition="CM33_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMF.lib" src="CMSIS/RTOS2/RTX/Source"/> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 2214 | <file category="library" condition="ARMv8MBL_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MB.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 2215 | <file category="library" condition="ARMv8MML_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MM.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 2216 | <file category="library" condition="ARMv8MML_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMF.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 2217 | <!-- GCC --> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2218 | <file category="library" condition="CM0_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM0.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2219 | <file category="library" condition="CM3_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2220 | <file category="library" condition="CM4_LE_GCC_STD" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2221 | <file category="library" condition="CM4_FP_LE_GCC_STD" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM4F.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2222 | <file category="library" condition="CM7_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2223 | <file category="library" condition="CM7_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM4F.a" src="CMSIS/RTOS2/RTX/Source"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2224 | <file category="library" condition="CM23_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MB.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2225 | <file category="library" condition="CM33_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2226 | <file category="library" condition="CM33_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 2227 | <file category="library" condition="ARMv8MBL_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MB.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2228 | <file category="library" condition="ARMv8MML_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2229 | <file category="library" condition="ARMv8MML_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/> |
Robert Rostohar | 0695d88 | 2016-12-20 12:26:34 +0100 | [diff] [blame] | 2230 | <!-- IAR --> |
| 2231 | <file category="library" condition="CM0_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM0.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2232 | <file category="library" condition="CM3_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2233 | <file category="library" condition="CM4_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2234 | <file category="library" condition="CM4_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM4F.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2235 | <file category="library" condition="CM7_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2236 | <file category="library" condition="CM7_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM4F.a" src="CMSIS/RTOS2/RTX/Source"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2237 | </files> |
| 2238 | </component> |
Robert Rostohar | eff0677 | 2017-01-12 11:19:01 +0100 | [diff] [blame] | 2239 | <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Library_NS" Cversion="5.1.0" Capiversion="2.1.0" condition="RTOS2 RTX5 NS"> |
Robert Rostohar | ecaa0d6 | 2016-10-28 09:05:16 +0200 | [diff] [blame] | 2240 | <description>CMSIS-RTOS2 RTX5 for ARMv8-M Non-Secure Domain (Library)</description> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2241 | <RTE_Components_h> |
| 2242 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 2243 | #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */ |
| 2244 | #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */ |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2245 | #define RTE_CMSIS_RTOS2_RTX5_ARMV8M_NS /* CMSIS-RTOS2 Keil RTX5 ARMv8-M Non-secure domain */ |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2246 | </RTE_Components_h> |
| 2247 | <files> |
| 2248 | <!-- RTX documentation --> |
| 2249 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/> |
| 2250 | |
| 2251 | <!-- RTX header files --> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2252 | <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/> |
| 2253 | |
| 2254 | <!-- RTX configuration --> |
Robert Rostohar | ffe28d0 | 2017-01-11 07:09:19 +0100 | [diff] [blame] | 2255 | <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.1.0"/> |
| 2256 | <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.0"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2257 | |
| 2258 | <!-- RTX templates --> |
ReinhardKeil | b124e91 | 2016-11-09 11:09:21 +0100 | [diff] [blame] | 2259 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/main.c" version="2.0.0" select="CMSIS-RTOS2 'main' function"/> |
| 2260 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/> |
| 2261 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/> |
| 2262 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/> |
| 2263 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/> |
| 2264 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/> |
| 2265 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Thread.c" version="2.0.0" select="CMSIS-RTOS2 Thread"/> |
| 2266 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Timer.c" version="2.0.0" select="CMSIS-RTOS2 Timer"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2267 | <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/> |
| 2268 | |
Robert Rostohar | 0e8657f | 2016-11-25 21:54:15 +0100 | [diff] [blame] | 2269 | <!-- RTX library configuration --> |
| 2270 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/> |
| 2271 | |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2272 | <!-- RTX libraries (CPU and Compiler dependent) --> |
| 2273 | <!-- ARMCC --> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2274 | <file category="library" condition="CM23_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MBN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 2275 | <file category="library" condition="CM33_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 2276 | <file category="library" condition="CM33_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMFN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 2277 | <file category="library" condition="ARMv8MBL_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MBN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 2278 | <file category="library" condition="ARMv8MML_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 2279 | <file category="library" condition="ARMv8MML_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMFN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 2280 | <!-- GCC --> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2281 | <file category="library" condition="CM23_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MBN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2282 | <file category="library" condition="CM33_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2283 | <file category="library" condition="CM33_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 2284 | <file category="library" condition="ARMv8MBL_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MBN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2285 | <file category="library" condition="ARMv8MML_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2286 | <file category="library" condition="ARMv8MML_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2287 | </files> |
| 2288 | </component> |
Robert Rostohar | eff0677 | 2017-01-12 11:19:01 +0100 | [diff] [blame] | 2289 | <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Source" Cversion="5.1.0" Capiversion="2.1.0" condition="RTOS2 RTX5"> |
Robert Rostohar | ecaa0d6 | 2016-10-28 09:05:16 +0200 | [diff] [blame] | 2290 | <description>CMSIS-RTOS2 RTX5 for Cortex-M, SC000, C300 and ARMv8-M (Source)</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2291 | <RTE_Components_h> |
| 2292 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 2293 | #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */ |
| 2294 | #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */ |
Robert Rostohar | ecaa0d6 | 2016-10-28 09:05:16 +0200 | [diff] [blame] | 2295 | #define RTE_CMSIS_RTOS2_RTX5_SOURCE /* CMSIS-RTOS2 Keil RTX5 Source */ |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2296 | </RTE_Components_h> |
| 2297 | <files> |
| 2298 | <!-- RTX documentation --> |
| 2299 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/> |
| 2300 | |
| 2301 | <!-- RTX header files --> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2302 | <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/> |
| 2303 | |
| 2304 | <!-- RTX configuration --> |
Robert Rostohar | ffe28d0 | 2017-01-11 07:09:19 +0100 | [diff] [blame] | 2305 | <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.1.0"/> |
| 2306 | <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.0"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2307 | |
| 2308 | <!-- RTX templates --> |
ReinhardKeil | b124e91 | 2016-11-09 11:09:21 +0100 | [diff] [blame] | 2309 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/main.c" version="2.0.0" select="CMSIS-RTOS2 'main' function"/> |
| 2310 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/> |
| 2311 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/> |
| 2312 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/> |
| 2313 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/> |
| 2314 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/> |
| 2315 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Thread.c" version="2.0.0" select="CMSIS-RTOS2 Thread"/> |
| 2316 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Timer.c" version="2.0.0" select="CMSIS-RTOS2 Timer"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2317 | <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/> |
| 2318 | |
| 2319 | <!-- RTX sources (core) --> |
| 2320 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_kernel.c"/> |
| 2321 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_thread.c"/> |
| 2322 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_delay.c"/> |
| 2323 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_timer.c"/> |
| 2324 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evflags.c"/> |
| 2325 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mutex.c"/> |
| 2326 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_semaphore.c"/> |
| 2327 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_memory.c"/> |
| 2328 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mempool.c"/> |
| 2329 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c"/> |
| 2330 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_system.c"/> |
Robert Rostohar | 0e8657f | 2016-11-25 21:54:15 +0100 | [diff] [blame] | 2331 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evr.c"/> |
| 2332 | <!-- RTX sources (library configuration) --> |
| 2333 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2334 | <!-- RTX sources (handlers ARMCC) --> |
| 2335 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_cm0.s" condition="CM0_ARMCC"/> |
| 2336 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_cm3.s" condition="CM3_ARMCC"/> |
| 2337 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_cm3.s" condition="CM4_ARMCC"/> |
| 2338 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_cm4f.s" condition="CM4_FP_ARMCC"/> |
| 2339 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_cm3.s" condition="CM7_ARMCC"/> |
| 2340 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_cm4f.s" condition="CM7_FP_ARMCC"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2341 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mbl.s" condition="CM23_ARMCC"/> |
| 2342 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml.s" condition="CM33_ARMCC"/> |
| 2343 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml.s" condition="CM33_FP_ARMCC"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2344 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mbl.s" condition="ARMv8MBL_ARMCC"/> |
| 2345 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml.s" condition="ARMv8MML_ARMCC"/> |
| 2346 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml.s" condition="ARMv8MML_FP_ARMCC"/> |
| 2347 | <!-- RTX sources (handlers GCC) --> |
Robert Rostohar | 9f7ce66 | 2016-11-10 09:20:14 +0100 | [diff] [blame] | 2348 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_cm0.S" condition="CM0_GCC"/> |
| 2349 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_cm3.S" condition="CM3_GCC"/> |
| 2350 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_cm3.S" condition="CM4_GCC"/> |
| 2351 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_cm4f.S" condition="CM4_FP_GCC"/> |
| 2352 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_cm3.S" condition="CM7_GCC"/> |
| 2353 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_cm4f.S" condition="CM7_FP_GCC"/> |
| 2354 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S" condition="CM23_GCC"/> |
| 2355 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM33_GCC"/> |
| 2356 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml_fp.S" condition="CM33_FP_GCC"/> |
| 2357 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S" condition="ARMv8MBL_GCC"/> |
| 2358 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="ARMv8MML_GCC"/> |
| 2359 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml_fp.S" condition="ARMv8MML_FP_GCC"/> |
Robert Rostohar | 0695d88 | 2016-12-20 12:26:34 +0100 | [diff] [blame] | 2360 | <!-- RTX sources (handlers IAR) --> |
| 2361 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_cm0.s" condition="CM0_IAR"/> |
| 2362 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_cm3.s" condition="CM3_IAR"/> |
| 2363 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_cm3.s" condition="CM4_IAR"/> |
| 2364 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_cm4f.s" condition="CM4_FP_IAR"/> |
| 2365 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_cm3.s" condition="CM7_IAR"/> |
| 2366 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_cm4f.s" condition="CM7_FP_IAR"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2367 | </files> |
| 2368 | </component> |
Robert Rostohar | eff0677 | 2017-01-12 11:19:01 +0100 | [diff] [blame] | 2369 | <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Source_NS" Cversion="5.1.0" Capiversion="2.1.0" condition="RTOS2 RTX5 NS"> |
Robert Rostohar | ecaa0d6 | 2016-10-28 09:05:16 +0200 | [diff] [blame] | 2370 | <description>CMSIS-RTOS2 RTX5 for ARMv8-M Non-Secure Domain (Source)</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2371 | <RTE_Components_h> |
| 2372 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 2373 | #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */ |
| 2374 | #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */ |
Robert Rostohar | ecaa0d6 | 2016-10-28 09:05:16 +0200 | [diff] [blame] | 2375 | #define RTE_CMSIS_RTOS2_RTX5_SOURCE /* CMSIS-RTOS2 Keil RTX5 Source */ |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2376 | #define RTE_CMSIS_RTOS2_RTX5_ARMV8M_NS /* CMSIS-RTOS2 Keil RTX5 ARMv8-M Non-secure domain */ |
| 2377 | </RTE_Components_h> |
| 2378 | <files> |
| 2379 | <!-- RTX documentation --> |
| 2380 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/> |
| 2381 | |
| 2382 | <!-- RTX header files --> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2383 | <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/> |
| 2384 | |
| 2385 | <!-- RTX configuration --> |
Robert Rostohar | ffe28d0 | 2017-01-11 07:09:19 +0100 | [diff] [blame] | 2386 | <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.1.0"/> |
| 2387 | <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.0"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2388 | |
| 2389 | <!-- RTX templates --> |
ReinhardKeil | b124e91 | 2016-11-09 11:09:21 +0100 | [diff] [blame] | 2390 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/main.c" version="2.0.0" select="CMSIS-RTOS2 'main' function"/> |
| 2391 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/> |
| 2392 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/> |
| 2393 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/> |
| 2394 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/> |
| 2395 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/> |
| 2396 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Thread.c" version="2.0.0" select="CMSIS-RTOS2 Thread"/> |
| 2397 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Timer.c" version="2.0.0" select="CMSIS-RTOS2 Timer"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2398 | <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/> |
| 2399 | |
| 2400 | <!-- RTX sources (core) --> |
| 2401 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_kernel.c"/> |
| 2402 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_thread.c"/> |
| 2403 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_delay.c"/> |
| 2404 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_timer.c"/> |
| 2405 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evflags.c"/> |
| 2406 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mutex.c"/> |
| 2407 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_semaphore.c"/> |
| 2408 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_memory.c"/> |
| 2409 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mempool.c"/> |
| 2410 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c"/> |
| 2411 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_system.c"/> |
Robert Rostohar | 0e8657f | 2016-11-25 21:54:15 +0100 | [diff] [blame] | 2412 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evr.c"/> |
| 2413 | <!-- RTX sources (library configuration) --> |
| 2414 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2415 | <!-- RTX sources (ARMCC handlers) --> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2416 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mbl_ns.s" condition="CM23_ARMCC"/> |
| 2417 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml_ns.s" condition="CM33_ARMCC"/> |
| 2418 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml_ns.s" condition="CM33_FP_ARMCC"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2419 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mbl_ns.s" condition="ARMv8MBL_ARMCC"/> |
| 2420 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml_ns.s" condition="ARMv8MML_ARMCC"/> |
| 2421 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml_ns.s" condition="ARMv8MML_FP_ARMCC"/> |
| 2422 | <!-- RTX sources (GCC handlers) --> |
Robert Rostohar | 9f7ce66 | 2016-11-10 09:20:14 +0100 | [diff] [blame] | 2423 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl_ns.S" condition="CM23_GCC"/> |
| 2424 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml_ns.S" condition="CM33_GCC"/> |
| 2425 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml_fp_ns.S" condition="CM33_FP_GCC"/> |
| 2426 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl_ns.S" condition="ARMv8MBL_GCC"/> |
| 2427 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml_ns.S" condition="ARMv8MML_GCC"/> |
| 2428 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml_fp_ns.S" condition="ARMv8MML_FP_GCC"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2429 | </files> |
| 2430 | </component> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2431 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2432 | </components> |
| 2433 | |
| 2434 | <boards> |
| 2435 | <board name="uVision Simulator" vendor="Keil"> |
| 2436 | <description>uVision Simulator</description> |
| 2437 | <mountedDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0"/> |
| 2438 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0P"/> |
| 2439 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM3"/> |
Joachim Krech | 465bd43 | 2016-11-21 09:15:30 +0100 | [diff] [blame] | 2440 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM4"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2441 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM4_FP"/> |
Joachim Krech | 465bd43 | 2016-11-21 09:15:30 +0100 | [diff] [blame] | 2442 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7"/> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2443 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7_SP"/> |
Joachim Krech | 465bd43 | 2016-11-21 09:15:30 +0100 | [diff] [blame] | 2444 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7_DP"/> |
| 2445 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MBL"/> |
| 2446 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML"/> |
| 2447 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML_SP"/> |
| 2448 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML_DP"/> |
| 2449 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM23"/> |
Joachim Krech | 4a03e6d | 2017-02-06 13:17:39 +0100 | [diff] [blame^] | 2450 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM23_TZ"/> |
Joachim Krech | 465bd43 | 2016-11-21 09:15:30 +0100 | [diff] [blame] | 2451 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33"/> |
| 2452 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_TZ"/> |
| 2453 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP"/> |
| 2454 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP_TZ"/> |
| 2455 | </board> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2456 | </boards> |
| 2457 | |
| 2458 | <examples> |
| 2459 | <example name="DSP_Lib Class Marks example" doc="Abstract.txt" folder="CMSIS/DSP_Lib/Examples/ARM/arm_class_marks_example"> |
| 2460 | <description>DSP_Lib Class Marks example</description> |
| 2461 | <board name="uVision Simulator" vendor="Keil"/> |
| 2462 | <project> |
| 2463 | <environment name="uv" load="arm_class_marks_example.uvprojx"/> |
| 2464 | </project> |
| 2465 | <attributes> |
| 2466 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2467 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 2468 | <component Cclass="Device" Cgroup="Startup"/> |
| 2469 | <category>Getting Started</category> |
| 2470 | </attributes> |
| 2471 | </example> |
| 2472 | |
| 2473 | <example name="DSP_Lib Convolution example" doc="Abstract.txt" folder="CMSIS/DSP_Lib/Examples/ARM/arm_convolution_example"> |
| 2474 | <description>DSP_Lib Convolution example</description> |
| 2475 | <board name="uVision Simulator" vendor="Keil"/> |
| 2476 | <project> |
| 2477 | <environment name="uv" load="arm_convolution_example.uvprojx"/> |
| 2478 | </project> |
| 2479 | <attributes> |
| 2480 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2481 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 2482 | <component Cclass="Device" Cgroup="Startup"/> |
| 2483 | <category>Getting Started</category> |
| 2484 | </attributes> |
| 2485 | </example> |
| 2486 | |
| 2487 | <example name="DSP_Lib Dotproduct example" doc="Abstract.txt" folder="CMSIS/DSP_Lib/Examples/ARM/arm_dotproduct_example"> |
| 2488 | <description>DSP_Lib Dotproduct example</description> |
| 2489 | <board name="uVision Simulator" vendor="Keil"/> |
| 2490 | <project> |
| 2491 | <environment name="uv" load="arm_dotproduct_example.uvprojx"/> |
| 2492 | </project> |
| 2493 | <attributes> |
| 2494 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2495 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 2496 | <component Cclass="Device" Cgroup="Startup"/> |
| 2497 | <category>Getting Started</category> |
| 2498 | </attributes> |
| 2499 | </example> |
| 2500 | |
| 2501 | <example name="DSP_Lib FFT Bin example" doc="Abstract.txt" folder="CMSIS/DSP_Lib/Examples/ARM/arm_fft_bin_example"> |
| 2502 | <description>DSP_Lib FFT Bin example</description> |
| 2503 | <board name="uVision Simulator" vendor="Keil"/> |
| 2504 | <project> |
| 2505 | <environment name="uv" load="arm_fft_bin_example.uvprojx"/> |
| 2506 | </project> |
| 2507 | <attributes> |
| 2508 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2509 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 2510 | <component Cclass="Device" Cgroup="Startup"/> |
| 2511 | <category>Getting Started</category> |
| 2512 | </attributes> |
| 2513 | </example> |
| 2514 | |
| 2515 | <example name="DSP_Lib FIR example" doc="Abstract.txt" folder="CMSIS/DSP_Lib/Examples/ARM/arm_fir_example"> |
| 2516 | <description>DSP_Lib FIR example</description> |
| 2517 | <board name="uVision Simulator" vendor="Keil"/> |
| 2518 | <project> |
| 2519 | <environment name="uv" load="arm_fir_example.uvprojx"/> |
| 2520 | </project> |
| 2521 | <attributes> |
| 2522 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2523 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 2524 | <component Cclass="Device" Cgroup="Startup"/> |
| 2525 | <category>Getting Started</category> |
| 2526 | </attributes> |
| 2527 | </example> |
| 2528 | |
| 2529 | <example name="DSP_Lib Graphic Equalizer example" doc="Abstract.txt" folder="CMSIS/DSP_Lib/Examples/ARM/arm_graphic_equalizer_example"> |
| 2530 | <description>DSP_Lib Graphic Equalizer example</description> |
| 2531 | <board name="uVision Simulator" vendor="Keil"/> |
| 2532 | <project> |
| 2533 | <environment name="uv" load="arm_graphic_equalizer_example.uvprojx"/> |
| 2534 | </project> |
| 2535 | <attributes> |
| 2536 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2537 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 2538 | <component Cclass="Device" Cgroup="Startup"/> |
| 2539 | <category>Getting Started</category> |
| 2540 | </attributes> |
| 2541 | </example> |
| 2542 | |
| 2543 | <example name="DSP_Lib Linear Interpolation example" doc="Abstract.txt" folder="CMSIS/DSP_Lib/Examples/ARM/arm_linear_interp_example"> |
| 2544 | <description>DSP_Lib Linear Interpolation example</description> |
| 2545 | <board name="uVision Simulator" vendor="Keil"/> |
| 2546 | <project> |
| 2547 | <environment name="uv" load="arm_linear_interp_example.uvprojx"/> |
| 2548 | </project> |
| 2549 | <attributes> |
| 2550 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2551 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 2552 | <component Cclass="Device" Cgroup="Startup"/> |
| 2553 | <category>Getting Started</category> |
| 2554 | </attributes> |
| 2555 | </example> |
| 2556 | |
| 2557 | <example name="DSP_Lib Matrix example" doc="Abstract.txt" folder="CMSIS/DSP_Lib/Examples/ARM/arm_matrix_example"> |
| 2558 | <description>DSP_Lib Matrix example</description> |
| 2559 | <board name="uVision Simulator" vendor="Keil"/> |
| 2560 | <project> |
| 2561 | <environment name="uv" load="arm_matrix_example.uvprojx"/> |
| 2562 | </project> |
| 2563 | <attributes> |
| 2564 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2565 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 2566 | <component Cclass="Device" Cgroup="Startup"/> |
| 2567 | <category>Getting Started</category> |
| 2568 | </attributes> |
| 2569 | </example> |
| 2570 | |
| 2571 | <example name="DSP_Lib Signal Convergence example" doc="Abstract.txt" folder="CMSIS/DSP_Lib/Examples/ARM/arm_signal_converge_example"> |
| 2572 | <description>DSP_Lib Signal Convergence example</description> |
| 2573 | <board name="uVision Simulator" vendor="Keil"/> |
| 2574 | <project> |
| 2575 | <environment name="uv" load="arm_signal_converge_example.uvprojx"/> |
| 2576 | </project> |
| 2577 | <attributes> |
| 2578 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2579 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 2580 | <component Cclass="Device" Cgroup="Startup"/> |
| 2581 | <category>Getting Started</category> |
| 2582 | </attributes> |
| 2583 | </example> |
| 2584 | |
| 2585 | <example name="DSP_Lib Sinus/Cosinus example" doc="Abstract.txt" folder="CMSIS/DSP_Lib/Examples/ARM/arm_sin_cos_example"> |
| 2586 | <description>DSP_Lib Sinus/Cosinus example</description> |
| 2587 | <board name="uVision Simulator" vendor="Keil"/> |
| 2588 | <project> |
| 2589 | <environment name="uv" load="arm_sin_cos_example.uvprojx"/> |
| 2590 | </project> |
| 2591 | <attributes> |
| 2592 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2593 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 2594 | <component Cclass="Device" Cgroup="Startup"/> |
| 2595 | <category>Getting Started</category> |
| 2596 | </attributes> |
| 2597 | </example> |
| 2598 | |
| 2599 | <example name="DSP_Lib Variance example" doc="Abstract.txt" folder="CMSIS/DSP_Lib/Examples/ARM/arm_variance_example"> |
| 2600 | <description>DSP_Lib Variance example</description> |
| 2601 | <board name="uVision Simulator" vendor="Keil"/> |
| 2602 | <project> |
| 2603 | <environment name="uv" load="arm_variance_example.uvprojx"/> |
| 2604 | </project> |
| 2605 | <attributes> |
| 2606 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2607 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 2608 | <component Cclass="Device" Cgroup="Startup"/> |
| 2609 | <category>Getting Started</category> |
| 2610 | </attributes> |
| 2611 | </example> |
Martin Günther | 0ffe8f9 | 2016-08-24 11:43:05 +0200 | [diff] [blame] | 2612 | |
Matthias Hertel | 3bb828f | 2016-11-07 13:51:50 +0100 | [diff] [blame] | 2613 | <example name="CMSIS-RTOS2 Blinky" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/Blinky"> |
Matthias Hertel | b73eaf3 | 2016-07-22 15:18:56 +0200 | [diff] [blame] | 2614 | <description>CMSIS-RTOS2 Blinky example</description> |
| 2615 | <board name="uVision Simulator" vendor="Keil"/> |
| 2616 | <project> |
| 2617 | <environment name="uv" load="Blinky.uvprojx"/> |
| 2618 | </project> |
| 2619 | <attributes> |
| 2620 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2621 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 2622 | <component Cclass="Device" Cgroup="Startup"/> |
| 2623 | <category>Getting Started</category> |
| 2624 | </attributes> |
| 2625 | </example> |
Martin Günther | 0ffe8f9 | 2016-08-24 11:43:05 +0200 | [diff] [blame] | 2626 | |
Robert Rostohar | e13e470 | 2016-11-07 15:23:44 +0100 | [diff] [blame] | 2627 | <example name="CMSIS-RTOS2 RTX5 Migration" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/Migration"> |
Matthias Hertel | 4b70ae4 | 2016-11-07 14:14:59 +0100 | [diff] [blame] | 2628 | <description>CMSIS-RTOS2 mixed API v1 and v2</description> |
Matthias Hertel | 3bb828f | 2016-11-07 13:51:50 +0100 | [diff] [blame] | 2629 | <board name="uVision Simulator" vendor="Keil"/> |
| 2630 | <project> |
| 2631 | <environment name="uv" load="Blinky.uvprojx"/> |
| 2632 | </project> |
| 2633 | <attributes> |
| 2634 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2635 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 2636 | <component Cclass="Device" Cgroup="Startup"/> |
| 2637 | <category>Getting Started</category> |
| 2638 | </attributes> |
| 2639 | </example> |
| 2640 | |
Christopher Seidl | b8c998f | 2016-11-08 15:49:02 +0100 | [diff] [blame] | 2641 | <example name="TrustZone for ARMv8-M No RTOS" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/NoRTOS"> |
Christopher Seidl | 522e1f2 | 2016-11-07 16:05:02 +0100 | [diff] [blame] | 2642 | <description>Bare-metal secure/non-secure example without RTOS</description> |
Matthias Hertel | 3bb828f | 2016-11-07 13:51:50 +0100 | [diff] [blame] | 2643 | <board name="uVision Simulator" vendor="Keil"/> |
| 2644 | <project> |
| 2645 | <environment name="uv" load="NoRTOS.uvmpw"/> |
| 2646 | </project> |
| 2647 | <attributes> |
| 2648 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2649 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 2650 | <component Cclass="Device" Cgroup="Startup"/> |
| 2651 | <category>Getting Started</category> |
| 2652 | </attributes> |
| 2653 | </example> |
| 2654 | |
Christopher Seidl | b8c998f | 2016-11-08 15:49:02 +0100 | [diff] [blame] | 2655 | <example name="TrustZone for ARMv8-M RTOS" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS"> |
Christopher Seidl | 522e1f2 | 2016-11-07 16:05:02 +0100 | [diff] [blame] | 2656 | <description>Secure/non-secure RTOS example with thread context management</description> |
Matthias Hertel | 3bb828f | 2016-11-07 13:51:50 +0100 | [diff] [blame] | 2657 | <board name="uVision Simulator" vendor="Keil"/> |
| 2658 | <project> |
| 2659 | <environment name="uv" load="RTOS.uvmpw"/> |
| 2660 | </project> |
| 2661 | <attributes> |
| 2662 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2663 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 2664 | <component Cclass="Device" Cgroup="Startup"/> |
| 2665 | <category>Getting Started</category> |
| 2666 | </attributes> |
| 2667 | </example> |
Matthias Hertel | 3bb828f | 2016-11-07 13:51:50 +0100 | [diff] [blame] | 2668 | |
ReinhardKeil | 3bd0e17 | 2016-11-10 07:59:24 +0100 | [diff] [blame] | 2669 | <example name="TrustZone for ARMv8-M RTOS Security Tests" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults"> |
| 2670 | <description>Secure/non-secure RTOS example with security test cases and system recovery</description> |
| 2671 | <board name="uVision Simulator" vendor="Keil"/> |
| 2672 | <project> |
| 2673 | <environment name="uv" load="RTOS_Faults.uvmpw"/> |
| 2674 | </project> |
| 2675 | <attributes> |
| 2676 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2677 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 2678 | <component Cclass="Device" Cgroup="Startup"/> |
| 2679 | <category>Getting Started</category> |
| 2680 | </attributes> |
| 2681 | </example> |
| 2682 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2683 | </examples> |
| 2684 | |
| 2685 | </package> |