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