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> |
Jonatan Antoni | 17ccd4d | 2020-04-09 16:39:25 +0200 | [diff] [blame] | 11 | <release version="5.7.1-dev0"> |
| 12 | Active development ... |
| 13 | CMSIS-DSP: |
| 14 | - Purged pre-built libs from Git |
| 15 | CMSIS-RTOS: |
| 16 | - RTX4: Purged pre-built libs from Git |
| 17 | CMSIS-RTOS2: |
| 18 | - RTX5: Purged pre-built libs from Git |
| 19 | </release> |
| 20 | <release version="5.7.0" date="2020-04-09"> |
Jonatan Antoni | 9a10fef | 2020-04-02 18:08:33 +0200 | [diff] [blame] | 21 | CMSIS-Build: 0.9.0 (beta) |
| 22 | - Draft for CMSIS Project description (CPRJ) |
Jonatan Antoni | b2a65a0 | 2020-04-03 15:55:17 +0200 | [diff] [blame] | 23 | CMSIS-Core(M): 5.4.0 (see revision history for details) |
| 24 | - Cortex-M55 cpu support |
| 25 | - Enhanced MVE support for Armv8.1-MML |
Milorad Cvjetkovic | d7be594 | 2020-03-31 15:32:26 +0200 | [diff] [blame] | 26 | - Fixed device config define checks. |
Jonatan Antoni | b2a65a0 | 2020-04-03 15:55:17 +0200 | [diff] [blame] | 27 | - L1 Cache functions for Armv7-M and later |
Jonatan Antoni | 724104c | 2020-04-03 16:52:57 +0200 | [diff] [blame] | 28 | CMSIS-Core(A): 1.2.0 (see revision history for details) |
| 29 | - Fixed GIC_SetPendingIRQ to use GICD_SGIR |
| 30 | - Added missing DSP intrinsics |
| 31 | - Reworked assembly intrinsics: volatile, barriers and clobber |
Jonatan Antoni | ea0a3c7 | 2020-03-16 13:13:49 +0100 | [diff] [blame] | 32 | CMSIS-DSP: 1.8.0 (see revision history for details) |
| 33 | - Added new functions and function groups |
| 34 | - Added MVE support |
Jonatan Antoni | b2a65a0 | 2020-04-03 15:55:17 +0200 | [diff] [blame] | 35 | CMSIS-NN: 1.3.0 (see revision history for details) |
| 36 | - Added MVE support |
| 37 | - Further optimizations for kernels using DSP extension |
Robert Rostohar | 11e3d0f | 2019-10-18 13:18:01 +0200 | [diff] [blame] | 38 | CMSIS-RTOS2: |
| 39 | - RTX 5.5.2 (see revision history for details) |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 40 | CMSIS-Driver: 2.8.0 |
Jonatan Antoni | b2a65a0 | 2020-04-03 15:55:17 +0200 | [diff] [blame] | 41 | - Added VIO API 0.1.0 (Preview) |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 42 | - removed volatile from status related typedefs in APIs |
Robert Rostohar | 5b0a551 | 2020-01-24 14:35:11 +0100 | [diff] [blame] | 43 | - enhanced WiFi Interface API with support for polling Socket Receive/Send |
Jonatan Antoni | 9a10fef | 2020-04-02 18:08:33 +0200 | [diff] [blame] | 44 | CMSIS-Pack: 1.6.3 (see revision history for details) |
| 45 | - deprecating all types specific to cpdsc format. Cpdsc is replaced by Cprj with dedicated schema. |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 46 | Devices: |
Jonatan Antoni | b2a65a0 | 2020-04-03 15:55:17 +0200 | [diff] [blame] | 47 | - ARMCM55 device |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 48 | - ARMv81MML startup code recognizing __MVE_USED macro |
| 49 | - Refactored vector table references for all Cortex-M devices |
Jonatan Antoni | b2a65a0 | 2020-04-03 15:55:17 +0200 | [diff] [blame] | 50 | - Reworked ARMCM* C-StartUp files. |
| 51 | - Include L1 Cache functions in ARMv8MML/ARMv81MML devices |
| 52 | Utilities: |
| 53 | Attention: Linux binaries moved to Linux64 folder! |
| 54 | - SVDConv 3.3.35 |
| 55 | - PackChk 1.3.89 |
Jonatan Antoni | d9a6b2e | 2019-07-10 15:52:17 +0200 | [diff] [blame] | 56 | </release> |
| 57 | <release version="5.6.0" date="2019-07-10"> |
Jonatan Antoni | ae553b7 | 2019-05-06 16:29:20 +0200 | [diff] [blame] | 58 | CMSIS-Core(M): 5.3.0 (see revision history for details) |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 59 | - Added provisions for compiler-independent C startup code. |
Jonatan Antoni | f677f00 | 2019-06-25 13:01:11 +0200 | [diff] [blame] | 60 | CMSIS-Core(A): 1.1.4 (see revision history for details) |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 61 | - Fixed __FPU_Enable. |
Christophe Favergeon | 03e3e41 | 2019-06-25 09:29:51 +0200 | [diff] [blame] | 62 | CMSIS-DSP: 1.7.0 (see revision history for details) |
| 63 | - New Neon versions of f32 functions |
| 64 | - Python wrapper |
| 65 | - Preliminary cmake build |
| 66 | - Compilation flags for FFTs |
| 67 | - Changes to arm_math.h |
Jonatan Antoni | c68a7f2 | 2019-07-10 15:05:34 +0200 | [diff] [blame] | 68 | CMSIS-NN: 1.2.0 (see revision history for details) |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 69 | - New function for depthwise convolution with asymmetric quantization. |
| 70 | - New support functions for requantization. |
Robert Rostohar | 86d53b7 | 2019-05-07 12:07:42 +0200 | [diff] [blame] | 71 | CMSIS-RTOS: |
| 72 | - RTX 4.82.0 (updated provisions for Arm Compiler 6 when using Cortex-M0/M0+) |
Robert Rostohar | 274494c | 2019-04-26 07:51:54 +0200 | [diff] [blame] | 73 | CMSIS-RTOS2: |
| 74 | - RTX 5.5.1 (see revision history for details) |
Jonatan Antoni | f677f00 | 2019-06-25 13:01:11 +0200 | [diff] [blame] | 75 | CMSIS-Driver: 2.7.1 |
Robert Rostohar | 89109b2 | 2019-06-24 10:44:56 +0200 | [diff] [blame] | 76 | - WiFi Interface API 1.0.0 |
Jonatan Antoni | ae553b7 | 2019-05-06 16:29:20 +0200 | [diff] [blame] | 77 | Devices: |
Jonatan Antoni | df0acdd | 2020-04-07 14:20:16 +0200 | [diff] [blame] | 78 | - Generalized C startup code for all Cortex-M family devices. |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 79 | - Updated Cortex-A default memory regions and MMU configurations |
| 80 | - Moved Cortex-A memory and system config files to avoid include path issues |
Jonatan Antoni | 035cfb1 | 2019-03-20 14:18:39 +0100 | [diff] [blame] | 81 | </release> |
| 82 | <release version="5.5.1" date="2019-03-20"> |
Jonatan Antoni | 63c1419 | 2019-03-20 13:53:55 +0100 | [diff] [blame] | 83 | The following folders are deprecated |
| 84 | - CMSIS/Include/ (superseded by CMSIS/DSP/Include/ and CMSIS/Core/Include/) |
| 85 | |
| 86 | CMSIS-Core(M): 5.2.1 (see revision history for details) |
| 87 | - Fixed compilation issue in cmsis_armclang_ltm.h |
Jonatan Antoni | c91a46d | 2019-03-15 16:47:52 +0100 | [diff] [blame] | 88 | </release> |
Jonatan Antoni | 63c1419 | 2019-03-20 13:53:55 +0100 | [diff] [blame] | 89 | <release version="5.5.0" date="2019-03-18"> |
Jonatan Antoni | 99bb93c | 2019-03-15 13:45:47 +0100 | [diff] [blame] | 90 | The following folders have been removed: |
Jonatan Antoni | 9feb2b2 | 2019-03-15 14:54:08 +0100 | [diff] [blame] | 91 | - CMSIS/Lib/ (superseded by CMSIS/DSP/Lib/) |
| 92 | - CMSIS/DSP_Lib/ (superseded by CMSIS/DSP/) |
Jonatan Antoni | 12955cd | 2019-03-18 12:06:15 +0100 | [diff] [blame] | 93 | The following folders are deprecated |
| 94 | - CMSIS/Include/ (superseded by CMSIS/DSP/Include/ and CMSIS/Core/Include/) |
Jonatan Antoni | 99bb93c | 2019-03-15 13:45:47 +0100 | [diff] [blame] | 95 | |
| 96 | CMSIS-Core(M): 5.2.0 (see revision history for details) |
| 97 | - Reworked Stack/Heap configuration for ARM startup files. |
| 98 | - Added Cortex-M35P device support. |
| 99 | - Added generic Armv8.1-M Mainline device support. |
| 100 | CMSIS-Core(A): 1.1.3 (see revision history for details) |
Jonatan Antoni | 12955cd | 2019-03-18 12:06:15 +0100 | [diff] [blame] | 101 | CMSIS-DSP: 1.6.0 (see revision history for details) |
GuentherMartin | 41d9e35 | 2019-03-14 14:18:28 +0100 | [diff] [blame] | 102 | - reworked DSP library source files |
GuentherMartin | 41d9e35 | 2019-03-14 14:18:28 +0100 | [diff] [blame] | 103 | - reworked DSP library documentation |
Jonatan Antoni | 3b2f0d2 | 2019-03-18 12:11:51 +0100 | [diff] [blame] | 104 | - Changed DSP folder structure |
GuentherMartin | 41d9e35 | 2019-03-14 14:18:28 +0100 | [diff] [blame] | 105 | - moved DSP libraries to folder ./DSP/Lib |
| 106 | - ARM DSP Libraries are built with ARMCLANG |
| 107 | - Added DSP Libraries Source variant |
Robert Rostohar | 83177af | 2018-09-04 10:27:04 +0200 | [diff] [blame] | 108 | CMSIS-RTOS2: |
| 109 | - RTX 5.5.0 (see revision history for details) |
Robert Rostohar | eea3193 | 2019-03-15 14:51:42 +0100 | [diff] [blame] | 110 | CMSIS-Driver: 2.7.0 |
Jonatan Antoni | 445accf | 2019-03-15 15:07:45 +0100 | [diff] [blame] | 111 | - Added WiFi Interface API 1.0.0-beta |
Jonatan Antoni | 99bb93c | 2019-03-15 13:45:47 +0100 | [diff] [blame] | 112 | - Added components for project specific driver implementations |
| 113 | CMSIS-Pack: 1.6.0 (see revision history for details) |
Jonatan Antoni | 191afdb | 2019-03-18 12:31:47 +0100 | [diff] [blame] | 114 | Devices: |
| 115 | - Added Cortex-M35P and ARMv81MML device templates. |
| 116 | - Fixed C-Startup Code for GCC (aligned with other compilers) |
Jonatan Antoni | 99bb93c | 2019-03-15 13:45:47 +0100 | [diff] [blame] | 117 | Utilities: |
| 118 | - SVDConv 3.3.25 |
| 119 | - PackChk 1.3.82 |
Jonatan Antoni | 0d2dbfb | 2018-08-01 17:34:38 +0200 | [diff] [blame] | 120 | </release> |
Jonatan Antoni | adbadb2 | 2018-08-01 17:33:45 +0200 | [diff] [blame] | 121 | <release version="5.4.0" date="2018-08-01"> |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 122 | Aligned pack structure with repository. |
| 123 | The following folders are deprecated: |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 124 | - CMSIS/Include/ |
| 125 | - CMSIS/DSP_Lib/ |
| 126 | |
Jonatan Antoni | 5d19e5f | 2018-04-09 10:16:49 +0200 | [diff] [blame] | 127 | CMSIS-Core(M): 5.1.2 (see revision history for details) |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 128 | - Added Cortex-M1 support (beta). |
Jonatan Antoni | 5d19e5f | 2018-04-09 10:16:49 +0200 | [diff] [blame] | 129 | CMSIS-Core(A): 1.1.2 (see revision history for details) |
Jonatan Antoni | adbadb2 | 2018-08-01 17:33:45 +0200 | [diff] [blame] | 130 | CMSIS-NN: 1.1.0 |
| 131 | - Added new math functions. |
Robert Rostohar | 84a9388 | 2018-03-06 14:27:36 +0100 | [diff] [blame] | 132 | CMSIS-RTOS2: |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 133 | - API 2.1.3 (see revision history for details) |
| 134 | - RTX 5.4.0 (see revision history for details) |
| 135 | * Updated exception handling on Cortex-A |
Vladimir Umek | c1e9d20 | 2018-04-19 08:00:56 +0200 | [diff] [blame] | 136 | CMSIS-Driver: |
| 137 | - Flash Driver API V2.2.0 |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 138 | Utilities: |
| 139 | - SVDConv 3.3.21 |
| 140 | - PackChk 1.3.71 |
Jonatan Antoni | 7f501a7 | 2018-02-22 10:13:58 +0100 | [diff] [blame] | 141 | </release> |
| 142 | <release version="5.3.0" date="2018-02-22"> |
Jonatan Antoni | e924d64 | 2018-02-20 11:43:50 +0100 | [diff] [blame] | 143 | Updated Arm company brand. |
| 144 | CMSIS-Core(M): 5.1.1 (see revision history for details) |
| 145 | CMSIS-Core(A): 1.1.1 (see revision history for details) |
Jonatan Antoni | a3ec1f2 | 2018-02-21 13:51:30 +0100 | [diff] [blame] | 146 | CMSIS-DAP: 2.0.0 (see revision history for details) |
Jonatan Antoni | e924d64 | 2018-02-20 11:43:50 +0100 | [diff] [blame] | 147 | CMSIS-NN: 1.0.0 |
Jonatan Antoni | 13bff48 | 2018-01-19 13:05:57 +0100 | [diff] [blame] | 148 | - Initial contribution of the bare metal Neural Network Library. |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 149 | CMSIS-RTOS2: |
Robert Rostohar | cd44e6f | 2018-01-09 11:45:59 +0100 | [diff] [blame] | 150 | - RTX 5.3.0 (see revision history for details) |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 151 | - OS Tick API 1.0.1 |
Jonatan Antoni | 1434f1f | 2017-11-16 16:55:57 +0100 | [diff] [blame] | 152 | </release> |
| 153 | <release version="5.2.0" date="2017-11-16"> |
Jonatan Antoni | de31664 | 2017-11-10 11:40:06 +0100 | [diff] [blame] | 154 | CMSIS-Core(M): 5.1.0 (see revision history for details) |
| 155 | - Added MPU Functions for ARMv8-M for Cortex-M23/M33. |
| 156 | - Added compiler_iccarm.h to replace compiler_iar.h shipped with the compiler. |
| 157 | CMSIS-Core(A): 1.1.0 (see revision history for details) |
| 158 | - Added compiler_iccarm.h. |
| 159 | - Added additional access functions for physical timer. |
| 160 | CMSIS-DAP: 1.2.0 (see revision history for details) |
| 161 | CMSIS-DSP: 1.5.2 (see revision history for details) |
Jonatan Antoni | e924d64 | 2018-02-20 11:43:50 +0100 | [diff] [blame] | 162 | CMSIS-Driver: 2.6.0 (see revision history for details) |
Jonatan Antoni | de31664 | 2017-11-10 11:40:06 +0100 | [diff] [blame] | 163 | - CAN Driver API V1.2.0 |
Vladimir Umek | b472809 | 2017-11-14 10:12:51 +0100 | [diff] [blame] | 164 | - NAND Driver API V2.3.0 |
Jonatan Antoni | de31664 | 2017-11-10 11:40:06 +0100 | [diff] [blame] | 165 | CMSIS-RTOS: |
| 166 | - RTX: added variant for Infineon XMC4 series affected by PMU_CM.001 errata. |
| 167 | CMSIS-RTOS2: |
| 168 | - API 2.1.2 (see revision history for details) |
| 169 | - RTX 5.2.3 (see revision history for details) |
| 170 | Devices: |
| 171 | - Added GCC startup and linker script for Cortex-A9. |
| 172 | - Added device ARMCM0plus_MPU for Cortex-M0+ with MPU. |
| 173 | - Added IAR startup code for Cortex-A9 |
| 174 | </release> |
Jonatan Antoni | 5bfb1e6 | 2017-09-19 15:46:40 +0200 | [diff] [blame] | 175 | <release version="5.1.1" date="2017-09-19"> |
| 176 | CMSIS-RTOS2: |
| 177 | - RTX 5.2.1 (see revision history for details) |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 178 | </release> |
Jonatan Antoni | 102fe7f | 2017-08-03 11:33:08 +0200 | [diff] [blame] | 179 | <release version="5.1.0" date="2017-08-04"> |
| 180 | CMSIS-Core(M): 5.0.2 (see revision history for details) |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 181 | - Changed Version Control macros to be core agnostic. |
Jonatan Antoni | 102fe7f | 2017-08-03 11:33:08 +0200 | [diff] [blame] | 182 | - Added MPU Functions for ARMv7-M for Cortex-M0+/M3/M4/M7. |
| 183 | CMSIS-Core(A): 1.0.0 (see revision history for details) |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 184 | - Initial release |
| 185 | - IRQ Controller API 1.0.0 |
| 186 | CMSIS-Driver: 2.05 (see revision history for details) |
| 187 | - All typedefs related to status have been made volatile. |
Robert Rostohar | ff9fa5b | 2017-04-19 11:55:58 +0200 | [diff] [blame] | 188 | CMSIS-RTOS2: |
Robert Rostohar | 9470b0b | 2017-06-09 09:38:31 +0200 | [diff] [blame] | 189 | - API 2.1.1 (see revision history for details) |
| 190 | - RTX 5.2.0 (see revision history for details) |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 191 | - OS Tick API 1.0.0 |
Jonatan Antoni | 102fe7f | 2017-08-03 11:33:08 +0200 | [diff] [blame] | 192 | CMSIS-DSP: 1.5.2 (see revision history for details) |
| 193 | - Fixed GNU Compiler specific diagnostics. |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 194 | CMSIS-Pack: 1.5.0 (see revision history for details) |
Jonatan Antoni | 102fe7f | 2017-08-03 11:33:08 +0200 | [diff] [blame] | 195 | - added System Description File (*.SDF) Format |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 196 | CMSIS-Zone: 0.0.1 (Preview) |
| 197 | - Initial specification draft |
| 198 | </release> |
Joachim Krech | 3ef9713 | 2017-02-03 15:09:58 +0100 | [diff] [blame] | 199 | <release version="5.0.1" date="2017-02-03"> |
| 200 | Package Description: |
| 201 | - added taxonomy for Cclass RTOS |
Robert Rostohar | 0e8657f | 2016-11-25 21:54:15 +0100 | [diff] [blame] | 202 | CMSIS-RTOS2: |
Joachim Krech | 3ef9713 | 2017-02-03 15:09:58 +0100 | [diff] [blame] | 203 | - API 2.1 (see revision history for details) |
| 204 | - RTX 5.1.0 (see revision history for details) |
| 205 | CMSIS-Core: 5.0.1 (see revision history for details) |
| 206 | - Added __PACKED_STRUCT macro |
| 207 | - Added uVisior support |
| 208 | - Updated cmsis_armcc.h: corrected macro __ARM_ARCH_6M__ |
| 209 | - Updated template for secure main function (main_s.c) |
| 210 | - Updated template for Context Management for ARMv8-M TrustZone (tz_context.c) |
| 211 | CMSIS-DSP: 1.5.1 (see revision history for details) |
| 212 | - added ARMv8M DSP libraries. |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 213 | CMSIS-Pack:1.4.9 (see revision history for details) |
Joachim Krech | 3ef9713 | 2017-02-03 15:09:58 +0100 | [diff] [blame] | 214 | - added Pack Index File specification and schema file |
Martin Günther | d106053 | 2016-11-15 09:43:43 +0100 | [diff] [blame] | 215 | </release> |
Joachim Krech | c45bb4a | 2016-11-11 11:01:22 +0100 | [diff] [blame] | 216 | <release version="5.0.0" date="2016-11-11"> |
Robert Rostohar | 9f7ce66 | 2016-11-10 09:20:14 +0100 | [diff] [blame] | 217 | Changed open source license to Apache 2.0 |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 218 | CMSIS_Core: |
ReinhardKeil | 3bd0e17 | 2016-11-10 07:59:24 +0100 | [diff] [blame] | 219 | - Added support for Cortex-M23 and Cortex-M33. |
| 220 | - Added ARMv8-M device configurations for mainline and baseline. |
Robert Rostohar | 9f7ce66 | 2016-11-10 09:20:14 +0100 | [diff] [blame] | 221 | - Added CMSE support and thread context management for TrustZone for ARMv8-M |
ReinhardKeil | 3bd0e17 | 2016-11-10 07:59:24 +0100 | [diff] [blame] | 222 | - Added cmsis_compiler.h to unify compiler behaviour. |
| 223 | - Updated function SCB_EnableICache (for Cortex-M7). |
| 224 | - Added functions: NVIC_GetEnableIRQ, SCB_GetFPUType |
| 225 | CMSIS-RTOS: |
| 226 | - bug fix in RTX 4.82 (see revision history for details) |
| 227 | CMSIS-RTOS2: |
| 228 | - new API including compatibility layer to CMSIS-RTOS |
Robert Rostohar | 9f7ce66 | 2016-11-10 09:20:14 +0100 | [diff] [blame] | 229 | - reference implementation based on RTX5 |
| 230 | - supports all Cortex-M variants including TrustZone for ARMv8-M |
ReinhardKeil | 0d39905 | 2016-10-21 13:40:52 +0200 | [diff] [blame] | 231 | CMSIS-SVD: |
| 232 | - reworked SVD format documentation |
Joachim Krech | 655f724 | 2016-09-29 15:49:24 +0200 | [diff] [blame] | 233 | - removed SVD file database documentation as SVD files are distributed in packs |
| 234 | - updated SVDConv for Win32 and Linux |
ReinhardKeil | 3bd0e17 | 2016-11-10 07:59:24 +0100 | [diff] [blame] | 235 | CMSIS-DSP: |
Martin Günther | 29502d7 | 2016-06-16 14:48:33 +0200 | [diff] [blame] | 236 | - Moved DSP libraries from CMSIS/DSP/Lib to CMSIS/Lib. |
| 237 | - Added DSP libraries build projects to CMSIS pack. |
Martin Günther | 10babd8 | 2016-06-14 14:10:36 +0200 | [diff] [blame] | 238 | </release> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 239 | <release version="4.5.0" date="2015-10-28"> |
| 240 | - CMSIS-Core 4.30.0 (see revision history for details) |
| 241 | - CMSIS-DAP 1.1.0 (unchanged) |
| 242 | - CMSIS-Driver 2.04.0 (see revision history for details) |
| 243 | - CMSIS-DSP 1.4.7 (no source code change [still labeled 1.4.5], see revision history for details) |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 244 | - CMSIS-Pack 1.4.1 (see revision history for details) |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 245 | - CMSIS-RTOS 4.80.0 Restored time delay parameter 'millisec' old behavior (prior V4.79) for software compatibility. (see revision history for details) |
| 246 | - CMSIS-SVD 1.3.1 (see revision history for details) |
| 247 | </release> |
| 248 | <release version="4.4.0" date="2015-09-11"> |
| 249 | - CMSIS-Core 4.20 (see revision history for details) |
| 250 | - CMSIS-DSP 1.4.6 (no source code change [still labeled 1.4.5], see revision history for details) |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 251 | - CMSIS-Pack 1.4.0 (adding memory attributes, algorithm style) |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 252 | - CMSIS-Driver 2.03.0 (adding CAN [Controller Area Network] API) |
| 253 | - CMSIS-RTOS |
| 254 | -- API 1.02 (unchanged) |
| 255 | -- RTX 4.79 (see revision history for details) |
| 256 | - CMSIS-SVD 1.3.0 (see revision history for details) |
| 257 | - CMSIS-DAP 1.1.0 (extended with SWO support) |
| 258 | </release> |
| 259 | <release version="4.3.0" date="2015-03-20"> |
| 260 | - CMSIS-Core 4.10 (Cortex-M7 extended Cache Maintenance functions) |
| 261 | - CMSIS-DSP 1.4.5 (see revision history for details) |
| 262 | - CMSIS-Driver 2.02 (adding SAI (Serial Audio Interface) API) |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 263 | - CMSIS-Pack 1.3.3 (Semantic Versioning, Generator extensions) |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 264 | - CMSIS-RTOS |
| 265 | -- API 1.02 (unchanged) |
| 266 | -- RTX 4.78 (see revision history for details) |
| 267 | - CMSIS-SVD 1.2 (unchanged) |
| 268 | </release> |
| 269 | <release version="4.2.0" date="2014-09-24"> |
| 270 | Adding Cortex-M7 support |
| 271 | - CMSIS-Core 4.00 (Cortex-M7 support, corrected C++ include guards in core header files) |
| 272 | - CMSIS-DSP 1.4.4 (Cortex-M7 support and corrected out of bound issues) |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 273 | - CMSIS-Pack 1.3.1 (Cortex-M7 updates, clarification, corrected batch files in Tutorial) |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 274 | - CMSIS-SVD 1.2 (Cortex-M7 extensions) |
| 275 | - CMSIS-RTOS RTX 4.75 (see revision history for details) |
| 276 | </release> |
| 277 | <release version="4.1.1" date="2014-06-30"> |
| 278 | - fixed conditions preventing the inclusion of the DSP library in projects for Infineon XMC4000 series devices |
| 279 | </release> |
| 280 | <release version="4.1.0" date="2014-06-12"> |
| 281 | - CMSIS-Driver 2.02 (incompatible update) |
| 282 | - CMSIS-Pack 1.3 (see revision history for details) |
| 283 | - CMSIS-DSP 1.4.2 (unchanged) |
| 284 | - CMSIS-Core 3.30 (unchanged) |
| 285 | - CMSIS-RTOS RTX 4.74 (unchanged) |
| 286 | - CMSIS-RTOS API 1.02 (unchanged) |
| 287 | - CMSIS-SVD 1.10 (unchanged) |
| 288 | PACK: |
| 289 | - removed G++ specific files from PACK |
| 290 | - added Component Startup variant "C Startup" |
| 291 | - added Pack Checking Utility |
| 292 | - updated conditions to reflect tool-chain dependency |
| 293 | - added Taxonomy for Graphics |
| 294 | - updated Taxonomy for unified drivers from "Drivers" to "CMSIS Drivers" |
| 295 | </release> |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 296 | <!-- release version="4.0.0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 297 | - CMSIS-Driver 2.00 Preliminary (incompatible update) |
| 298 | - CMSIS-Pack 1.1 Preliminary |
| 299 | - CMSIS-DSP 1.4.2 (see revision history for details) |
| 300 | - CMSIS-Core 3.30 (see revision history for details) |
| 301 | - CMSIS-RTOS RTX 4.74 (see revision history for details) |
| 302 | - CMSIS-RTOS API 1.02 (unchanged) |
| 303 | - CMSIS-SVD 1.10 (unchanged) |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 304 | </release --> |
| 305 | <release version="3.20.4" date="2014-02-20"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 306 | - CMSIS-RTOS 4.74 (see revision history for details) |
| 307 | - PACK Extensions (Boards, Device Features, Flash Programming, Generators, Configuration Wizard). Schema version 1.1. |
| 308 | </release> |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 309 | <!-- release version="3.20.3"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 310 | - CMSIS-Driver API Version 1.10 ARM prefix added (incompatible change) |
| 311 | - CMSIS-RTOS 4.73 (see revision history for details) |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 312 | </release --> |
| 313 | <!-- release version="3.20.2"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 314 | - CMSIS-Pack documentation has been added |
| 315 | - CMSIS-Drivers header and documentation have been added to PACK |
| 316 | - CMSIS-CORE, CMSIS-DSP, CMSIS-RTOS API and CMSIS-SVD remain unchanged |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 317 | </release --> |
| 318 | <!-- release version="3.20.1"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 319 | - CMSIS-RTOS Keil RTX V4.72 has been added to PACK |
| 320 | - CMSIS-CORE, CMSIS-DSP, CMSIS-RTOS API and CMSIS-SVD remain unchanged |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 321 | </release --> |
| 322 | <!-- release version="3.20.0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 323 | The software portions that are deployed in the application program are now under a BSD license which allows usage |
| 324 | of CMSIS components in any commercial or open source projects. The Pack Description file Arm.CMSIS.pdsc describes the use cases |
| 325 | The individual components have been update as listed below: |
| 326 | - CMSIS-CORE adds functions for setting breakpoints, supports the latest GCC Compiler, and contains several corrections. |
| 327 | - CMSIS-DSP library is optimized for more performance and contains several bug fixes. |
| 328 | - CMSIS-RTOS API is extended with capabilities for short timeouts, Kernel initialization, and prepared for a C++ interface. |
| 329 | - CMSIS-SVD is unchanged. |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 330 | </release --> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 331 | </releases> |
| 332 | |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 333 | <taxonomy> |
reinhardkeil | 671fea1 | 2019-03-13 17:03:40 +0100 | [diff] [blame] | 334 | <description Cclass="Audio">Software components for audio processing</description> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 335 | <description Cclass="Board Support">Generic Interfaces for Evaluation and Development Boards</description> |
Joachim Krech | 1ce088b | 2019-03-14 13:27:35 +0100 | [diff] [blame] | 336 | <description Cclass="Board Part">Drivers that support an external component available on an evaluation board</description> |
reinhardkeil | 671fea1 | 2019-03-13 17:03:40 +0100 | [diff] [blame] | 337 | <description Cclass="Compiler">Compiler Software Extensions</description> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 338 | <description Cclass="CMSIS" doc="CMSIS/Documentation/General/html/index.html">Cortex Microcontroller Software Interface Components</description> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 339 | <description Cclass="CMSIS Driver" doc="CMSIS/Documentation/Driver/html/index.html">Unified Device Drivers compliant to CMSIS-Driver Specifications</description> |
reinhardkeil | 671fea1 | 2019-03-13 17:03:40 +0100 | [diff] [blame] | 340 | <description Cclass="Device" doc="CMSIS/Documentation/Core/html/index.html">Startup, System Setup</description> |
| 341 | <description Cclass="Data Exchange">Data exchange or data formatter</description> |
Joachim Krech | 1ce088b | 2019-03-14 13:27:35 +0100 | [diff] [blame] | 342 | <description Cclass="Extension Board">Drivers that support an extension board or shield</description> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 343 | <description Cclass="File System">File Drive Support and File System</description> |
reinhardkeil | 671fea1 | 2019-03-13 17:03:40 +0100 | [diff] [blame] | 344 | <description Cclass="IoT Client">IoT cloud client connector</description> |
reinhardkeil | ca2acab | 2019-09-02 08:21:47 +0200 | [diff] [blame] | 345 | <description Cclass="IoT Service">IoT specific services</description> |
reinhardkeil | 671fea1 | 2019-03-13 17:03:40 +0100 | [diff] [blame] | 346 | <description Cclass="IoT Utility">IoT specific software utility</description> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 347 | <description Cclass="Graphics">Graphical User Interface</description> |
| 348 | <description Cclass="Network">Network Stack using Internet Protocols</description> |
Joachim Krech | 62838c8 | 2017-02-02 15:54:57 +0100 | [diff] [blame] | 349 | <description Cclass="RTOS">Real-time Operating System</description> |
reinhardkeil | 671fea1 | 2019-03-13 17:03:40 +0100 | [diff] [blame] | 350 | <description Cclass="Security">Encryption for secure communication or storage</description> |
| 351 | <description Cclass="USB">Universal Serial Bus Stack</description> |
| 352 | <description Cclass="Utility">Generic software utility components</description> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 353 | </taxonomy> |
| 354 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 355 | <devices> |
| 356 | <!-- ****************************** Cortex-M0 ****************************** --> |
| 357 | <family Dfamily="ARM Cortex M0" Dvendor="ARM:82"> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 358 | <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] | 359 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 360 | 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: |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 361 | - simple, easy-to-use programmers model |
| 362 | - highly efficient ultra-low power operation |
| 363 | - excellent code density |
| 364 | - deterministic, high-performance interrupt handling |
| 365 | - upward compatibility with the rest of the Cortex-M processor family. |
| 366 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 367 | <!-- debug svd="Device/ARM/SVD/ARMCM0.svd"/ SVD files do not contain any peripheral --> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 368 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 369 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 370 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 371 | |
| 372 | <device Dname="ARMCM0"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 373 | <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] | 374 | <compile header="Device/ARM/ARMCM0/Include/ARMCM0.h" define="ARMCM0"/> |
| 375 | </device> |
| 376 | </family> |
| 377 | |
| 378 | <!-- ****************************** Cortex-M0P ****************************** --> |
| 379 | <family Dfamily="ARM Cortex M0 plus" Dvendor="ARM:82"> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 380 | <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] | 381 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 382 | 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: |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 383 | - simple, easy-to-use programmers model |
| 384 | - highly efficient ultra-low power operation |
| 385 | - excellent code density |
| 386 | - deterministic, high-performance interrupt handling |
| 387 | - upward compatibility with the rest of the Cortex-M processor family. |
| 388 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 389 | <!-- debug svd="Device/ARM/SVD/ARMCM0P.svd"/ SVD files do not contain any peripheral --> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 390 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 391 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 392 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 393 | |
| 394 | <device Dname="ARMCM0P"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 395 | <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] | 396 | <compile header="Device/ARM/ARMCM0plus/Include/ARMCM0plus.h" define="ARMCM0P"/> |
| 397 | </device> |
Jonatan Antoni | c4e9f46 | 2017-10-19 16:51:44 +0200 | [diff] [blame] | 398 | |
| 399 | <device Dname="ARMCM0P_MPU"> |
| 400 | <processor Dcore="Cortex-M0+" DcoreVersion="r0p1" Dfpu="NO_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/> |
| 401 | <compile header="Device/ARM/ARMCM0plus/Include/ARMCM0plus_MPU.h" define="ARMCM0P_MPU"/> |
| 402 | </device> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 403 | </family> |
| 404 | |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 405 | <!-- ****************************** Cortex-M1 ****************************** --> |
| 406 | <family Dfamily="ARM Cortex M1" Dvendor="ARM:82"> |
| 407 | <!--book name="http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html" title="Cortex-M1 Device Generic Users Guide"/--> |
| 408 | <description> |
| 409 | The ARM Cortex-M1 FPGA processor is intended for deeply embedded applications that require a small processor integrated into an FPGA. |
| 410 | The ARM Cortex-M1 processor implements the ARMv6-M architecture profile. |
| 411 | </description> |
| 412 | <!-- debug svd="Device/ARM/SVD/ARMCM0.svd"/ SVD files do not contain any peripheral --> |
| 413 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 414 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 415 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 416 | |
| 417 | <device Dname="ARMCM1"> |
| 418 | <processor Dcore="Cortex-M1" DcoreVersion="r1p0" Dfpu="NO_FPU" Dmpu="NO_MPU" Dendian="Configurable" Dclock="10000000"/> |
| 419 | <compile header="Device/ARM/ARMCM1/Include/ARMCM1.h" define="ARMCM1"/> |
| 420 | </device> |
| 421 | </family> |
| 422 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 423 | <!-- ****************************** Cortex-M3 ****************************** --> |
| 424 | <family Dfamily="ARM Cortex M3" Dvendor="ARM:82"> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 425 | <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] | 426 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 427 | 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: |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 428 | - simple, easy-to-use programmers model |
| 429 | - highly efficient ultra-low power operation |
| 430 | - excellent code density |
| 431 | - deterministic, high-performance interrupt handling |
| 432 | - upward compatibility with the rest of the Cortex-M processor family. |
| 433 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 434 | <!-- debug svd="Device/ARM/SVD/ARMCM3.svd"/ SVD files do not contain any peripheral --> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 435 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 436 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 437 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 438 | |
| 439 | <device Dname="ARMCM3"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 440 | <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] | 441 | <compile header="Device/ARM/ARMCM3/Include/ARMCM3.h" define="ARMCM3"/> |
| 442 | </device> |
| 443 | </family> |
| 444 | |
| 445 | <!-- ****************************** Cortex-M4 ****************************** --> |
| 446 | <family Dfamily="ARM Cortex M4" Dvendor="ARM:82"> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 447 | <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] | 448 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 449 | 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: |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 450 | - simple, easy-to-use programmers model |
| 451 | - highly efficient ultra-low power operation |
| 452 | - excellent code density |
| 453 | - deterministic, high-performance interrupt handling |
| 454 | - upward compatibility with the rest of the Cortex-M processor family. |
| 455 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 456 | <!-- debug svd="Device/ARM/SVD/ARMCM4.svd"/ SVD files do not contain any peripheral --> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 457 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 458 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 459 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 460 | |
| 461 | <device Dname="ARMCM4"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 462 | <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] | 463 | <compile header="Device/ARM/ARMCM4/Include/ARMCM4.h" define="ARMCM4"/> |
| 464 | </device> |
| 465 | |
| 466 | <device Dname="ARMCM4_FP"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 467 | <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] | 468 | <compile header="Device/ARM/ARMCM4/Include/ARMCM4_FP.h" define="ARMCM4_FP"/> |
| 469 | </device> |
| 470 | </family> |
| 471 | |
| 472 | <!-- ****************************** Cortex-M7 ****************************** --> |
| 473 | <family Dfamily="ARM Cortex M7" Dvendor="ARM:82"> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 474 | <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] | 475 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 476 | 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] | 477 | - simple, easy-to-use programmers model |
| 478 | - highly efficient ultra-low power operation |
| 479 | - excellent code density |
| 480 | - deterministic, high-performance interrupt handling |
| 481 | - upward compatibility with the rest of the Cortex-M processor family. |
| 482 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 483 | <!-- debug svd="Device/ARM/SVD/ARMCM7.svd"/ SVD files do not contain any peripheral --> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 484 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 485 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 486 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 487 | |
| 488 | <device Dname="ARMCM7"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 489 | <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] | 490 | <compile header="Device/ARM/ARMCM7/Include/ARMCM7.h" define="ARMCM7"/> |
| 491 | </device> |
| 492 | |
| 493 | <device Dname="ARMCM7_SP"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 494 | <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] | 495 | <compile header="Device/ARM/ARMCM7/Include/ARMCM7_SP.h" define="ARMCM7_SP"/> |
| 496 | </device> |
| 497 | |
| 498 | <device Dname="ARMCM7_DP"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 499 | <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] | 500 | <compile header="Device/ARM/ARMCM7/Include/ARMCM7_DP.h" define="ARMCM7_DP"/> |
| 501 | </device> |
| 502 | </family> |
| 503 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 504 | <!-- ****************************** Cortex-M23 ********************** --> |
| 505 | <family Dfamily="ARM Cortex M23" Dvendor="ARM:82"> |
| 506 | <!--book name="Device/ARM/Documents/??_dgug.pdf" title="?? Device Generic Users Guide"/--> |
| 507 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 508 | The Arm Cortex-M23 is based on the Armv8-M baseline architecture. |
| 509 | 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] | 510 | 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] | 511 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 512 | <!-- debug svd="Device/ARM/SVD/ARMCM23.svd"/ SVD files do not contain any peripheral --> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 513 | <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/> |
| 514 | <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 515 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 516 | <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 517 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 518 | |
| 519 | <device Dname="ARMCM23"> |
| 520 | <processor Dcore="Cortex-M23" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Dtz="NO_TZ" Dendian="Configurable" Dclock="10000000"/> |
| 521 | <compile header="Device/ARM/ARMCM23/Include/ARMCM23.h" define="ARMCM23"/> |
| 522 | </device> |
| 523 | |
| 524 | <device Dname="ARMCM23_TZ"> |
| 525 | <processor Dcore="Cortex-M23" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
| 526 | <compile header="Device/ARM/ARMCM23/Include/ARMCM23_TZ.h" define="ARMCM23_TZ"/> |
| 527 | </device> |
| 528 | </family> |
| 529 | |
| 530 | <!-- ****************************** Cortex-M33 ****************************** --> |
| 531 | <family Dfamily="ARM Cortex M33" Dvendor="ARM:82"> |
| 532 | <!--book name="Device/ARM/Documents/??_dgug.pdf" title="?? Device Generic Users Guide"/--> |
| 533 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 534 | The Arm Cortex-M33 is the most configurable of all Cortex-M processors. It is a full featured microcontroller |
| 535 | 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] | 536 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 537 | <!-- debug svd="Device/ARM/SVD/ARMCM33.svd"/ SVD files do not contain any peripheral --> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 538 | <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/> |
| 539 | <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 540 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 541 | <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/> |
| 542 | <!--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] | 543 | |
| 544 | <device Dname="ARMCM33"> |
| 545 | <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] | 546 | <description> |
| 547 | no DSP Instructions, no Floating Point Unit, no TrustZone |
| 548 | </description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 549 | <compile header="Device/ARM/ARMCM33/Include/ARMCM33.h" define="ARMCM33"/> |
| 550 | </device> |
| 551 | |
| 552 | <device Dname="ARMCM33_TZ"> |
| 553 | <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] | 554 | <description> |
| 555 | no DSP Instructions, no Floating Point Unit, TrustZone |
| 556 | </description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 557 | <compile header="Device/ARM/ARMCM33/Include/ARMCM33_TZ.h" define="ARMCM33_TZ"/> |
| 558 | </device> |
| 559 | |
| 560 | <device Dname="ARMCM33_DSP_FP"> |
| 561 | <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] | 562 | <description> |
| 563 | DSP Instructions, Single Precision Floating Point Unit, no TrustZone |
| 564 | </description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 565 | <compile header="Device/ARM/ARMCM33/Include/ARMCM33_DSP_FP.h" define="ARMCM33_DSP_FP"/> |
| 566 | </device> |
| 567 | |
| 568 | <device Dname="ARMCM33_DSP_FP_TZ"> |
| 569 | <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] | 570 | <description> |
| 571 | DSP Instructions, Single Precision Floating Point Unit, TrustZone |
| 572 | </description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 573 | <compile header="Device/ARM/ARMCM33/Include/ARMCM33_DSP_FP_TZ.h" define="ARMCM33_DSP_FP_TZ"/> |
| 574 | </device> |
| 575 | </family> |
| 576 | |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 577 | <!-- ****************************** Cortex-M35P ****************************** --> |
| 578 | <family Dfamily="ARM Cortex M35P" Dvendor="ARM:82"> |
| 579 | <!--book name="Device/ARM/Documents/??_dgug.pdf" title="?? Device Generic Users Guide"/--> |
| 580 | <description> |
| 581 | The Arm Cortex-M35P is the most configurable of all Cortex-M processors. It is a full featured microcontroller |
| 582 | class processor based on the Armv8-M mainline architecture with Arm TrustZone security designed for a broad range of secure embedded applications. |
| 583 | </description> |
| 584 | |
| 585 | <!-- debug svd="Device/ARM/SVD/ARMCM35P.svd"/ SVD files do not contain any peripheral --> |
| 586 | <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/> |
| 587 | <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/> |
| 588 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 589 | <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/> |
| 590 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 591 | |
| 592 | <device Dname="ARMCM35P"> |
| 593 | <processor Dcore="Cortex-M35P" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Ddsp="NO_DSP" Dtz="NO_TZ" Dendian="Configurable" Dclock="10000000"/> |
| 594 | <description> |
| 595 | no DSP Instructions, no Floating Point Unit, no TrustZone |
| 596 | </description> |
| 597 | <compile header="Device/ARM/ARMCM35P/Include/ARMCM35P.h" define="ARMCM35P"/> |
| 598 | </device> |
| 599 | |
| 600 | <device Dname="ARMCM35P_TZ"> |
| 601 | <processor Dcore="Cortex-M35P" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Ddsp="NO_DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
| 602 | <description> |
| 603 | no DSP Instructions, no Floating Point Unit, TrustZone |
| 604 | </description> |
| 605 | <compile header="Device/ARM/ARMCM35P/Include/ARMCM35P_TZ.h" define="ARMCM35P_TZ"/> |
| 606 | </device> |
| 607 | |
| 608 | <device Dname="ARMCM35P_DSP_FP"> |
| 609 | <processor Dcore="Cortex-M35P" DcoreVersion="r0p0" Dfpu="SP_FPU" Dmpu="MPU" Ddsp="DSP" Dtz="NO_TZ" Dendian="Configurable" Dclock="10000000"/> |
| 610 | <description> |
| 611 | DSP Instructions, Single Precision Floating Point Unit, no TrustZone |
| 612 | </description> |
| 613 | <compile header="Device/ARM/ARMCM35P/Include/ARMCM35P_DSP_FP.h" define="ARMCM35P_DSP_FP"/> |
| 614 | </device> |
| 615 | |
| 616 | <device Dname="ARMCM35P_DSP_FP_TZ"> |
| 617 | <processor Dcore="Cortex-M35P" DcoreVersion="r0p0" Dfpu="SP_FPU" Dmpu="MPU" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
| 618 | <description> |
| 619 | DSP Instructions, Single Precision Floating Point Unit, TrustZone |
| 620 | </description> |
| 621 | <compile header="Device/ARM/ARMCM35P/Include/ARMCM35P_DSP_FP_TZ.h" define="ARMCM35P_DSP_FP_TZ"/> |
| 622 | </device> |
| 623 | </family> |
| 624 | |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 625 | <!-- ****************************** Cortex-M55 ****************************** --> |
| 626 | <family Dfamily="ARM Cortex M55" Dvendor="ARM:82"> |
| 627 | <!--book name="Device/ARM/Documents/Arm Cortex-M55 Processor Datasheet.pdf" title="Arm Cortex-M55 Processor Datasheet"/--> |
| 628 | <description> |
| 629 | The Arm Cortex-M55 processor is a fully synthesizable, mid-range, microcontroller-class processor that implements the Armv8.1-M mainline architecture and includes support for the M-profile Vector Extension (MVE), also known as Arm Helium technology. |
| 630 | It is Arm's most AI-capable Cortex-M processor, delivering enhanced, energy-efficient digital signal processing (DSP) and machine learning (ML) performance. |
| 631 | The Cortex-M55 processor achieves high compute performance across scalar and vector operations, while maintaining low energy consumption. |
| 632 | </description> |
| 633 | |
| 634 | <!-- debug svd="Device/ARM/SVD/ARMCM55.svd"/ SVD files do not contain any peripheral --> |
| 635 | <memory id="IROM1" start="0x10000000" size="0x00200000" startup="1" default="1"/> |
| 636 | <memory id="IROM2" start="0x00000000" size="0x00200000" startup="0" default="0"/> |
| 637 | <memory id="IRAM1" start="0x30000000" size="0x00020000" init ="0" default="1"/> |
| 638 | <memory id="IRAM2" start="0x20000000" size="0x00020000" init ="0" default="0"/> |
| 639 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 640 | |
Jonatan Antoni | f5f39aa | 2020-03-03 17:25:11 +0100 | [diff] [blame] | 641 | <device Dname="ARMCM55"> |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 642 | <processor Dcore="Cortex-M55" DcoreVersion="r0p0" Dfpu="DP_FPU" Dmpu="MPU" Dmve="FP_MVE" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
| 643 | <description> |
Jonatan Antoni | f5f39aa | 2020-03-03 17:25:11 +0100 | [diff] [blame] | 644 | Floating Point Vector Extensions, DSP Instructions, Double Precision Floating Point Unit, TrustZone |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 645 | </description> |
Jonatan Antoni | f5f39aa | 2020-03-03 17:25:11 +0100 | [diff] [blame] | 646 | <compile header="Device/ARM/ARMCM55/Include/ARMCM55.h" define="ARMCM55"/> |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 647 | </device> |
| 648 | </family> |
| 649 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 650 | <!-- ****************************** ARMSC000 ****************************** --> |
| 651 | <family Dfamily="ARM SC000" Dvendor="ARM:82"> |
| 652 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 653 | 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: |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 654 | - simple, easy-to-use programmers model |
| 655 | - highly efficient ultra-low power operation |
| 656 | - excellent code density |
| 657 | - deterministic, high-performance interrupt handling |
| 658 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 659 | <!-- debug svd="Device/ARM/SVD/ARMSC000.svd"/ SVD files do not contain any peripheral --> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 660 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 661 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 662 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 663 | |
| 664 | <device Dname="ARMSC000"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 665 | <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] | 666 | <compile header="Device/ARM/ARMSC000/Include/ARMSC000.h" define="ARMSC000"/> |
| 667 | </device> |
| 668 | </family> |
| 669 | |
| 670 | <!-- ****************************** ARMSC300 ****************************** --> |
| 671 | <family Dfamily="ARM SC300" Dvendor="ARM:82"> |
| 672 | <description> |
| 673 | 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: |
| 674 | - simple, easy-to-use programmers model |
| 675 | - highly efficient ultra-low power operation |
| 676 | - excellent code density |
| 677 | - deterministic, high-performance interrupt handling |
| 678 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 679 | <!-- debug svd="Device/ARM/SVD/ARMSC300.svd"/ SVD files do not contain any peripheral --> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 680 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 681 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 682 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 683 | |
| 684 | <device Dname="ARMSC300"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 685 | <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] | 686 | <compile header="Device/ARM/ARMSC300/Include/ARMSC300.h" define="ARMSC300"/> |
| 687 | </device> |
| 688 | </family> |
| 689 | |
| 690 | <!-- ****************************** ARMv8-M Baseline ********************** --> |
| 691 | <family Dfamily="ARMv8-M Baseline" Dvendor="ARM:82"> |
| 692 | <!--book name="Device/ARM/Documents/ARMv8MBL_dgug.pdf" title="ARMv8MBL Device Generic Users Guide"/--> |
| 693 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 694 | Armv8-M Baseline based device with TrustZone |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 695 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 696 | <!-- debug svd="Device/ARM/SVD/ARMv8MBL.svd"/ SVD files do not contain any peripheral --> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 697 | <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/> |
| 698 | <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 699 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 700 | <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 701 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 702 | |
| 703 | <device Dname="ARMv8MBL"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 704 | <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] | 705 | <compile header="Device/ARM/ARMv8MBL/Include/ARMv8MBL.h" define="ARMv8MBL"/> |
| 706 | </device> |
| 707 | </family> |
| 708 | |
| 709 | <!-- ****************************** ARMv8-M Mainline ****************************** --> |
| 710 | <family Dfamily="ARMv8-M Mainline" Dvendor="ARM:82"> |
| 711 | <!--book name="Device/ARM/Documents/ARMv8MML_dgug.pdf" title="ARMv8MML Device Generic Users Guide"/--> |
| 712 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 713 | Armv8-M Mainline based device with TrustZone |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 714 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 715 | <!-- debug svd="Device/ARM/SVD/ARMv8MML.svd"/ SVD files do not contain any peripheral --> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 716 | <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/> |
| 717 | <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 718 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 719 | <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 720 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 721 | |
| 722 | <device Dname="ARMv8MML"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 723 | <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] | 724 | <description> |
| 725 | no DSP Instructions, no Floating Point Unit, TrustZone |
| 726 | </description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 727 | <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML.h" define="ARMv8MML"/> |
| 728 | </device> |
| 729 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 730 | <device Dname="ARMv8MML_DSP"> |
| 731 | <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] | 732 | <description> |
| 733 | DSP Instructions, no Floating Point Unit, TrustZone |
| 734 | </description> |
Martin Günther | 3afee7b | 2016-11-03 13:25:14 +0100 | [diff] [blame] | 735 | <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] | 736 | </device> |
| 737 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 738 | <device Dname="ARMv8MML_SP"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 739 | <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] | 740 | <description> |
| 741 | no DSP Instructions, Single Precision Floating Point Unit, TrustZone |
| 742 | </description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 743 | <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML_SP.h" define="ARMv8MML_SP"/> |
| 744 | </device> |
| 745 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 746 | <device Dname="ARMv8MML_DSP_SP"> |
| 747 | <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] | 748 | <description> |
| 749 | DSP Instructions, Single Precision Floating Point Unit, TrustZone |
| 750 | </description> |
Martin Günther | 3afee7b | 2016-11-03 13:25:14 +0100 | [diff] [blame] | 751 | <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] | 752 | </device> |
| 753 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 754 | <device Dname="ARMv8MML_DP"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 755 | <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] | 756 | <description> |
| 757 | no DSP Instructions, Double Precision Floating Point Unit, TrustZone |
| 758 | </description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 759 | <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML_DP.h" define="ARMv8MML_DP"/> |
| 760 | </device> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 761 | |
| 762 | <device Dname="ARMv8MML_DSP_DP"> |
| 763 | <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] | 764 | <description> |
| 765 | DSP Instructions, Double Precision Floating Point Unit, TrustZone |
| 766 | </description> |
Martin Günther | 3afee7b | 2016-11-03 13:25:14 +0100 | [diff] [blame] | 767 | <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] | 768 | </device> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 769 | </family> |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 770 | |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 771 | <!-- ****************************** ARMv8.1-M Mainline ****************************** --> |
| 772 | <family Dfamily="ARMv8.1-M Mainline" Dvendor="ARM:82"> |
| 773 | <!--book name="Device/ARM/Documents/ARMv8MML_dgug.pdf" title="ARMv8MML Device Generic Users Guide"/--> |
| 774 | <description> |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 775 | Armv8.1-M Mainline based device with TrustZone and MVE |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 776 | </description> |
| 777 | <!-- <debug svd="Device/ARM/SVD/ARMv8MML.svd"/> --> |
Jonatan Antoni | ae553b7 | 2019-05-06 16:29:20 +0200 | [diff] [blame] | 778 | <memory id="IROM1" start="0x10000000" size="0x00200000" startup="1" default="1"/> |
| 779 | <memory id="IROM2" start="0x00000000" size="0x00200000" startup="0" default="0"/> |
Jonatan Antoni | 3942a34 | 2019-05-07 10:36:06 +0200 | [diff] [blame] | 780 | <memory id="IRAM1" start="0x30000000" size="0x00020000" init ="0" default="1"/> |
| 781 | <memory id="IRAM2" start="0x20000000" size="0x00020000" init ="0" default="0"/> |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 782 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 783 | |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 784 | |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 785 | <device Dname="ARMv81MML_DSP_DP_MVE_FP"> |
| 786 | <processor Dcore="ARMV81MML" DcoreVersion="r0p0" Dfpu="DP_FPU" Dmpu="MPU" Dmve="FP_MVE" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
| 787 | <description> |
| 788 | Double Precision Vector Extensions, DSP Instructions, Double Precision Floating Point Unit, TrustZone |
| 789 | </description> |
| 790 | <compile header="Device/ARM/ARMv81MML/Include/ARMv81MML_DSP_DP_MVE_FP.h" define="ARMv81MML_DSP_DP_MVE_FP"/> |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 791 | </device> |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 792 | </family> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 793 | |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 794 | <!-- ****************************** Cortex-A5 ****************************** --> |
| 795 | <family Dfamily="ARM Cortex A5" Dvendor="ARM:82"> |
| 796 | <book name="http://infocenter.arm.com/help/topic/com.arm.doc.ddi0433c/index.html" title="Cortex-A5 Technical Reference Manual"/> |
| 797 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 798 | The Arm Cortex-A5 processor is a high-performance, low-power, Arm macrocell with an L1 cache subsystem that provides full |
| 799 | virtual memory capabilities. The Cortex-A5 processor implements the Armv7-A architecture profile and can execute 32-bit |
| 800 | Arm instructions and 16-bit and 32-bit Thumb instructions. The Cortex-A5 is the smallest member of the Cortex-A processor family. |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 801 | </description> |
Jonatan Antoni | f288401 | 2017-08-29 16:59:49 +0200 | [diff] [blame] | 802 | |
Daniel Brondani | e4dbb8e | 2019-05-15 16:00:21 +0200 | [diff] [blame] | 803 | <memory id="IROM1" start="0x00000000" size="0x04000000" startup="1" default="1"/> <!-- 64MB NOR --> |
| 804 | <memory id="IROM2" start="0x0C000000" size="0x04000000" startup="0" default="0"/> <!-- 64MB NOR --> |
| 805 | <memory id="IRAM1" start="0x14000000" size="0x02000000" init ="0" default="1"/> <!-- 32MB SRAM --> |
| 806 | <memory id="IRAM2" start="0x80000000" size="0x40000000" init ="0" default="0"/> <!-- 1GB DRAM --> |
Jonatan Antoni | f288401 | 2017-08-29 16:59:49 +0200 | [diff] [blame] | 807 | |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 808 | <device Dname="ARMCA5"> |
Daniel Brondani | e4dbb8e | 2019-05-15 16:00:21 +0200 | [diff] [blame] | 809 | <processor Dcore="Cortex-A5" DcoreVersion="r0p1" Dfpu="DP_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="12000000"/> |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 810 | <compile header="Device/ARM/ARMCA5/Include/ARMCA5.h" define="ARMCA5"/> |
| 811 | </device> |
| 812 | </family> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 813 | |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 814 | <!-- ****************************** Cortex-A7 ****************************** --> |
| 815 | <family Dfamily="ARM Cortex A7" Dvendor="ARM:82"> |
| 816 | <book name="http://infocenter.arm.com/help/topic/com.arm.doc.ddi0464f/index.html" title="Cortex-A7 MPCore Technical Reference Manual"/> |
| 817 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 818 | The Cortex-A7 MPCore processor is a high-performance, low-power processor that implements the Armv7-A architecture. |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 819 | The Cortex-A7 MPCore processor has one to four processors in a single multiprocessor device with a L1 cache subsystem, |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 820 | an optional integrated GIC, and an optional L2 cache controller. |
| 821 | </description> |
Jonatan Antoni | f288401 | 2017-08-29 16:59:49 +0200 | [diff] [blame] | 822 | |
Daniel Brondani | e4dbb8e | 2019-05-15 16:00:21 +0200 | [diff] [blame] | 823 | <memory id="IROM1" start="0x00000000" size="0x04000000" startup="1" default="1"/> <!-- 64MB NOR --> |
| 824 | <memory id="IROM2" start="0x0C000000" size="0x04000000" startup="0" default="0"/> <!-- 64MB NOR --> |
| 825 | <memory id="IRAM1" start="0x14000000" size="0x02000000" init ="0" default="1"/> <!-- 32MB SRAM --> |
| 826 | <memory id="IRAM2" start="0x80000000" size="0x40000000" init ="0" default="0"/> <!-- 1GB DRAM --> |
Jonatan Antoni | f288401 | 2017-08-29 16:59:49 +0200 | [diff] [blame] | 827 | |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 828 | <device Dname="ARMCA7"> |
Daniel Brondani | e4dbb8e | 2019-05-15 16:00:21 +0200 | [diff] [blame] | 829 | <processor Dcore="Cortex-A7" DcoreVersion="r0p5" Dfpu="DP_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="12000000"/> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 830 | <compile header="Device/ARM/ARMCA7/Include/ARMCA7.h" define="ARMCA7"/> |
| 831 | </device> |
| 832 | </family> |
| 833 | |
| 834 | <!-- ****************************** Cortex-A9 ****************************** --> |
| 835 | <family Dfamily="ARM Cortex A9" Dvendor="ARM:82"> |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 836 | <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] | 837 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 838 | The Cortex-A9 processor is a high-performance, low-power, Arm macrocell with an L1 cache subsystem that provides full virtual memory capabilities. |
| 839 | The Cortex-A9 processor implements the Armv7-A architecture and runs 32-bit Arm instructions, 16-bit and 32-bit Thumb instructions, |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 840 | and 8-bit Java bytecodes in Jazelle state. |
| 841 | </description> |
| 842 | |
Daniel Brondani | e4dbb8e | 2019-05-15 16:00:21 +0200 | [diff] [blame] | 843 | <memory id="IROM1" start="0x00000000" size="0x04000000" startup="1" default="1"/> <!-- 64MB NOR --> |
| 844 | <memory id="IROM2" start="0x0C000000" size="0x04000000" startup="0" default="0"/> <!-- 64MB NOR --> |
| 845 | <memory id="IRAM1" start="0x14000000" size="0x02000000" init ="0" default="1"/> <!-- 32MB SRAM --> |
| 846 | <memory id="IRAM2" start="0x80000000" size="0x40000000" init ="0" default="0"/> <!-- 1GB DRAM --> |
Jonatan Antoni | f288401 | 2017-08-29 16:59:49 +0200 | [diff] [blame] | 847 | |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 848 | <device Dname="ARMCA9"> |
Daniel Brondani | e4dbb8e | 2019-05-15 16:00:21 +0200 | [diff] [blame] | 849 | <processor Dcore="Cortex-A9" DcoreVersion="r4p1" Dfpu="DP_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="12000000"/> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 850 | <compile header="Device/ARM/ARMCA9/Include/ARMCA9.h" define="ARMCA9"/> |
| 851 | </device> |
| 852 | </family> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 853 | </devices> |
| 854 | |
| 855 | |
| 856 | <apis> |
Robert Rostohar | 6e5621b | 2017-06-09 12:55:56 +0200 | [diff] [blame] | 857 | <!-- CMSIS Device API --> |
Vladimir Umek | c852bdd | 2017-07-03 09:19:47 +0200 | [diff] [blame] | 858 | <api Cclass="Device" Cgroup="IRQ Controller" Capiversion="1.0.0" exclusive="1"> |
| 859 | <description>Device interrupt controller interface</description> |
| 860 | <files> |
| 861 | <file category="header" name="CMSIS/Core_A/Include/irq_ctrl.h"/> |
| 862 | </files> |
| 863 | </api> |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 864 | <api Cclass="Device" Cgroup="OS Tick" Capiversion="1.0.1" exclusive="1"> |
Robert Rostohar | aeb6dd5 | 2017-06-09 14:17:43 +0200 | [diff] [blame] | 865 | <description>RTOS Kernel system tick timer interface</description> |
Robert Rostohar | 6e5621b | 2017-06-09 12:55:56 +0200 | [diff] [blame] | 866 | <files> |
| 867 | <file category="header" name="CMSIS/RTOS2/Include/os_tick.h"/> |
| 868 | </files> |
| 869 | </api> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 870 | <!-- CMSIS-RTOS API --> |
Robert Rostohar | eff0677 | 2017-01-12 11:19:01 +0100 | [diff] [blame] | 871 | <api Cclass="CMSIS" Cgroup="RTOS" Capiversion="1.0.0" exclusive="1"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 872 | <description>CMSIS-RTOS API for Cortex-M, SC000, and SC300</description> |
| 873 | <files> |
| 874 | <file category="doc" name="CMSIS/Documentation/RTOS/html/index.html"/> |
| 875 | </files> |
| 876 | </api> |
Robert Rostohar | f7d6092 | 2018-06-18 13:43:04 +0200 | [diff] [blame] | 877 | <api Cclass="CMSIS" Cgroup="RTOS2" Capiversion="2.1.3" exclusive="1"> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 878 | <description>CMSIS-RTOS API for Cortex-M, SC000, and SC300</description> |
| 879 | <files> |
| 880 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/index.html"/> |
Robert Rostohar | 0a36405 | 2017-01-25 12:35:54 +0100 | [diff] [blame] | 881 | <file category="header" name="CMSIS/RTOS2/Include/cmsis_os2.h"/> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 882 | </files> |
| 883 | </api> |
Robert Rostohar | 9470b0b | 2017-06-09 09:38:31 +0200 | [diff] [blame] | 884 | <!-- CMSIS Driver API --> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 885 | <api Cclass="CMSIS Driver" Cgroup="USART" Capiversion="2.4.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 886 | <description>USART Driver API for Cortex-M</description> |
| 887 | <files> |
| 888 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__usart__interface__gr.html" /> |
| 889 | <file category="header" name="CMSIS/Driver/Include/Driver_USART.h" /> |
| 890 | </files> |
| 891 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 892 | <api Cclass="CMSIS Driver" Cgroup="SPI" Capiversion="2.3.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 893 | <description>SPI Driver API for Cortex-M</description> |
| 894 | <files> |
| 895 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__spi__interface__gr.html" /> |
| 896 | <file category="header" name="CMSIS/Driver/Include/Driver_SPI.h" /> |
| 897 | </files> |
| 898 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 899 | <api Cclass="CMSIS Driver" Cgroup="SAI" Capiversion="1.2.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 900 | <description>SAI Driver API for Cortex-M</description> |
| 901 | <files> |
| 902 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__sai__interface__gr.html"/> |
| 903 | <file category="header" name="CMSIS/Driver/Include/Driver_SAI.h" /> |
| 904 | </files> |
| 905 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 906 | <api Cclass="CMSIS Driver" Cgroup="I2C" Capiversion="2.4.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 907 | <description>I2C Driver API for Cortex-M</description> |
| 908 | <files> |
| 909 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__i2c__interface__gr.html"/> |
| 910 | <file category="header" name="CMSIS/Driver/Include/Driver_I2C.h" /> |
| 911 | </files> |
| 912 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 913 | <api Cclass="CMSIS Driver" Cgroup="CAN" Capiversion="1.3.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 914 | <description>CAN Driver API for Cortex-M</description> |
| 915 | <files> |
| 916 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__can__interface__gr.html"/> |
| 917 | <file category="header" name="CMSIS/Driver/Include/Driver_CAN.h" /> |
| 918 | </files> |
| 919 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 920 | <api Cclass="CMSIS Driver" Cgroup="Flash" Capiversion="2.3.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 921 | <description>Flash Driver API for Cortex-M</description> |
| 922 | <files> |
| 923 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__flash__interface__gr.html" /> |
| 924 | <file category="header" name="CMSIS/Driver/Include/Driver_Flash.h" /> |
| 925 | </files> |
| 926 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 927 | <api Cclass="CMSIS Driver" Cgroup="MCI" Capiversion="2.4.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 928 | <description>MCI Driver API for Cortex-M</description> |
| 929 | <files> |
| 930 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__mci__interface__gr.html" /> |
| 931 | <file category="header" name="CMSIS/Driver/Include/Driver_MCI.h" /> |
| 932 | </files> |
| 933 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 934 | <api Cclass="CMSIS Driver" Cgroup="NAND" Capiversion="2.4.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 935 | <description>NAND Flash Driver API for Cortex-M</description> |
| 936 | <files> |
| 937 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__nand__interface__gr.html" /> |
| 938 | <file category="header" name="CMSIS/Driver/Include/Driver_NAND.h" /> |
| 939 | </files> |
| 940 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 941 | <api Cclass="CMSIS Driver" Cgroup="Ethernet" Capiversion="2.2.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 942 | <description>Ethernet MAC and PHY Driver API for Cortex-M</description> |
| 943 | <files> |
| 944 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__eth__interface__gr.html" /> |
| 945 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" /> |
| 946 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" /> |
| 947 | </files> |
| 948 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 949 | <api Cclass="CMSIS Driver" Cgroup="Ethernet MAC" Capiversion="2.2.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 950 | <description>Ethernet MAC Driver API for Cortex-M</description> |
| 951 | <files> |
| 952 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__eth__mac__interface__gr.html" /> |
| 953 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" /> |
| 954 | </files> |
| 955 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 956 | <api Cclass="CMSIS Driver" Cgroup="Ethernet PHY" Capiversion="2.2.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 957 | <description>Ethernet PHY Driver API for Cortex-M</description> |
| 958 | <files> |
| 959 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__eth__phy__interface__gr.html" /> |
| 960 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" /> |
| 961 | </files> |
| 962 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 963 | <api Cclass="CMSIS Driver" Cgroup="USB Device" Capiversion="2.3.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 964 | <description>USB Device Driver API for Cortex-M</description> |
| 965 | <files> |
| 966 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__usbd__interface__gr.html" /> |
| 967 | <file category="header" name="CMSIS/Driver/Include/Driver_USBD.h" /> |
| 968 | </files> |
| 969 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 970 | <api Cclass="CMSIS Driver" Cgroup="USB Host" Capiversion="2.3.0" exclusive="0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 971 | <description>USB Host Driver API for Cortex-M</description> |
| 972 | <files> |
| 973 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__usbh__interface__gr.html" /> |
| 974 | <file category="header" name="CMSIS/Driver/Include/Driver_USBH.h" /> |
| 975 | </files> |
| 976 | </api> |
Robert Rostohar | dae2f7c | 2020-01-24 14:37:40 +0100 | [diff] [blame] | 977 | <api Cclass="CMSIS Driver" Cgroup="WiFi" Capiversion="1.1.0" exclusive="0"> |
Robert Rostohar | 688e536 | 2019-02-14 10:37:45 +0100 | [diff] [blame] | 978 | <description>WiFi driver</description> |
| 979 | <files> |
Robert Rostohar | 92eb2ea | 2020-03-23 12:48:04 +0100 | [diff] [blame] | 980 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__wifi__interface__gr.html" /> |
Joachim Krech | 22cc8f7 | 2019-03-15 17:55:09 +0100 | [diff] [blame] | 981 | <file category="header" name="CMSIS/Driver/Include/Driver_WiFi.h" /> |
Robert Rostohar | 688e536 | 2019-02-14 10:37:45 +0100 | [diff] [blame] | 982 | </files> |
| 983 | </api> |
Robert Rostohar | 56cbb68 | 2020-03-19 13:31:52 +0100 | [diff] [blame] | 984 | <api Cclass="CMSIS Driver" Cgroup="VIO" Capiversion="0.1.0" exclusive="1"> |
| 985 | <description>Virtual I/O</description> |
| 986 | <files> |
Robert Rostohar | 92eb2ea | 2020-03-23 12:48:04 +0100 | [diff] [blame] | 987 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__vio__interface__gr.html" /> |
Robert Rostohar | 56cbb68 | 2020-03-19 13:31:52 +0100 | [diff] [blame] | 988 | <file category="header" name="CMSIS/Driver/VIO/Include/cmsis_vio.h" /> |
Robert Rostohar | 92eb2ea | 2020-03-23 12:48:04 +0100 | [diff] [blame] | 989 | <file category="other" name="CMSIS/Driver/VIO/cmsis_vio.scvd" /> |
Robert Rostohar | 56cbb68 | 2020-03-19 13:31:52 +0100 | [diff] [blame] | 990 | </files> |
| 991 | </api> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 992 | </apis> |
| 993 | |
| 994 | <!-- conditions are dependency rules that can apply to a component or an individual file --> |
| 995 | <conditions> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 996 | <!-- compiler --> |
Daniel Brondani | 7bfe5d0 | 2017-04-13 15:56:17 +0200 | [diff] [blame] | 997 | <condition id="ARMCC6"> |
Robert Rostohar | ff9fa5b | 2017-04-19 11:55:58 +0200 | [diff] [blame] | 998 | <accept Tcompiler="ARMCC" Toptions="AC6"/> |
| 999 | <accept Tcompiler="ARMCC" Toptions="AC6LTO"/> |
Daniel Brondani | 7bfe5d0 | 2017-04-13 15:56:17 +0200 | [diff] [blame] | 1000 | </condition> |
Jonatan Antoni | c34d532 | 2017-04-25 09:32:40 +0200 | [diff] [blame] | 1001 | <condition id="ARMCC5"> |
Daniel Brondani | 7bfe5d0 | 2017-04-13 15:56:17 +0200 | [diff] [blame] | 1002 | <require Tcompiler="ARMCC" Toptions="AC5"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1003 | </condition> |
Jonatan Antoni | c34d532 | 2017-04-25 09:32:40 +0200 | [diff] [blame] | 1004 | <condition id="ARMCC"> |
| 1005 | <require Tcompiler="ARMCC"/> |
| 1006 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1007 | <condition id="GCC"> |
| 1008 | <require Tcompiler="GCC"/> |
| 1009 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1010 | <condition id="IAR"> |
| 1011 | <require Tcompiler="IAR"/> |
| 1012 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1013 | <condition id="ARMCC GCC"> |
| 1014 | <accept Tcompiler="ARMCC"/> |
| 1015 | <accept Tcompiler="GCC"/> |
| 1016 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1017 | <condition id="ARMCC GCC IAR"> |
| 1018 | <accept Tcompiler="ARMCC"/> |
| 1019 | <accept Tcompiler="GCC"/> |
| 1020 | <accept Tcompiler="IAR"/> |
| 1021 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1022 | |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1023 | <!-- Arm architecture --> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1024 | <condition id="ARMv6-M Device"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1025 | <description>Armv6-M architecture based device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1026 | <accept Dcore="Cortex-M0"/> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 1027 | <accept Dcore="Cortex-M1"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1028 | <accept Dcore="Cortex-M0+"/> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1029 | <accept Dcore="SC000"/> |
| 1030 | </condition> |
| 1031 | <condition id="ARMv7-M Device"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1032 | <description>Armv7-M architecture based device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1033 | <accept Dcore="Cortex-M3"/> |
| 1034 | <accept Dcore="Cortex-M4"/> |
| 1035 | <accept Dcore="Cortex-M7"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1036 | <accept Dcore="SC300"/> |
| 1037 | </condition> |
Christopher Seidl | 2e8b814 | 2016-10-25 16:29:05 +0200 | [diff] [blame] | 1038 | <condition id="ARMv8-M Device"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1039 | <description>Armv8-M architecture based device</description> |
Christopher Seidl | 2e8b814 | 2016-10-25 16:29:05 +0200 | [diff] [blame] | 1040 | <accept Dcore="ARMV8MBL"/> |
| 1041 | <accept Dcore="ARMV8MML"/> |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 1042 | <accept Dcore="ARMV81MML"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1043 | <accept Dcore="Cortex-M23"/> |
| 1044 | <accept Dcore="Cortex-M33"/> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1045 | <accept Dcore="Cortex-M35P"/> |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 1046 | <accept Dcore="Cortex-M55"/> |
Christopher Seidl | 2e8b814 | 2016-10-25 16:29:05 +0200 | [diff] [blame] | 1047 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1048 | <condition id="ARMv6_7-M Device"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1049 | <description>Armv6_7-M architecture based device</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1050 | <accept condition="ARMv6-M Device"/> |
| 1051 | <accept condition="ARMv7-M Device"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1052 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1053 | <condition id="ARMv6_7_8-M Device"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1054 | <description>Armv6_7_8-M architecture based device</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1055 | <accept condition="ARMv6-M Device"/> |
| 1056 | <accept condition="ARMv7-M Device"/> |
| 1057 | <accept condition="ARMv8-M Device"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1058 | </condition> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 1059 | <condition id="ARMv7-A Device"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1060 | <description>Armv7-A architecture based device</description> |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 1061 | <accept Dcore="Cortex-A5"/> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 1062 | <accept Dcore="Cortex-A7"/> |
| 1063 | <accept Dcore="Cortex-A9"/> |
| 1064 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1065 | |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 1066 | <condition id="TrustZone"> |
| 1067 | <description>TrustZone</description> |
| 1068 | <require Dtz="TZ"/> |
| 1069 | </condition> |
| 1070 | <condition id="TZ Secure"> |
| 1071 | <description>TrustZone (Secure)</description> |
| 1072 | <require Dtz="TZ"/> |
| 1073 | <require Dsecure="Secure"/> |
| 1074 | </condition> |
| 1075 | <condition id="TZ Non-secure"> |
| 1076 | <description>TrustZone (Non-secure)</description> |
| 1077 | <require Dtz="TZ"/> |
| 1078 | <require Dsecure="Non-secure"/> |
| 1079 | </condition> |
| 1080 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1081 | <!-- ARM core --> |
| 1082 | <condition id="CM0"> |
| 1083 | <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device</description> |
| 1084 | <accept Dcore="Cortex-M0"/> |
| 1085 | <accept Dcore="Cortex-M0+"/> |
| 1086 | <accept Dcore="SC000"/> |
| 1087 | </condition> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 1088 | <condition id="CM1"> |
| 1089 | <description>Cortex-M1</description> |
| 1090 | <require Dcore="Cortex-M1"/> |
| 1091 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1092 | <condition id="CM3"> |
| 1093 | <description>Cortex-M3 or SC300 processor based device</description> |
| 1094 | <accept Dcore="Cortex-M3"/> |
| 1095 | <accept Dcore="SC300"/> |
| 1096 | </condition> |
| 1097 | <condition id="CM4"> |
| 1098 | <description>Cortex-M4 processor based device</description> |
| 1099 | <require Dcore="Cortex-M4" Dfpu="NO_FPU"/> |
| 1100 | </condition> |
| 1101 | <condition id="CM4_FP"> |
| 1102 | <description>Cortex-M4 processor based device using Floating Point Unit</description> |
Jonatan Antoni | 020309a | 2017-11-09 13:38:36 +0100 | [diff] [blame] | 1103 | <accept Dcore="Cortex-M4" Dfpu="FPU"/> |
| 1104 | <accept Dcore="Cortex-M4" Dfpu="SP_FPU"/> |
| 1105 | <accept Dcore="Cortex-M4" Dfpu="DP_FPU"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1106 | </condition> |
| 1107 | <condition id="CM7"> |
| 1108 | <description>Cortex-M7 processor based device</description> |
| 1109 | <require Dcore="Cortex-M7" Dfpu="NO_FPU"/> |
| 1110 | </condition> |
| 1111 | <condition id="CM7_FP"> |
| 1112 | <description>Cortex-M7 processor based device using Floating Point Unit</description> |
| 1113 | <accept Dcore="Cortex-M7" Dfpu="SP_FPU"/> |
| 1114 | <accept Dcore="Cortex-M7" Dfpu="DP_FPU"/> |
| 1115 | </condition> |
| 1116 | <condition id="CM7_SP"> |
| 1117 | <description>Cortex-M7 processor based device using Floating Point Unit (SP)</description> |
| 1118 | <require Dcore="Cortex-M7" Dfpu="SP_FPU"/> |
| 1119 | </condition> |
| 1120 | <condition id="CM7_DP"> |
| 1121 | <description>Cortex-M7 processor based device using Floating Point Unit (DP)</description> |
| 1122 | <require Dcore="Cortex-M7" Dfpu="DP_FPU"/> |
| 1123 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1124 | <condition id="CM23"> |
| 1125 | <description>Cortex-M23 processor based device</description> |
| 1126 | <require Dcore="Cortex-M23"/> |
| 1127 | </condition> |
| 1128 | <condition id="CM33"> |
| 1129 | <description>Cortex-M33 processor based device</description> |
| 1130 | <require Dcore="Cortex-M33" Dfpu="NO_FPU"/> |
| 1131 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1132 | <condition id="CM33_FP"> |
| 1133 | <description>Cortex-M33 processor based device using Floating Point Unit</description> |
| 1134 | <require Dcore="Cortex-M33" Dfpu="SP_FPU"/> |
| 1135 | </condition> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1136 | <condition id="CM35P"> |
| 1137 | <description>Cortex-M35P processor based device</description> |
| 1138 | <require Dcore="Cortex-M35P" Dfpu="NO_FPU"/> |
| 1139 | </condition> |
| 1140 | <condition id="CM35P_FP"> |
| 1141 | <description>Cortex-M35P processor based device using Floating Point Unit</description> |
| 1142 | <require Dcore="Cortex-M35P" Dfpu="SP_FPU"/> |
| 1143 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1144 | <condition id="ARMv8MBL"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1145 | <description>Armv8-M Baseline processor based device</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1146 | <require Dcore="ARMV8MBL"/> |
| 1147 | </condition> |
| 1148 | <condition id="ARMv8MML"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1149 | <description>Armv8-M Mainline processor based device</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1150 | <require Dcore="ARMV8MML" Dfpu="NO_FPU"/> |
| 1151 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1152 | <condition id="ARMv8MML_FP"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1153 | <description>Armv8-M Mainline processor based device using Floating Point Unit</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1154 | <accept Dcore="ARMV8MML" Dfpu="SP_FPU"/> |
| 1155 | <accept Dcore="ARMV8MML" Dfpu="DP_FPU"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1156 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1157 | |
| 1158 | <condition id="CM33_NODSP_NOFPU"> |
| 1159 | <description>CM33, no DSP, no FPU</description> |
| 1160 | <require Dcore="Cortex-M33" Ddsp="NO_DSP" Dfpu="NO_FPU"/> |
| 1161 | </condition> |
| 1162 | <condition id="CM33_DSP_NOFPU"> |
| 1163 | <description>CM33, DSP, no FPU</description> |
| 1164 | <require Dcore="Cortex-M33" Ddsp="DSP" Dfpu="NO_FPU"/> |
| 1165 | </condition> |
| 1166 | <condition id="CM33_NODSP_SP"> |
| 1167 | <description>CM33, no DSP, SP FPU</description> |
| 1168 | <require Dcore="Cortex-M33" Ddsp="NO_DSP" Dfpu="SP_FPU"/> |
| 1169 | </condition> |
| 1170 | <condition id="CM33_DSP_SP"> |
| 1171 | <description>CM33, DSP, SP FPU</description> |
| 1172 | <require Dcore="Cortex-M33" Ddsp="DSP" Dfpu="SP_FPU"/> |
| 1173 | </condition> |
| 1174 | |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1175 | <condition id="CM35P_NODSP_NOFPU"> |
| 1176 | <description>CM35P, no DSP, no FPU</description> |
| 1177 | <require Dcore="Cortex-M35P" Ddsp="NO_DSP" Dfpu="NO_FPU"/> |
| 1178 | </condition> |
| 1179 | <condition id="CM35P_DSP_NOFPU"> |
| 1180 | <description>CM35P, DSP, no FPU</description> |
| 1181 | <require Dcore="Cortex-M35P" Ddsp="DSP" Dfpu="NO_FPU"/> |
| 1182 | </condition> |
| 1183 | <condition id="CM35P_NODSP_SP"> |
| 1184 | <description>CM35P, no DSP, SP FPU</description> |
| 1185 | <require Dcore="Cortex-M35P" Ddsp="NO_DSP" Dfpu="SP_FPU"/> |
| 1186 | </condition> |
| 1187 | <condition id="CM35P_DSP_SP"> |
| 1188 | <description>CM35P, DSP, SP FPU</description> |
| 1189 | <require Dcore="Cortex-M35P" Ddsp="DSP" Dfpu="SP_FPU"/> |
| 1190 | </condition> |
| 1191 | |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 1192 | <condition id="CM55_NOFPU_NOMVE"> |
| 1193 | <description>Cortex-M55, no FPU, no MVE</description> |
| 1194 | <require Dcore="Cortex-M55" Dfpu="NO_FPU" Dmve="NO_MVE"/> |
| 1195 | </condition> |
| 1196 | <condition id="CM55_NOFPU_MVE"> |
| 1197 | <description>Cortex-M55, no FPU, MVE</description> |
| 1198 | <accept Dcore="Cortex-M55" Dfpu="NO_FPU" Dmve="MVE"/> |
| 1199 | <accept Dcore="Cortex-M55" Dfpu="NO_FPU" Dmve="FP_MVE"/> |
Robert Rostohar | de6e384 | 2020-03-20 15:20:01 +0100 | [diff] [blame] | 1200 | </condition> |
| 1201 | <condition id="CM55_FPU"> |
| 1202 | <description>Cortex-M55, FPU</description> |
| 1203 | <accept Dcore="Cortex-M55" Dfpu="SP_FPU"/> |
| 1204 | <accept Dcore="Cortex-M55" Dfpu="DP_FPU"/> |
| 1205 | </condition> |
| 1206 | |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1207 | <condition id="ARMv8MML_NODSP_NOFPU"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1208 | <description>Armv8-M Mainline, no DSP, no FPU</description> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1209 | <require Dcore="ARMV8MML" Ddsp="NO_DSP" Dfpu="NO_FPU"/> |
| 1210 | </condition> |
| 1211 | <condition id="ARMv8MML_DSP_NOFPU"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1212 | <description>Armv8-M Mainline, DSP, no FPU</description> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1213 | <require Dcore="ARMV8MML" Ddsp="DSP" Dfpu="NO_FPU"/> |
| 1214 | </condition> |
| 1215 | <condition id="ARMv8MML_NODSP_SP"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1216 | <description>Armv8-M Mainline, no DSP, SP FPU</description> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1217 | <require Dcore="ARMV8MML" Ddsp="NO_DSP" Dfpu="SP_FPU"/> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1218 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1219 | <condition id="ARMv8MML_DSP_SP"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1220 | <description>Armv8-M Mainline, DSP, SP FPU</description> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1221 | <require Dcore="ARMV8MML" Ddsp="DSP" Dfpu="SP_FPU"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1222 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1223 | |
Vladimir Umek | bed0759 | 2017-06-14 14:35:26 +0200 | [diff] [blame] | 1224 | <condition id="CA5_CA9"> |
| 1225 | <description>Cortex-A5 or Cortex-A9 processor based device</description> |
| 1226 | <accept Dcore="Cortex-A5"/> |
| 1227 | <accept Dcore="Cortex-A9"/> |
| 1228 | </condition> |
| 1229 | |
Daniel Brondani | 650abfe | 2017-07-24 15:35:57 +0200 | [diff] [blame] | 1230 | <condition id="CA7"> |
| 1231 | <description>Cortex-A7 processor based device</description> |
| 1232 | <accept Dcore="Cortex-A7"/> |
| 1233 | </condition> |
| 1234 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1235 | <!-- ARMCC compiler --> |
Jonatan Antoni | c34d532 | 2017-04-25 09:32:40 +0200 | [diff] [blame] | 1236 | <condition id="CA_ARMCC5"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1237 | <description>Cortex-A5, Cortex-A7 or Cortex-A9 processor based device for the Arm Compiler 5</description> |
Robert Rostohar | ff9fa5b | 2017-04-19 11:55:58 +0200 | [diff] [blame] | 1238 | <require condition="ARMv7-A Device"/> |
Jonatan Antoni | c34d532 | 2017-04-25 09:32:40 +0200 | [diff] [blame] | 1239 | <require condition="ARMCC5"/> |
Jonatan Antoni | 41e74d5 | 2017-04-21 14:42:00 +0200 | [diff] [blame] | 1240 | </condition> |
Jonatan Antoni | c34d532 | 2017-04-25 09:32:40 +0200 | [diff] [blame] | 1241 | <condition id="CA_ARMCC6"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1242 | <description>Cortex-A5, Cortex-A7 or Cortex-A9 processor based device for the Arm Compiler 6</description> |
Jonatan Antoni | 41e74d5 | 2017-04-21 14:42:00 +0200 | [diff] [blame] | 1243 | <require condition="ARMv7-A Device"/> |
| 1244 | <require condition="ARMCC6"/> |
Robert Rostohar | ff9fa5b | 2017-04-19 11:55:58 +0200 | [diff] [blame] | 1245 | </condition> |
| 1246 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1247 | <condition id="CM0_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1248 | <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device for the Arm Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1249 | <require condition="CM0"/> |
| 1250 | <require Tcompiler="ARMCC"/> |
| 1251 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1252 | <condition id="CM0_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1253 | <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] | 1254 | <require condition="CM0_ARMCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1255 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1256 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1257 | <condition id="CM0_BE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1258 | <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] | 1259 | <require condition="CM0_ARMCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1260 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1261 | </condition> |
| 1262 | |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 1263 | <condition id="CM1_ARMCC"> |
| 1264 | <description>Cortex-M1 based device for the Arm Compiler</description> |
| 1265 | <require condition="CM1"/> |
| 1266 | <require Tcompiler="ARMCC"/> |
| 1267 | </condition> |
| 1268 | <condition id="CM1_LE_ARMCC"> |
| 1269 | <description>Cortex-M1 based device in little endian mode for the Arm Compiler</description> |
| 1270 | <require condition="CM1_ARMCC"/> |
| 1271 | <require Dendian="Little-endian"/> |
| 1272 | </condition> |
| 1273 | <condition id="CM1_BE_ARMCC"> |
| 1274 | <description>Cortex-M1 based device in big endian mode for the Arm Compiler</description> |
| 1275 | <require condition="CM1_ARMCC"/> |
| 1276 | <require Dendian="Big-endian"/> |
| 1277 | </condition> |
| 1278 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1279 | <condition id="CM3_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1280 | <description>Cortex-M3 or SC300 processor based device for the Arm Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1281 | <require condition="CM3"/> |
| 1282 | <require Tcompiler="ARMCC"/> |
| 1283 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1284 | <condition id="CM3_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1285 | <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] | 1286 | <require condition="CM3_ARMCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1287 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1288 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1289 | <condition id="CM3_BE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1290 | <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] | 1291 | <require condition="CM3_ARMCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1292 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1293 | </condition> |
| 1294 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1295 | <condition id="CM4_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1296 | <description>Cortex-M4 processor based device for the Arm Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1297 | <require condition="CM4"/> |
| 1298 | <require Tcompiler="ARMCC"/> |
| 1299 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1300 | <condition id="CM4_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1301 | <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] | 1302 | <require condition="CM4_ARMCC"/> |
| 1303 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1304 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1305 | <condition id="CM4_BE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1306 | <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] | 1307 | <require condition="CM4_ARMCC"/> |
| 1308 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1309 | </condition> |
| 1310 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1311 | <condition id="CM4_FP_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1312 | <description>Cortex-M4 processor based device using Floating Point Unit for the Arm Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1313 | <require condition="CM4_FP"/> |
| 1314 | <require Tcompiler="ARMCC"/> |
| 1315 | </condition> |
| 1316 | <condition id="CM4_FP_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1317 | <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] | 1318 | <require condition="CM4_FP_ARMCC"/> |
| 1319 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1320 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1321 | <condition id="CM4_FP_BE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1322 | <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] | 1323 | <require condition="CM4_FP_ARMCC"/> |
| 1324 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1325 | </condition> |
| 1326 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1327 | <condition id="CM7_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1328 | <description>Cortex-M7 processor based device for the Arm Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1329 | <require condition="CM7"/> |
| 1330 | <require Tcompiler="ARMCC"/> |
| 1331 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1332 | <condition id="CM7_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1333 | <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] | 1334 | <require condition="CM7_ARMCC"/> |
| 1335 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1336 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1337 | <condition id="CM7_BE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1338 | <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] | 1339 | <require condition="CM7_ARMCC"/> |
| 1340 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1341 | </condition> |
| 1342 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1343 | <condition id="CM7_FP_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1344 | <description>Cortex-M7 processor based device using Floating Point Unit for the Arm Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1345 | <require condition="CM7_FP"/> |
| 1346 | <require Tcompiler="ARMCC"/> |
| 1347 | </condition> |
| 1348 | <condition id="CM7_FP_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1349 | <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] | 1350 | <require condition="CM7_FP_ARMCC"/> |
| 1351 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1352 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1353 | <condition id="CM7_FP_BE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1354 | <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] | 1355 | <require condition="CM7_FP_ARMCC"/> |
| 1356 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1357 | </condition> |
| 1358 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1359 | <condition id="CM7_SP_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1360 | <description>Cortex-M7 processor based device using Floating Point Unit (SP) for the Arm Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1361 | <require condition="CM7_SP"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1362 | <require Tcompiler="ARMCC"/> |
| 1363 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1364 | <condition id="CM7_SP_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1365 | <description>Cortex-M7 processor based device using Floating Point Unit (SP) in little endian mode for the Arm Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1366 | <require condition="CM7_SP_ARMCC"/> |
| 1367 | <require Dendian="Little-endian"/> |
| 1368 | </condition> |
| 1369 | <condition id="CM7_SP_BE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1370 | <description>Cortex-M7 processor based device using Floating Point Unit (SP) in big endian mode for the Arm Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1371 | <require condition="CM7_SP_ARMCC"/> |
| 1372 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1373 | </condition> |
| 1374 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1375 | <condition id="CM7_DP_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1376 | <description>Cortex-M7 processor based device using Floating Point Unit (DP) for the Arm Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1377 | <require condition="CM7_DP"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1378 | <require Tcompiler="ARMCC"/> |
| 1379 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1380 | <condition id="CM7_DP_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1381 | <description>Cortex-M7 processor based device using Floating Point Unit (DP) in little endian mode for the Arm Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1382 | <require condition="CM7_DP_ARMCC"/> |
| 1383 | <require Dendian="Little-endian"/> |
| 1384 | </condition> |
| 1385 | <condition id="CM7_DP_BE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1386 | <description>Cortex-M7 processor based device using Floating Point Unit (DP) in big endian mode for the Arm Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1387 | <require condition="CM7_DP_ARMCC"/> |
| 1388 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1389 | </condition> |
| 1390 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1391 | <condition id="CM23_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1392 | <description>Cortex-M23 processor based device for the Arm Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1393 | <require condition="CM23"/> |
| 1394 | <require Tcompiler="ARMCC"/> |
| 1395 | </condition> |
| 1396 | <condition id="CM23_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1397 | <description>Cortex-M23 processor based device in little endian mode for the Arm Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1398 | <require condition="CM23_ARMCC"/> |
| 1399 | <require Dendian="Little-endian"/> |
| 1400 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1401 | |
| 1402 | <condition id="CM33_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1403 | <description>Cortex-M33 processor based device for the Arm Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1404 | <require condition="CM33"/> |
| 1405 | <require Tcompiler="ARMCC"/> |
| 1406 | </condition> |
| 1407 | <condition id="CM33_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1408 | <description>Cortex-M33 processor based device in little endian mode for the Arm Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1409 | <require condition="CM33_ARMCC"/> |
| 1410 | <require Dendian="Little-endian"/> |
| 1411 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1412 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1413 | <condition id="CM33_FP_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1414 | <description>Cortex-M33 processor based device using Floating Point Unit for the Arm Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1415 | <require condition="CM33_FP"/> |
| 1416 | <require Tcompiler="ARMCC"/> |
| 1417 | </condition> |
| 1418 | <condition id="CM33_FP_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1419 | <description>Cortex-M33 processor based device using Floating Point Unit in little endian mode for the Arm Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1420 | <require condition="CM33_FP_ARMCC"/> |
| 1421 | <require Dendian="Little-endian"/> |
| 1422 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1423 | |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1424 | <condition id="CM33_NODSP_NOFPU_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1425 | <description>Cortex-M33 processor, no DSP, no FPU, Arm Compiler</description> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1426 | <require condition="CM33_NODSP_NOFPU"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1427 | <require Tcompiler="ARMCC"/> |
| 1428 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1429 | <condition id="CM33_DSP_NOFPU_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1430 | <description>Cortex-M33 processor, DSP, no FPU, Arm Compiler</description> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1431 | <require condition="CM33_DSP_NOFPU"/> |
| 1432 | <require Tcompiler="ARMCC"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1433 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1434 | <condition id="CM33_NODSP_SP_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1435 | <description>Cortex-M33 processor, no DSP, SP FPU, Arm Compiler</description> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1436 | <require condition="CM33_NODSP_SP"/> |
| 1437 | <require Tcompiler="ARMCC"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1438 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1439 | <condition id="CM33_DSP_SP_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1440 | <description>Cortex-M33 processor, DSP, SP FPU, Arm Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1441 | <require condition="CM33_DSP_SP"/> |
| 1442 | <require Tcompiler="ARMCC"/> |
| 1443 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1444 | <condition id="CM33_NODSP_NOFPU_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1445 | <description>Cortex-M33 processor, little endian, no DSP, no FPU, Arm Compiler</description> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1446 | <require condition="CM33_NODSP_NOFPU_ARMCC"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1447 | <require Dendian="Little-endian"/> |
| 1448 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1449 | <condition id="CM33_DSP_NOFPU_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1450 | <description>Cortex-M33 processor, little endian, DSP, no FPU, Arm Compiler</description> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1451 | <require condition="CM33_DSP_NOFPU_ARMCC"/> |
| 1452 | <require Dendian="Little-endian"/> |
| 1453 | </condition> |
| 1454 | <condition id="CM33_NODSP_SP_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1455 | <description>Cortex-M33 processor, little endian, no DSP, SP FPU, Arm Compiler</description> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1456 | <require condition="CM33_NODSP_SP_ARMCC"/> |
| 1457 | <require Dendian="Little-endian"/> |
| 1458 | </condition> |
| 1459 | <condition id="CM33_DSP_SP_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1460 | <description>Cortex-M33 processor, little endian, DSP, SP FPU, Arm Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1461 | <require condition="CM33_DSP_SP_ARMCC"/> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1462 | <require Dendian="Little-endian"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1463 | </condition> |
| 1464 | |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1465 | <condition id="CM35P_ARMCC"> |
| 1466 | <description>Cortex-M35P processor based device for the Arm Compiler</description> |
| 1467 | <require condition="CM35P"/> |
| 1468 | <require Tcompiler="ARMCC"/> |
| 1469 | </condition> |
| 1470 | <condition id="CM35P_LE_ARMCC"> |
| 1471 | <description>Cortex-M35P processor based device in little endian mode for the Arm Compiler</description> |
| 1472 | <require condition="CM35P_ARMCC"/> |
| 1473 | <require Dendian="Little-endian"/> |
| 1474 | </condition> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1475 | |
| 1476 | <condition id="CM35P_FP_ARMCC"> |
| 1477 | <description>Cortex-M35P processor based device using Floating Point Unit for the Arm Compiler</description> |
| 1478 | <require condition="CM35P_FP"/> |
| 1479 | <require Tcompiler="ARMCC"/> |
| 1480 | </condition> |
| 1481 | <condition id="CM35P_FP_LE_ARMCC"> |
| 1482 | <description>Cortex-M35P processor based device using Floating Point Unit in little endian mode for the Arm Compiler</description> |
| 1483 | <require condition="CM35P_FP_ARMCC"/> |
| 1484 | <require Dendian="Little-endian"/> |
| 1485 | </condition> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1486 | |
| 1487 | <condition id="CM35P_NODSP_NOFPU_ARMCC"> |
| 1488 | <description>Cortex-M35P processor, no DSP, no FPU, Arm Compiler</description> |
| 1489 | <require condition="CM35P_NODSP_NOFPU"/> |
| 1490 | <require Tcompiler="ARMCC"/> |
| 1491 | </condition> |
| 1492 | <condition id="CM35P_DSP_NOFPU_ARMCC"> |
| 1493 | <description>Cortex-M35P processor, DSP, no FPU, Arm Compiler</description> |
| 1494 | <require condition="CM35P_DSP_NOFPU"/> |
| 1495 | <require Tcompiler="ARMCC"/> |
| 1496 | </condition> |
| 1497 | <condition id="CM35P_NODSP_SP_ARMCC"> |
| 1498 | <description>Cortex-M35P processor, no DSP, SP FPU, Arm Compiler</description> |
| 1499 | <require condition="CM35P_NODSP_SP"/> |
| 1500 | <require Tcompiler="ARMCC"/> |
| 1501 | </condition> |
| 1502 | <condition id="CM35P_DSP_SP_ARMCC"> |
| 1503 | <description>Cortex-M35P processor, DSP, SP FPU, Arm Compiler</description> |
| 1504 | <require condition="CM35P_DSP_SP"/> |
| 1505 | <require Tcompiler="ARMCC"/> |
| 1506 | </condition> |
| 1507 | <condition id="CM35P_NODSP_NOFPU_LE_ARMCC"> |
| 1508 | <description>Cortex-M35P processor, little endian, no DSP, no FPU, Arm Compiler</description> |
| 1509 | <require condition="CM35P_NODSP_NOFPU_ARMCC"/> |
| 1510 | <require Dendian="Little-endian"/> |
| 1511 | </condition> |
| 1512 | <condition id="CM35P_DSP_NOFPU_LE_ARMCC"> |
| 1513 | <description>Cortex-M35P processor, little endian, DSP, no FPU, Arm Compiler</description> |
| 1514 | <require condition="CM35P_DSP_NOFPU_ARMCC"/> |
| 1515 | <require Dendian="Little-endian"/> |
| 1516 | </condition> |
| 1517 | <condition id="CM35P_NODSP_SP_LE_ARMCC"> |
| 1518 | <description>Cortex-M35P processor, little endian, no DSP, SP FPU, Arm Compiler</description> |
| 1519 | <require condition="CM35P_NODSP_SP_ARMCC"/> |
| 1520 | <require Dendian="Little-endian"/> |
| 1521 | </condition> |
| 1522 | <condition id="CM35P_DSP_SP_LE_ARMCC"> |
| 1523 | <description>Cortex-M35P processor, little endian, DSP, SP FPU, Arm Compiler</description> |
| 1524 | <require condition="CM35P_DSP_SP_ARMCC"/> |
| 1525 | <require Dendian="Little-endian"/> |
| 1526 | </condition> |
| 1527 | |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 1528 | <condition id="CM55_NOFPU_NOMVE_ARMCC"> |
| 1529 | <description>Cortex-M55 processor, no FPU, no MVE, Arm Compiler</description> |
| 1530 | <require condition="CM55_NOFPU_NOMVE"/> |
Robert Rostohar | 97917cc | 2020-03-06 14:13:30 +0100 | [diff] [blame] | 1531 | <require Tcompiler="ARMCC"/> |
| 1532 | </condition> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 1533 | <condition id="CM55_NOFPU_MVE_ARMCC"> |
| 1534 | <description>Cortex-M55 processor, no FPU, MVE, Arm Compiler</description> |
| 1535 | <require condition="CM55_NOFPU_MVE"/> |
Robert Rostohar | de6e384 | 2020-03-20 15:20:01 +0100 | [diff] [blame] | 1536 | <require Tcompiler="ARMCC"/> |
| 1537 | </condition> |
| 1538 | <condition id="CM55_FPU_ARMCC"> |
| 1539 | <description>Cortex-M55 processor, FPU, Arm Compiler</description> |
| 1540 | <require condition="CM55_FPU"/> |
| 1541 | <require Tcompiler="ARMCC"/> |
| 1542 | </condition> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 1543 | <condition id="CM55_NOFPU_NOMVE_LE_ARMCC"> |
| 1544 | <description>Cortex-M55 processor, little endian, no FPU, no MVE, Arm Compiler</description> |
| 1545 | <require condition="CM55_NOFPU_NOMVE_ARMCC"/> |
Robert Rostohar | de6e384 | 2020-03-20 15:20:01 +0100 | [diff] [blame] | 1546 | <require Dendian="Little-endian"/> |
| 1547 | </condition> |
| 1548 | <condition id="CM55_FPU_LE_ARMCC"> |
| 1549 | <description>Cortex-M55 processor, little endian, FPU, Arm Compiler</description> |
| 1550 | <require condition="CM55_FPU_ARMCC"/> |
| 1551 | <require Dendian="Little-endian"/> |
| 1552 | </condition> |
| 1553 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1554 | <condition id="ARMv8MBL_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1555 | <description>Armv8-M Baseline processor based device for the Arm Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1556 | <require condition="ARMv8MBL"/> |
| 1557 | <require Tcompiler="ARMCC"/> |
| 1558 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1559 | <condition id="ARMv8MBL_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1560 | <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] | 1561 | <require condition="ARMv8MBL_ARMCC"/> |
| 1562 | <require Dendian="Little-endian"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1563 | </condition> |
| 1564 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1565 | <condition id="ARMv8MML_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1566 | <description>Armv8-M Mainline processor based device for the Arm Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1567 | <require condition="ARMv8MML"/> |
| 1568 | <require Tcompiler="ARMCC"/> |
| 1569 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1570 | <condition id="ARMv8MML_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1571 | <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] | 1572 | <require condition="ARMv8MML_ARMCC"/> |
| 1573 | <require Dendian="Little-endian"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1574 | </condition> |
| 1575 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1576 | <condition id="ARMv8MML_FP_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1577 | <description>Armv8-M Mainline processor based device using Floating Point Unit for the Arm Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1578 | <require condition="ARMv8MML_FP"/> |
| 1579 | <require Tcompiler="ARMCC"/> |
| 1580 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1581 | <condition id="ARMv8MML_FP_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1582 | <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] | 1583 | <require condition="ARMv8MML_FP_ARMCC"/> |
| 1584 | <require Dendian="Little-endian"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1585 | </condition> |
| 1586 | |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1587 | <condition id="ARMv8MML_NODSP_NOFPU_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1588 | <description>Armv8-M Mainline, no DSP, no FPU, Arm Compiler</description> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1589 | <require condition="ARMv8MML_NODSP_NOFPU"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1590 | <require Tcompiler="ARMCC"/> |
| 1591 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1592 | <condition id="ARMv8MML_DSP_NOFPU_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1593 | <description>Armv8-M Mainline, DSP, no FPU, Arm Compiler</description> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1594 | <require condition="ARMv8MML_DSP_NOFPU"/> |
| 1595 | <require Tcompiler="ARMCC"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1596 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1597 | <condition id="ARMv8MML_NODSP_SP_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1598 | <description>Armv8-M Mainline, no DSP, SP FPU, Arm Compiler</description> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1599 | <require condition="ARMv8MML_NODSP_SP"/> |
| 1600 | <require Tcompiler="ARMCC"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1601 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1602 | <condition id="ARMv8MML_DSP_SP_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1603 | <description>Armv8-M Mainline, DSP, SP FPU, Arm Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1604 | <require condition="ARMv8MML_DSP_SP"/> |
| 1605 | <require Tcompiler="ARMCC"/> |
| 1606 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1607 | <condition id="ARMv8MML_NODSP_NOFPU_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1608 | <description>Armv8-M Mainline, little endian, no DSP, no FPU, Arm Compiler</description> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1609 | <require condition="ARMv8MML_NODSP_NOFPU_ARMCC"/> |
| 1610 | <require Dendian="Little-endian"/> |
| 1611 | </condition> |
| 1612 | <condition id="ARMv8MML_DSP_NOFPU_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1613 | <description>Armv8-M Mainline, little endian, DSP, no FPU, Arm Compiler</description> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1614 | <require condition="ARMv8MML_DSP_NOFPU_ARMCC"/> |
| 1615 | <require Dendian="Little-endian"/> |
| 1616 | </condition> |
| 1617 | <condition id="ARMv8MML_NODSP_SP_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1618 | <description>Armv8-M Mainline, little endian, no DSP, SP FPU, Arm Compiler</description> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1619 | <require condition="ARMv8MML_NODSP_SP_ARMCC"/> |
| 1620 | <require Dendian="Little-endian"/> |
| 1621 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1622 | <condition id="ARMv8MML_DSP_SP_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1623 | <description>Armv8-M Mainline, little endian, DSP, SP FPU, Arm Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1624 | <require condition="ARMv8MML_DSP_SP_ARMCC"/> |
| 1625 | <require Dendian="Little-endian"/> |
| 1626 | </condition> |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 1627 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1628 | <!-- GCC compiler --> |
Robert Rostohar | ff9fa5b | 2017-04-19 11:55:58 +0200 | [diff] [blame] | 1629 | <condition id="CA_GCC"> |
| 1630 | <description>Cortex-A5, Cortex-A7 or Cortex-A9 processor based device for the GCC Compiler</description> |
| 1631 | <require condition="ARMv7-A Device"/> |
| 1632 | <require Tcompiler="GCC"/> |
| 1633 | </condition> |
| 1634 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1635 | <condition id="CM0_GCC"> |
| 1636 | <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device for the GCC Compiler</description> |
| 1637 | <require condition="CM0"/> |
| 1638 | <require Tcompiler="GCC"/> |
| 1639 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1640 | <condition id="CM0_LE_GCC"> |
| 1641 | <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] | 1642 | <require condition="CM0_GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1643 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1644 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1645 | <condition id="CM0_BE_GCC"> |
| 1646 | <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] | 1647 | <require condition="CM0_GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1648 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1649 | </condition> |
| 1650 | |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 1651 | <condition id="CM1_GCC"> |
| 1652 | <description>Cortex-M1 based device for the GCC Compiler</description> |
| 1653 | <require condition="CM1"/> |
| 1654 | <require Tcompiler="GCC"/> |
| 1655 | </condition> |
| 1656 | <condition id="CM1_LE_GCC"> |
| 1657 | <description>Cortex-M1 based device in little endian mode for the GCC Compiler</description> |
| 1658 | <require condition="CM1_GCC"/> |
| 1659 | <require Dendian="Little-endian"/> |
| 1660 | </condition> |
| 1661 | <condition id="CM1_BE_GCC"> |
| 1662 | <description>Cortex-M1 based device in big endian mode for the GCC Compiler</description> |
| 1663 | <require condition="CM1_GCC"/> |
| 1664 | <require Dendian="Big-endian"/> |
| 1665 | </condition> |
| 1666 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1667 | <condition id="CM3_GCC"> |
| 1668 | <description>Cortex-M3 or SC300 processor based device for the GCC Compiler</description> |
| 1669 | <require condition="CM3"/> |
| 1670 | <require Tcompiler="GCC"/> |
| 1671 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1672 | <condition id="CM3_LE_GCC"> |
| 1673 | <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] | 1674 | <require condition="CM3_GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1675 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1676 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1677 | <condition id="CM3_BE_GCC"> |
| 1678 | <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] | 1679 | <require condition="CM3_GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1680 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1681 | </condition> |
| 1682 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1683 | <condition id="CM4_GCC"> |
| 1684 | <description>Cortex-M4 processor based device for the GCC Compiler</description> |
| 1685 | <require condition="CM4"/> |
| 1686 | <require Tcompiler="GCC"/> |
| 1687 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1688 | <condition id="CM4_LE_GCC"> |
| 1689 | <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] | 1690 | <require condition="CM4_GCC"/> |
| 1691 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1692 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1693 | <condition id="CM4_BE_GCC"> |
| 1694 | <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] | 1695 | <require condition="CM4_GCC"/> |
| 1696 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1697 | </condition> |
| 1698 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1699 | <condition id="CM4_FP_GCC"> |
| 1700 | <description>Cortex-M4 processor based device using Floating Point Unit for the GCC Compiler</description> |
| 1701 | <require condition="CM4_FP"/> |
| 1702 | <require Tcompiler="GCC"/> |
| 1703 | </condition> |
| 1704 | <condition id="CM4_FP_LE_GCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1705 | <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] | 1706 | <require condition="CM4_FP_GCC"/> |
| 1707 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1708 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1709 | <condition id="CM4_FP_BE_GCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1710 | <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] | 1711 | <require condition="CM4_FP_GCC"/> |
| 1712 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1713 | </condition> |
| 1714 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1715 | <condition id="CM7_GCC"> |
| 1716 | <description>Cortex-M7 processor based device for the GCC Compiler</description> |
| 1717 | <require condition="CM7"/> |
| 1718 | <require Tcompiler="GCC"/> |
| 1719 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1720 | <condition id="CM7_LE_GCC"> |
| 1721 | <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] | 1722 | <require condition="CM7_GCC"/> |
| 1723 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1724 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1725 | <condition id="CM7_BE_GCC"> |
| 1726 | <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] | 1727 | <require condition="CM7_GCC"/> |
| 1728 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1729 | </condition> |
| 1730 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1731 | <condition id="CM7_FP_GCC"> |
| 1732 | <description>Cortex-M7 processor based device using Floating Point Unit for the GCC Compiler</description> |
| 1733 | <require condition="CM7_FP"/> |
| 1734 | <require Tcompiler="GCC"/> |
| 1735 | </condition> |
| 1736 | <condition id="CM7_FP_LE_GCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1737 | <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] | 1738 | <require condition="CM7_FP_GCC"/> |
| 1739 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1740 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1741 | <condition id="CM7_FP_BE_GCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1742 | <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] | 1743 | <require condition="CM7_FP_GCC"/> |
| 1744 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1745 | </condition> |
| 1746 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1747 | <condition id="CM7_SP_GCC"> |
| 1748 | <description>Cortex-M7 processor based device using Floating Point Unit (SP) for the GCC Compiler</description> |
| 1749 | <require condition="CM7_SP"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1750 | <require Tcompiler="GCC"/> |
| 1751 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1752 | <condition id="CM7_SP_LE_GCC"> |
| 1753 | <description>Cortex-M7 processor based device using Floating Point Unit (SP) in little endian mode for the GCC Compiler</description> |
| 1754 | <require condition="CM7_SP_GCC"/> |
| 1755 | <require Dendian="Little-endian"/> |
| 1756 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1757 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1758 | <condition id="CM7_DP_GCC"> |
| 1759 | <description>Cortex-M7 processor based device using Floating Point Unit (DP) for the GCC Compiler</description> |
| 1760 | <require condition="CM7_DP"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1761 | <require Tcompiler="GCC"/> |
| 1762 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1763 | <condition id="CM7_DP_LE_GCC"> |
| 1764 | <description>Cortex-M7 processor based device using Floating Point Unit (DP) in little endian mode for the GCC Compiler</description> |
| 1765 | <require condition="CM7_DP_GCC"/> |
| 1766 | <require Dendian="Little-endian"/> |
| 1767 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1768 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1769 | <condition id="CM23_GCC"> |
| 1770 | <description>Cortex-M23 processor based device for the GCC Compiler</description> |
| 1771 | <require condition="CM23"/> |
| 1772 | <require Tcompiler="GCC"/> |
| 1773 | </condition> |
| 1774 | <condition id="CM23_LE_GCC"> |
| 1775 | <description>Cortex-M23 processor based device in little endian mode for the GCC Compiler</description> |
| 1776 | <require condition="CM23_GCC"/> |
| 1777 | <require Dendian="Little-endian"/> |
| 1778 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1779 | |
| 1780 | <condition id="CM33_GCC"> |
| 1781 | <description>Cortex-M33 processor based device for the GCC Compiler</description> |
| 1782 | <require condition="CM33"/> |
| 1783 | <require Tcompiler="GCC"/> |
| 1784 | </condition> |
| 1785 | <condition id="CM33_LE_GCC"> |
| 1786 | <description>Cortex-M33 processor based device in little endian mode for the GCC Compiler</description> |
| 1787 | <require condition="CM33_GCC"/> |
| 1788 | <require Dendian="Little-endian"/> |
| 1789 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1790 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1791 | <condition id="CM33_FP_GCC"> |
| 1792 | <description>Cortex-M33 processor based device using Floating Point Unit for the GCC Compiler</description> |
| 1793 | <require condition="CM33_FP"/> |
| 1794 | <require Tcompiler="GCC"/> |
| 1795 | </condition> |
| 1796 | <condition id="CM33_FP_LE_GCC"> |
| 1797 | <description>Cortex-M33 processor based device using Floating Point Unit in little endian mode for the GCC Compiler</description> |
| 1798 | <require condition="CM33_FP_GCC"/> |
| 1799 | <require Dendian="Little-endian"/> |
| 1800 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1801 | |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1802 | <condition id="CM33_NODSP_NOFPU_GCC"> |
| 1803 | <description>CM33, no DSP, no FPU, GCC Compiler</description> |
| 1804 | <require condition="CM33_NODSP_NOFPU"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1805 | <require Tcompiler="GCC"/> |
| 1806 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1807 | <condition id="CM33_DSP_NOFPU_GCC"> |
| 1808 | <description>CM33, DSP, no FPU, GCC Compiler</description> |
| 1809 | <require condition="CM33_DSP_NOFPU"/> |
| 1810 | <require Tcompiler="GCC"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1811 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1812 | <condition id="CM33_NODSP_SP_GCC"> |
| 1813 | <description>CM33, no DSP, SP FPU, GCC Compiler</description> |
| 1814 | <require condition="CM33_NODSP_SP"/> |
| 1815 | <require Tcompiler="GCC"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1816 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1817 | <condition id="CM33_DSP_SP_GCC"> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1818 | <description>CM33, DSP, SP FPU, GCC Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1819 | <require condition="CM33_DSP_SP"/> |
| 1820 | <require Tcompiler="GCC"/> |
| 1821 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1822 | <condition id="CM33_NODSP_NOFPU_LE_GCC"> |
| 1823 | <description>CM33, little endian, no DSP, no FPU, GCC Compiler</description> |
| 1824 | <require condition="CM33_NODSP_NOFPU_GCC"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1825 | <require Dendian="Little-endian"/> |
| 1826 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1827 | <condition id="CM33_DSP_NOFPU_LE_GCC"> |
| 1828 | <description>CM33, little endian, DSP, no FPU, GCC Compiler</description> |
| 1829 | <require condition="CM33_DSP_NOFPU_GCC"/> |
| 1830 | <require Dendian="Little-endian"/> |
| 1831 | </condition> |
| 1832 | <condition id="CM33_NODSP_SP_LE_GCC"> |
| 1833 | <description>CM33, little endian, no DSP, SP FPU, GCC Compiler</description> |
| 1834 | <require condition="CM33_NODSP_SP_GCC"/> |
| 1835 | <require Dendian="Little-endian"/> |
| 1836 | </condition> |
| 1837 | <condition id="CM33_DSP_SP_LE_GCC"> |
| 1838 | <description>CM33, little endian, DSP, SP FPU, GCC Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1839 | <require condition="CM33_DSP_SP_GCC"/> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1840 | <require Dendian="Little-endian"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1841 | </condition> |
| 1842 | |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1843 | <condition id="CM35P_GCC"> |
| 1844 | <description>Cortex-M35P processor based device for the GCC Compiler</description> |
| 1845 | <require condition="CM35P"/> |
| 1846 | <require Tcompiler="GCC"/> |
| 1847 | </condition> |
| 1848 | <condition id="CM35P_LE_GCC"> |
| 1849 | <description>Cortex-M35P processor based device in little endian mode for the GCC Compiler</description> |
| 1850 | <require condition="CM35P_GCC"/> |
| 1851 | <require Dendian="Little-endian"/> |
| 1852 | </condition> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1853 | |
| 1854 | <condition id="CM35P_FP_GCC"> |
| 1855 | <description>Cortex-M35P processor based device using Floating Point Unit for the GCC Compiler</description> |
| 1856 | <require condition="CM35P_FP"/> |
| 1857 | <require Tcompiler="GCC"/> |
| 1858 | </condition> |
| 1859 | <condition id="CM35P_FP_LE_GCC"> |
| 1860 | <description>Cortex-M35P processor based device using Floating Point Unit in little endian mode for the GCC Compiler</description> |
| 1861 | <require condition="CM35P_FP_GCC"/> |
| 1862 | <require Dendian="Little-endian"/> |
| 1863 | </condition> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1864 | |
| 1865 | <condition id="CM35P_NODSP_NOFPU_GCC"> |
| 1866 | <description>CM35P, no DSP, no FPU, GCC Compiler</description> |
| 1867 | <require condition="CM35P_NODSP_NOFPU"/> |
| 1868 | <require Tcompiler="GCC"/> |
| 1869 | </condition> |
| 1870 | <condition id="CM35P_DSP_NOFPU_GCC"> |
| 1871 | <description>CM35P, DSP, no FPU, GCC Compiler</description> |
| 1872 | <require condition="CM35P_DSP_NOFPU"/> |
| 1873 | <require Tcompiler="GCC"/> |
| 1874 | </condition> |
| 1875 | <condition id="CM35P_NODSP_SP_GCC"> |
| 1876 | <description>CM35P, no DSP, SP FPU, GCC Compiler</description> |
| 1877 | <require condition="CM35P_NODSP_SP"/> |
| 1878 | <require Tcompiler="GCC"/> |
| 1879 | </condition> |
| 1880 | <condition id="CM35P_DSP_SP_GCC"> |
| 1881 | <description>CM35P, DSP, SP FPU, GCC Compiler</description> |
| 1882 | <require condition="CM35P_DSP_SP"/> |
| 1883 | <require Tcompiler="GCC"/> |
| 1884 | </condition> |
| 1885 | <condition id="CM35P_NODSP_NOFPU_LE_GCC"> |
| 1886 | <description>CM35P, little endian, no DSP, no FPU, GCC Compiler</description> |
| 1887 | <require condition="CM35P_NODSP_NOFPU_GCC"/> |
| 1888 | <require Dendian="Little-endian"/> |
| 1889 | </condition> |
| 1890 | <condition id="CM35P_DSP_NOFPU_LE_GCC"> |
| 1891 | <description>CM35P, little endian, DSP, no FPU, GCC Compiler</description> |
| 1892 | <require condition="CM35P_DSP_NOFPU_GCC"/> |
| 1893 | <require Dendian="Little-endian"/> |
| 1894 | </condition> |
| 1895 | <condition id="CM35P_NODSP_SP_LE_GCC"> |
| 1896 | <description>CM35P, little endian, no DSP, SP FPU, GCC Compiler</description> |
| 1897 | <require condition="CM35P_NODSP_SP_GCC"/> |
| 1898 | <require Dendian="Little-endian"/> |
| 1899 | </condition> |
| 1900 | <condition id="CM35P_DSP_SP_LE_GCC"> |
| 1901 | <description>CM35P, little endian, DSP, SP FPU, GCC Compiler</description> |
| 1902 | <require condition="CM35P_DSP_SP_GCC"/> |
| 1903 | <require Dendian="Little-endian"/> |
| 1904 | </condition> |
| 1905 | |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 1906 | <condition id="CM55_NOFPU_NOMVE_GCC"> |
| 1907 | <description>Cortex-M55 processor, no FPU, no MVE, GCC Compiler</description> |
| 1908 | <require condition="CM55_NOFPU_NOMVE"/> |
Robert Rostohar | 97917cc | 2020-03-06 14:13:30 +0100 | [diff] [blame] | 1909 | <require Tcompiler="GCC"/> |
| 1910 | </condition> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 1911 | <condition id="CM55_NOFPU_MVE_GCC"> |
| 1912 | <description>Cortex-M55 processor, no FPU, MVE, GCC Compiler</description> |
| 1913 | <require condition="CM55_NOFPU_MVE"/> |
Robert Rostohar | de6e384 | 2020-03-20 15:20:01 +0100 | [diff] [blame] | 1914 | <require Tcompiler="GCC"/> |
| 1915 | </condition> |
| 1916 | <condition id="CM55_FPU_GCC"> |
| 1917 | <description>Cortex-M55 processor, FPU, GCC Compiler</description> |
| 1918 | <require condition="CM55_FPU"/> |
| 1919 | <require Tcompiler="GCC"/> |
| 1920 | </condition> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 1921 | <condition id="CM55_NOFPU_NOMVE_LE_GCC"> |
| 1922 | <description>Cortex-M55 processor, little endian, no FPU, no MVE, GCC Compiler</description> |
| 1923 | <require condition="CM55_NOFPU_NOMVE_GCC"/> |
Robert Rostohar | de6e384 | 2020-03-20 15:20:01 +0100 | [diff] [blame] | 1924 | <require Dendian="Little-endian"/> |
| 1925 | </condition> |
| 1926 | <condition id="CM55_FPU_LE_GCC"> |
| 1927 | <description>Cortex-M55 processor, little endian, FPU, GCC Compiler</description> |
| 1928 | <require condition="CM55_FPU_GCC"/> |
| 1929 | <require Dendian="Little-endian"/> |
| 1930 | </condition> |
| 1931 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1932 | <condition id="ARMv8MBL_GCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1933 | <description>Armv8-M Baseline processor based device for the GCC Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1934 | <require condition="ARMv8MBL"/> |
| 1935 | <require Tcompiler="GCC"/> |
| 1936 | </condition> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 1937 | <condition id="ARMv8MBL_LE_GCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1938 | <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] | 1939 | <require condition="ARMv8MBL_GCC"/> |
| 1940 | <require Dendian="Little-endian"/> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 1941 | </condition> |
| 1942 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1943 | <condition id="ARMv8MML_GCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1944 | <description>Armv8-M Mainline processor based device for the GCC Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1945 | <require condition="ARMv8MML"/> |
| 1946 | <require Tcompiler="GCC"/> |
| 1947 | </condition> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 1948 | <condition id="ARMv8MML_LE_GCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1949 | <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] | 1950 | <require condition="ARMv8MML_GCC"/> |
| 1951 | <require Dendian="Little-endian"/> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 1952 | </condition> |
| 1953 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1954 | <condition id="ARMv8MML_FP_GCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1955 | <description>Armv8-M Mainline processor based device using Floating Point Unit for the GCC Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1956 | <require condition="ARMv8MML_FP"/> |
| 1957 | <require Tcompiler="GCC"/> |
| 1958 | </condition> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 1959 | <condition id="ARMv8MML_FP_LE_GCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1960 | <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] | 1961 | <require condition="ARMv8MML_FP_GCC"/> |
| 1962 | <require Dendian="Little-endian"/> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 1963 | </condition> |
| 1964 | |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1965 | <condition id="ARMv8MML_NODSP_NOFPU_GCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1966 | <description>Armv8-M Mainline, no DSP, no FPU, GCC Compiler</description> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1967 | <require condition="ARMv8MML_NODSP_NOFPU"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1968 | <require Tcompiler="GCC"/> |
| 1969 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1970 | <condition id="ARMv8MML_DSP_NOFPU_GCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1971 | <description>Armv8-M Mainline, DSP, no FPU, GCC Compiler</description> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1972 | <require condition="ARMv8MML_DSP_NOFPU"/> |
| 1973 | <require Tcompiler="GCC"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1974 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1975 | <condition id="ARMv8MML_NODSP_SP_GCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1976 | <description>Armv8-M Mainline, no DSP, SP FPU, GCC Compiler</description> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1977 | <require condition="ARMv8MML_NODSP_SP"/> |
| 1978 | <require Tcompiler="GCC"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1979 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1980 | <condition id="ARMv8MML_DSP_SP_GCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1981 | <description>Armv8-M Mainline, DSP, SP FPU, GCC Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1982 | <require condition="ARMv8MML_DSP_SP"/> |
| 1983 | <require Tcompiler="GCC"/> |
| 1984 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1985 | <condition id="ARMv8MML_NODSP_NOFPU_LE_GCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1986 | <description>Armv8-M Mainline, little endian, no DSP, no FPU, GCC Compiler</description> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1987 | <require condition="ARMv8MML_NODSP_NOFPU_GCC"/> |
| 1988 | <require Dendian="Little-endian"/> |
| 1989 | </condition> |
| 1990 | <condition id="ARMv8MML_DSP_NOFPU_LE_GCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1991 | <description>Armv8-M Mainline, little endian, DSP, no FPU, GCC Compiler</description> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1992 | <require condition="ARMv8MML_DSP_NOFPU_GCC"/> |
| 1993 | <require Dendian="Little-endian"/> |
| 1994 | </condition> |
| 1995 | <condition id="ARMv8MML_NODSP_SP_LE_GCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1996 | <description>Armv8-M Mainline, little endian, no DSP, SP FPU, GCC Compiler</description> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1997 | <require condition="ARMv8MML_NODSP_SP_GCC"/> |
| 1998 | <require Dendian="Little-endian"/> |
| 1999 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2000 | <condition id="ARMv8MML_DSP_SP_LE_GCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2001 | <description>Armv8-M Mainline, little endian, DSP, SP FPU, GCC Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2002 | <require condition="ARMv8MML_DSP_SP_GCC"/> |
| 2003 | <require Dendian="Little-endian"/> |
| 2004 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2005 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2006 | <!-- IAR compiler --> |
Robert Rostohar | ff9fa5b | 2017-04-19 11:55:58 +0200 | [diff] [blame] | 2007 | <condition id="CA_IAR"> |
| 2008 | <description>Cortex-A5, Cortex-A7 or Cortex-A9 processor based device for the IAR Compiler</description> |
| 2009 | <require condition="ARMv7-A Device"/> |
| 2010 | <require Tcompiler="IAR"/> |
| 2011 | </condition> |
| 2012 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2013 | <condition id="CM0_IAR"> |
| 2014 | <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device for the IAR Compiler</description> |
| 2015 | <require condition="CM0"/> |
| 2016 | <require Tcompiler="IAR"/> |
| 2017 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2018 | <condition id="CM0_LE_IAR"> |
| 2019 | <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] | 2020 | <require condition="CM0_IAR"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2021 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2022 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2023 | <condition id="CM0_BE_IAR"> |
| 2024 | <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] | 2025 | <require condition="CM0_IAR"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2026 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2027 | </condition> |
| 2028 | |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 2029 | <condition id="CM1_IAR"> |
| 2030 | <description>Cortex-M1 based device for the IAR Compiler</description> |
| 2031 | <require condition="CM1"/> |
| 2032 | <require Tcompiler="IAR"/> |
| 2033 | </condition> |
| 2034 | <condition id="CM1_LE_IAR"> |
| 2035 | <description>Cortex-M1 based device in little endian mode for the IAR Compiler</description> |
| 2036 | <require condition="CM1_IAR"/> |
| 2037 | <require Dendian="Little-endian"/> |
| 2038 | </condition> |
| 2039 | <condition id="CM1_BE_IAR"> |
| 2040 | <description>Cortex-M1 based device in big endian mode for the IAR Compiler</description> |
| 2041 | <require condition="CM1_IAR"/> |
| 2042 | <require Dendian="Big-endian"/> |
| 2043 | </condition> |
| 2044 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2045 | <condition id="CM3_IAR"> |
| 2046 | <description>Cortex-M3 or SC300 processor based device for the IAR Compiler</description> |
| 2047 | <require condition="CM3"/> |
| 2048 | <require Tcompiler="IAR"/> |
| 2049 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2050 | <condition id="CM3_LE_IAR"> |
| 2051 | <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] | 2052 | <require condition="CM3_IAR"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2053 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2054 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2055 | <condition id="CM3_BE_IAR"> |
| 2056 | <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] | 2057 | <require condition="CM3_IAR"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2058 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2059 | </condition> |
| 2060 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2061 | <condition id="CM4_IAR"> |
| 2062 | <description>Cortex-M4 processor based device for the IAR Compiler</description> |
| 2063 | <require condition="CM4"/> |
| 2064 | <require Tcompiler="IAR"/> |
| 2065 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2066 | <condition id="CM4_LE_IAR"> |
| 2067 | <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] | 2068 | <require condition="CM4_IAR"/> |
| 2069 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2070 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2071 | <condition id="CM4_BE_IAR"> |
| 2072 | <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] | 2073 | <require condition="CM4_IAR"/> |
| 2074 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2075 | </condition> |
| 2076 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2077 | <condition id="CM4_FP_IAR"> |
| 2078 | <description>Cortex-M4 processor based device using Floating Point Unit for the IAR Compiler</description> |
| 2079 | <require condition="CM4_FP"/> |
| 2080 | <require Tcompiler="IAR"/> |
| 2081 | </condition> |
| 2082 | <condition id="CM4_FP_LE_IAR"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2083 | <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] | 2084 | <require condition="CM4_FP_IAR"/> |
| 2085 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2086 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2087 | <condition id="CM4_FP_BE_IAR"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2088 | <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] | 2089 | <require condition="CM4_FP_IAR"/> |
| 2090 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2091 | </condition> |
| 2092 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2093 | <condition id="CM7_IAR"> |
| 2094 | <description>Cortex-M7 processor based device for the IAR Compiler</description> |
| 2095 | <require condition="CM7"/> |
| 2096 | <require Tcompiler="IAR"/> |
| 2097 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2098 | <condition id="CM7_LE_IAR"> |
| 2099 | <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] | 2100 | <require condition="CM7_IAR"/> |
| 2101 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2102 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2103 | <condition id="CM7_BE_IAR"> |
| 2104 | <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] | 2105 | <require condition="CM7_IAR"/> |
| 2106 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2107 | </condition> |
| 2108 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2109 | <condition id="CM7_FP_IAR"> |
| 2110 | <description>Cortex-M7 processor based device using Floating Point Unit for the IAR Compiler</description> |
| 2111 | <require condition="CM7_FP"/> |
| 2112 | <require Tcompiler="IAR"/> |
| 2113 | </condition> |
| 2114 | <condition id="CM7_FP_LE_IAR"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2115 | <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] | 2116 | <require condition="CM7_FP_IAR"/> |
| 2117 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2118 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2119 | <condition id="CM7_FP_BE_IAR"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2120 | <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] | 2121 | <require condition="CM7_FP_IAR"/> |
| 2122 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2123 | </condition> |
| 2124 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2125 | <condition id="CM7_SP_IAR"> |
| 2126 | <description>Cortex-M7 processor based device using Floating Point Unit (SP) for the IAR Compiler</description> |
| 2127 | <require condition="CM7_SP"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2128 | <require Tcompiler="IAR"/> |
| 2129 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2130 | <condition id="CM7_SP_LE_IAR"> |
| 2131 | <description>Cortex-M7 processor based device using Floating Point Unit (SP) in little endian mode for the IAR Compiler</description> |
| 2132 | <require condition="CM7_SP_IAR"/> |
| 2133 | <require Dendian="Little-endian"/> |
| 2134 | </condition> |
| 2135 | <condition id="CM7_SP_BE_IAR"> |
| 2136 | <description>Cortex-M7 processor based device using Floating Point Unit (SP) in big endian mode for the IAR Compiler</description> |
| 2137 | <require condition="CM7_SP_IAR"/> |
| 2138 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2139 | </condition> |
| 2140 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2141 | <condition id="CM7_DP_IAR"> |
| 2142 | <description>Cortex-M7 processor based device using Floating Point Unit (DP) for the IAR Compiler</description> |
| 2143 | <require condition="CM7_DP"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2144 | <require Tcompiler="IAR"/> |
| 2145 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2146 | <condition id="CM7_DP_LE_IAR"> |
| 2147 | <description>Cortex-M7 processor based device using Floating Point Unit (DP) in little endian mode for the IAR Compiler</description> |
| 2148 | <require condition="CM7_DP_IAR"/> |
| 2149 | <require Dendian="Little-endian"/> |
| 2150 | </condition> |
| 2151 | <condition id="CM7_DP_BE_IAR"> |
| 2152 | <description>Cortex-M7 processor based device using Floating Point Unit (DP) in big endian mode for the IAR Compiler</description> |
| 2153 | <require condition="CM7_DP_IAR"/> |
| 2154 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2155 | </condition> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 2156 | |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2157 | <condition id="CM23_IAR"> |
| 2158 | <description>Cortex-M23 processor based device for the IAR Compiler</description> |
| 2159 | <require condition="CM23"/> |
| 2160 | <require Tcompiler="IAR"/> |
| 2161 | </condition> |
| 2162 | <condition id="CM23_LE_IAR"> |
| 2163 | <description>Cortex-M23 processor based device in little endian mode for the IAR Compiler</description> |
| 2164 | <require condition="CM23_IAR"/> |
| 2165 | <require Dendian="Little-endian"/> |
| 2166 | </condition> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2167 | |
| 2168 | <condition id="CM33_IAR"> |
| 2169 | <description>Cortex-M33 processor based device for the IAR Compiler</description> |
| 2170 | <require condition="CM33"/> |
| 2171 | <require Tcompiler="IAR"/> |
| 2172 | </condition> |
| 2173 | <condition id="CM33_LE_IAR"> |
| 2174 | <description>Cortex-M33 processor based device in little endian mode for the IAR Compiler</description> |
| 2175 | <require condition="CM33_IAR"/> |
| 2176 | <require Dendian="Little-endian"/> |
| 2177 | </condition> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2178 | |
| 2179 | <condition id="CM33_FP_IAR"> |
| 2180 | <description>Cortex-M33 processor based device using Floating Point Unit for the IAR Compiler</description> |
| 2181 | <require condition="CM33_FP"/> |
| 2182 | <require Tcompiler="IAR"/> |
| 2183 | </condition> |
| 2184 | <condition id="CM33_FP_LE_IAR"> |
| 2185 | <description>Cortex-M33 processor based device using Floating Point Unit in little endian mode for the IAR Compiler</description> |
| 2186 | <require condition="CM33_FP_IAR"/> |
| 2187 | <require Dendian="Little-endian"/> |
| 2188 | </condition> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2189 | |
| 2190 | <condition id="CM33_NODSP_NOFPU_IAR"> |
| 2191 | <description>CM33, no DSP, no FPU, IAR Compiler</description> |
| 2192 | <require condition="CM33_NODSP_NOFPU"/> |
| 2193 | <require Tcompiler="IAR"/> |
| 2194 | </condition> |
| 2195 | <condition id="CM33_DSP_NOFPU_IAR"> |
| 2196 | <description>CM33, DSP, no FPU, IAR Compiler</description> |
| 2197 | <require condition="CM33_DSP_NOFPU"/> |
| 2198 | <require Tcompiler="IAR"/> |
| 2199 | </condition> |
| 2200 | <condition id="CM33_NODSP_SP_IAR"> |
| 2201 | <description>CM33, no DSP, SP FPU, IAR Compiler</description> |
| 2202 | <require condition="CM33_NODSP_SP"/> |
| 2203 | <require Tcompiler="IAR"/> |
| 2204 | </condition> |
| 2205 | <condition id="CM33_DSP_SP_IAR"> |
| 2206 | <description>CM33, DSP, SP FPU, IAR Compiler</description> |
| 2207 | <require condition="CM33_DSP_SP"/> |
| 2208 | <require Tcompiler="IAR"/> |
| 2209 | </condition> |
| 2210 | <condition id="CM33_NODSP_NOFPU_LE_IAR"> |
| 2211 | <description>CM33, little endian, no DSP, no FPU, IAR Compiler</description> |
| 2212 | <require condition="CM33_NODSP_NOFPU_IAR"/> |
| 2213 | <require Dendian="Little-endian"/> |
| 2214 | </condition> |
| 2215 | <condition id="CM33_DSP_NOFPU_LE_IAR"> |
| 2216 | <description>CM33, little endian, DSP, no FPU, IAR Compiler</description> |
| 2217 | <require condition="CM33_DSP_NOFPU_IAR"/> |
| 2218 | <require Dendian="Little-endian"/> |
| 2219 | </condition> |
| 2220 | <condition id="CM33_NODSP_SP_LE_IAR"> |
| 2221 | <description>CM33, little endian, no DSP, SP FPU, IAR Compiler</description> |
| 2222 | <require condition="CM33_NODSP_SP_IAR"/> |
| 2223 | <require Dendian="Little-endian"/> |
| 2224 | </condition> |
| 2225 | <condition id="CM33_DSP_SP_LE_IAR"> |
| 2226 | <description>CM33, little endian, DSP, SP FPU, IAR Compiler</description> |
| 2227 | <require condition="CM33_DSP_SP_IAR"/> |
| 2228 | <require Dendian="Little-endian"/> |
| 2229 | </condition> |
| 2230 | |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 2231 | <condition id="CM35P_IAR"> |
| 2232 | <description>Cortex-M35P processor based device for the IAR Compiler</description> |
| 2233 | <require condition="CM35P"/> |
| 2234 | <require Tcompiler="IAR"/> |
| 2235 | </condition> |
| 2236 | <condition id="CM35P_LE_IAR"> |
| 2237 | <description>Cortex-M35P processor based device in little endian mode for the IAR Compiler</description> |
| 2238 | <require condition="CM35P_IAR"/> |
| 2239 | <require Dendian="Little-endian"/> |
| 2240 | </condition> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 2241 | |
| 2242 | <condition id="CM35P_FP_IAR"> |
| 2243 | <description>Cortex-M35P processor based device using Floating Point Unit for the IAR Compiler</description> |
| 2244 | <require condition="CM35P_FP"/> |
| 2245 | <require Tcompiler="IAR"/> |
| 2246 | </condition> |
| 2247 | <condition id="CM35P_FP_LE_IAR"> |
| 2248 | <description>Cortex-M35P processor based device using Floating Point Unit in little endian mode for the IAR Compiler</description> |
| 2249 | <require condition="CM35P_FP_IAR"/> |
| 2250 | <require Dendian="Little-endian"/> |
| 2251 | </condition> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 2252 | |
| 2253 | <condition id="CM35P_NODSP_NOFPU_IAR"> |
| 2254 | <description>CM35P, no DSP, no FPU, IAR Compiler</description> |
| 2255 | <require condition="CM35P_NODSP_NOFPU"/> |
| 2256 | <require Tcompiler="IAR"/> |
| 2257 | </condition> |
| 2258 | <condition id="CM35P_DSP_NOFPU_IAR"> |
| 2259 | <description>CM35P, DSP, no FPU, IAR Compiler</description> |
| 2260 | <require condition="CM35P_DSP_NOFPU"/> |
| 2261 | <require Tcompiler="IAR"/> |
| 2262 | </condition> |
| 2263 | <condition id="CM35P_NODSP_SP_IAR"> |
| 2264 | <description>CM35P, no DSP, SP FPU, IAR Compiler</description> |
| 2265 | <require condition="CM35P_NODSP_SP"/> |
| 2266 | <require Tcompiler="IAR"/> |
| 2267 | </condition> |
| 2268 | <condition id="CM35P_DSP_SP_IAR"> |
| 2269 | <description>CM35P, DSP, SP FPU, IAR Compiler</description> |
| 2270 | <require condition="CM35P_DSP_SP"/> |
| 2271 | <require Tcompiler="IAR"/> |
| 2272 | </condition> |
| 2273 | <condition id="CM35P_NODSP_NOFPU_LE_IAR"> |
| 2274 | <description>CM35P, little endian, no DSP, no FPU, IAR Compiler</description> |
| 2275 | <require condition="CM35P_NODSP_NOFPU_IAR"/> |
| 2276 | <require Dendian="Little-endian"/> |
| 2277 | </condition> |
| 2278 | <condition id="CM35P_DSP_NOFPU_LE_IAR"> |
| 2279 | <description>CM35P, little endian, DSP, no FPU, IAR Compiler</description> |
| 2280 | <require condition="CM35P_DSP_NOFPU_IAR"/> |
| 2281 | <require Dendian="Little-endian"/> |
| 2282 | </condition> |
| 2283 | <condition id="CM35P_NODSP_SP_LE_IAR"> |
| 2284 | <description>CM35P, little endian, no DSP, SP FPU, IAR Compiler</description> |
| 2285 | <require condition="CM35P_NODSP_SP_IAR"/> |
| 2286 | <require Dendian="Little-endian"/> |
| 2287 | </condition> |
| 2288 | <condition id="CM35P_DSP_SP_LE_IAR"> |
| 2289 | <description>CM35P, little endian, DSP, SP FPU, IAR Compiler</description> |
| 2290 | <require condition="CM35P_DSP_SP_IAR"/> |
| 2291 | <require Dendian="Little-endian"/> |
| 2292 | </condition> |
| 2293 | |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 2294 | <condition id="CM55_NOFPU_NOMVE_IAR"> |
| 2295 | <description>Cortex-M55 processor, no FPU, no MVE, IAR Compiler</description> |
| 2296 | <require condition="CM55_NOFPU_NOMVE"/> |
Robert Rostohar | 97917cc | 2020-03-06 14:13:30 +0100 | [diff] [blame] | 2297 | <require Tcompiler="IAR"/> |
| 2298 | </condition> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 2299 | <condition id="CM55_NOFPU_MVE_IAR"> |
| 2300 | <description>Cortex-M55 processor, no FPU, MVE, IAR Compiler</description> |
| 2301 | <require condition="CM55_NOFPU_MVE"/> |
Robert Rostohar | de6e384 | 2020-03-20 15:20:01 +0100 | [diff] [blame] | 2302 | <require Tcompiler="IAR"/> |
| 2303 | </condition> |
| 2304 | <condition id="CM55_FPU_IAR"> |
| 2305 | <description>Cortex-M55 processor, FPU, IAR Compiler</description> |
| 2306 | <require condition="CM55_FPU"/> |
| 2307 | <require Tcompiler="IAR"/> |
| 2308 | </condition> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 2309 | <condition id="CM55_NOFPU_NOMVE_LE_IAR"> |
| 2310 | <description>Cortex-M55 processor, little endian, no FPU, no MVE, IAR Compiler</description> |
| 2311 | <require condition="CM55_NOFPU_NOMVE_IAR"/> |
Robert Rostohar | de6e384 | 2020-03-20 15:20:01 +0100 | [diff] [blame] | 2312 | <require Dendian="Little-endian"/> |
| 2313 | </condition> |
| 2314 | <condition id="CM55_FPU_LE_IAR"> |
| 2315 | <description>Cortex-M55 processor, little endian, FPU, IAR Compiler</description> |
| 2316 | <require condition="CM55_FPU_IAR"/> |
| 2317 | <require Dendian="Little-endian"/> |
| 2318 | </condition> |
| 2319 | |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2320 | <condition id="ARMv8MBL_IAR"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2321 | <description>Armv8-M Baseline processor based device for the IAR Compiler</description> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2322 | <require condition="ARMv8MBL"/> |
| 2323 | <require Tcompiler="IAR"/> |
| 2324 | </condition> |
| 2325 | <condition id="ARMv8MBL_LE_IAR"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2326 | <description>Armv8-M Baseline processor based device in little endian mode for the IAR Compiler</description> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2327 | <require condition="ARMv8MBL_IAR"/> |
| 2328 | <require Dendian="Little-endian"/> |
| 2329 | </condition> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2330 | |
| 2331 | <condition id="ARMv8MML_IAR"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2332 | <description>Armv8-M Mainline processor based device for the IAR Compiler</description> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2333 | <require condition="ARMv8MML"/> |
| 2334 | <require Tcompiler="IAR"/> |
| 2335 | </condition> |
| 2336 | <condition id="ARMv8MML_LE_IAR"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2337 | <description>Armv8-M Mainline processor based device in little endian mode for the IAR Compiler</description> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2338 | <require condition="ARMv8MML_IAR"/> |
| 2339 | <require Dendian="Little-endian"/> |
| 2340 | </condition> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2341 | |
| 2342 | <condition id="ARMv8MML_FP_IAR"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2343 | <description>Armv8-M Mainline processor based device using Floating Point Unit for the IAR Compiler</description> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2344 | <require condition="ARMv8MML_FP"/> |
| 2345 | <require Tcompiler="IAR"/> |
| 2346 | </condition> |
| 2347 | <condition id="ARMv8MML_FP_LE_IAR"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2348 | <description>Armv8-M Mainline processor based device using Floating Point Unit in little endian mode for the IAR Compiler</description> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2349 | <require condition="ARMv8MML_FP_IAR"/> |
| 2350 | <require Dendian="Little-endian"/> |
| 2351 | </condition> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2352 | |
| 2353 | <condition id="ARMv8MML_NODSP_NOFPU_IAR"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2354 | <description>Armv8-M Mainline, no DSP, no FPU, IAR Compiler</description> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2355 | <require condition="ARMv8MML_NODSP_NOFPU"/> |
| 2356 | <require Tcompiler="IAR"/> |
| 2357 | </condition> |
| 2358 | <condition id="ARMv8MML_DSP_NOFPU_IAR"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2359 | <description>Armv8-M Mainline, DSP, no FPU, IAR Compiler</description> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2360 | <require condition="ARMv8MML_DSP_NOFPU"/> |
| 2361 | <require Tcompiler="IAR"/> |
| 2362 | </condition> |
| 2363 | <condition id="ARMv8MML_NODSP_SP_IAR"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2364 | <description>Armv8-M Mainline, no DSP, SP FPU, IAR Compiler</description> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2365 | <require condition="ARMv8MML_NODSP_SP"/> |
| 2366 | <require Tcompiler="IAR"/> |
| 2367 | </condition> |
| 2368 | <condition id="ARMv8MML_DSP_SP_IAR"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2369 | <description>Armv8-M Mainline, DSP, SP FPU, IAR Compiler</description> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2370 | <require condition="ARMv8MML_DSP_SP"/> |
| 2371 | <require Tcompiler="IAR"/> |
| 2372 | </condition> |
| 2373 | <condition id="ARMv8MML_NODSP_NOFPU_LE_IAR"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2374 | <description>Armv8-M Mainline, little endian, no DSP, no FPU, IAR Compiler</description> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2375 | <require condition="ARMv8MML_NODSP_NOFPU_IAR"/> |
| 2376 | <require Dendian="Little-endian"/> |
| 2377 | </condition> |
| 2378 | <condition id="ARMv8MML_DSP_NOFPU_LE_IAR"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2379 | <description>Armv8-M Mainline, little endian, DSP, no FPU, IAR Compiler</description> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2380 | <require condition="ARMv8MML_DSP_NOFPU_IAR"/> |
| 2381 | <require Dendian="Little-endian"/> |
| 2382 | </condition> |
| 2383 | <condition id="ARMv8MML_NODSP_SP_LE_IAR"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2384 | <description>Armv8-M Mainline, little endian, no DSP, SP FPU, IAR Compiler</description> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2385 | <require condition="ARMv8MML_NODSP_SP_IAR"/> |
| 2386 | <require Dendian="Little-endian"/> |
| 2387 | </condition> |
| 2388 | <condition id="ARMv8MML_DSP_SP_LE_IAR"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2389 | <description>Armv8-M Mainline, little endian, DSP, SP FPU, IAR Compiler</description> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2390 | <require condition="ARMv8MML_DSP_SP_IAR"/> |
| 2391 | <require Dendian="Little-endian"/> |
| 2392 | </condition> |
| 2393 | |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2394 | <!-- conditions selecting single devices and CMSIS Core --> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2395 | <condition id="ARMCM0 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2396 | <description>Generic Arm Cortex-M0 device startup and depends on CMSIS Core</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2397 | <require Dvendor="ARM:82" Dname="ARMCM0"/> |
| 2398 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2399 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2400 | |
| 2401 | <condition id="ARMCM0+ CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2402 | <description>Generic Arm Cortex-M0+ device startup and depends on CMSIS Core</description> |
Jonatan Antoni | c4e9f46 | 2017-10-19 16:51:44 +0200 | [diff] [blame] | 2403 | <require Dvendor="ARM:82" Dname="ARMCM0P*"/> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2404 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2405 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2406 | |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 2407 | <condition id="ARMCM1 CMSIS"> |
| 2408 | <description>Generic Arm Cortex-M1 device startup and depends on CMSIS Core</description> |
| 2409 | <require Dvendor="ARM:82" Dname="ARMCM1"/> |
| 2410 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2411 | </condition> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 2412 | |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2413 | <condition id="ARMCM3 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2414 | <description>Generic Arm Cortex-M3 device startup and depends on CMSIS Core</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2415 | <require Dvendor="ARM:82" Dname="ARMCM3"/> |
| 2416 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2417 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2418 | |
| 2419 | <condition id="ARMCM4 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2420 | <description>Generic Arm Cortex-M4 device startup and depends on CMSIS Core</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2421 | <require Dvendor="ARM:82" Dname="ARMCM4*"/> |
| 2422 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2423 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2424 | |
| 2425 | <condition id="ARMCM7 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2426 | <description>Generic Arm Cortex-M7 device startup and depends on CMSIS Core</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2427 | <require Dvendor="ARM:82" Dname="ARMCM7*"/> |
| 2428 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2429 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2430 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2431 | <condition id="ARMCM23 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2432 | <description>Generic Arm Cortex-M23 device startup and depends on CMSIS Core</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2433 | <require Dvendor="ARM:82" Dname="ARMCM23*"/> |
| 2434 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2435 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2436 | |
| 2437 | <condition id="ARMCM33 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2438 | <description>Generic Arm Cortex-M33 device startup and depends on CMSIS Core</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2439 | <require Dvendor="ARM:82" Dname="ARMCM33*"/> |
| 2440 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2441 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2442 | |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 2443 | <condition id="ARMCM35P CMSIS"> |
| 2444 | <description>Generic Arm Cortex-M35P device startup and depends on CMSIS Core</description> |
| 2445 | <require Dvendor="ARM:82" Dname="ARMCM35P*"/> |
| 2446 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2447 | </condition> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 2448 | |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 2449 | <condition id="ARMCM55 CMSIS"> |
| 2450 | <description>Generic Arm Cortex-M55 device startup and depends on CMSIS Core</description> |
| 2451 | <require Dvendor="ARM:82" Dname="ARMCM55*"/> |
| 2452 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2453 | </condition> |
| 2454 | |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2455 | <condition id="ARMSC000 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2456 | <description>Generic Arm SC000 device startup and depends on CMSIS Core</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2457 | <require Dvendor="ARM:82" Dname="ARMSC000"/> |
| 2458 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2459 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2460 | |
| 2461 | <condition id="ARMSC300 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2462 | <description>Generic Arm SC300 device startup and depends on CMSIS Core</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2463 | <require Dvendor="ARM:82" Dname="ARMSC300"/> |
| 2464 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2465 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2466 | |
| 2467 | <condition id="ARMv8MBL CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2468 | <description>Generic Armv8-M Baseline device startup and depends on CMSIS Core</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2469 | <require Dvendor="ARM:82" Dname="ARMv8MBL"/> |
| 2470 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2471 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2472 | |
| 2473 | <condition id="ARMv8MML CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2474 | <description>Generic Armv8-M Mainline device startup and depends on CMSIS Core</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2475 | <require Dvendor="ARM:82" Dname="ARMv8MML*"/> |
| 2476 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2477 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2478 | |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 2479 | <condition id="ARMv81MML CMSIS"> |
| 2480 | <description>Generic Armv8.1-M Mainline device startup and depends on CMSIS Core</description> |
| 2481 | <require Dvendor="ARM:82" Dname="ARMv81MML*"/> |
| 2482 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2483 | </condition> |
| 2484 | |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 2485 | <condition id="ARMCA5 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2486 | <description>Generic Arm Cortex-A5 device startup and depends on CMSIS Core</description> |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 2487 | <require Dvendor="ARM:82" Dname="ARMCA5"/> |
| 2488 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2489 | </condition> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 2490 | |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 2491 | <condition id="ARMCA7 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2492 | <description>Generic Arm Cortex-A7 device startup and depends on CMSIS Core</description> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 2493 | <require Dvendor="ARM:82" Dname="ARMCA7"/> |
| 2494 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2495 | </condition> |
| 2496 | |
| 2497 | <condition id="ARMCA9 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2498 | <description>Generic Arm Cortex-A9 device startup and depends on CMSIS Core</description> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 2499 | <require Dvendor="ARM:82" Dname="ARMCA9"/> |
| 2500 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2501 | </condition> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 2502 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2503 | <!-- CMSIS DSP --> |
| 2504 | <condition id="CMSIS DSP"> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 2505 | <description>Components required for DSP</description> |
| 2506 | <require condition="ARMv6_7_8-M Device"/> |
TTornblom | 3ff8906 | 2018-03-08 11:32:29 +0100 | [diff] [blame] | 2507 | <require condition="ARMCC GCC IAR"/> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 2508 | <require Cclass="CMSIS" Cgroup="CORE"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2509 | </condition> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 2510 | |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 2511 | <!-- CMSIS NN --> |
| 2512 | <condition id="CMSIS NN"> |
| 2513 | <description>Components required for NN</description> |
Jonatan Antoni | 6326763 | 2019-12-09 12:58:41 +0100 | [diff] [blame] | 2514 | <require Cclass="CMSIS" Cgroup="DSP"/> |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 2515 | </condition> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 2516 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2517 | <!-- RTOS RTX --> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2518 | <condition id="RTOS RTX"> |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 2519 | <description>Components required for RTOS RTX</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2520 | <require condition="ARMv6_7-M Device"/> |
| 2521 | <require condition="ARMCC GCC IAR"/> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 2522 | <require Cclass="Device" Cgroup="Startup"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2523 | <deny Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5"/> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 2524 | </condition> |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 2525 | <condition id="RTOS RTX IFX"> |
| 2526 | <description>Components required for RTOS RTX IFX</description> |
| 2527 | <require condition="ARMv6_7-M Device"/> |
| 2528 | <require condition="ARMCC GCC IAR"/> |
| 2529 | <require Dvendor="Infineon:7" Dname="XMC4*"/> |
| 2530 | <require Cclass="Device" Cgroup="Startup"/> |
| 2531 | <deny Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5"/> |
| 2532 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2533 | <condition id="RTOS RTX5"> |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 2534 | <description>Components required for RTOS RTX5</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2535 | <require condition="ARMv6_7_8-M Device"/> |
Robert Rostohar | 0695d88 | 2016-12-20 12:26:34 +0100 | [diff] [blame] | 2536 | <require condition="ARMCC GCC IAR"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2537 | <require Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5"/> |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 2538 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2539 | <condition id="RTOS2 RTX5"> |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 2540 | <description>Components required for RTOS2 RTX5</description> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 2541 | <require condition="ARMv6_7_8-M Device"/> |
Robert Rostohar | ff9fa5b | 2017-04-19 11:55:58 +0200 | [diff] [blame] | 2542 | <require condition="ARMCC GCC IAR"/> |
| 2543 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2544 | <require Cclass="Device" Cgroup="Startup"/> |
| 2545 | </condition> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 2546 | <condition id="RTOS2 RTX5 v7-A"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2547 | <description>Components required for RTOS2 RTX5 on Armv7-A</description> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 2548 | <require condition="ARMv7-A Device"/> |
| 2549 | <require condition="ARMCC GCC IAR"/> |
| 2550 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2551 | <require Cclass="Device" Cgroup="Startup"/> |
| 2552 | <require Cclass="Device" Cgroup="OS Tick"/> |
Vladimir Umek | c852bdd | 2017-07-03 09:19:47 +0200 | [diff] [blame] | 2553 | <require Cclass="Device" Cgroup="IRQ Controller"/> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 2554 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2555 | <condition id="RTOS2 RTX5 NS"> |
| 2556 | <description>Components required for RTOS2 RTX5 in Non-Secure Domain</description> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2557 | <require condition="ARMv8-M Device"/> |
| 2558 | <require condition="TZ Non-secure"/> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2559 | <require condition="ARMCC GCC IAR"/> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2560 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2561 | <require Cclass="Device" Cgroup="Startup"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2562 | </condition> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 2563 | |
Vladimir Umek | c852bdd | 2017-07-03 09:19:47 +0200 | [diff] [blame] | 2564 | <!-- OS Tick --> |
| 2565 | <condition id="OS Tick PTIM"> |
| 2566 | <description>Components required for OS Tick Private Timer</description> |
| 2567 | <require condition="CA5_CA9"/> |
| 2568 | <require Cclass="Device" Cgroup="IRQ Controller"/> |
| 2569 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2570 | |
Daniel Brondani | 650abfe | 2017-07-24 15:35:57 +0200 | [diff] [blame] | 2571 | <condition id="OS Tick GTIM"> |
| 2572 | <description>Components required for OS Tick Generic Physical Timer</description> |
| 2573 | <require condition="CA7"/> |
| 2574 | <require Cclass="Device" Cgroup="IRQ Controller"/> |
| 2575 | </condition> |
| 2576 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2577 | </conditions> |
| 2578 | |
| 2579 | <components> |
| 2580 | <!-- CMSIS-Core component --> |
Jonatan Antoni | 9cdc365 | 2019-07-23 15:43:03 +0200 | [diff] [blame] | 2581 | <component Cclass="CMSIS" Cgroup="CORE" Cversion="5.4.0" condition="ARMv6_7_8-M Device" > |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 2582 | <description>CMSIS-CORE for Cortex-M, SC000, SC300, ARMv8-M, ARMv8.1-M</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2583 | <files> |
| 2584 | <!-- CPU independent --> |
| 2585 | <file category="doc" name="CMSIS/Documentation/Core/html/index.html"/> |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 2586 | <file category="include" name="CMSIS/Core/Include/"/> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2587 | <file category="header" name="CMSIS/Core/Include/tz_context.h" condition="TrustZone"/> |
Christopher Seidl | 2e8b814 | 2016-10-25 16:29:05 +0200 | [diff] [blame] | 2588 | <!-- Code template --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2589 | <file category="sourceC" attr="template" condition="TZ Secure" name="CMSIS/Core/Template/ARMv8-M/main_s.c" version="1.1.1" select="Secure mode 'main' module for ARMv8-M"/> |
| 2590 | <file category="sourceC" attr="template" condition="TZ Secure" name="CMSIS/Core/Template/ARMv8-M/tz_context.c" version="1.1.1" select="RTOS Context Management (TrustZone for ARMv8-M)" /> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2591 | </files> |
| 2592 | </component> |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 2593 | |
Jonatan Antoni | 724104c | 2020-04-03 16:52:57 +0200 | [diff] [blame] | 2594 | <component Cclass="CMSIS" Cgroup="CORE" Cversion="1.2.0" condition="ARMv7-A Device" > |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 2595 | <description>CMSIS-CORE for Cortex-A</description> |
| 2596 | <files> |
| 2597 | <!-- CPU independent --> |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 2598 | <file category="doc" name="CMSIS/Documentation/Core_A/html/index.html"/> |
brondani | b6bdb2c | 2017-03-02 16:15:52 +0100 | [diff] [blame] | 2599 | <file category="include" name="CMSIS/Core_A/Include/"/> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 2600 | </files> |
| 2601 | </component> |
| 2602 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2603 | <!-- CMSIS-Startup components --> |
| 2604 | <!-- Cortex-M0 --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2605 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM0 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2606 | <description>System and Startup for Generic Arm Cortex-M0 device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2607 | <files> |
| 2608 | <!-- include folder / device header file --> |
| 2609 | <file category="header" name="Device/ARM/ARMCM0/Include/ARMCM0.h"/> |
| 2610 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2611 | <file category="sourceC" name="Device/ARM/ARMCM0/Source/startup_ARMCM0.c" version="2.0.3" attr="config"/> |
Jonatan Antoni | 7b26947 | 2019-05-20 17:28:51 +0200 | [diff] [blame] | 2612 | <file category="linkerScript" name="Device/ARM/ARMCM0/Source/ARM/ARMCM0_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2613 | <file category="linkerScript" name="Device/ARM/ARMCM0/Source/ARM/ARMCM0_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2614 | <file category="linkerScript" name="Device/ARM/ARMCM0/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
| 2615 | <file category="sourceC" name="Device/ARM/ARMCM0/Source/system_ARMCM0.c" version="1.0.0" attr="config"/> |
| 2616 | </files> |
| 2617 | </component> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2618 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM0 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2619 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M0 device</description> |
| 2620 | <files> |
| 2621 | <!-- include folder / device header file --> |
| 2622 | <file category="header" name="Device/ARM/ARMCM0/Include/ARMCM0.h"/> |
| 2623 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2624 | <file category="sourceAsm" name="Device/ARM/ARMCM0/Source/ARM/startup_ARMCM0.s" version="1.0.1" attr="config" condition="ARMCC"/> |
| 2625 | <file category="sourceAsm" name="Device/ARM/ARMCM0/Source/GCC/startup_ARMCM0.S" version="2.0.1" attr="config" condition="GCC"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2626 | <file category="linkerScript" name="Device/ARM/ARMCM0/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2627 | <file category="sourceAsm" name="Device/ARM/ARMCM0/Source/IAR/startup_ARMCM0.s" version="1.0.0" attr="config" condition="IAR"/> |
| 2628 | <file category="sourceC" name="Device/ARM/ARMCM0/Source/system_ARMCM0.c" version="1.0.0" attr="config"/> |
| 2629 | </files> |
| 2630 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2631 | |
| 2632 | <!-- Cortex-M0+ --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2633 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM0+ CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2634 | <description>System and Startup for Generic Arm Cortex-M0+ device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2635 | <files> |
| 2636 | <!-- include folder / device header file --> |
| 2637 | <file category="header" name="Device/ARM/ARMCM0plus/Include/ARMCM0plus.h"/> |
| 2638 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2639 | <file category="sourceC" name="Device/ARM/ARMCM0plus/Source/startup_ARMCM0plus.c" version="2.0.3" attr="config"/> |
Jonatan Antoni | 7b26947 | 2019-05-20 17:28:51 +0200 | [diff] [blame] | 2640 | <file category="linkerScript" name="Device/ARM/ARMCM0plus/Source/ARM/ARMCM0plus_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2641 | <file category="linkerScript" name="Device/ARM/ARMCM0plus/Source/ARM/ARMCM0plus_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2642 | <file category="linkerScript" name="Device/ARM/ARMCM0plus/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
| 2643 | <file category="sourceC" name="Device/ARM/ARMCM0plus/Source/system_ARMCM0plus.c" version="1.0.0" attr="config"/> |
| 2644 | </files> |
| 2645 | </component> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2646 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM0+ CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2647 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M0+ device</description> |
| 2648 | <files> |
| 2649 | <!-- include folder / device header file --> |
| 2650 | <file category="header" name="Device/ARM/ARMCM0plus/Include/ARMCM0plus.h"/> |
| 2651 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2652 | <file category="sourceAsm" name="Device/ARM/ARMCM0plus/Source/ARM/startup_ARMCM0plus.s" version="1.0.1" attr="config" condition="ARMCC"/> |
| 2653 | <file category="sourceAsm" name="Device/ARM/ARMCM0plus/Source/GCC/startup_ARMCM0plus.S" version="2.0.1" attr="config" condition="GCC"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2654 | <file category="linkerScript" name="Device/ARM/ARMCM0plus/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2655 | <file category="sourceAsm" name="Device/ARM/ARMCM0plus/Source/IAR/startup_ARMCM0plus.s" version="1.0.0" attr="config" condition="IAR"/> |
| 2656 | <file category="sourceC" name="Device/ARM/ARMCM0plus/Source/system_ARMCM0plus.c" version="1.0.0" attr="config"/> |
| 2657 | </files> |
| 2658 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2659 | |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 2660 | <!-- Cortex-M1 --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2661 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM1 CMSIS"> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 2662 | <description>System and Startup for Generic Arm Cortex-M1 device</description> |
| 2663 | <files> |
| 2664 | <!-- include folder / device header file --> |
| 2665 | <file category="header" name="Device/ARM/ARMCM1/Include/ARMCM1.h"/> |
| 2666 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2667 | <file category="sourceC" name="Device/ARM/ARMCM1/Source/startup_ARMCM1.c" version="2.0.3" attr="config"/> |
Jonatan Antoni | 7b26947 | 2019-05-20 17:28:51 +0200 | [diff] [blame] | 2668 | <file category="linkerScript" name="Device/ARM/ARMCM1/Source/ARM/ARMCM1_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2669 | <file category="linkerScript" name="Device/ARM/ARMCM1/Source/ARM/ARMCM1_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2670 | <file category="linkerScript" name="Device/ARM/ARMCM1/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
| 2671 | <file category="sourceC" name="Device/ARM/ARMCM1/Source/system_ARMCM1.c" version="1.0.0" attr="config"/> |
| 2672 | </files> |
| 2673 | </component> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2674 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM1 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2675 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M1 device</description> |
| 2676 | <files> |
| 2677 | <!-- include folder / device header file --> |
| 2678 | <file category="header" name="Device/ARM/ARMCM1/Include/ARMCM1.h"/> |
| 2679 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2680 | <file category="sourceAsm" name="Device/ARM/ARMCM1/Source/ARM/startup_ARMCM1.s" version="1.0.1" attr="config" condition="ARMCC"/> |
| 2681 | <file category="sourceAsm" name="Device/ARM/ARMCM1/Source/GCC/startup_ARMCM1.S" version="2.0.1" attr="config" condition="GCC"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2682 | <file category="linkerScript" name="Device/ARM/ARMCM1/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 2683 | <file category="sourceAsm" name="Device/ARM/ARMCM1/Source/IAR/startup_ARMCM1.s" version="1.0.0" attr="config" condition="IAR"/> |
| 2684 | <file category="sourceC" name="Device/ARM/ARMCM1/Source/system_ARMCM1.c" version="1.0.0" attr="config"/> |
| 2685 | </files> |
| 2686 | </component> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 2687 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2688 | <!-- Cortex-M3 --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2689 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM3 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2690 | <description>System and Startup for Generic Arm Cortex-M3 device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2691 | <files> |
| 2692 | <!-- include folder / device header file --> |
| 2693 | <file category="header" name="Device/ARM/ARMCM3/Include/ARMCM3.h"/> |
| 2694 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2695 | <file category="sourceC" name="Device/ARM/ARMCM3/Source/startup_ARMCM3.c" version="2.0.3" attr="config"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2696 | <file category="linkerScript" name="Device/ARM/ARMCM3/Source/ARM/ARMCM3_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2697 | <file category="linkerScript" name="Device/ARM/ARMCM3/Source/ARM/ARMCM3_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 2698 | <file category="linkerScript" name="Device/ARM/ARMCM3/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2699 | <file category="sourceC" name="Device/ARM/ARMCM3/Source/system_ARMCM3.c" version="1.0.1" attr="config"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2700 | </files> |
| 2701 | </component> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2702 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM3 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2703 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M3 device</description> |
| 2704 | <files> |
| 2705 | <!-- include folder / device header file --> |
| 2706 | <file category="header" name="Device/ARM/ARMCM3/Include/ARMCM3.h"/> |
| 2707 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2708 | <file category="sourceAsm" name="Device/ARM/ARMCM3/Source/ARM/startup_ARMCM3.s" version="1.0.1" attr="config" condition="ARMCC"/> |
| 2709 | <file category="sourceAsm" name="Device/ARM/ARMCM3/Source/GCC/startup_ARMCM3.S" version="2.0.1" attr="config" condition="GCC"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2710 | <file category="linkerScript" name="Device/ARM/ARMCM3/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2711 | <file category="sourceAsm" name="Device/ARM/ARMCM3/Source/IAR/startup_ARMCM3.s" version="1.0.0" attr="config" condition="IAR"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2712 | <file category="sourceC" name="Device/ARM/ARMCM3/Source/system_ARMCM3.c" version="1.0.1" attr="config"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2713 | </files> |
| 2714 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2715 | |
| 2716 | <!-- Cortex-M4 --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2717 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM4 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2718 | <description>System and Startup for Generic Arm Cortex-M4 device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2719 | <files> |
| 2720 | <!-- include folder / device header file --> |
| 2721 | <file category="include" name="Device/ARM/ARMCM4/Include/"/> |
| 2722 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2723 | <file category="sourceC" name="Device/ARM/ARMCM4/Source/startup_ARMCM4.c" version="2.0.3" attr="config"/> |
Jonatan Antoni | 7b26947 | 2019-05-20 17:28:51 +0200 | [diff] [blame] | 2724 | <file category="linkerScript" name="Device/ARM/ARMCM4/Source/ARM/ARMCM4_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2725 | <file category="linkerScript" name="Device/ARM/ARMCM4/Source/ARM/ARMCM4_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2726 | <file category="linkerScript" name="Device/ARM/ARMCM4/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2727 | <file category="sourceC" name="Device/ARM/ARMCM4/Source/system_ARMCM4.c" version="1.0.1" attr="config"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2728 | </files> |
| 2729 | </component> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2730 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM4 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2731 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M4 device</description> |
| 2732 | <files> |
| 2733 | <!-- include folder / device header file --> |
| 2734 | <file category="include" name="Device/ARM/ARMCM4/Include/"/> |
| 2735 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2736 | <file category="sourceAsm" name="Device/ARM/ARMCM4/Source/ARM/startup_ARMCM4.s" version="1.0.1" attr="config" condition="ARMCC"/> |
| 2737 | <file category="sourceAsm" name="Device/ARM/ARMCM4/Source/GCC/startup_ARMCM4.S" version="2.0.1" attr="config" condition="GCC"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2738 | <file category="linkerScript" name="Device/ARM/ARMCM4/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2739 | <file category="sourceAsm" name="Device/ARM/ARMCM4/Source/IAR/startup_ARMCM4.s" version="1.0.0" attr="config" condition="IAR"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2740 | <file category="sourceC" name="Device/ARM/ARMCM4/Source/system_ARMCM4.c" version="1.0.1" attr="config"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2741 | </files> |
| 2742 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2743 | |
| 2744 | <!-- Cortex-M7 --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2745 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM7 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2746 | <description>System and Startup for Generic Arm Cortex-M7 device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2747 | <files> |
| 2748 | <!-- include folder / device header file --> |
| 2749 | <file category="include" name="Device/ARM/ARMCM7/Include/"/> |
| 2750 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2751 | <file category="sourceC" name="Device/ARM/ARMCM7/Source/startup_ARMCM7.c" version="2.0.3" attr="config"/> |
Jonatan Antoni | 7b26947 | 2019-05-20 17:28:51 +0200 | [diff] [blame] | 2752 | <file category="linkerScript" name="Device/ARM/ARMCM7/Source/ARM/ARMCM7_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2753 | <file category="linkerScript" name="Device/ARM/ARMCM7/Source/ARM/ARMCM7_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2754 | <file category="linkerScript" name="Device/ARM/ARMCM7/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2755 | <file category="sourceC" name="Device/ARM/ARMCM7/Source/system_ARMCM7.c" version="1.0.1" attr="config"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2756 | </files> |
| 2757 | </component> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2758 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM7 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2759 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M7 device</description> |
| 2760 | <files> |
| 2761 | <!-- include folder / device header file --> |
| 2762 | <file category="include" name="Device/ARM/ARMCM7/Include/"/> |
| 2763 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2764 | <file category="sourceAsm" name="Device/ARM/ARMCM7/Source/ARM/startup_ARMCM7.s" version="1.0.1" attr="config" condition="ARMCC"/> |
| 2765 | <file category="sourceAsm" name="Device/ARM/ARMCM7/Source/GCC/startup_ARMCM7.S" version="2.0.1" attr="config" condition="GCC"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2766 | <file category="linkerScript" name="Device/ARM/ARMCM7/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2767 | <file category="sourceAsm" name="Device/ARM/ARMCM7/Source/IAR/startup_ARMCM7.s" version="1.0.0" attr="config" condition="IAR"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2768 | <file category="sourceC" name="Device/ARM/ARMCM7/Source/system_ARMCM7.c" version="1.0.1" attr="config"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2769 | </files> |
| 2770 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2771 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2772 | <!-- Cortex-M23 --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2773 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM23 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2774 | <description>System and Startup for Generic Arm Cortex-M23 device</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2775 | <files> |
| 2776 | <!-- include folder / device header file --> |
| 2777 | <file category="include" name="Device/ARM/ARMCM23/Include/"/> |
| 2778 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2779 | <file category="sourceC" name="Device/ARM/ARMCM23/Source/startup_ARMCM23.c" version="2.0.3" attr="config"/> |
Jonatan Antoni | 7b26947 | 2019-05-20 17:28:51 +0200 | [diff] [blame] | 2780 | <file category="linkerScript" name="Device/ARM/ARMCM23/Source/ARM/ARMCM23_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2781 | <file category="linkerScript" name="Device/ARM/ARMCM23/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2782 | <file category="sourceC" name="Device/ARM/ARMCM23/Source/system_ARMCM23.c" version="1.0.1" attr="config"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2783 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2784 | <file category="header" name="Device/ARM/ARMCM23/Include/Template/partition_ARMCM23.h" version="1.0.0" attr="config" condition="TZ Secure"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2785 | </files> |
| 2786 | </component> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2787 | <component Cclass="Device" Cgroup="Startup" Cversion="1.1.2" condition="ARMCM23 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2788 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M23 device</description> |
| 2789 | <files> |
| 2790 | <!-- include folder / device header file --> |
| 2791 | <file category="include" name="Device/ARM/ARMCM23/Include/"/> |
| 2792 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2793 | <file category="sourceAsm" name="Device/ARM/ARMCM23/Source/ARM/startup_ARMCM23.s" version="1.0.1" attr="config" condition="ARMCC"/> |
| 2794 | <file category="sourceAsm" name="Device/ARM/ARMCM23/Source/GCC/startup_ARMCM23.S" version="2.0.1" attr="config" condition="GCC"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2795 | <file category="linkerScript" name="Device/ARM/ARMCM23/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
| 2796 | <file category="sourceAsm" name="Device/ARM/ARMCM23/Source/IAR/startup_ARMCM23.s" version="1.0.0" attr="config" condition="IAR"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2797 | <file category="sourceC" name="Device/ARM/ARMCM23/Source/system_ARMCM23.c" version="1.0.1" attr="config"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2798 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2799 | <file category="header" name="Device/ARM/ARMCM23/Include/Template/partition_ARMCM23.h" version="1.0.0" attr="config" condition="TZ Secure"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2800 | </files> |
| 2801 | </component> |
| 2802 | |
| 2803 | <!-- Cortex-M33 --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2804 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM33 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2805 | <description>System and Startup for Generic Arm Cortex-M33 device</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2806 | <files> |
| 2807 | <!-- include folder / device header file --> |
| 2808 | <file category="include" name="Device/ARM/ARMCM33/Include/"/> |
| 2809 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2810 | <file category="sourceC" name="Device/ARM/ARMCM33/Source/startup_ARMCM33.c" version="2.0.3" attr="config"/> |
Jonatan Antoni | 7b26947 | 2019-05-20 17:28:51 +0200 | [diff] [blame] | 2811 | <file category="linkerScript" name="Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2812 | <file category="linkerScript" name="Device/ARM/ARMCM33/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2813 | <file category="sourceC" name="Device/ARM/ARMCM33/Source/system_ARMCM33.c" version="1.0.1" attr="config"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2814 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2815 | <file category="header" name="Device/ARM/ARMCM33/Include/Template/partition_ARMCM33.h" version="1.1.1" attr="config" condition="TZ Secure"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2816 | </files> |
| 2817 | </component> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2818 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM33 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2819 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M33 device</description> |
| 2820 | <files> |
| 2821 | <!-- include folder / device header file --> |
| 2822 | <file category="include" name="Device/ARM/ARMCM33/Include/"/> |
| 2823 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2824 | <file category="sourceAsm" name="Device/ARM/ARMCM33/Source/ARM/startup_ARMCM33.s" version="1.0.1" attr="config" condition="ARMCC"/> |
| 2825 | <file category="sourceAsm" name="Device/ARM/ARMCM33/Source/GCC/startup_ARMCM33.S" version="2.0.1" attr="config" condition="GCC"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2826 | <file category="linkerScript" name="Device/ARM/ARMCM33/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
| 2827 | <file category="sourceAsm" name="Device/ARM/ARMCM33/Source/IAR/startup_ARMCM33.s" version="1.0.0" attr="config" condition="IAR"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2828 | <file category="sourceC" name="Device/ARM/ARMCM33/Source/system_ARMCM33.c" version="1.0.1" attr="config"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2829 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2830 | <file category="header" name="Device/ARM/ARMCM33/Include/Template/partition_ARMCM33.h" version="1.1.1" attr="config" condition="TZ Secure"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2831 | </files> |
| 2832 | </component> |
| 2833 | |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 2834 | <!-- Cortex-M35P --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2835 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM35P CMSIS"> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 2836 | <description>System and Startup for Generic Arm Cortex-M35P device</description> |
| 2837 | <files> |
| 2838 | <!-- include folder / device header file --> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2839 | <file category="include" name="Device/ARM/ARMCM35P/Include/"/> |
| 2840 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2841 | <file category="sourceC" name="Device/ARM/ARMCM35P/Source/startup_ARMCM35P.c" version="2.0.3" attr="config"/> |
Jonatan Antoni | 7b26947 | 2019-05-20 17:28:51 +0200 | [diff] [blame] | 2842 | <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/ARM/ARMCM35P_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2843 | <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2844 | <file category="sourceC" name="Device/ARM/ARMCM35P/Source/system_ARMCM35P.c" version="1.0.1" attr="config"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2845 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2846 | <file category="header" name="Device/ARM/ARMCM35P/Include/Template/partition_ARMCM35P.h" version="1.0.0" attr="config" condition="TZ Secure"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2847 | </files> |
| 2848 | </component> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2849 | <component Cclass="Device" Cgroup="Startup" Cversion="1.1.2" condition="ARMCM35P CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2850 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M35P device</description> |
| 2851 | <files> |
| 2852 | <!-- include folder / device header file --> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 2853 | <file category="include" name="Device/ARM/ARMCM35P/Include/"/> |
| 2854 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2855 | <file category="sourceAsm" name="Device/ARM/ARMCM35P/Source/ARM/startup_ARMCM35P.s" version="1.0.1" attr="config" condition="ARMCC"/> |
| 2856 | <file category="sourceAsm" name="Device/ARM/ARMCM35P/Source/GCC/startup_ARMCM35P.S" version="1.0.1" attr="config" condition="GCC"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2857 | <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
| 2858 | <file category="sourceAsm" name="Device/ARM/ARMCM35P/Source/IAR/startup_ARMCM35P.s" version="2.0.0" attr="config" condition="IAR"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2859 | <file category="sourceC" name="Device/ARM/ARMCM35P/Source/system_ARMCM35P.c" version="1.0.1" attr="config"/> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 2860 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2861 | <file category="header" name="Device/ARM/ARMCM35P/Include/Template/partition_ARMCM35P.h" version="1.0.0" attr="config" condition="TZ Secure"/> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 2862 | </files> |
| 2863 | </component> |
| 2864 | |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 2865 | <!-- Cortex-M55 --> |
Jonatan Antoni | 869e948 | 2020-03-30 15:03:16 +0200 | [diff] [blame] | 2866 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="1.0.0" condition="ARMCM55 CMSIS"> |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 2867 | <description>System and Startup for Generic Cortex-M55 device</description> |
| 2868 | <files> |
| 2869 | <!-- include folder / device header file --> |
| 2870 | <file category="include" name="Device/ARM/ARMCM55/Include/"/> |
| 2871 | <!-- startup / system file --> |
Jonatan Antoni | 0b73706 | 2020-03-27 17:23:43 +0100 | [diff] [blame] | 2872 | <file category="sourceC" name="Device/ARM/ARMCM55/Source/startup_ARMCM55.c" version="1.0.0" attr="config"/> |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 2873 | <file category="linkerScript" name="Device/ARM/ARMCM55/Source/ARM/ARMCM55_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 869e948 | 2020-03-30 15:03:16 +0200 | [diff] [blame] | 2874 | <file category="linkerScript" name="Device/ARM/ARMCM55/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 0b73706 | 2020-03-27 17:23:43 +0100 | [diff] [blame] | 2875 | <file category="sourceC" name="Device/ARM/ARMCM55/Source/system_ARMCM55.c" version="1.0.0" attr="config"/> |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 2876 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2877 | <file category="header" name="Device/ARM/ARMCM55/Include/Template/partition_ARMCM55.h" version="1.0.0" attr="config" condition="TZ Secure"/> |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 2878 | </files> |
| 2879 | </component> |
| 2880 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2881 | <!-- Cortex-SC000 --> |
Surendran Kanagaraj | 4f8b625 | 2019-12-18 23:00:33 +0530 | [diff] [blame] | 2882 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMSC000 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2883 | <description>System and Startup for Generic Arm SC000 device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2884 | <files> |
| 2885 | <!-- include folder / device header file --> |
| 2886 | <file category="header" name="Device/ARM/ARMSC000/Include/ARMSC000.h"/> |
| 2887 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2888 | <file category="sourceC" name="Device/ARM/ARMSC000/Source/startup_ARMSC000.c" version="2.0.3" attr="config"/> |
Jonatan Antoni | 7b26947 | 2019-05-20 17:28:51 +0200 | [diff] [blame] | 2889 | <file category="linkerScript" name="Device/ARM/ARMSC000/Source/ARM/ARMSC000_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2890 | <file category="linkerScript" name="Device/ARM/ARMSC000/Source/ARM/ARMSC000_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2891 | <file category="linkerScript" name="Device/ARM/ARMSC000/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
| 2892 | <file category="sourceC" name="Device/ARM/ARMSC000/Source/system_ARMSC000.c" version="1.0.0" attr="config"/> |
| 2893 | </files> |
| 2894 | </component> |
Surendran Kanagaraj | 4f8b625 | 2019-12-18 23:00:33 +0530 | [diff] [blame] | 2895 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.3" condition="ARMSC000 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2896 | <description>DEPRECATED: System and Startup for Generic Arm SC000 device</description> |
| 2897 | <files> |
| 2898 | <!-- include folder / device header file --> |
| 2899 | <file category="header" name="Device/ARM/ARMSC000/Include/ARMSC000.h"/> |
| 2900 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2901 | <file category="sourceAsm" name="Device/ARM/ARMSC000/Source/ARM/startup_ARMSC000.s" version="1.0.1" attr="config" condition="ARMCC"/> |
| 2902 | <file category="sourceAsm" name="Device/ARM/ARMSC000/Source/GCC/startup_ARMSC000.S" version="2.0.1" attr="config" condition="GCC"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2903 | <file category="linkerScript" name="Device/ARM/ARMSC000/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2904 | <file category="sourceAsm" name="Device/ARM/ARMSC000/Source/IAR/startup_ARMSC000.s" version="1.0.0" attr="config" condition="IAR"/> |
| 2905 | <file category="sourceC" name="Device/ARM/ARMSC000/Source/system_ARMSC000.c" version="1.0.0" attr="config"/> |
| 2906 | </files> |
| 2907 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2908 | |
| 2909 | <!-- Cortex-SC300 --> |
Surendran Kanagaraj | 4f8b625 | 2019-12-18 23:00:33 +0530 | [diff] [blame] | 2910 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMSC300 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2911 | <description>System and Startup for Generic Arm SC300 device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2912 | <files> |
| 2913 | <!-- include folder / device header file --> |
| 2914 | <file category="header" name="Device/ARM/ARMSC300/Include/ARMSC300.h"/> |
| 2915 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2916 | <file category="sourceC" name="Device/ARM/ARMSC300/Source/startup_ARMSC300.c" version="2.0.3" attr="config"/> |
Jonatan Antoni | 7b26947 | 2019-05-20 17:28:51 +0200 | [diff] [blame] | 2917 | <file category="linkerScript" name="Device/ARM/ARMSC300/Source/ARM/ARMSC300_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2918 | <file category="linkerScript" name="Device/ARM/ARMSC300/Source/ARM/ARMSC300_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2919 | <file category="linkerScript" name="Device/ARM/ARMSC300/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2920 | <file category="sourceC" name="Device/ARM/ARMSC300/Source/system_ARMSC300.c" version="1.0.1" attr="config"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2921 | </files> |
| 2922 | </component> |
Surendran Kanagaraj | 4f8b625 | 2019-12-18 23:00:33 +0530 | [diff] [blame] | 2923 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.3" condition="ARMSC300 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2924 | <description>DEPRECATED: System and Startup for Generic Arm SC300 device</description> |
| 2925 | <files> |
| 2926 | <!-- include folder / device header file --> |
| 2927 | <file category="header" name="Device/ARM/ARMSC300/Include/ARMSC300.h"/> |
| 2928 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2929 | <file category="sourceAsm" name="Device/ARM/ARMSC300/Source/ARM/startup_ARMSC300.s" version="1.0.1" attr="config" condition="ARMCC"/> |
| 2930 | <file category="sourceAsm" name="Device/ARM/ARMSC300/Source/GCC/startup_ARMSC300.S" version="2.0.1" attr="config" condition="GCC"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2931 | <file category="linkerScript" name="Device/ARM/ARMSC300/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2932 | <file category="sourceAsm" name="Device/ARM/ARMSC300/Source/IAR/startup_ARMSC300.s" version="1.0.0" attr="config" condition="IAR"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2933 | <file category="sourceC" name="Device/ARM/ARMSC300/Source/system_ARMSC300.c" version="1.0.1" attr="config"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2934 | </files> |
| 2935 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2936 | |
| 2937 | <!-- ARMv8MBL --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2938 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMv8MBL CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2939 | <description>System and Startup for Generic Armv8-M Baseline device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2940 | <files> |
| 2941 | <!-- include folder / device header file --> |
| 2942 | <file category="include" name="Device/ARM/ARMv8MBL/Include/"/> |
| 2943 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2944 | <file category="sourceC" name="Device/ARM/ARMv8MBL/Source/startup_ARMv8MBL.c" version="2.0.3" attr="config"/> |
Jonatan Antoni | 7b26947 | 2019-05-20 17:28:51 +0200 | [diff] [blame] | 2945 | <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/ARM/ARMv8MBL_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2946 | <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2947 | <file category="sourceC" name="Device/ARM/ARMv8MBL/Source/system_ARMv8MBL.c" version="1.0.1" attr="config"/> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2948 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2949 | <file category="header" name="Device/ARM/ARMv8MBL/Include/Template/partition_ARMv8MBL.h" version="1.0.0" attr="config" condition="TZ Secure"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2950 | </files> |
| 2951 | </component> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2952 | <component Cclass="Device" Cgroup="Startup" Cversion="1.1.2" condition="ARMv8MBL CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2953 | <description>DEPRECATED: System and Startup for Generic Armv8-M Baseline device</description> |
| 2954 | <files> |
| 2955 | <!-- include folder / device header file --> |
| 2956 | <file category="include" name="Device/ARM/ARMv8MBL/Include/"/> |
| 2957 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2958 | <file category="sourceAsm" name="Device/ARM/ARMv8MBL/Source/ARM/startup_ARMv8MBL.s" version="1.0.1" attr="config" condition="ARMCC"/> |
| 2959 | <file category="sourceAsm" name="Device/ARM/ARMv8MBL/Source/GCC/startup_ARMv8MBL.S" version="2.0.1" attr="config" condition="GCC"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2960 | <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2961 | <file category="sourceC" name="Device/ARM/ARMv8MBL/Source/system_ARMv8MBL.c" version="1.0.1" attr="config" condition="ARMCC GCC"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2962 | <!-- SAU configuration --> |
| 2963 | <file category="header" name="Device/ARM/ARMv8MBL/Include/Template/partition_ARMv8MBL.h" version="1.0.0" attr="config"/> |
| 2964 | </files> |
| 2965 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2966 | |
| 2967 | <!-- ARMv8MML --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2968 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMv8MML CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2969 | <description>System and Startup for Generic Armv8-M Mainline device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2970 | <files> |
| 2971 | <!-- include folder / device header file --> |
| 2972 | <file category="include" name="Device/ARM/ARMv8MML/Include/"/> |
| 2973 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2974 | <file category="sourceC" name="Device/ARM/ARMv8MML/Source/startup_ARMv8MML.c" version="2.0.3" attr="config"/> |
Jonatan Antoni | 7b26947 | 2019-05-20 17:28:51 +0200 | [diff] [blame] | 2975 | <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/ARM/ARMv8MML_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2976 | <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2977 | <file category="sourceC" name="Device/ARM/ARMv8MML/Source/system_ARMv8MML.c" version="1.0.1" attr="config"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2978 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2979 | <file category="header" name="Device/ARM/ARMv8MML/Include/Template/partition_ARMv8MML.h" version="1.1.1" attr="config" condition="TZ Secure"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2980 | </files> |
| 2981 | </component> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2982 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMv8MML CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2983 | <description>DEPRECATED: System and Startup for Generic Armv8-M Mainline device</description> |
| 2984 | <files> |
| 2985 | <!-- include folder / device header file --> |
| 2986 | <file category="include" name="Device/ARM/ARMv8MML/Include/"/> |
| 2987 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2988 | <file category="sourceAsm" name="Device/ARM/ARMv8MML/Source/ARM/startup_ARMv8MML.s" version="1.0.1" attr="config" condition="ARMCC"/> |
| 2989 | <file category="sourceAsm" name="Device/ARM/ARMv8MML/Source/GCC/startup_ARMv8MML.S" version="2.0.1" attr="config" condition="GCC"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2990 | <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/GCC/gcc_arm.ld" version="2.0.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2991 | <file category="sourceC" name="Device/ARM/ARMv8MML/Source/system_ARMv8MML.c" version="1.0.1" attr="config" condition="ARMCC GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2992 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2993 | <file category="header" name="Device/ARM/ARMv8MML/Include/Template/partition_ARMv8MML.h" version="1.1.1" attr="config" condition="TZ Secure"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2994 | </files> |
| 2995 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2996 | |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 2997 | <!-- ARMv81MML --> |
Jonatan Antoni | 9818585 | 2020-03-20 12:35:39 +0100 | [diff] [blame] | 2998 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.1.1" condition="ARMv81MML CMSIS"> |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 2999 | <description>System and Startup for Generic Armv8.1-M Mainline device</description> |
| 3000 | <files> |
| 3001 | <!-- include folder / device header file --> |
| 3002 | <file category="include" name="Device/ARM/ARMv81MML/Include/"/> |
| 3003 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 3004 | <file category="sourceC" name="Device/ARM/ARMv81MML/Source/startup_ARMv81MML.c" version="2.0.3" attr="config"/> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 3005 | <file category="linkerScript" name="Device/ARM/ARMv81MML/Source/ARM/ARMv81MML_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 0b73706 | 2020-03-27 17:23:43 +0100 | [diff] [blame] | 3006 | <file category="linkerScript" name="Device/ARM/ARMv81MML/Source/GCC/gcc_arm.ld" version="2.0.1" attr="config" condition="GCC"/> |
Jonatan Antoni | 415c9cd | 2020-03-23 10:47:10 +0100 | [diff] [blame] | 3007 | <file category="sourceC" name="Device/ARM/ARMv81MML/Source/system_ARMv81MML.c" version="1.2.1" attr="config"/> |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 3008 | <!-- SAU configuration --> |
Jonatan Antoni | 9818585 | 2020-03-20 12:35:39 +0100 | [diff] [blame] | 3009 | <file category="header" name="Device/ARM/ARMv81MML/Include/Template/partition_ARMv81MML.h" version="1.0.1" attr="config" condition="TZ Secure"/> |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 3010 | </files> |
| 3011 | </component> |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 3012 | |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 3013 | <!-- Cortex-A5 --> |
| 3014 | <component Cclass="Device" Cgroup="Startup" Cversion="1.0.0" condition="ARMCA5 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 3015 | <description>System and Startup for Generic Arm Cortex-A5 device</description> |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 3016 | <files> |
| 3017 | <!-- include folder / device header file --> |
| 3018 | <file category="include" name="Device/ARM/ARMCA5/Include/"/> |
| 3019 | <!-- startup / system / mmu files --> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 3020 | <file category="sourceC" name="Device/ARM/ARMCA5/Source/AC5/startup_ARMCA5.c" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 3021 | <file category="linkerScript" name="Device/ARM/ARMCA5/Source/AC5/ARMCA5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 3022 | <file category="sourceC" name="Device/ARM/ARMCA5/Source/AC6/startup_ARMCA5.c" version="1.0.0" attr="config" condition="ARMCC6"/> |
| 3023 | <file category="linkerScript" name="Device/ARM/ARMCA5/Source/AC6/ARMCA5.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 7e5e24f | 2017-09-12 16:40:22 +0200 | [diff] [blame] | 3024 | <file category="sourceC" name="Device/ARM/ARMCA5/Source/GCC/startup_ARMCA5.c" version="1.0.0" attr="config" condition="GCC"/> |
| 3025 | <file category="other" name="Device/ARM/ARMCA5/Source/GCC/ARMCA5.ld" version="1.0.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 3026 | <file category="sourceAsm" name="Device/ARM/ARMCA5/Source/IAR/startup_ARMCA5.s" version="1.0.0" attr="config" condition="IAR"/> |
| 3027 | <file category="linkerScript" name="Device/ARM/ARMCA5/Source/IAR/ARMCA5.icf" version="1.0.0" attr="config" condition="IAR"/> |
Jonatan Antoni | 12955cd | 2019-03-18 12:06:15 +0100 | [diff] [blame] | 3028 | <file category="sourceC" name="Device/ARM/ARMCA5/Source/system_ARMCA5.c" version="1.0.1" attr="config"/> |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 3029 | <file category="sourceC" name="Device/ARM/ARMCA5/Source/mmu_ARMCA5.c" version="1.2.0" attr="config"/> |
Daniel Brondani | 8fc5c18 | 2019-05-15 16:11:43 +0200 | [diff] [blame] | 3030 | <file category="header" name="Device/ARM/ARMCA5/Config/system_ARMCA5.h" version="1.0.0" attr="config"/> |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 3031 | <file category="header" name="Device/ARM/ARMCA5/Config/mem_ARMCA5.h" version="1.1.0" attr="config"/> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 3032 | |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 3033 | </files> |
| 3034 | </component> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 3035 | |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 3036 | <!-- Cortex-A7 --> |
| 3037 | <component Cclass="Device" Cgroup="Startup" Cversion="1.0.0" condition="ARMCA7 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 3038 | <description>System and Startup for Generic Arm Cortex-A7 device</description> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 3039 | <files> |
| 3040 | <!-- include folder / device header file --> |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 3041 | <file category="include" name="Device/ARM/ARMCA7/Include/"/> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 3042 | <!-- startup / system / mmu files --> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 3043 | <file category="sourceC" name="Device/ARM/ARMCA7/Source/AC5/startup_ARMCA7.c" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 3044 | <file category="linkerScript" name="Device/ARM/ARMCA7/Source/AC5/ARMCA7.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 3045 | <file category="sourceC" name="Device/ARM/ARMCA7/Source/AC6/startup_ARMCA7.c" version="1.0.0" attr="config" condition="ARMCC6"/> |
| 3046 | <file category="linkerScript" name="Device/ARM/ARMCA7/Source/AC6/ARMCA7.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 7e5e24f | 2017-09-12 16:40:22 +0200 | [diff] [blame] | 3047 | <file category="sourceC" name="Device/ARM/ARMCA7/Source/GCC/startup_ARMCA7.c" version="1.0.0" attr="config" condition="GCC"/> |
| 3048 | <file category="other" name="Device/ARM/ARMCA7/Source/GCC/ARMCA7.ld" version="1.0.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 3049 | <file category="sourceAsm" name="Device/ARM/ARMCA7/Source/IAR/startup_ARMCA7.s" version="1.0.0" attr="config" condition="IAR"/> |
| 3050 | <file category="linkerScript" name="Device/ARM/ARMCA7/Source/IAR/ARMCA7.icf" version="1.0.0" attr="config" condition="IAR"/> |
Jonatan Antoni | 12955cd | 2019-03-18 12:06:15 +0100 | [diff] [blame] | 3051 | <file category="sourceC" name="Device/ARM/ARMCA7/Source/system_ARMCA7.c" version="1.0.1" attr="config"/> |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 3052 | <file category="sourceC" name="Device/ARM/ARMCA7/Source/mmu_ARMCA7.c" version="1.2.0" attr="config"/> |
Daniel Brondani | 8fc5c18 | 2019-05-15 16:11:43 +0200 | [diff] [blame] | 3053 | <file category="header" name="Device/ARM/ARMCA7/Config/system_ARMCA7.h" version="1.0.0" attr="config"/> |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 3054 | <file category="header" name="Device/ARM/ARMCA7/Config/mem_ARMCA7.h" version="1.1.0" attr="config"/> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 3055 | </files> |
| 3056 | </component> |
| 3057 | |
| 3058 | <!-- Cortex-A9 --> |
Jonatan Antoni | b27a412 | 2017-08-08 13:30:19 +0200 | [diff] [blame] | 3059 | <component Cclass="Device" Cgroup="Startup" Cversion="1.0.1" condition="ARMCA9 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 3060 | <description>System and Startup for Generic Arm Cortex-A9 device</description> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 3061 | <files> |
| 3062 | <!-- include folder / device header file --> |
| 3063 | <file category="include" name="Device/ARM/ARMCA9/Include/"/> |
| 3064 | <!-- startup / system / mmu files --> |
Jonatan Antoni | c34d532 | 2017-04-25 09:32:40 +0200 | [diff] [blame] | 3065 | <file category="sourceC" name="Device/ARM/ARMCA9/Source/AC5/startup_ARMCA9.c" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 3066 | <file category="linkerScript" name="Device/ARM/ARMCA9/Source/AC5/ARMCA9.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
Daniel Brondani | 7bfe5d0 | 2017-04-13 15:56:17 +0200 | [diff] [blame] | 3067 | <file category="sourceC" name="Device/ARM/ARMCA9/Source/AC6/startup_ARMCA9.c" version="1.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 3068 | <file category="linkerScript" name="Device/ARM/ARMCA9/Source/AC6/ARMCA9.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | b27a412 | 2017-08-08 13:30:19 +0200 | [diff] [blame] | 3069 | <file category="sourceC" name="Device/ARM/ARMCA9/Source/GCC/startup_ARMCA9.c" version="1.0.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 3070 | <file category="other" name="Device/ARM/ARMCA9/Source/GCC/ARMCA9.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 3071 | <file category="sourceAsm" name="Device/ARM/ARMCA9/Source/IAR/startup_ARMCA9.s" version="1.0.0" attr="config" condition="IAR"/> |
| 3072 | <file category="linkerScript" name="Device/ARM/ARMCA9/Source/IAR/ARMCA9.icf" version="1.0.0" attr="config" condition="IAR"/> |
Jonatan Antoni | 12955cd | 2019-03-18 12:06:15 +0100 | [diff] [blame] | 3073 | <file category="sourceC" name="Device/ARM/ARMCA9/Source/system_ARMCA9.c" version="1.0.1" attr="config"/> |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 3074 | <file category="sourceC" name="Device/ARM/ARMCA9/Source/mmu_ARMCA9.c" version="1.2.0" attr="config"/> |
Daniel Brondani | 8fc5c18 | 2019-05-15 16:11:43 +0200 | [diff] [blame] | 3075 | <file category="header" name="Device/ARM/ARMCA9/Config/system_ARMCA9.h" version="1.0.0" attr="config"/> |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 3076 | <file category="header" name="Device/ARM/ARMCA9/Config/mem_ARMCA9.h" version="1.1.0" attr="config"/> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 3077 | </files> |
| 3078 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 3079 | |
Vladimir Umek | c852bdd | 2017-07-03 09:19:47 +0200 | [diff] [blame] | 3080 | <!-- IRQ Controller --> |
Vladimir Umek | 184017e | 2018-04-09 08:11:37 +0200 | [diff] [blame] | 3081 | <component Cclass="Device" Cgroup="IRQ Controller" Csub="GIC" Capiversion="1.0.0" Cversion="1.0.1" condition="ARMv7-A Device"> |
Vladimir Umek | c852bdd | 2017-07-03 09:19:47 +0200 | [diff] [blame] | 3082 | <description>IRQ Controller implementation using GIC</description> |
| 3083 | <files> |
| 3084 | <file category="sourceC" name="CMSIS/Core_A/Source/irq_ctrl_gic.c"/> |
| 3085 | </files> |
| 3086 | </component> |
| 3087 | |
Vladimir Umek | bed0759 | 2017-06-14 14:35:26 +0200 | [diff] [blame] | 3088 | <!-- OS Tick --> |
Jonatan Antoni | c6dca33 | 2018-03-02 12:23:44 +0100 | [diff] [blame] | 3089 | <component Cclass="Device" Cgroup="OS Tick" Csub="Private Timer" Capiversion="1.0.1" Cversion="1.0.2" condition="OS Tick PTIM"> |
Vladimir Umek | bed0759 | 2017-06-14 14:35:26 +0200 | [diff] [blame] | 3090 | <description>OS Tick implementation using Private Timer</description> |
| 3091 | <files> |
| 3092 | <file category="sourceC" name="CMSIS/RTOS2/Source/os_tick_ptim.c"/> |
| 3093 | </files> |
| 3094 | </component> |
| 3095 | |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 3096 | <component Cclass="Device" Cgroup="OS Tick" Csub="Generic Physical Timer" Capiversion="1.0.1" Cversion="1.0.1" condition="OS Tick GTIM"> |
Daniel Brondani | 650abfe | 2017-07-24 15:35:57 +0200 | [diff] [blame] | 3097 | <description>OS Tick implementation using Generic Physical Timer</description> |
| 3098 | <files> |
| 3099 | <file category="sourceC" name="CMSIS/RTOS2/Source/os_tick_gtim.c"/> |
| 3100 | </files> |
| 3101 | </component> |
| 3102 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 3103 | <!-- CMSIS-DSP component --> |
Jonatan Antoni | e27bb8b | 2020-04-06 18:07:01 +0200 | [diff] [blame] | 3104 | <component Cclass="CMSIS" Cgroup="DSP" Cvariant="Library" Cversion="1.8.0" condition="CMSIS DSP"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 3105 | <description>CMSIS-DSP Library for Cortex-M, SC000, and SC300</description> |
| 3106 | <files> |
| 3107 | <!-- CPU independent --> |
| 3108 | <file category="doc" name="CMSIS/Documentation/DSP/html/index.html"/> |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 3109 | <file category="header" name="CMSIS/DSP/Include/arm_math.h"/> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 3110 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 3111 | <!-- CPU and Compiler dependent --> |
| 3112 | <!-- ARMCC --> |
GuentherMartin | 41d9e35 | 2019-03-14 14:18:28 +0100 | [diff] [blame] | 3113 | <file category="library" condition="CM0_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_cortexM0l_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3114 | <file category="library" condition="CM0_BE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_cortexM0b_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3115 | <file category="library" condition="CM1_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_cortexM0l_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3116 | <file category="library" condition="CM1_BE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_cortexM0b_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3117 | <file category="library" condition="CM3_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_cortexM3l_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3118 | <file category="library" condition="CM3_BE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_cortexM3b_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3119 | <file category="library" condition="CM4_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_cortexM4l_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3120 | <file category="library" condition="CM4_BE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_cortexM4b_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3121 | <file category="library" condition="CM4_FP_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_cortexM4lf_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3122 | <file category="library" condition="CM4_FP_BE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_cortexM4bf_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3123 | <file category="library" condition="CM7_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_cortexM7l_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3124 | <file category="library" condition="CM7_BE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_cortexM7b_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3125 | <file category="library" condition="CM7_SP_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_cortexM7lfsp_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3126 | <file category="library" condition="CM7_SP_BE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_cortexM7bfsp_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3127 | <file category="library" condition="CM7_DP_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_cortexM7lfdp_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3128 | <file category="library" condition="CM7_DP_BE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_cortexM7bfdp_math.lib" src="CMSIS/DSP/Source/ARM"/> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 3129 | |
GuentherMartin | 41d9e35 | 2019-03-14 14:18:28 +0100 | [diff] [blame] | 3130 | <file category="library" condition="CM23_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_ARMv8MBLl_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3131 | <file category="library" condition="CM33_NODSP_NOFPU_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_ARMv8MMLl_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3132 | <file category="library" condition="CM33_DSP_NOFPU_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_ARMv8MMLld_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3133 | <file category="library" condition="CM33_NODSP_SP_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_ARMv8MMLlfsp_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3134 | <file category="library" condition="CM33_DSP_SP_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_ARMv8MMLldfsp_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3135 | <file category="library" condition="CM35P_NODSP_NOFPU_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_ARMv8MMLl_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3136 | <file category="library" condition="CM35P_DSP_NOFPU_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_ARMv8MMLld_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3137 | <file category="library" condition="CM35P_NODSP_SP_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_ARMv8MMLlfsp_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3138 | <file category="library" condition="CM35P_DSP_SP_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_ARMv8MMLldfsp_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3139 | <file category="library" condition="ARMv8MBL_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_ARMv8MBLl_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3140 | <file category="library" condition="ARMv8MML_NODSP_NOFPU_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_ARMv8MMLl_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3141 | <file category="library" condition="ARMv8MML_DSP_NOFPU_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_ARMv8MMLld_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3142 | <file category="library" condition="ARMv8MML_NODSP_SP_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_ARMv8MMLlfsp_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3143 | <file category="library" condition="ARMv8MML_DSP_SP_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_ARMv8MMLldfsp_math.lib" src="CMSIS/DSP/Source/ARM"/> |
| 3144 | <!--file category="library" condition="ARMv8MML_DP_NOFPU_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_ARMv8MMLlfdp_math.lib" src="CMSIS/DSP/Source/ARM"/--> |
| 3145 | <!--file category="library" condition="ARMv8MML_DSP_DP_LE_ARMCC" name="CMSIS/DSP/Lib/ARM/arm_ARMv8MMLldfdp_math.lib" src="CMSIS/DSP/Source/ARM"/--> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 3146 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 3147 | <!-- GCC --> |
GuentherMartin | 41d9e35 | 2019-03-14 14:18:28 +0100 | [diff] [blame] | 3148 | <file category="library" condition="CM0_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_cortexM0l_math.a" src="CMSIS/DSP/Source/GCC"/> |
| 3149 | <file category="library" condition="CM1_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_cortexM0l_math.a" src="CMSIS/DSP/Source/GCC"/> |
| 3150 | <file category="library" condition="CM3_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_cortexM3l_math.a" src="CMSIS/DSP/Source/GCC"/> |
| 3151 | <file category="library" condition="CM4_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_cortexM4l_math.a" src="CMSIS/DSP/Source/GCC"/> |
| 3152 | <file category="library" condition="CM4_FP_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_cortexM4lf_math.a" src="CMSIS/DSP/Source/GCC"/> |
| 3153 | <file category="library" condition="CM7_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_cortexM7l_math.a" src="CMSIS/DSP/Source/GCC"/> |
| 3154 | <file category="library" condition="CM7_SP_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_cortexM7lfsp_math.a" src="CMSIS/DSP/Source/GCC"/> |
| 3155 | <file category="library" condition="CM7_DP_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_cortexM7lfdp_math.a" src="CMSIS/DSP/Source/GCC"/> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 3156 | |
GuentherMartin | 41d9e35 | 2019-03-14 14:18:28 +0100 | [diff] [blame] | 3157 | <file category="library" condition="CM23_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_ARMv8MBLl_math.a" src="CMSIS/DSP/Source/GCC"/> |
| 3158 | <file category="library" condition="CM33_NODSP_NOFPU_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_ARMv8MMLl_math.a" src="CMSIS/DSP/Source/GCC"/> |
| 3159 | <file category="library" condition="CM33_DSP_NOFPU_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_ARMv8MMLld_math.a" src="CMSIS/DSP/Source/GCC"/> |
| 3160 | <file category="library" condition="CM33_NODSP_SP_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_ARMv8MMLlfsp_math.a" src="CMSIS/DSP/Source/GCC"/> |
| 3161 | <file category="library" condition="CM33_DSP_SP_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_ARMv8MMLldfsp_math.a" src="CMSIS/DSP/Source/GCC"/> |
| 3162 | <file category="library" condition="CM35P_NODSP_NOFPU_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_ARMv8MMLl_math.a" src="CMSIS/DSP/Source/GCC"/> |
| 3163 | <file category="library" condition="CM35P_DSP_NOFPU_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_ARMv8MMLld_math.a" src="CMSIS/DSP/Source/GCC"/> |
| 3164 | <file category="library" condition="CM35P_NODSP_SP_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_ARMv8MMLlfsp_math.a" src="CMSIS/DSP/Source/GCC"/> |
| 3165 | <file category="library" condition="CM35P_DSP_SP_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_ARMv8MMLldfsp_math.a" src="CMSIS/DSP/Source/GCC"/> |
| 3166 | <file category="library" condition="ARMv8MBL_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_ARMv8MBLl_math.a" src="CMSIS/DSP/Source/GCC"/> |
| 3167 | <file category="library" condition="ARMv8MML_NODSP_NOFPU_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_ARMv8MMLl_math.a" src="CMSIS/DSP/Source/GCC"/> |
| 3168 | <file category="library" condition="ARMv8MML_DSP_NOFPU_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_ARMv8MMLld_math.a" src="CMSIS/DSP/Source/GCC"/> |
| 3169 | <file category="library" condition="ARMv8MML_NODSP_SP_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_ARMv8MMLlfsp_math.a" src="CMSIS/DSP/Source/GCC"/> |
| 3170 | <file category="library" condition="ARMv8MML_DSP_SP_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_ARMv8MMLldfsp_math.a" src="CMSIS/DSP/Source/GCC"/> |
| 3171 | <!--file category="library" condition="ARMv8MML_DP_NOFPU_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_ARMv8MMLlfdp_math.a" src="CMSIS/DSP/Source/GCC"/--> |
| 3172 | <!--file category="library" condition="ARMv8MML_DSP_DP_LE_GCC" name="CMSIS/DSP/Lib/GCC/libarm_ARMv8MMLldfdp_math.a" src="CMSIS/DSP/Source/GCC"/--> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 3173 | |
Jonatan Antoni | 2620d73 | 2020-03-17 16:07:31 +0100 | [diff] [blame] | 3174 | <!-- IAR --> |
GuentherMartin | 41d9e35 | 2019-03-14 14:18:28 +0100 | [diff] [blame] | 3175 | <file category="library" condition="CM0_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_cortexM0l_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3176 | <file category="library" condition="CM0_BE_IAR" name="CMSIS/DSP/Lib/IAR/iar_cortexM0b_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3177 | <file category="library" condition="CM1_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_cortexM0l_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3178 | <file category="library" condition="CM1_BE_IAR" name="CMSIS/DSP/Lib/IAR/iar_cortexM0b_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3179 | <file category="library" condition="CM3_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_cortexM3l_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3180 | <file category="library" condition="CM3_BE_IAR" name="CMSIS/DSP/Lib/IAR/iar_cortexM3b_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3181 | <file category="library" condition="CM4_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_cortexM4l_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3182 | <file category="library" condition="CM4_BE_IAR" name="CMSIS/DSP/Lib/IAR/iar_cortexM4b_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3183 | <file category="library" condition="CM4_FP_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_cortexM4lf_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3184 | <file category="library" condition="CM4_FP_BE_IAR" name="CMSIS/DSP/Lib/IAR/iar_cortexM4bf_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3185 | <file category="library" condition="CM7_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_cortexM7l_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3186 | <file category="library" condition="CM7_BE_IAR" name="CMSIS/DSP/Lib/IAR/iar_cortexM7b_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3187 | <file category="library" condition="CM7_DP_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_cortexM7lf_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3188 | <file category="library" condition="CM7_DP_BE_IAR" name="CMSIS/DSP/Lib/IAR/iar_cortexM7bf_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3189 | <file category="library" condition="CM7_SP_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_cortexM7ls_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3190 | <file category="library" condition="CM7_SP_BE_IAR" name="CMSIS/DSP/Lib/IAR/iar_cortexM7bs_math.a" src="CMSIS/DSP/Source/IAR"/> |
TTornblom | 3ff8906 | 2018-03-08 11:32:29 +0100 | [diff] [blame] | 3191 | |
GuentherMartin | 41d9e35 | 2019-03-14 14:18:28 +0100 | [diff] [blame] | 3192 | <file category="library" condition="CM23_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_ARMv8MBLl_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3193 | <file category="library" condition="CM33_NODSP_NOFPU_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_ARMv8MMLl_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3194 | <file category="library" condition="CM33_DSP_NOFPU_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_ARMv8MMLld_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3195 | <file category="library" condition="CM33_NODSP_SP_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_ARMv8MMLlfsp_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3196 | <file category="library" condition="CM33_DSP_SP_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_ARMv8MMLldfsp_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3197 | <file category="library" condition="CM35P_NODSP_NOFPU_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_ARMv8MMLl_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3198 | <file category="library" condition="CM35P_DSP_NOFPU_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_ARMv8MMLld_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3199 | <file category="library" condition="CM35P_NODSP_SP_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_ARMv8MMLlfsp_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3200 | <file category="library" condition="CM35P_DSP_SP_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_ARMv8MMLldfsp_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3201 | <file category="library" condition="ARMv8MBL_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_ARMv8MBLl_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3202 | <file category="library" condition="ARMv8MML_NODSP_NOFPU_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_ARMv8MMLl_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3203 | <file category="library" condition="ARMv8MML_DSP_NOFPU_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_ARMv8MMLld_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3204 | <file category="library" condition="ARMv8MML_NODSP_SP_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_ARMv8MMLlfsp_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3205 | <file category="library" condition="ARMv8MML_DSP_SP_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_ARMv8MMLldfsp_math.a" src="CMSIS/DSP/Source/IAR"/> |
| 3206 | <!--file category="library" condition="ARMv8MML_DP_NOFPU_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_ARMv8MMLlfdp_math.a" src="CMSIS/DSP/Source/IAR"/--> |
| 3207 | <!--file category="library" condition="ARMv8MML_DSP_DP_LE_IAR" name="CMSIS/DSP/Lib/IAR/iar_ARMv8MMLldfdp_math.a" src="CMSIS/DSP/Source/IAR"/--> |
| 3208 | |
| 3209 | </files> |
| 3210 | </component> |
Christophe Favergeon | 2f12ed8 | 2020-07-22 09:10:21 +0200 | [diff] [blame] | 3211 | <component Cclass="CMSIS" Cgroup="DSP" Cvariant="Source" Cversion="1.9.0-dev" isDefaultVariant="true" condition="CMSIS DSP"> |
GuentherMartin | 41d9e35 | 2019-03-14 14:18:28 +0100 | [diff] [blame] | 3212 | <description>CMSIS-DSP Library for Cortex-M, SC000, and SC300</description> |
| 3213 | <files> |
| 3214 | <!-- CPU independent --> |
Jonatan Antoni | 2620d73 | 2020-03-17 16:07:31 +0100 | [diff] [blame] | 3215 | <file category="doc" name="CMSIS/Documentation/DSP/html/index.html"/> |
| 3216 | <file category="header" name="CMSIS/DSP/Include/arm_math.h"/> |
Christophe Favergeon | c46f152 | 2020-04-21 14:04:25 +0200 | [diff] [blame] | 3217 | <file category="header" name="CMSIS/DSP/Include/arm_math_f16.h"/> |
| 3218 | <file category="header" name="CMSIS/DSP/Include/arm_common_tables.h"/> |
| 3219 | <file category="header" name="CMSIS/DSP/Include/arm_common_tables_f16.h"/> |
| 3220 | <file category="header" name="CMSIS/DSP/Include/arm_const_structs.h"/> |
| 3221 | <file category="header" name="CMSIS/DSP/Include/arm_const_structs_f16.h"/> |
| 3222 | |
Jonatan Antoni | 2620d73 | 2020-03-17 16:07:31 +0100 | [diff] [blame] | 3223 | <file category="include" name="CMSIS/DSP/PrivateInclude/"/> |
Christophe Favergeon | 2f12ed8 | 2020-07-22 09:10:21 +0200 | [diff] [blame] | 3224 | <file category="include" name="CMSIS/DSP/Include/"/> |
GuentherMartin | 41d9e35 | 2019-03-14 14:18:28 +0100 | [diff] [blame] | 3225 | |
Robert Rostohar | 86d53b7 | 2019-05-07 12:07:42 +0200 | [diff] [blame] | 3226 | <!-- DSP sources (core) --> |
Jonatan Antoni | 2620d73 | 2020-03-17 16:07:31 +0100 | [diff] [blame] | 3227 | <file category="source" name="CMSIS/DSP/Source/BasicMathFunctions/BasicMathFunctions.c"/> |
Christophe Favergeon | c46f152 | 2020-04-21 14:04:25 +0200 | [diff] [blame] | 3228 | |
Jonatan Antoni | 2620d73 | 2020-03-17 16:07:31 +0100 | [diff] [blame] | 3229 | <file category="source" name="CMSIS/DSP/Source/BayesFunctions/BayesFunctions.c"/> |
| 3230 | <file category="source" name="CMSIS/DSP/Source/CommonTables/CommonTables.c"/> |
| 3231 | <file category="source" name="CMSIS/DSP/Source/ComplexMathFunctions/ComplexMathFunctions.c"/> |
| 3232 | <file category="source" name="CMSIS/DSP/Source/ControllerFunctions/ControllerFunctions.c"/> |
| 3233 | <file category="source" name="CMSIS/DSP/Source/DistanceFunctions/DistanceFunctions.c"/> |
| 3234 | <file category="source" name="CMSIS/DSP/Source/FastMathFunctions/FastMathFunctions.c"/> |
| 3235 | <file category="source" name="CMSIS/DSP/Source/FilteringFunctions/FilteringFunctions.c"/> |
| 3236 | <file category="source" name="CMSIS/DSP/Source/MatrixFunctions/MatrixFunctions.c"/> |
| 3237 | <file category="source" name="CMSIS/DSP/Source/StatisticsFunctions/StatisticsFunctions.c"/> |
| 3238 | <file category="source" name="CMSIS/DSP/Source/SupportFunctions/SupportFunctions.c"/> |
| 3239 | <file category="source" name="CMSIS/DSP/Source/SVMFunctions/SVMFunctions.c"/> |
| 3240 | <file category="source" name="CMSIS/DSP/Source/TransformFunctions/TransformFunctions.c"/> |
Felix Johnny | 26c5ea6 | 2020-03-20 14:30:53 +0100 | [diff] [blame] | 3241 | |
Christophe Favergeon | 2f12ed8 | 2020-07-22 09:10:21 +0200 | [diff] [blame] | 3242 | <file category="source" name="CMSIS/DSP/Source/InterpolationFunctions/InterpolationFunctions.c"/> |
| 3243 | |
Christophe Favergeon | c46f152 | 2020-04-21 14:04:25 +0200 | [diff] [blame] | 3244 | <!-- DSP sources F16 versions --> |
| 3245 | <file category="source" name="CMSIS/DSP/Source/BasicMathFunctions/BasicMathFunctionsF16.c"/> |
Christophe Favergeon | 9ee3824 | 2020-08-04 09:22:18 +0200 | [diff] [blame] | 3246 | <file category="source" name="CMSIS/DSP/Source/ComplexMathFunctions/ComplexMathFunctionsF16.c"/> |
| 3247 | <file category="source" name="CMSIS/DSP/Source/FilteringFunctions/FilteringFunctionsF16.c"/> |
Christophe Favergeon | c46f152 | 2020-04-21 14:04:25 +0200 | [diff] [blame] | 3248 | <file category="source" name="CMSIS/DSP/Source/CommonTables/CommonTablesF16.c"/> |
| 3249 | <file category="source" name="CMSIS/DSP/Source/TransformFunctions/TransformFunctionsF16.c"/> |
Christophe Favergeon | 116bc4d | 2020-08-06 11:00:40 +0200 | [diff] [blame] | 3250 | <file category="source" name="CMSIS/DSP/Source/MatrixFunctions/MatrixFunctionsF16.c"/> |
Christophe Favergeon | c793588 | 2020-08-06 13:14:33 +0200 | [diff] [blame] | 3251 | <file category="source" name="CMSIS/DSP/Source/InterpolationFunctions/InterpolationFunctionsF16.c"/> |
Christophe Favergeon | 18a5fbc | 2020-08-07 11:18:02 +0200 | [diff] [blame] | 3252 | <file category="source" name="CMSIS/DSP/Source/StatisticsFunctions/StatisticsFunctionsF16.c"/> |
Christophe Favergeon | 9e773df | 2020-08-10 10:55:47 +0200 | [diff] [blame] | 3253 | <file category="source" name="CMSIS/DSP/Source/SupportFunctions/SupportFunctionsF16.c"/> |
Christophe Favergeon | be0e95f | 2020-08-11 11:19:25 +0200 | [diff] [blame] | 3254 | <file category="source" name="CMSIS/DSP/Source/FastMathFunctions/FastMathFunctionsF16.c"/> |
Christophe Favergeon | d73292b | 2020-08-11 13:05:34 +0200 | [diff] [blame] | 3255 | <file category="source" name="CMSIS/DSP/Source/DistanceFunctions/DistanceFunctionsF16.c"/> |
Christophe Favergeon | 72f1d9e | 2020-08-12 10:39:33 +0200 | [diff] [blame] | 3256 | <file category="source" name="CMSIS/DSP/Source/BayesFunctions/BayesFunctionsF16.c"/> |
| 3257 | <file category="source" name="CMSIS/DSP/Source/SVMFunctions/SVMFunctionsF16.c"/> |
Christophe Favergeon | c46f152 | 2020-04-21 14:04:25 +0200 | [diff] [blame] | 3258 | |
Jonatan Antoni | 2620d73 | 2020-03-17 16:07:31 +0100 | [diff] [blame] | 3259 | <!-- Compute Library for Cortex-A --> |
| 3260 | <file category="header" name="CMSIS/DSP/ComputeLibrary/Include/NEMath.h" condition="ARMv7-A Device"/> |
| 3261 | <file category="source" name="CMSIS/DSP/ComputeLibrary/Source/arm_cl_tables.c" condition="ARMv7-A Device"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 3262 | </files> |
| 3263 | </component> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 3264 | |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 3265 | <!-- CMSIS-NN component --> |
Felix Johnny | 26c5ea6 | 2020-03-20 14:30:53 +0100 | [diff] [blame] | 3266 | <component Cclass="CMSIS" Cgroup="NN Lib" Cversion="1.3.0" condition="CMSIS NN"> |
Jonatan Antoni | 13bff48 | 2018-01-19 13:05:57 +0100 | [diff] [blame] | 3267 | <description>CMSIS-NN Neural Network Library</description> |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 3268 | <files> |
| 3269 | <file category="doc" name="CMSIS/Documentation/NN/html/index.html"/> |
| 3270 | <file category="header" name="CMSIS/NN/Include/arm_nnfunctions.h"/> |
Felix Johnny | 459d6f4 | 2020-03-16 15:37:07 +0100 | [diff] [blame] | 3271 | <file category="header" name="CMSIS/NN/Include/arm_nnsupportfunctions.h"/> |
| 3272 | <file category="header" name="CMSIS/NN/Include/arm_nn_tables.h"/> |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 3273 | |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 3274 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast_nonsquare.c"/> |
Felix Johnny | 459d6f4 | 2020-03-16 15:37:07 +0100 | [diff] [blame] | 3275 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast.c"/> |
| 3276 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_RGB.c"/> |
| 3277 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1_x_n_s8.c"/> |
| 3278 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_s8_s16.c"/> |
Jonatan Antoni | f677f00 | 2019-06-25 13:01:11 +0200 | [diff] [blame] | 3279 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_u8_basic_ver1.c"/> |
Felix Johnny | 459d6f4 | 2020-03-16 15:37:07 +0100 | [diff] [blame] | 3280 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_s8_s16_reordered.c"/> |
| 3281 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7.c"/> |
| 3282 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15.c"/> |
| 3283 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_basic.c"/> |
| 3284 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_s8_fast.c"/> |
| 3285 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_s8.c"/> |
| 3286 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast_nonsquare.c"/> |
| 3287 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_s8.c"/> |
| 3288 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_s8.c"/> |
| 3289 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_3x3_s8.c"/> |
| 3290 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7_nonsquare.c"/> |
| 3291 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic.c"/> |
| 3292 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_s8_opt.c"/> |
| 3293 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast.c"/> |
| 3294 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15_reordered.c"/> |
| 3295 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_nn_depthwise_conv_s8_core.c"/> |
| 3296 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic_nonsquare.c"/> |
| 3297 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_HWC_q7_fast_nonsquare.c"/> |
| 3298 | <file category="source" name="CMSIS/NN/Source/ConcatenationFunctions/arm_concatenation_s8_x.c"/> |
| 3299 | <file category="source" name="CMSIS/NN/Source/ConcatenationFunctions/arm_concatenation_s8_w.c"/> |
| 3300 | <file category="source" name="CMSIS/NN/Source/ConcatenationFunctions/arm_concatenation_s8_y.c"/> |
| 3301 | <file category="source" name="CMSIS/NN/Source/ConcatenationFunctions/arm_concatenation_s8_z.c"/> |
| 3302 | <file category="source" name="CMSIS/NN/Source/PoolingFunctions/arm_max_pool_s8_opt.c"/> |
| 3303 | <file category="source" name="CMSIS/NN/Source/PoolingFunctions/arm_max_pool_s8.c"/> |
| 3304 | <file category="source" name="CMSIS/NN/Source/PoolingFunctions/arm_avgpool_s8.c"/> |
| 3305 | <file category="source" name="CMSIS/NN/Source/PoolingFunctions/arm_pool_q7_HWC.c"/> |
| 3306 | <file category="source" name="CMSIS/NN/Source/BasicMathFunctions/arm_elementwise_mul_s8.c"/> |
| 3307 | <file category="source" name="CMSIS/NN/Source/BasicMathFunctions/arm_elementwise_add_s8.c"/> |
| 3308 | <file category="source" name="CMSIS/NN/Source/ActivationFunctions/arm_relu6_s8.c"/> |
| 3309 | <file category="source" name="CMSIS/NN/Source/ActivationFunctions/arm_relu_q15.c"/> |
| 3310 | <file category="source" name="CMSIS/NN/Source/ActivationFunctions/arm_relu_q7.c"/> |
| 3311 | <file category="source" name="CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q15.c"/> |
| 3312 | <file category="source" name="CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q7.c"/> |
| 3313 | <file category="source" name="CMSIS/NN/Source/ReshapeFunctions/arm_reshape_s8.c"/> |
| 3314 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q7.c"/> |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 3315 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_reordered_no_shift.c"/> |
Felix Johnny | 459d6f4 | 2020-03-16 15:37:07 +0100 | [diff] [blame] | 3316 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_vec_mat_mult_t_s8.c"/> |
| 3317 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_with_offset.c"/> |
| 3318 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_accumulate_q7_to_q15.c"/> |
| 3319 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_mat_mult_nt_t_s8.c"/> |
| 3320 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_add_q7.c"/> |
| 3321 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_mat_mul_core_4x_s8.c"/> |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 3322 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nntables.c"/> |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 3323 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_no_shift.c"/> |
Felix Johnny | 459d6f4 | 2020-03-16 15:37:07 +0100 | [diff] [blame] | 3324 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_reordered_with_offset.c"/> |
Liangzhen Lai | ce2f987 | 2018-07-16 17:08:01 -0700 | [diff] [blame] | 3325 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_mult_q15.c"/> |
Felix Johnny | 459d6f4 | 2020-03-16 15:37:07 +0100 | [diff] [blame] | 3326 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_mat_mul_core_1x_s8.c"/> |
| 3327 | <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_s8.c"/> |
| 3328 | <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15_opt.c"/> |
| 3329 | <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7.c"/> |
| 3330 | <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15_opt.c"/> |
| 3331 | <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15.c"/> |
| 3332 | <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7_opt.c"/> |
| 3333 | <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15.c"/> |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 3334 | <file category="source" name="CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q15.c"/> |
Felix Johnny | 459d6f4 | 2020-03-16 15:37:07 +0100 | [diff] [blame] | 3335 | <file category="source" name="CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_s8.c"/> |
| 3336 | <file category="source" name="CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_u8.c"/> |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 3337 | <file category="source" name="CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q7.c"/> |
Felix Johnny | 459d6f4 | 2020-03-16 15:37:07 +0100 | [diff] [blame] | 3338 | <file category="source" name="CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_with_batch_q7.c"/> |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 3339 | </files> |
| 3340 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 3341 | |
| 3342 | <!-- CMSIS-RTOS Keil RTX component --> |
Robert Rostohar | 86d53b7 | 2019-05-07 12:07:42 +0200 | [diff] [blame] | 3343 | <component Cclass="CMSIS" Cgroup="RTOS" Csub="Keil RTX" Cversion="4.82.0" Capiversion="1.0.0" isDefaultVariant="1" condition="RTOS RTX"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 3344 | <description>CMSIS-RTOS RTX implementation for Cortex-M, SC000, and SC300</description> |
| 3345 | <RTE_Components_h> |
| 3346 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 3347 | #define RTE_CMSIS_RTOS /* CMSIS-RTOS */ |
| 3348 | #define RTE_CMSIS_RTOS_RTX /* CMSIS-RTOS Keil RTX */ |
| 3349 | </RTE_Components_h> |
| 3350 | <files> |
| 3351 | <!-- CPU independent --> |
bruneu01 | f9c0195 | 2016-09-13 16:28:46 +0200 | [diff] [blame] | 3352 | <file category="doc" name="CMSIS/Documentation/RTOS/html/rtxImplementation.html"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 3353 | <file category="header" name="CMSIS/RTOS/RTX/INC/cmsis_os.h"/> |
| 3354 | <file category="source" attr="config" name="CMSIS/RTOS/RTX/Templates/RTX_Conf_CM.c" version="4.70.1"/> |
| 3355 | |
| 3356 | <!-- RTX templates --> |
| 3357 | <file category="header" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/osObjects.h" select="CMSIS-RTOS 'main' function"/> |
| 3358 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/main.c" select="CMSIS-RTOS 'main' function"/> |
| 3359 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MailQueue.c" select="CMSIS-RTOS Mail Queue"/> |
| 3360 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MemPool.c" select="CMSIS-RTOS Memory Pool"/> |
| 3361 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MsgQueue.c" select="CMSIS-RTOS Message Queue"/> |
| 3362 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Mutex.c" select="CMSIS-RTOS Mutex"/> |
| 3363 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Semaphore.c" select="CMSIS-RTOS Semaphore"/> |
| 3364 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Thread.c" select="CMSIS-RTOS Thread"/> |
| 3365 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Timer.c" select="CMSIS-RTOS Timer"/> |
| 3366 | <!-- tool-chain specific template file --> |
| 3367 | <file category="source" attr="template" condition="ARMCC" name="CMSIS/RTOS/RTX/SRC/ARM/SVC_Table.s" select="CMSIS-RTOS User SVC"/> |
| 3368 | <file category="source" attr="template" condition="GCC" name="CMSIS/RTOS/RTX/SRC/GCC/SVC_Table.S" select="CMSIS-RTOS User SVC"/> |
| 3369 | <file category="source" attr="template" condition="IAR" name="CMSIS/RTOS/RTX/SRC/IAR/SVC_Table.s" select="CMSIS-RTOS User SVC"/> |
| 3370 | |
| 3371 | <!-- CPU and Compiler dependent --> |
| 3372 | <!-- ARMCC --> |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 3373 | <file category="library" condition="CM0_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM0.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 3374 | <file category="library" condition="CM0_BE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM0_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 3375 | <file category="library" condition="CM1_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM0.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 3376 | <file category="library" condition="CM1_BE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM0_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 3377 | <file category="library" condition="CM3_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 3378 | <file category="library" condition="CM3_BE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 3379 | <file category="library" condition="CM4_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 3380 | <file category="library" condition="CM4_BE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 3381 | <file category="library" condition="CM4_FP_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM4.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 3382 | <file category="library" condition="CM4_FP_BE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM4_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 3383 | <file category="library" condition="CM7_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 3384 | <file category="library" condition="CM7_BE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 3385 | <file category="library" condition="CM7_FP_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM4.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 3386 | <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] | 3387 | <!-- GCC --> |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 3388 | <file category="library" condition="CM0_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM0.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 3389 | <file category="library" condition="CM0_BE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM0_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 3390 | <file category="library" condition="CM1_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM0.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 3391 | <file category="library" condition="CM1_BE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM0_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 3392 | <file category="library" condition="CM3_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 3393 | <file category="library" condition="CM3_BE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 3394 | <file category="library" condition="CM4_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 3395 | <file category="library" condition="CM4_BE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 3396 | <file category="library" condition="CM4_FP_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 3397 | <file category="library" condition="CM4_FP_BE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 3398 | <file category="library" condition="CM7_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 3399 | <file category="library" condition="CM7_BE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 3400 | <file category="library" condition="CM7_FP_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 3401 | <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] | 3402 | <!-- IAR --> |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 3403 | <file category="library" condition="CM0_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM0.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 3404 | <file category="library" condition="CM0_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM0_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 3405 | <file category="library" condition="CM1_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM0.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 3406 | <file category="library" condition="CM1_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM0_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 3407 | <file category="library" condition="CM3_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 3408 | <file category="library" condition="CM3_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 3409 | <file category="library" condition="CM4_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 3410 | <file category="library" condition="CM4_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 3411 | <file category="library" condition="CM4_FP_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM4.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 3412 | <file category="library" condition="CM4_FP_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM4_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 3413 | <file category="library" condition="CM7_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 3414 | <file category="library" condition="CM7_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 3415 | <file category="library" condition="CM7_FP_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM4.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 3416 | <file category="library" condition="CM7_FP_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM4_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 3417 | </files> |
| 3418 | </component> |
| 3419 | <!-- CMSIS-RTOS Keil RTX component (IFX variant) --> |
Robert Rostohar | 86d53b7 | 2019-05-07 12:07:42 +0200 | [diff] [blame] | 3420 | <component Cclass="CMSIS" Cgroup="RTOS" Csub="Keil RTX" Cvariant="IFX" Cversion="4.82.0" Capiversion="1.0.0" condition="RTOS RTX IFX"> |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 3421 | <description>CMSIS-RTOS RTX implementation for Infineon XMC4 series affected by PMU_CM.001 errata</description> |
| 3422 | <RTE_Components_h> |
| 3423 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 3424 | #define RTE_CMSIS_RTOS /* CMSIS-RTOS */ |
| 3425 | #define RTE_CMSIS_RTOS_RTX /* CMSIS-RTOS Keil RTX */ |
| 3426 | </RTE_Components_h> |
| 3427 | <files> |
| 3428 | <!-- CPU independent --> |
| 3429 | <file category="doc" name="CMSIS/Documentation/RTOS/html/rtxImplementation.html"/> |
| 3430 | <file category="header" name="CMSIS/RTOS/RTX/INC/cmsis_os.h"/> |
| 3431 | <file category="source" attr="config" name="CMSIS/RTOS/RTX/Templates/RTX_Conf_CM.c" version="4.70.1"/> |
| 3432 | |
| 3433 | <!-- RTX templates --> |
| 3434 | <file category="header" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/osObjects.h" select="CMSIS-RTOS 'main' function"/> |
| 3435 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/main.c" select="CMSIS-RTOS 'main' function"/> |
| 3436 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MailQueue.c" select="CMSIS-RTOS Mail Queue"/> |
| 3437 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MemPool.c" select="CMSIS-RTOS Memory Pool"/> |
| 3438 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MsgQueue.c" select="CMSIS-RTOS Message Queue"/> |
| 3439 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Mutex.c" select="CMSIS-RTOS Mutex"/> |
| 3440 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Semaphore.c" select="CMSIS-RTOS Semaphore"/> |
| 3441 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Thread.c" select="CMSIS-RTOS Thread"/> |
| 3442 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Timer.c" select="CMSIS-RTOS Timer"/> |
| 3443 | <!-- tool-chain specific template file --> |
| 3444 | <file category="source" attr="template" condition="ARMCC" name="CMSIS/RTOS/RTX/SRC/ARM/SVC_Table.s" select="CMSIS-RTOS User SVC"/> |
| 3445 | <file category="source" attr="template" condition="GCC" name="CMSIS/RTOS/RTX/SRC/GCC/SVC_Table.S" select="CMSIS-RTOS User SVC"/> |
| 3446 | <file category="source" attr="template" condition="IAR" name="CMSIS/RTOS/RTX/SRC/IAR/SVC_Table.s" select="CMSIS-RTOS User SVC"/> |
| 3447 | |
| 3448 | <!-- CPU and Compiler dependent --> |
| 3449 | <!-- ARMCC --> |
| 3450 | <file category="library" condition="CM4_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3_IFX.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 3451 | <file category="library" condition="CM4_FP_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM4_IFX.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 3452 | <!-- GCC --> |
| 3453 | <file category="library" condition="CM4_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3_IFX.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 3454 | <file category="library" condition="CM4_FP_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4_IFX.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 3455 | <!-- IAR --> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 3456 | </files> |
| 3457 | </component> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 3458 | |
| 3459 | <!-- CMSIS-RTOS Keil RTX5 component --> |
Robert Rostohar | 11e3d0f | 2019-10-18 13:18:01 +0200 | [diff] [blame] | 3460 | <component Cclass="CMSIS" Cgroup="RTOS" Csub="Keil RTX5" Cversion="5.5.2" Capiversion="1.0.0" condition="RTOS RTX5"> |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 3461 | <description>CMSIS-RTOS RTX5 implementation for Cortex-M, SC000, and SC300</description> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 3462 | <RTE_Components_h> |
| 3463 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 3464 | #define RTE_CMSIS_RTOS /* CMSIS-RTOS */ |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 3465 | #define RTE_CMSIS_RTOS_RTX5 /* CMSIS-RTOS Keil RTX5 */ |
| 3466 | </RTE_Components_h> |
| 3467 | <files> |
| 3468 | <!-- RTX header file --> |
| 3469 | <file category="header" name="CMSIS/RTOS2/RTX/Include1/cmsis_os.h"/> |
| 3470 | <!-- RTX compatibility module for API V1 --> |
| 3471 | <file category="source" name="CMSIS/RTOS2/RTX/Library/cmsis_os1.c"/> |
| 3472 | </files> |
| 3473 | </component> |
| 3474 | |
| 3475 | <!-- CMSIS-RTOS2 Keil RTX5 component --> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 3476 | <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Library" Cversion="5.5.2" Capiversion="2.1.3" condition="RTOS2 RTX5"> |
| 3477 | <description>CMSIS-RTOS2 RTX5 for Cortex-M, SC000, SC300, ARMv8-M, ARMv8.1-M (Library)</description> |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 3478 | <RTE_Components_h> |
| 3479 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 3480 | #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */ |
| 3481 | #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */ |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 3482 | </RTE_Components_h> |
| 3483 | <files> |
| 3484 | <!-- RTX documentation --> |
Martin Günther | 0ffe8f9 | 2016-08-24 11:43:05 +0200 | [diff] [blame] | 3485 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 3486 | |
| 3487 | <!-- RTX header files --> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 3488 | <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/> |
| 3489 | |
| 3490 | <!-- RTX configuration --> |
Ari Parkkila | 051d738 | 2019-09-26 22:54:55 -0700 | [diff] [blame] | 3491 | <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.1"/> |
Robert Rostohar | ffe28d0 | 2017-01-11 07:09:19 +0100 | [diff] [blame] | 3492 | <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] | 3493 | |
| 3494 | <!-- RTX templates --> |
Robert Rostohar | 83177af | 2018-09-04 10:27:04 +0200 | [diff] [blame] | 3495 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/main.c" version="2.1.0" select="CMSIS-RTOS2 'main' function"/> |
ReinhardKeil | b124e91 | 2016-11-09 11:09:21 +0100 | [diff] [blame] | 3496 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/> |
| 3497 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/> |
| 3498 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/> |
| 3499 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/> |
| 3500 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/> |
| 3501 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Thread.c" version="2.0.0" select="CMSIS-RTOS2 Thread"/> |
Jonatan Antoni | 102fe7f | 2017-08-03 11:33:08 +0200 | [diff] [blame] | 3502 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Timer.c" version="2.0.1" select="CMSIS-RTOS2 Timer"/> |
| 3503 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/svc_user.c" version="1.0.0" select="CMSIS-RTOS2 SVC User Table"/> |
Matthias Hertel | b73eaf3 | 2016-07-22 15:18:56 +0200 | [diff] [blame] | 3504 | <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/> |
Martin Günther | 0ffe8f9 | 2016-08-24 11:43:05 +0200 | [diff] [blame] | 3505 | |
Robert Rostohar | 0e8657f | 2016-11-25 21:54:15 +0100 | [diff] [blame] | 3506 | <!-- RTX library configuration --> |
| 3507 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/> |
| 3508 | |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 3509 | <!-- RTX libraries (CPU and Compiler dependent) --> |
| 3510 | <!-- ARMCC --> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 3511 | <file category="library" condition="CM0_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM0.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3512 | <file category="library" condition="CM1_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM0.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3513 | <file category="library" condition="CM3_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM3.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3514 | <file category="library" condition="CM4_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM3.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3515 | <file category="library" condition="CM4_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM4F.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3516 | <file category="library" condition="CM7_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM3.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3517 | <file category="library" condition="CM7_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM4F.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3518 | <file category="library" condition="CM23_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MB.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3519 | <file category="library" condition="CM33_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MM.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3520 | <file category="library" condition="CM33_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMF.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3521 | <file category="library" condition="CM35P_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MM.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3522 | <file category="library" condition="CM35P_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMF.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3523 | <file category="library" condition="CM55_NOFPU_NOMVE_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MM.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3524 | <file category="library" condition="CM55_FPU_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMF.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3525 | <file category="library" condition="ARMv8MBL_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MB.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3526 | <file category="library" condition="ARMv8MML_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MM.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3527 | <file category="library" condition="ARMv8MML_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] | 3528 | <!-- GCC --> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 3529 | <file category="library" condition="CM0_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM0.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3530 | <file category="library" condition="CM1_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM0.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3531 | <file category="library" condition="CM3_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3532 | <file category="library" condition="CM4_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3533 | <file category="library" condition="CM4_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM4F.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3534 | <file category="library" condition="CM7_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3535 | <file category="library" condition="CM7_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM4F.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3536 | <file category="library" condition="CM23_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MB.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3537 | <file category="library" condition="CM33_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3538 | <file category="library" condition="CM33_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3539 | <file category="library" condition="CM35P_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3540 | <file category="library" condition="CM35P_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3541 | <file category="library" condition="CM55_NOFPU_NOMVE_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3542 | <file category="library" condition="CM55_FPU_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3543 | <file category="library" condition="ARMv8MBL_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MB.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3544 | <file category="library" condition="ARMv8MML_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3545 | <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] | 3546 | <!-- IAR --> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 3547 | <file category="library" condition="CM0_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM0.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3548 | <file category="library" condition="CM1_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM0.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3549 | <file category="library" condition="CM3_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3550 | <file category="library" condition="CM4_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3551 | <file category="library" condition="CM4_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM4F.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3552 | <file category="library" condition="CM7_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3553 | <file category="library" condition="CM7_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM4F.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3554 | <file category="library" condition="CM23_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MB.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3555 | <file category="library" condition="CM33_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3556 | <file category="library" condition="CM33_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3557 | <file category="library" condition="CM35P_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3558 | <file category="library" condition="CM35P_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3559 | <file category="library" condition="CM55_NOFPU_NOMVE_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3560 | <file category="library" condition="CM55_FPU_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3561 | <file category="library" condition="ARMv8MBL_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MB.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3562 | <file category="library" condition="ARMv8MML_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3563 | <file category="library" condition="ARMv8MML_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 3564 | </files> |
| 3565 | </component> |
Robert Rostohar | 11e3d0f | 2019-10-18 13:18:01 +0200 | [diff] [blame] | 3566 | <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Library_NS" Cversion="5.5.2" Capiversion="2.1.3" condition="RTOS2 RTX5 NS"> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 3567 | <description>CMSIS-RTOS2 RTX5 for Armv8-M/Armv8.1-M Non-Secure Domain (Library)</description> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 3568 | <RTE_Components_h> |
| 3569 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 3570 | #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */ |
| 3571 | #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */ |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 3572 | #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] | 3573 | </RTE_Components_h> |
| 3574 | <files> |
| 3575 | <!-- RTX documentation --> |
| 3576 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/> |
| 3577 | |
| 3578 | <!-- RTX header files --> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 3579 | <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/> |
| 3580 | |
| 3581 | <!-- RTX configuration --> |
Ari Parkkila | 051d738 | 2019-09-26 22:54:55 -0700 | [diff] [blame] | 3582 | <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.1"/> |
Robert Rostohar | ffe28d0 | 2017-01-11 07:09:19 +0100 | [diff] [blame] | 3583 | <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] | 3584 | |
| 3585 | <!-- RTX templates --> |
Robert Rostohar | 83177af | 2018-09-04 10:27:04 +0200 | [diff] [blame] | 3586 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/main.c" version="2.1.0" select="CMSIS-RTOS2 'main' function"/> |
ReinhardKeil | b124e91 | 2016-11-09 11:09:21 +0100 | [diff] [blame] | 3587 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/> |
| 3588 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/> |
| 3589 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/> |
| 3590 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/> |
| 3591 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/> |
| 3592 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Thread.c" version="2.0.0" select="CMSIS-RTOS2 Thread"/> |
Jonatan Antoni | 102fe7f | 2017-08-03 11:33:08 +0200 | [diff] [blame] | 3593 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Timer.c" version="2.0.1" select="CMSIS-RTOS2 Timer"/> |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 3594 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/svc_user.c" version="1.0.0" select="CMSIS-RTOS2 SVC User Table"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 3595 | <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/> |
| 3596 | |
Robert Rostohar | 0e8657f | 2016-11-25 21:54:15 +0100 | [diff] [blame] | 3597 | <!-- RTX library configuration --> |
| 3598 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/> |
| 3599 | |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 3600 | <!-- RTX libraries (CPU and Compiler dependent) --> |
| 3601 | <!-- ARMCC --> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 3602 | <file category="library" condition="CM23_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MBN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3603 | <file category="library" condition="CM33_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3604 | <file category="library" condition="CM33_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMFN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3605 | <file category="library" condition="CM35P_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3606 | <file category="library" condition="CM35P_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMFN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3607 | <file category="library" condition="CM55_NOFPU_NOMVE_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3608 | <file category="library" condition="CM55_FPU_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMFN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3609 | <file category="library" condition="ARMv8MBL_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MBN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3610 | <file category="library" condition="ARMv8MML_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3611 | <file category="library" condition="ARMv8MML_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] | 3612 | <!-- GCC --> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 3613 | <file category="library" condition="CM23_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MBN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3614 | <file category="library" condition="CM33_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3615 | <file category="library" condition="CM33_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3616 | <file category="library" condition="CM35P_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3617 | <file category="library" condition="CM35P_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3618 | <file category="library" condition="CM55_NOFPU_NOMVE_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3619 | <file category="library" condition="CM55_FPU_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3620 | <file category="library" condition="ARMv8MBL_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MBN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3621 | <file category="library" condition="ARMv8MML_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3622 | <file category="library" condition="ARMv8MML_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/> |
TTornblom | c0f83ab | 2019-01-07 14:34:54 +0100 | [diff] [blame] | 3623 | <!-- IAR --> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 3624 | <file category="library" condition="CM23_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MBN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3625 | <file category="library" condition="CM33_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3626 | <file category="library" condition="CM33_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3627 | <file category="library" condition="CM35P_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3628 | <file category="library" condition="CM35P_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3629 | <file category="library" condition="CM55_NOFPU_NOMVE_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3630 | <file category="library" condition="CM55_FPU_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3631 | <file category="library" condition="ARMv8MBL_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MBN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3632 | <file category="library" condition="ARMv8MML_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3633 | <file category="library" condition="ARMv8MML_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 3634 | </files> |
| 3635 | </component> |
Robert Rostohar | 11e3d0f | 2019-10-18 13:18:01 +0200 | [diff] [blame] | 3636 | <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Source" Cversion="5.5.2" Capiversion="2.1.3" condition="RTOS2 RTX5"> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 3637 | <description>CMSIS-RTOS2 RTX5 for Cortex-M, SC000, SC300, ARMv8-M, ARMv8.1-M (Source)</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3638 | <RTE_Components_h> |
| 3639 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 3640 | #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */ |
| 3641 | #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */ |
Robert Rostohar | ecaa0d6 | 2016-10-28 09:05:16 +0200 | [diff] [blame] | 3642 | #define RTE_CMSIS_RTOS2_RTX5_SOURCE /* CMSIS-RTOS2 Keil RTX5 Source */ |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3643 | </RTE_Components_h> |
| 3644 | <files> |
| 3645 | <!-- RTX documentation --> |
| 3646 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/> |
| 3647 | |
| 3648 | <!-- RTX header files --> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3649 | <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/> |
| 3650 | |
| 3651 | <!-- RTX configuration --> |
Ari Parkkila | 051d738 | 2019-09-26 22:54:55 -0700 | [diff] [blame] | 3652 | <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.1"/> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 3653 | <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] | 3654 | |
| 3655 | <!-- RTX templates --> |
Robert Rostohar | 83177af | 2018-09-04 10:27:04 +0200 | [diff] [blame] | 3656 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/main.c" version="2.1.0" select="CMSIS-RTOS2 'main' function"/> |
ReinhardKeil | b124e91 | 2016-11-09 11:09:21 +0100 | [diff] [blame] | 3657 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/> |
| 3658 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/> |
| 3659 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/> |
| 3660 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/> |
| 3661 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/> |
| 3662 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Thread.c" version="2.0.0" select="CMSIS-RTOS2 Thread"/> |
Jonatan Antoni | 102fe7f | 2017-08-03 11:33:08 +0200 | [diff] [blame] | 3663 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Timer.c" version="2.0.1" select="CMSIS-RTOS2 Timer"/> |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 3664 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/svc_user.c" version="1.0.0" select="CMSIS-RTOS2 SVC User Table"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3665 | <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/> |
| 3666 | |
| 3667 | <!-- RTX sources (core) --> |
| 3668 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_kernel.c"/> |
| 3669 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_thread.c"/> |
| 3670 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_delay.c"/> |
| 3671 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_timer.c"/> |
| 3672 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evflags.c"/> |
| 3673 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mutex.c"/> |
| 3674 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_semaphore.c"/> |
| 3675 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_memory.c"/> |
| 3676 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mempool.c"/> |
| 3677 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c"/> |
| 3678 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_system.c"/> |
Robert Rostohar | 0e8657f | 2016-11-25 21:54:15 +0100 | [diff] [blame] | 3679 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evr.c"/> |
| 3680 | <!-- RTX sources (library configuration) --> |
| 3681 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3682 | <!-- RTX sources (handlers ARMCC) --> |
Robert Rostohar | 64710c9 | 2020-03-27 20:31:04 +0100 | [diff] [blame] | 3683 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_cm0.s" condition="CM0_ARMCC"/> |
| 3684 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_cm0.s" condition="CM1_ARMCC"/> |
| 3685 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_cm3.s" condition="CM3_ARMCC"/> |
| 3686 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_cm3.s" condition="CM4_ARMCC"/> |
| 3687 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_cm4f.s" condition="CM4_FP_ARMCC"/> |
| 3688 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_cm3.s" condition="CM7_ARMCC"/> |
| 3689 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_cm4f.s" condition="CM7_FP_ARMCC"/> |
| 3690 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mbl.s" condition="CM23_ARMCC"/> |
| 3691 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml.s" condition="CM33_ARMCC"/> |
| 3692 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml.s" condition="CM33_FP_ARMCC"/> |
| 3693 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml.s" condition="CM35P_ARMCC"/> |
| 3694 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml.s" condition="CM35P_FP_ARMCC"/> |
| 3695 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_NOMVE_ARMCC"/> |
| 3696 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_MVE_ARMCC"/> |
| 3697 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_FPU_ARMCC"/> |
| 3698 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mbl.s" condition="ARMv8MBL_ARMCC"/> |
| 3699 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml.s" condition="ARMv8MML_ARMCC"/> |
| 3700 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml.s" condition="ARMv8MML_FP_ARMCC"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3701 | <!-- RTX sources (handlers GCC) --> |
Robert Rostohar | 64710c9 | 2020-03-27 20:31:04 +0100 | [diff] [blame] | 3702 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_cm0.S" condition="CM0_GCC"/> |
| 3703 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_cm0.S" condition="CM1_GCC"/> |
| 3704 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_cm3.S" condition="CM3_GCC"/> |
| 3705 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_cm3.S" condition="CM4_GCC"/> |
| 3706 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_cm4f.S" condition="CM4_FP_GCC"/> |
| 3707 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_cm3.S" condition="CM7_GCC"/> |
| 3708 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_cm4f.S" condition="CM7_FP_GCC"/> |
| 3709 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S" condition="CM23_GCC"/> |
| 3710 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM33_GCC"/> |
| 3711 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM33_FP_GCC"/> |
| 3712 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM35P_GCC"/> |
| 3713 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM35P_FP_GCC"/> |
| 3714 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_NOMVE_GCC"/> |
| 3715 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_MVE_GCC"/> |
| 3716 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_FPU_GCC"/> |
| 3717 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S" condition="ARMv8MBL_GCC"/> |
| 3718 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="ARMv8MML_GCC"/> |
| 3719 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="ARMv8MML_FP_GCC"/> |
Robert Rostohar | 0695d88 | 2016-12-20 12:26:34 +0100 | [diff] [blame] | 3720 | <!-- RTX sources (handlers IAR) --> |
Robert Rostohar | 64710c9 | 2020-03-27 20:31:04 +0100 | [diff] [blame] | 3721 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_cm0.s" condition="CM0_IAR"/> |
| 3722 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_cm0.s" condition="CM1_IAR"/> |
| 3723 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_cm3.s" condition="CM3_IAR"/> |
| 3724 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_cm3.s" condition="CM4_IAR"/> |
| 3725 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_cm4f.s" condition="CM4_FP_IAR"/> |
| 3726 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_cm3.s" condition="CM7_IAR"/> |
| 3727 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_cm4f.s" condition="CM7_FP_IAR"/> |
| 3728 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl.s" condition="CM23_IAR"/> |
| 3729 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM33_IAR"/> |
| 3730 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM33_FP_IAR"/> |
| 3731 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM35P_IAR"/> |
| 3732 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM35P_FP_IAR"/> |
| 3733 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM55_NOFPU_NOMVE_IAR"/> |
| 3734 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM55_NOFPU_MVE_IAR"/> |
| 3735 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM55_FPU_IAR"/> |
| 3736 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl.s" condition="ARMv8MBL_IAR"/> |
| 3737 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="ARMv8MML_IAR"/> |
| 3738 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="ARMv8MML_FP_IAR"/> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 3739 | <!-- OS Tick (SysTick) --> |
| 3740 | <file category="source" name="CMSIS/RTOS2/Source/os_systick.c"/> |
| 3741 | </files> |
| 3742 | </component> |
Robert Rostohar | 11e3d0f | 2019-10-18 13:18:01 +0200 | [diff] [blame] | 3743 | <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Source" Cversion="5.5.2" Capiversion="2.1.3" condition="RTOS2 RTX5 v7-A"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 3744 | <description>CMSIS-RTOS2 RTX5 for Armv7-A (Source)</description> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 3745 | <RTE_Components_h> |
| 3746 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 3747 | #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */ |
| 3748 | #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */ |
| 3749 | #define RTE_CMSIS_RTOS2_RTX5_SOURCE /* CMSIS-RTOS2 Keil RTX5 Source */ |
| 3750 | </RTE_Components_h> |
| 3751 | <files> |
| 3752 | <!-- RTX documentation --> |
| 3753 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/> |
| 3754 | |
| 3755 | <!-- RTX header files --> |
| 3756 | <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/> |
| 3757 | |
| 3758 | <!-- RTX configuration --> |
Ari Parkkila | 051d738 | 2019-09-26 22:54:55 -0700 | [diff] [blame] | 3759 | <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.1"/> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 3760 | <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.0"/> |
| 3761 | |
| 3762 | <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/handlers.c" version="5.1.0"/> |
| 3763 | |
| 3764 | <!-- RTX templates --> |
Robert Rostohar | 83177af | 2018-09-04 10:27:04 +0200 | [diff] [blame] | 3765 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/main.c" version="2.1.0" select="CMSIS-RTOS2 'main' function"/> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 3766 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/> |
| 3767 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/> |
| 3768 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/> |
| 3769 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/> |
| 3770 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/> |
| 3771 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Thread.c" version="2.0.0" select="CMSIS-RTOS2 Thread"/> |
Jonatan Antoni | 102fe7f | 2017-08-03 11:33:08 +0200 | [diff] [blame] | 3772 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Timer.c" version="2.0.1" select="CMSIS-RTOS2 Timer"/> |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 3773 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/svc_user.c" version="1.0.0" select="CMSIS-RTOS2 SVC User Table"/> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 3774 | <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/> |
| 3775 | |
| 3776 | <!-- RTX sources (core) --> |
| 3777 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_kernel.c"/> |
| 3778 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_thread.c"/> |
| 3779 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_delay.c"/> |
| 3780 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_timer.c"/> |
| 3781 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evflags.c"/> |
| 3782 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mutex.c"/> |
| 3783 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_semaphore.c"/> |
| 3784 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_memory.c"/> |
| 3785 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mempool.c"/> |
| 3786 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c"/> |
| 3787 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_system.c"/> |
| 3788 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evr.c"/> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 3789 | <!-- RTX sources (library configuration) --> |
| 3790 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/> |
| 3791 | <!-- RTX sources (handlers ARMCC) --> |
| 3792 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_ca.s" condition="CA_ARMCC5"/> |
| 3793 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_ca.S" condition="CA_ARMCC6"/> |
| 3794 | <!-- RTX sources (handlers GCC) --> |
| 3795 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_ca.S" condition="CA_GCC"/> |
| 3796 | <!-- RTX sources (handlers IAR) --> |
| 3797 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_ca.s" condition="CA_IAR"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3798 | </files> |
| 3799 | </component> |
Robert Rostohar | 11e3d0f | 2019-10-18 13:18:01 +0200 | [diff] [blame] | 3800 | <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Source_NS" Cversion="5.5.2" Capiversion="2.1.3" condition="RTOS2 RTX5 NS"> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 3801 | <description>CMSIS-RTOS2 RTX5 for Armv8-M/Armv8.1-M Non-Secure Domain (Source)</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3802 | <RTE_Components_h> |
| 3803 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 3804 | #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */ |
| 3805 | #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */ |
Robert Rostohar | ecaa0d6 | 2016-10-28 09:05:16 +0200 | [diff] [blame] | 3806 | #define RTE_CMSIS_RTOS2_RTX5_SOURCE /* CMSIS-RTOS2 Keil RTX5 Source */ |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 3807 | #define RTE_CMSIS_RTOS2_RTX5_ARMV8M_NS /* CMSIS-RTOS2 Keil RTX5 Armv8-M Non-secure domain */ |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3808 | </RTE_Components_h> |
| 3809 | <files> |
| 3810 | <!-- RTX documentation --> |
| 3811 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/> |
| 3812 | |
| 3813 | <!-- RTX header files --> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3814 | <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/> |
| 3815 | |
| 3816 | <!-- RTX configuration --> |
Ari Parkkila | 051d738 | 2019-09-26 22:54:55 -0700 | [diff] [blame] | 3817 | <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.1"/> |
Robert Rostohar | ffe28d0 | 2017-01-11 07:09:19 +0100 | [diff] [blame] | 3818 | <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] | 3819 | |
| 3820 | <!-- RTX templates --> |
Robert Rostohar | 83177af | 2018-09-04 10:27:04 +0200 | [diff] [blame] | 3821 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/main.c" version="2.1.0" select="CMSIS-RTOS2 'main' function"/> |
ReinhardKeil | b124e91 | 2016-11-09 11:09:21 +0100 | [diff] [blame] | 3822 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/> |
| 3823 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/> |
| 3824 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/> |
| 3825 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/> |
| 3826 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/> |
| 3827 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Thread.c" version="2.0.0" select="CMSIS-RTOS2 Thread"/> |
Jonatan Antoni | 102fe7f | 2017-08-03 11:33:08 +0200 | [diff] [blame] | 3828 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Timer.c" version="2.0.1" select="CMSIS-RTOS2 Timer"/> |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 3829 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/svc_user.c" version="1.0.0" select="CMSIS-RTOS2 SVC User Table"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3830 | <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/> |
| 3831 | |
| 3832 | <!-- RTX sources (core) --> |
| 3833 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_kernel.c"/> |
| 3834 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_thread.c"/> |
| 3835 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_delay.c"/> |
| 3836 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_timer.c"/> |
| 3837 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evflags.c"/> |
| 3838 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mutex.c"/> |
| 3839 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_semaphore.c"/> |
| 3840 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_memory.c"/> |
| 3841 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mempool.c"/> |
| 3842 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c"/> |
| 3843 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_system.c"/> |
Robert Rostohar | 0e8657f | 2016-11-25 21:54:15 +0100 | [diff] [blame] | 3844 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evr.c"/> |
| 3845 | <!-- RTX sources (library configuration) --> |
| 3846 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3847 | <!-- RTX sources (ARMCC handlers) --> |
Robert Rostohar | 64710c9 | 2020-03-27 20:31:04 +0100 | [diff] [blame] | 3848 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mbl_ns.s" condition="CM23_ARMCC"/> |
| 3849 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml_ns.s" condition="CM33_ARMCC"/> |
| 3850 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml_ns.s" condition="CM33_FP_ARMCC"/> |
| 3851 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml_ns.s" condition="CM35P_ARMCC"/> |
| 3852 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml_ns.s" condition="CM35P_FP_ARMCC"/> |
| 3853 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_NOMVE_ARMCC"/> |
| 3854 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_MVE_ARMCC"/> |
| 3855 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_FPU_ARMCC"/> |
| 3856 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mbl_ns.s" condition="ARMv8MBL_ARMCC"/> |
| 3857 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml_ns.s" condition="ARMv8MML_ARMCC"/> |
| 3858 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml_ns.s" condition="ARMv8MML_FP_ARMCC"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3859 | <!-- RTX sources (GCC handlers) --> |
Robert Rostohar | 64710c9 | 2020-03-27 20:31:04 +0100 | [diff] [blame] | 3860 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S" condition="CM23_GCC"/> |
| 3861 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM33_GCC"/> |
| 3862 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM33_FP_GCC"/> |
| 3863 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM35P_GCC"/> |
| 3864 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM35P_FP_GCC"/> |
| 3865 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_NOMVE_GCC"/> |
| 3866 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_MVE_GCC"/> |
| 3867 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_FPU_GCC"/> |
| 3868 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S" condition="ARMv8MBL_GCC"/> |
| 3869 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="ARMv8MML_GCC"/> |
| 3870 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="ARMv8MML_FP_GCC"/> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 3871 | <!-- RTX sources (IAR handlers) --> |
Robert Rostohar | 64710c9 | 2020-03-27 20:31:04 +0100 | [diff] [blame] | 3872 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl_ns.s" condition="CM23_IAR"/> |
| 3873 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml_ns.s" condition="CM33_IAR"/> |
| 3874 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml_ns.s" condition="CM33_FP_IAR"/> |
| 3875 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml_ns.s" condition="CM35P_IAR"/> |
| 3876 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml_ns.s" condition="CM35P_FP_IAR"/> |
| 3877 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml_ns.s" condition="CM55_NOFPU_NOMVE_IAR"/> |
| 3878 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml_ns.s" condition="CM55_NOFPU_MVE_IAR"/> |
| 3879 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml_ns.s" condition="CM55_FPU_IAR"/> |
| 3880 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl_ns.s" condition="ARMv8MBL_IAR"/> |
| 3881 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml_ns.s" condition="ARMv8MML_IAR"/> |
| 3882 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml_ns.s" condition="ARMv8MML_FP_IAR"/> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 3883 | <!-- OS Tick (SysTick) --> |
| 3884 | <file category="source" name="CMSIS/RTOS2/Source/os_systick.c"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3885 | </files> |
| 3886 | </component> |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 3887 | |
Joachim Krech | 6e9e43a | 2019-03-14 08:52:25 +0100 | [diff] [blame] | 3888 | <!-- CMSIS-Driver Custom components --> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3889 | <component Cclass="CMSIS Driver" Cgroup="USART" Csub="Custom" Cversion="1.0.0" Capiversion="2.4.0" custom="1"> |
Joachim Krech | 6e9e43a | 2019-03-14 08:52:25 +0100 | [diff] [blame] | 3890 | <description>Access to #include Driver_USART.h file and code template for custom implementation</description> |
| 3891 | <files> |
| 3892 | <file category="header" name="CMSIS/Driver/Include/Driver_USART.h" /> |
| 3893 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_USART.c" select="USART Driver"/> |
| 3894 | </files> |
| 3895 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3896 | <component Cclass="CMSIS Driver" Cgroup="SPI" Csub="Custom" Cversion="1.0.0" Capiversion="2.3.0" custom="1"> |
Joachim Krech | 6e9e43a | 2019-03-14 08:52:25 +0100 | [diff] [blame] | 3897 | <description>Access to #include Driver_SPI.h file and code template for custom implementation</description> |
| 3898 | <files> |
| 3899 | <file category="header" name="CMSIS/Driver/Include/Driver_SPI.h" /> |
| 3900 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_SPI.c" select="SPI Driver"/> |
| 3901 | </files> |
| 3902 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3903 | <component Cclass="CMSIS Driver" Cgroup="SAI" Csub="Custom" Cversion="1.0.0" Capiversion="1.2.0" custom="1"> |
Joachim Krech | 6e9e43a | 2019-03-14 08:52:25 +0100 | [diff] [blame] | 3904 | <description>Access to #include Driver_SAI.h file and code template for custom implementation</description> |
| 3905 | <files> |
| 3906 | <file category="header" name="CMSIS/Driver/Include/Driver_SAI.h" /> |
| 3907 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_SAI.c" select="SAI Driver"/> |
| 3908 | </files> |
| 3909 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3910 | <component Cclass="CMSIS Driver" Cgroup="I2C" Csub="Custom" Cversion="1.0.0" Capiversion="2.4.0" custom="1"> |
Joachim Krech | 6e9e43a | 2019-03-14 08:52:25 +0100 | [diff] [blame] | 3911 | <description>Access to #include Driver_I2C.h file and code template for custom implementation</description> |
| 3912 | <files> |
| 3913 | <file category="header" name="CMSIS/Driver/Include/Driver_I2C.h" /> |
| 3914 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_I2C.c" select="I2C Driver"/> |
| 3915 | </files> |
| 3916 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3917 | <component Cclass="CMSIS Driver" Cgroup="CAN" Csub="Custom" Cversion="1.0.0" Capiversion="1.3.0" custom="1"> |
Joachim Krech | 6e9e43a | 2019-03-14 08:52:25 +0100 | [diff] [blame] | 3918 | <description>Access to #include Driver_CAN.h file and code template for custom implementation</description> |
| 3919 | <files> |
| 3920 | <file category="header" name="CMSIS/Driver/Include/Driver_CAN.h" /> |
| 3921 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_CAN.c" select="CAN Driver"/> |
| 3922 | </files> |
| 3923 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3924 | <component Cclass="CMSIS Driver" Cgroup="Flash" Csub="Custom" Cversion="1.0.0" Capiversion="2.3.0" custom="1"> |
Joachim Krech | 6e9e43a | 2019-03-14 08:52:25 +0100 | [diff] [blame] | 3925 | <description>Access to #include Driver_Flash.h file and code template for custom implementation</description> |
| 3926 | <files> |
| 3927 | <file category="header" name="CMSIS/Driver/Include/Driver_Flash.h" /> |
| 3928 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_Flash.c" select="Flash Driver"/> |
| 3929 | </files> |
| 3930 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3931 | <component Cclass="CMSIS Driver" Cgroup="MCI" Csub="Custom" Cversion="1.0.0" Capiversion="2.4.0" custom="1"> |
Joachim Krech | 6e9e43a | 2019-03-14 08:52:25 +0100 | [diff] [blame] | 3932 | <description>Access to #include Driver_MCI.h file and code template for custom implementation</description> |
| 3933 | <files> |
| 3934 | <file category="header" name="CMSIS/Driver/Include/Driver_MCI.h" /> |
| 3935 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_MCI.c" select="MCI Driver"/> |
| 3936 | </files> |
| 3937 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3938 | <component Cclass="CMSIS Driver" Cgroup="NAND" Csub="Custom" Cversion="1.0.0" Capiversion="2.4.0" custom="1"> |
Joachim Krech | 6e9e43a | 2019-03-14 08:52:25 +0100 | [diff] [blame] | 3939 | <description>Access to #include Driver_NAND.h file and code template for custom implementation</description> |
| 3940 | <files> |
| 3941 | <file category="header" name="CMSIS/Driver/Include/Driver_NAND.h" /> |
Milorad Cvjetkovic | d7be594 | 2020-03-31 15:32:26 +0200 | [diff] [blame] | 3942 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_NAND.c" select="NAND Flash Driver"/> |
Joachim Krech | 6e9e43a | 2019-03-14 08:52:25 +0100 | [diff] [blame] | 3943 | </files> |
| 3944 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3945 | <component Cclass="CMSIS Driver" Cgroup="Ethernet" Csub="Custom" Cversion="1.0.0" Capiversion="2.2.0" custom="1"> |
Joachim Krech | 1ce088b | 2019-03-14 13:27:35 +0100 | [diff] [blame] | 3946 | <description>Access to #include Driver_ETH_PHY/MAC.h files and code templates for custom implementation</description> |
Joachim Krech | 6e9e43a | 2019-03-14 08:52:25 +0100 | [diff] [blame] | 3947 | <files> |
| 3948 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" /> |
| 3949 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" /> |
| 3950 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c" select="Ethernet PHY and MAC Driver"/> |
| 3951 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c" select="Ethernet PHY and MAC Driver"/> |
| 3952 | </files> |
| 3953 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3954 | <component Cclass="CMSIS Driver" Cgroup="Ethernet MAC" Csub="Custom" Cversion="1.0.0" Capiversion="2.2.0" custom="1"> |
Joachim Krech | 6e9e43a | 2019-03-14 08:52:25 +0100 | [diff] [blame] | 3955 | <description>Access to #include Driver_ETH_MAC.h file and code template for custom implementation</description> |
| 3956 | <files> |
| 3957 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" /> |
| 3958 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c" select="Ethernet MAC Driver"/> |
| 3959 | </files> |
| 3960 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3961 | <component Cclass="CMSIS Driver" Cgroup="Ethernet PHY" Csub="Custom" Cversion="1.0.0" Capiversion="2.2.0" custom="1"> |
Joachim Krech | 6e9e43a | 2019-03-14 08:52:25 +0100 | [diff] [blame] | 3962 | <description>Access to #include Driver_ETH_PHY.h file and code template for custom implementation</description> |
| 3963 | <files> |
| 3964 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" /> |
| 3965 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c" select="Ethernet PHY Driver"/> |
| 3966 | </files> |
| 3967 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3968 | <component Cclass="CMSIS Driver" Cgroup="USB Device" Csub="Custom" Cversion="1.0.0" Capiversion="2.3.0" custom="1"> |
Joachim Krech | 6e9e43a | 2019-03-14 08:52:25 +0100 | [diff] [blame] | 3969 | <description>Access to #include Driver_USBD.h file and code template for custom implementation</description> |
| 3970 | <files> |
| 3971 | <file category="header" name="CMSIS/Driver/Include/Driver_USBD.h" /> |
| 3972 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_USBD.c" select="USB Device Driver"/> |
| 3973 | </files> |
| 3974 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3975 | <component Cclass="CMSIS Driver" Cgroup="USB Host" Csub="Custom" Cversion="1.0.0" Capiversion="2.3.0" custom="1"> |
Joachim Krech | 6e9e43a | 2019-03-14 08:52:25 +0100 | [diff] [blame] | 3976 | <description>Access to #include Driver_USBH.h file and code template for custom implementation</description> |
| 3977 | <files> |
| 3978 | <file category="header" name="CMSIS/Driver/Include/Driver_USBH.h" /> |
| 3979 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_USBH.c" select="USB Host Driver"/> |
| 3980 | </files> |
| 3981 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3982 | <component Cclass="CMSIS Driver" Cgroup="WiFi" Csub="Custom" Cversion="1.0.0" Capiversion="1.1.0" custom="1"> |
Joachim Krech | 6e9e43a | 2019-03-14 08:52:25 +0100 | [diff] [blame] | 3983 | <description>Access to #include Driver_WiFi.h file</description> |
| 3984 | <files> |
| 3985 | <file category="header" name="CMSIS/Driver/Include/Driver_WiFi.h"/> |
Milorad Cvjetkovic | d7be594 | 2020-03-31 15:32:26 +0200 | [diff] [blame] | 3986 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_WiFi.c" select="WiFi Driver"/> |
Joachim Krech | 6e9e43a | 2019-03-14 08:52:25 +0100 | [diff] [blame] | 3987 | </files> |
| 3988 | </component> |
Robert Rostohar | 56cbb68 | 2020-03-19 13:31:52 +0100 | [diff] [blame] | 3989 | |
| 3990 | <!-- VIO components --> |
| 3991 | <component Cclass="CMSIS Driver" Cgroup="VIO" Csub="Custom" Cversion="1.0.0" Capiversion="0.1.0" custom="1"> |
| 3992 | <description>Virtual I/O custom implementation template</description> |
| 3993 | <files> |
| 3994 | <file category="sourceC" name="CMSIS/Driver/VIO/Source/vio.c" attr="template" select="Virtual I/O"/> |
Robert Rostohar | 56cbb68 | 2020-03-19 13:31:52 +0100 | [diff] [blame] | 3995 | </files> |
| 3996 | </component> |
| 3997 | <component Cclass="CMSIS Driver" Cgroup="VIO" Csub="Virtual" Cversion="1.0.0" Capiversion="0.1.0"> |
| 3998 | <description>Virtual I/O implementation using memory only</description> |
| 3999 | <files> |
| 4000 | <file category="sourceC" name="CMSIS/Driver/VIO/Source/vio_memory.c"/> |
Robert Rostohar | 56cbb68 | 2020-03-19 13:31:52 +0100 | [diff] [blame] | 4001 | </files> |
| 4002 | </component> |
| 4003 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 4004 | </components> |
| 4005 | |
| 4006 | <boards> |
| 4007 | <board name="uVision Simulator" vendor="Keil"> |
| 4008 | <description>uVision Simulator</description> |
| 4009 | <mountedDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0"/> |
| 4010 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0P"/> |
Jonatan Antoni | c4e9f46 | 2017-10-19 16:51:44 +0200 | [diff] [blame] | 4011 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0P_MPU"/> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 4012 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM1"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 4013 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM3"/> |
Joachim Krech | 465bd43 | 2016-11-21 09:15:30 +0100 | [diff] [blame] | 4014 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM4"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 4015 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM4_FP"/> |
Joachim Krech | 465bd43 | 2016-11-21 09:15:30 +0100 | [diff] [blame] | 4016 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7"/> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 4017 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7_SP"/> |
Joachim Krech | 465bd43 | 2016-11-21 09:15:30 +0100 | [diff] [blame] | 4018 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7_DP"/> |
| 4019 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MBL"/> |
| 4020 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML"/> |
| 4021 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML_SP"/> |
| 4022 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML_DP"/> |
Jonatan Antoni | e907310 | 2020-03-26 10:32:48 +0100 | [diff] [blame] | 4023 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv81MML_DSP_DP_MVE_FP"/> |
Joachim Krech | 465bd43 | 2016-11-21 09:15:30 +0100 | [diff] [blame] | 4024 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM23"/> |
Joachim Krech | 4a03e6d | 2017-02-06 13:17:39 +0100 | [diff] [blame] | 4025 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM23_TZ"/> |
Joachim Krech | 465bd43 | 2016-11-21 09:15:30 +0100 | [diff] [blame] | 4026 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33"/> |
| 4027 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_TZ"/> |
| 4028 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP"/> |
| 4029 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP_TZ"/> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 4030 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P"/> |
| 4031 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_TZ"/> |
| 4032 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_DSP_FP"/> |
| 4033 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_DSP_FP_TZ"/> |
Jonatan Antoni | e907310 | 2020-03-26 10:32:48 +0100 | [diff] [blame] | 4034 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM55"/> |
Daniel Brondani | faaa48f | 2017-07-31 14:00:54 +0200 | [diff] [blame] | 4035 | </board> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 4036 | |
TTornblom | d5e052f | 2018-10-02 16:16:44 +0200 | [diff] [blame] | 4037 | <board name="EWARM Simulator" vendor="IAR"> |
| 4038 | <description>EWARM Simulator</description> |
| 4039 | <mountedDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0"/> |
| 4040 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0P"/> |
| 4041 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0P_MPU"/> |
| 4042 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM1"/> |
| 4043 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM3"/> |
| 4044 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM4"/> |
| 4045 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM4_FP"/> |
| 4046 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7"/> |
| 4047 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7_SP"/> |
| 4048 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7_DP"/> |
| 4049 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MBL"/> |
| 4050 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML"/> |
| 4051 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML_SP"/> |
| 4052 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML_DP"/> |
Jonatan Antoni | e907310 | 2020-03-26 10:32:48 +0100 | [diff] [blame] | 4053 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv81MML_DSP_DP_MVE_FP"/> |
TTornblom | d5e052f | 2018-10-02 16:16:44 +0200 | [diff] [blame] | 4054 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM23"/> |
| 4055 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM23_TZ"/> |
| 4056 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33"/> |
| 4057 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_TZ"/> |
| 4058 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP"/> |
| 4059 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP_TZ"/> |
| 4060 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P"/> |
| 4061 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_TZ"/> |
| 4062 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_DSP_FP"/> |
| 4063 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_DSP_FP_TZ"/> |
Jonatan Antoni | e907310 | 2020-03-26 10:32:48 +0100 | [diff] [blame] | 4064 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM55"/> |
TTornblom | d5e052f | 2018-10-02 16:16:44 +0200 | [diff] [blame] | 4065 | </board> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 4066 | </boards> |
| 4067 | |
| 4068 | <examples> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 4069 | <example name="DSP_Lib Bayes example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_bayes_example"> |
| 4070 | <description>DSP_Lib Bayes example</description> |
| 4071 | <board name="uVision Simulator" vendor="Keil"/> |
| 4072 | <project> |
| 4073 | <environment name="uv" load="arm_bayes_example.uvprojx"/> |
| 4074 | </project> |
| 4075 | <attributes> |
| 4076 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4077 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 4078 | <component Cclass="Device" Cgroup="Startup"/> |
| 4079 | <category>Getting Started</category> |
| 4080 | </attributes> |
| 4081 | </example> |
| 4082 | |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 4083 | <example name="DSP_Lib Class Marks example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_class_marks_example"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 4084 | <description>DSP_Lib Class Marks example</description> |
| 4085 | <board name="uVision Simulator" vendor="Keil"/> |
| 4086 | <project> |
| 4087 | <environment name="uv" load="arm_class_marks_example.uvprojx"/> |
| 4088 | </project> |
| 4089 | <attributes> |
| 4090 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4091 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 4092 | <component Cclass="Device" Cgroup="Startup"/> |
| 4093 | <category>Getting Started</category> |
| 4094 | </attributes> |
| 4095 | </example> |
| 4096 | |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 4097 | <example name="DSP_Lib Convolution example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_convolution_example"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 4098 | <description>DSP_Lib Convolution example</description> |
| 4099 | <board name="uVision Simulator" vendor="Keil"/> |
| 4100 | <project> |
| 4101 | <environment name="uv" load="arm_convolution_example.uvprojx"/> |
| 4102 | </project> |
| 4103 | <attributes> |
| 4104 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4105 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 4106 | <component Cclass="Device" Cgroup="Startup"/> |
| 4107 | <category>Getting Started</category> |
| 4108 | </attributes> |
| 4109 | </example> |
| 4110 | |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 4111 | <example name="DSP_Lib Dotproduct example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_dotproduct_example"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 4112 | <description>DSP_Lib Dotproduct example</description> |
| 4113 | <board name="uVision Simulator" vendor="Keil"/> |
| 4114 | <project> |
| 4115 | <environment name="uv" load="arm_dotproduct_example.uvprojx"/> |
| 4116 | </project> |
| 4117 | <attributes> |
| 4118 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4119 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 4120 | <component Cclass="Device" Cgroup="Startup"/> |
| 4121 | <category>Getting Started</category> |
| 4122 | </attributes> |
| 4123 | </example> |
| 4124 | |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 4125 | <example name="DSP_Lib FFT Bin example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_fft_bin_example"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 4126 | <description>DSP_Lib FFT Bin example</description> |
| 4127 | <board name="uVision Simulator" vendor="Keil"/> |
| 4128 | <project> |
| 4129 | <environment name="uv" load="arm_fft_bin_example.uvprojx"/> |
| 4130 | </project> |
| 4131 | <attributes> |
| 4132 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4133 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 4134 | <component Cclass="Device" Cgroup="Startup"/> |
| 4135 | <category>Getting Started</category> |
| 4136 | </attributes> |
| 4137 | </example> |
| 4138 | |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 4139 | <example name="DSP_Lib FIR example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_fir_example"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 4140 | <description>DSP_Lib FIR example</description> |
| 4141 | <board name="uVision Simulator" vendor="Keil"/> |
| 4142 | <project> |
| 4143 | <environment name="uv" load="arm_fir_example.uvprojx"/> |
| 4144 | </project> |
| 4145 | <attributes> |
| 4146 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4147 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 4148 | <component Cclass="Device" Cgroup="Startup"/> |
| 4149 | <category>Getting Started</category> |
| 4150 | </attributes> |
| 4151 | </example> |
| 4152 | |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 4153 | <example name="DSP_Lib Graphic Equalizer example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_graphic_equalizer_example"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 4154 | <description>DSP_Lib Graphic Equalizer example</description> |
| 4155 | <board name="uVision Simulator" vendor="Keil"/> |
| 4156 | <project> |
| 4157 | <environment name="uv" load="arm_graphic_equalizer_example.uvprojx"/> |
| 4158 | </project> |
| 4159 | <attributes> |
| 4160 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4161 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 4162 | <component Cclass="Device" Cgroup="Startup"/> |
| 4163 | <category>Getting Started</category> |
| 4164 | </attributes> |
| 4165 | </example> |
| 4166 | |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 4167 | <example name="DSP_Lib Linear Interpolation example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_linear_interp_example"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 4168 | <description>DSP_Lib Linear Interpolation example</description> |
| 4169 | <board name="uVision Simulator" vendor="Keil"/> |
| 4170 | <project> |
| 4171 | <environment name="uv" load="arm_linear_interp_example.uvprojx"/> |
| 4172 | </project> |
| 4173 | <attributes> |
| 4174 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4175 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 4176 | <component Cclass="Device" Cgroup="Startup"/> |
| 4177 | <category>Getting Started</category> |
| 4178 | </attributes> |
| 4179 | </example> |
| 4180 | |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 4181 | <example name="DSP_Lib Matrix example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_matrix_example"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 4182 | <description>DSP_Lib Matrix example</description> |
| 4183 | <board name="uVision Simulator" vendor="Keil"/> |
| 4184 | <project> |
| 4185 | <environment name="uv" load="arm_matrix_example.uvprojx"/> |
| 4186 | </project> |
| 4187 | <attributes> |
| 4188 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4189 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 4190 | <component Cclass="Device" Cgroup="Startup"/> |
| 4191 | <category>Getting Started</category> |
| 4192 | </attributes> |
| 4193 | </example> |
| 4194 | |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 4195 | <example name="DSP_Lib Signal Convergence example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_signal_converge_example"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 4196 | <description>DSP_Lib Signal Convergence example</description> |
| 4197 | <board name="uVision Simulator" vendor="Keil"/> |
| 4198 | <project> |
| 4199 | <environment name="uv" load="arm_signal_converge_example.uvprojx"/> |
| 4200 | </project> |
| 4201 | <attributes> |
| 4202 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4203 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 4204 | <component Cclass="Device" Cgroup="Startup"/> |
| 4205 | <category>Getting Started</category> |
| 4206 | </attributes> |
| 4207 | </example> |
| 4208 | |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 4209 | <example name="DSP_Lib Sinus/Cosinus example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_sin_cos_example"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 4210 | <description>DSP_Lib Sinus/Cosinus example</description> |
| 4211 | <board name="uVision Simulator" vendor="Keil"/> |
| 4212 | <project> |
| 4213 | <environment name="uv" load="arm_sin_cos_example.uvprojx"/> |
| 4214 | </project> |
| 4215 | <attributes> |
| 4216 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4217 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 4218 | <component Cclass="Device" Cgroup="Startup"/> |
| 4219 | <category>Getting Started</category> |
| 4220 | </attributes> |
| 4221 | </example> |
| 4222 | |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 4223 | <example name="DSP_Lib SVM example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_svm_example"> |
| 4224 | <description>DSP_Lib SVM example</description> |
| 4225 | <board name="uVision Simulator" vendor="Keil"/> |
| 4226 | <project> |
| 4227 | <environment name="uv" load="arm_svm_example.uvprojx"/> |
| 4228 | </project> |
| 4229 | <attributes> |
| 4230 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4231 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 4232 | <component Cclass="Device" Cgroup="Startup"/> |
| 4233 | <category>Getting Started</category> |
| 4234 | </attributes> |
| 4235 | </example> |
| 4236 | |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 4237 | <example name="DSP_Lib Variance example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_variance_example"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 4238 | <description>DSP_Lib Variance example</description> |
| 4239 | <board name="uVision Simulator" vendor="Keil"/> |
| 4240 | <project> |
| 4241 | <environment name="uv" load="arm_variance_example.uvprojx"/> |
| 4242 | </project> |
| 4243 | <attributes> |
| 4244 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4245 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 4246 | <component Cclass="Device" Cgroup="Startup"/> |
| 4247 | <category>Getting Started</category> |
| 4248 | </attributes> |
| 4249 | </example> |
Martin Günther | 0ffe8f9 | 2016-08-24 11:43:05 +0200 | [diff] [blame] | 4250 | |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 4251 | <example name="NN Library CIFAR10" doc="readme.txt" folder="CMSIS/NN/Examples/ARM/arm_nn_examples/cifar10"> |
Jonatan Antoni | 13bff48 | 2018-01-19 13:05:57 +0100 | [diff] [blame] | 4252 | <description>Neural Network CIFAR10 example</description> |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 4253 | <board name="uVision Simulator" vendor="Keil"/> |
| 4254 | <project> |
| 4255 | <environment name="uv" load="arm_nnexamples_cifar10.uvprojx"/> |
| 4256 | </project> |
| 4257 | <attributes> |
| 4258 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4259 | <component Cclass="CMSIS" Cgroup="DSP"/> |
Jonatan Antoni | 0cd6383 | 2018-02-20 15:00:53 +0100 | [diff] [blame] | 4260 | <component Cclass="CMSIS" Cgroup="NN Lib"/> |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 4261 | <component Cclass="Device" Cgroup="Startup"/> |
| 4262 | <category>Getting Started</category> |
| 4263 | </attributes> |
| 4264 | </example> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 4265 | |
TTornblom | 7645a11 | 2018-10-08 09:51:13 +0200 | [diff] [blame] | 4266 | <example name="NN-example-cifar10" doc="readme_iar.txt" folder="CMSIS/NN/Examples/IAR/iar_nn_examples/NN-example-cifar10"> |
TTornblom | d5e052f | 2018-10-02 16:16:44 +0200 | [diff] [blame] | 4267 | <description>Neural Network CIFAR10 example</description> |
| 4268 | <board name="EWARM Simulator" vendor="IAR"/> |
| 4269 | <project> |
TTornblom | 7645a11 | 2018-10-08 09:51:13 +0200 | [diff] [blame] | 4270 | <environment name="iar" load="NN-example-cifar10.ewp"/> |
TTornblom | d5e052f | 2018-10-02 16:16:44 +0200 | [diff] [blame] | 4271 | </project> |
| 4272 | <attributes> |
| 4273 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4274 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 4275 | <component Cclass="CMSIS" Cgroup="NN Lib"/> |
| 4276 | <component Cclass="Device" Cgroup="Startup"/> |
| 4277 | <category>Getting Started</category> |
| 4278 | </attributes> |
| 4279 | </example> |
| 4280 | |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 4281 | <example name="NN Library GRU" doc="readme.txt" folder="CMSIS/NN/Examples/ARM/arm_nn_examples/gru"> |
Jonatan Antoni | 13bff48 | 2018-01-19 13:05:57 +0100 | [diff] [blame] | 4282 | <description>Neural Network GRU example</description> |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 4283 | <board name="uVision Simulator" vendor="Keil"/> |
| 4284 | <project> |
| 4285 | <environment name="uv" load="arm_nnexamples_gru.uvprojx"/> |
| 4286 | </project> |
| 4287 | <attributes> |
| 4288 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4289 | <component Cclass="CMSIS" Cgroup="DSP"/> |
Jonatan Antoni | 0cd6383 | 2018-02-20 15:00:53 +0100 | [diff] [blame] | 4290 | <component Cclass="CMSIS" Cgroup="NN Lib"/> |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 4291 | <component Cclass="Device" Cgroup="Startup"/> |
| 4292 | <category>Getting Started</category> |
| 4293 | </attributes> |
| 4294 | </example> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 4295 | |
TTornblom | 7645a11 | 2018-10-08 09:51:13 +0200 | [diff] [blame] | 4296 | <example name="NN-example-gru" doc="readme_iar.txt" folder="CMSIS/NN/Examples/IAR/iar_nn_examples/NN-example-gru"> |
TTornblom | d5e052f | 2018-10-02 16:16:44 +0200 | [diff] [blame] | 4297 | <description>Neural Network GRU example</description> |
| 4298 | <board name="EWARM Simulator" vendor="IAR"/> |
| 4299 | <project> |
TTornblom | 7645a11 | 2018-10-08 09:51:13 +0200 | [diff] [blame] | 4300 | <environment name="iar" load="NN-example-gru.ewp"/> |
TTornblom | d5e052f | 2018-10-02 16:16:44 +0200 | [diff] [blame] | 4301 | </project> |
| 4302 | <attributes> |
| 4303 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4304 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 4305 | <component Cclass="CMSIS" Cgroup="NN Lib"/> |
| 4306 | <component Cclass="Device" Cgroup="Startup"/> |
| 4307 | <category>Getting Started</category> |
| 4308 | </attributes> |
| 4309 | </example> |
| 4310 | |
Matthias Hertel | 3bb828f | 2016-11-07 13:51:50 +0100 | [diff] [blame] | 4311 | <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] | 4312 | <description>CMSIS-RTOS2 Blinky example</description> |
| 4313 | <board name="uVision Simulator" vendor="Keil"/> |
| 4314 | <project> |
| 4315 | <environment name="uv" load="Blinky.uvprojx"/> |
| 4316 | </project> |
| 4317 | <attributes> |
| 4318 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4319 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 4320 | <component Cclass="Device" Cgroup="Startup"/> |
| 4321 | <category>Getting Started</category> |
| 4322 | </attributes> |
| 4323 | </example> |
Martin Günther | 0ffe8f9 | 2016-08-24 11:43:05 +0200 | [diff] [blame] | 4324 | |
Robert Rostohar | e13e470 | 2016-11-07 15:23:44 +0100 | [diff] [blame] | 4325 | <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] | 4326 | <description>CMSIS-RTOS2 mixed API v1 and v2</description> |
Matthias Hertel | 3bb828f | 2016-11-07 13:51:50 +0100 | [diff] [blame] | 4327 | <board name="uVision Simulator" vendor="Keil"/> |
| 4328 | <project> |
| 4329 | <environment name="uv" load="Blinky.uvprojx"/> |
| 4330 | </project> |
| 4331 | <attributes> |
| 4332 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4333 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 4334 | <component Cclass="Device" Cgroup="Startup"/> |
| 4335 | <category>Getting Started</category> |
| 4336 | </attributes> |
| 4337 | </example> |
| 4338 | |
Jonatan Antoni | 401391f | 2017-08-30 16:52:33 +0200 | [diff] [blame] | 4339 | <example name="CMSIS-RTOS2 RTX5 Message Queue" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/MsgQueue"> |
| 4340 | <description>CMSIS-RTOS2 Message Queue Example</description> |
| 4341 | <board name="uVision Simulator" vendor="Keil"/> |
| 4342 | <project> |
| 4343 | <environment name="uv" load="MsqQueue.uvprojx"/> |
| 4344 | </project> |
| 4345 | <attributes> |
| 4346 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4347 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 4348 | <component Cclass="Compiler" Cgroup="EventRecorder"/> |
| 4349 | <component Cclass="Device" Cgroup="Startup"/> |
| 4350 | <category>Getting Started</category> |
| 4351 | </attributes> |
| 4352 | </example> |
Jonatan Antoni | 6c160d4 | 2017-09-01 10:48:45 +0200 | [diff] [blame] | 4353 | |
| 4354 | <example name="CMSIS-RTOS2 RTX5 Memory Pool" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/MemPool"> |
| 4355 | <description>CMSIS-RTOS2 Memory Pool Example</description> |
Jonatan Antoni | 5398c46 | 2019-01-10 16:36:16 +0100 | [diff] [blame] | 4356 | <board name="uVision Simulator" vendor="Keil"/> |
Jonatan Antoni | 6c160d4 | 2017-09-01 10:48:45 +0200 | [diff] [blame] | 4357 | <project> |
| 4358 | <environment name="uv" load="MemPool.uvprojx"/> |
| 4359 | </project> |
| 4360 | <attributes> |
| 4361 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4362 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 4363 | <component Cclass="Compiler" Cgroup="EventRecorder"/> |
| 4364 | <component Cclass="Device" Cgroup="Startup"/> |
| 4365 | <category>Getting Started</category> |
| 4366 | </attributes> |
| 4367 | </example> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 4368 | |
Christopher Seidl | b8c998f | 2016-11-08 15:49:02 +0100 | [diff] [blame] | 4369 | <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] | 4370 | <description>Bare-metal secure/non-secure example without RTOS</description> |
Matthias Hertel | 3bb828f | 2016-11-07 13:51:50 +0100 | [diff] [blame] | 4371 | <board name="uVision Simulator" vendor="Keil"/> |
| 4372 | <project> |
| 4373 | <environment name="uv" load="NoRTOS.uvmpw"/> |
| 4374 | </project> |
| 4375 | <attributes> |
| 4376 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4377 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 4378 | <component Cclass="Device" Cgroup="Startup"/> |
| 4379 | <category>Getting Started</category> |
| 4380 | </attributes> |
| 4381 | </example> |
| 4382 | |
Christopher Seidl | b8c998f | 2016-11-08 15:49:02 +0100 | [diff] [blame] | 4383 | <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] | 4384 | <description>Secure/non-secure RTOS example with thread context management</description> |
Matthias Hertel | 3bb828f | 2016-11-07 13:51:50 +0100 | [diff] [blame] | 4385 | <board name="uVision Simulator" vendor="Keil"/> |
| 4386 | <project> |
| 4387 | <environment name="uv" load="RTOS.uvmpw"/> |
| 4388 | </project> |
| 4389 | <attributes> |
| 4390 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4391 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 4392 | <component Cclass="Device" Cgroup="Startup"/> |
| 4393 | <category>Getting Started</category> |
| 4394 | </attributes> |
| 4395 | </example> |
Matthias Hertel | 3bb828f | 2016-11-07 13:51:50 +0100 | [diff] [blame] | 4396 | |
ReinhardKeil | 3bd0e17 | 2016-11-10 07:59:24 +0100 | [diff] [blame] | 4397 | <example name="TrustZone for ARMv8-M RTOS Security Tests" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults"> |
| 4398 | <description>Secure/non-secure RTOS example with security test cases and system recovery</description> |
| 4399 | <board name="uVision Simulator" vendor="Keil"/> |
| 4400 | <project> |
| 4401 | <environment name="uv" load="RTOS_Faults.uvmpw"/> |
| 4402 | </project> |
| 4403 | <attributes> |
| 4404 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4405 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 4406 | <component Cclass="Device" Cgroup="Startup"/> |
| 4407 | <category>Getting Started</category> |
| 4408 | </attributes> |
| 4409 | </example> |
| 4410 | |
TTornblom | c88880a | 2020-03-20 12:59:25 +0100 | [diff] [blame] | 4411 | <example name="CMSIS-RTOS2 Blinky" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples_IAR/Blinky"> |
| 4412 | <description>CMSIS-RTOS2 Blinky example</description> |
Jonatan Antoni | cd93ae8 | 2020-03-31 10:59:38 +0200 | [diff] [blame] | 4413 | <board name="EWARM Simulator" vendor="IAR"/> |
TTornblom | c88880a | 2020-03-20 12:59:25 +0100 | [diff] [blame] | 4414 | <project> |
| 4415 | <environment name="iar" load="Blinky/Blinky.ewp"/> |
| 4416 | </project> |
| 4417 | <attributes> |
| 4418 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4419 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 4420 | <component Cclass="Device" Cgroup="Startup"/> |
| 4421 | <category>Getting Started</category> |
| 4422 | </attributes> |
| 4423 | </example> |
| 4424 | |
| 4425 | <example name="CMSIS-RTOS2 RTX5 Message Queue" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples_IAR/MsgQueue"> |
| 4426 | <description>CMSIS-RTOS2 Message Queue Example</description> |
Jonatan Antoni | cd93ae8 | 2020-03-31 10:59:38 +0200 | [diff] [blame] | 4427 | <board name="EWARM Simulator" vendor="IAR"/> |
TTornblom | c88880a | 2020-03-20 12:59:25 +0100 | [diff] [blame] | 4428 | <project> |
| 4429 | <environment name="iar" load="MsgQueue/MsgQueue.ewp"/> |
| 4430 | </project> |
| 4431 | <attributes> |
| 4432 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 4433 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 4434 | <component Cclass="Device" Cgroup="Startup"/> |
| 4435 | <category>Getting Started</category> |
| 4436 | </attributes> |
| 4437 | </example> |
| 4438 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 4439 | </examples> |
| 4440 | |
| 4441 | </package> |