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> |
Jonatan Antoni | 4ed9008 | 2021-06-08 14:07:37 +0200 | [diff] [blame] | 5 | <description>CMSIS (Common Microcontroller Software Interface Standard)</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 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 | 3623c46 | 2021-06-24 11:54:40 +0200 | [diff] [blame^] | 11 | <release version="5.8.0" date="2021-06-24"> |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 12 | CMSIS-Core(M): 5.5.0 (see revision history for details) |
Jonatan Antoni | def6f80 | 2021-05-06 17:31:38 +0200 | [diff] [blame] | 13 | - Updated GCC LinkerDescription, GCC Assembler startup |
Jonatan Antoni | c6c4839 | 2021-06-17 14:44:05 +0200 | [diff] [blame] | 14 | - Added Armv8-M Stack Sealing (to linker, startup) for toolchain ARM, GCC |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 15 | - Changed C-Startup to default Startup. |
Jonatan Antoni | c6c4839 | 2021-06-17 14:44:05 +0200 | [diff] [blame] | 16 | - Updated Armv8-M Assembler startup to use GAS syntax |
| 17 | Note: Updating existing projects may need manual user interaction! |
Jonatan Antoni | 4e7223d | 2021-06-17 16:07:04 +0200 | [diff] [blame] | 18 | CMSIS-Core(A): 1.2.1 (see revision history for details) |
Jonatan Antoni | c6c4839 | 2021-06-17 14:44:05 +0200 | [diff] [blame] | 19 | - Bugfixes for Cortex-A32 |
Jonatan Antoni | 4e7223d | 2021-06-17 16:07:04 +0200 | [diff] [blame] | 20 | CMSIS-DAP: 2.1.0 (see revision history for details) |
| 21 | - Enhanced DAP_Info |
| 22 | - Added extra UART support |
Jonatan Antoni | c6c4839 | 2021-06-17 14:44:05 +0200 | [diff] [blame] | 23 | CMSIS-DSP: 1.9.0 (see revision history for details) |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 24 | - Purged pre-built libs from Git |
Jonatan Antoni | c6c4839 | 2021-06-17 14:44:05 +0200 | [diff] [blame] | 25 | - Enhanced support for f16 datatype |
| 26 | - Fixed couple of GCC issues |
Felix Thomasmathibalan | d1d0879 | 2021-03-19 08:18:24 +0100 | [diff] [blame] | 27 | CMSIS-NN: 3.0.0 (see revision history for details including version 2.0.0) |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 28 | - Major interface change for functions compatible with TensorFlow Lite for Microcontroller |
| 29 | - Added optimization for SVDF kernel |
| 30 | - Improved MVE performance for fully Connected and max pool operator |
| 31 | - NULL bias support for fully connected operator in non-MVE case(Can affect performance) |
| 32 | - Expanded existing unit test suite along with support for FVP |
Felix Thomasmathibalan | 561f936 | 2021-06-14 16:31:02 +0200 | [diff] [blame] | 33 | - Removed Examples folder |
Jonatan Antoni | def6f80 | 2021-05-06 17:31:38 +0200 | [diff] [blame] | 34 | CMSIS-RTOS2: |
Jonatan Antoni | def6f80 | 2021-05-06 17:31:38 +0200 | [diff] [blame] | 35 | - RTX 5.5.3 (see revision history for details) |
Jonatan Antoni | 4e7223d | 2021-06-17 16:07:04 +0200 | [diff] [blame] | 36 | - CVE-2021-27431 vulnerability mitigation. |
| 37 | - Enhanced stack overrun checking. |
| 38 | - Various bug fixes and improvements. |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 39 | CMSIS-Pack: 1.7.2 (see revision history for details) |
| 40 | - Support for Microchip XC32 compiler |
| 41 | - Support for Custom Datapath Extension |
Jonatan Antoni | 17ccd4d | 2020-04-09 16:39:25 +0200 | [diff] [blame] | 42 | </release> |
| 43 | <release version="5.7.0" date="2020-04-09"> |
Jonatan Antoni | 9a10fef | 2020-04-02 18:08:33 +0200 | [diff] [blame] | 44 | CMSIS-Build: 0.9.0 (beta) |
| 45 | - Draft for CMSIS Project description (CPRJ) |
Jonatan Antoni | b2a65a0 | 2020-04-03 15:55:17 +0200 | [diff] [blame] | 46 | CMSIS-Core(M): 5.4.0 (see revision history for details) |
| 47 | - Cortex-M55 cpu support |
| 48 | - Enhanced MVE support for Armv8.1-MML |
Milorad Cvjetkovic | d7be594 | 2020-03-31 15:32:26 +0200 | [diff] [blame] | 49 | - Fixed device config define checks. |
Jonatan Antoni | b2a65a0 | 2020-04-03 15:55:17 +0200 | [diff] [blame] | 50 | - L1 Cache functions for Armv7-M and later |
Jonatan Antoni | 724104c | 2020-04-03 16:52:57 +0200 | [diff] [blame] | 51 | CMSIS-Core(A): 1.2.0 (see revision history for details) |
| 52 | - Fixed GIC_SetPendingIRQ to use GICD_SGIR |
| 53 | - Added missing DSP intrinsics |
| 54 | - Reworked assembly intrinsics: volatile, barriers and clobber |
Jonatan Antoni | ea0a3c7 | 2020-03-16 13:13:49 +0100 | [diff] [blame] | 55 | CMSIS-DSP: 1.8.0 (see revision history for details) |
| 56 | - Added new functions and function groups |
| 57 | - Added MVE support |
Jonatan Antoni | b2a65a0 | 2020-04-03 15:55:17 +0200 | [diff] [blame] | 58 | CMSIS-NN: 1.3.0 (see revision history for details) |
| 59 | - Added MVE support |
| 60 | - Further optimizations for kernels using DSP extension |
Robert Rostohar | 11e3d0f | 2019-10-18 13:18:01 +0200 | [diff] [blame] | 61 | CMSIS-RTOS2: |
| 62 | - RTX 5.5.2 (see revision history for details) |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 63 | CMSIS-Driver: 2.8.0 |
Jonatan Antoni | b2a65a0 | 2020-04-03 15:55:17 +0200 | [diff] [blame] | 64 | - Added VIO API 0.1.0 (Preview) |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 65 | - removed volatile from status related typedefs in APIs |
Robert Rostohar | 5b0a551 | 2020-01-24 14:35:11 +0100 | [diff] [blame] | 66 | - enhanced WiFi Interface API with support for polling Socket Receive/Send |
Jonatan Antoni | 9a10fef | 2020-04-02 18:08:33 +0200 | [diff] [blame] | 67 | CMSIS-Pack: 1.6.3 (see revision history for details) |
| 68 | - 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] | 69 | Devices: |
Jonatan Antoni | b2a65a0 | 2020-04-03 15:55:17 +0200 | [diff] [blame] | 70 | - ARMCM55 device |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 71 | - ARMv81MML startup code recognizing __MVE_USED macro |
| 72 | - Refactored vector table references for all Cortex-M devices |
Jonatan Antoni | b2a65a0 | 2020-04-03 15:55:17 +0200 | [diff] [blame] | 73 | - Reworked ARMCM* C-StartUp files. |
| 74 | - Include L1 Cache functions in ARMv8MML/ARMv81MML devices |
| 75 | Utilities: |
| 76 | Attention: Linux binaries moved to Linux64 folder! |
| 77 | - SVDConv 3.3.35 |
| 78 | - PackChk 1.3.89 |
Jonatan Antoni | d9a6b2e | 2019-07-10 15:52:17 +0200 | [diff] [blame] | 79 | </release> |
| 80 | <release version="5.6.0" date="2019-07-10"> |
Jonatan Antoni | ae553b7 | 2019-05-06 16:29:20 +0200 | [diff] [blame] | 81 | CMSIS-Core(M): 5.3.0 (see revision history for details) |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 82 | - Added provisions for compiler-independent C startup code. |
Jonatan Antoni | f677f00 | 2019-06-25 13:01:11 +0200 | [diff] [blame] | 83 | CMSIS-Core(A): 1.1.4 (see revision history for details) |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 84 | - Fixed __FPU_Enable. |
Christophe Favergeon | 03e3e41 | 2019-06-25 09:29:51 +0200 | [diff] [blame] | 85 | CMSIS-DSP: 1.7.0 (see revision history for details) |
| 86 | - New Neon versions of f32 functions |
| 87 | - Python wrapper |
| 88 | - Preliminary cmake build |
| 89 | - Compilation flags for FFTs |
| 90 | - Changes to arm_math.h |
Jonatan Antoni | c68a7f2 | 2019-07-10 15:05:34 +0200 | [diff] [blame] | 91 | CMSIS-NN: 1.2.0 (see revision history for details) |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 92 | - New function for depthwise convolution with asymmetric quantization. |
| 93 | - New support functions for requantization. |
Robert Rostohar | 86d53b7 | 2019-05-07 12:07:42 +0200 | [diff] [blame] | 94 | CMSIS-RTOS: |
| 95 | - 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] | 96 | CMSIS-RTOS2: |
| 97 | - RTX 5.5.1 (see revision history for details) |
Jonatan Antoni | f677f00 | 2019-06-25 13:01:11 +0200 | [diff] [blame] | 98 | CMSIS-Driver: 2.7.1 |
Robert Rostohar | 89109b2 | 2019-06-24 10:44:56 +0200 | [diff] [blame] | 99 | - WiFi Interface API 1.0.0 |
Jonatan Antoni | ae553b7 | 2019-05-06 16:29:20 +0200 | [diff] [blame] | 100 | Devices: |
Jonatan Antoni | df0acdd | 2020-04-07 14:20:16 +0200 | [diff] [blame] | 101 | - Generalized C startup code for all Cortex-M family devices. |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 102 | - Updated Cortex-A default memory regions and MMU configurations |
| 103 | - 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] | 104 | </release> |
| 105 | <release version="5.5.1" date="2019-03-20"> |
Jonatan Antoni | 63c1419 | 2019-03-20 13:53:55 +0100 | [diff] [blame] | 106 | The following folders are deprecated |
| 107 | - CMSIS/Include/ (superseded by CMSIS/DSP/Include/ and CMSIS/Core/Include/) |
| 108 | |
| 109 | CMSIS-Core(M): 5.2.1 (see revision history for details) |
| 110 | - Fixed compilation issue in cmsis_armclang_ltm.h |
Jonatan Antoni | c91a46d | 2019-03-15 16:47:52 +0100 | [diff] [blame] | 111 | </release> |
Jonatan Antoni | 63c1419 | 2019-03-20 13:53:55 +0100 | [diff] [blame] | 112 | <release version="5.5.0" date="2019-03-18"> |
Jonatan Antoni | 99bb93c | 2019-03-15 13:45:47 +0100 | [diff] [blame] | 113 | The following folders have been removed: |
Jonatan Antoni | 9feb2b2 | 2019-03-15 14:54:08 +0100 | [diff] [blame] | 114 | - CMSIS/Lib/ (superseded by CMSIS/DSP/Lib/) |
| 115 | - CMSIS/DSP_Lib/ (superseded by CMSIS/DSP/) |
Jonatan Antoni | 12955cd | 2019-03-18 12:06:15 +0100 | [diff] [blame] | 116 | The following folders are deprecated |
| 117 | - CMSIS/Include/ (superseded by CMSIS/DSP/Include/ and CMSIS/Core/Include/) |
Jonatan Antoni | 99bb93c | 2019-03-15 13:45:47 +0100 | [diff] [blame] | 118 | |
| 119 | CMSIS-Core(M): 5.2.0 (see revision history for details) |
| 120 | - Reworked Stack/Heap configuration for ARM startup files. |
| 121 | - Added Cortex-M35P device support. |
| 122 | - Added generic Armv8.1-M Mainline device support. |
| 123 | CMSIS-Core(A): 1.1.3 (see revision history for details) |
Jonatan Antoni | 12955cd | 2019-03-18 12:06:15 +0100 | [diff] [blame] | 124 | CMSIS-DSP: 1.6.0 (see revision history for details) |
GuentherMartin | 41d9e35 | 2019-03-14 14:18:28 +0100 | [diff] [blame] | 125 | - reworked DSP library source files |
GuentherMartin | 41d9e35 | 2019-03-14 14:18:28 +0100 | [diff] [blame] | 126 | - reworked DSP library documentation |
Jonatan Antoni | 3b2f0d2 | 2019-03-18 12:11:51 +0100 | [diff] [blame] | 127 | - Changed DSP folder structure |
GuentherMartin | 41d9e35 | 2019-03-14 14:18:28 +0100 | [diff] [blame] | 128 | - moved DSP libraries to folder ./DSP/Lib |
| 129 | - ARM DSP Libraries are built with ARMCLANG |
| 130 | - Added DSP Libraries Source variant |
Robert Rostohar | 83177af | 2018-09-04 10:27:04 +0200 | [diff] [blame] | 131 | CMSIS-RTOS2: |
| 132 | - RTX 5.5.0 (see revision history for details) |
Robert Rostohar | eea3193 | 2019-03-15 14:51:42 +0100 | [diff] [blame] | 133 | CMSIS-Driver: 2.7.0 |
Jonatan Antoni | 445accf | 2019-03-15 15:07:45 +0100 | [diff] [blame] | 134 | - Added WiFi Interface API 1.0.0-beta |
Jonatan Antoni | 99bb93c | 2019-03-15 13:45:47 +0100 | [diff] [blame] | 135 | - Added components for project specific driver implementations |
| 136 | CMSIS-Pack: 1.6.0 (see revision history for details) |
Jonatan Antoni | 191afdb | 2019-03-18 12:31:47 +0100 | [diff] [blame] | 137 | Devices: |
| 138 | - Added Cortex-M35P and ARMv81MML device templates. |
| 139 | - Fixed C-Startup Code for GCC (aligned with other compilers) |
Jonatan Antoni | 99bb93c | 2019-03-15 13:45:47 +0100 | [diff] [blame] | 140 | Utilities: |
| 141 | - SVDConv 3.3.25 |
| 142 | - PackChk 1.3.82 |
Jonatan Antoni | 0d2dbfb | 2018-08-01 17:34:38 +0200 | [diff] [blame] | 143 | </release> |
Jonatan Antoni | adbadb2 | 2018-08-01 17:33:45 +0200 | [diff] [blame] | 144 | <release version="5.4.0" date="2018-08-01"> |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 145 | Aligned pack structure with repository. |
| 146 | The following folders are deprecated: |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 147 | - CMSIS/Include/ |
| 148 | - CMSIS/DSP_Lib/ |
| 149 | |
Jonatan Antoni | 5d19e5f | 2018-04-09 10:16:49 +0200 | [diff] [blame] | 150 | CMSIS-Core(M): 5.1.2 (see revision history for details) |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 151 | - Added Cortex-M1 support (beta). |
Jonatan Antoni | 5d19e5f | 2018-04-09 10:16:49 +0200 | [diff] [blame] | 152 | CMSIS-Core(A): 1.1.2 (see revision history for details) |
Jonatan Antoni | adbadb2 | 2018-08-01 17:33:45 +0200 | [diff] [blame] | 153 | CMSIS-NN: 1.1.0 |
| 154 | - Added new math functions. |
Robert Rostohar | 84a9388 | 2018-03-06 14:27:36 +0100 | [diff] [blame] | 155 | CMSIS-RTOS2: |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 156 | - API 2.1.3 (see revision history for details) |
| 157 | - RTX 5.4.0 (see revision history for details) |
| 158 | * Updated exception handling on Cortex-A |
Vladimir Umek | c1e9d20 | 2018-04-19 08:00:56 +0200 | [diff] [blame] | 159 | CMSIS-Driver: |
| 160 | - Flash Driver API V2.2.0 |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 161 | Utilities: |
| 162 | - SVDConv 3.3.21 |
| 163 | - PackChk 1.3.71 |
Jonatan Antoni | 7f501a7 | 2018-02-22 10:13:58 +0100 | [diff] [blame] | 164 | </release> |
| 165 | <release version="5.3.0" date="2018-02-22"> |
Jonatan Antoni | e924d64 | 2018-02-20 11:43:50 +0100 | [diff] [blame] | 166 | Updated Arm company brand. |
| 167 | CMSIS-Core(M): 5.1.1 (see revision history for details) |
| 168 | CMSIS-Core(A): 1.1.1 (see revision history for details) |
Jonatan Antoni | a3ec1f2 | 2018-02-21 13:51:30 +0100 | [diff] [blame] | 169 | CMSIS-DAP: 2.0.0 (see revision history for details) |
Jonatan Antoni | e924d64 | 2018-02-20 11:43:50 +0100 | [diff] [blame] | 170 | CMSIS-NN: 1.0.0 |
Jonatan Antoni | 13bff48 | 2018-01-19 13:05:57 +0100 | [diff] [blame] | 171 | - Initial contribution of the bare metal Neural Network Library. |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 172 | CMSIS-RTOS2: |
Robert Rostohar | cd44e6f | 2018-01-09 11:45:59 +0100 | [diff] [blame] | 173 | - RTX 5.3.0 (see revision history for details) |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 174 | - OS Tick API 1.0.1 |
Jonatan Antoni | 1434f1f | 2017-11-16 16:55:57 +0100 | [diff] [blame] | 175 | </release> |
| 176 | <release version="5.2.0" date="2017-11-16"> |
Jonatan Antoni | de31664 | 2017-11-10 11:40:06 +0100 | [diff] [blame] | 177 | CMSIS-Core(M): 5.1.0 (see revision history for details) |
| 178 | - Added MPU Functions for ARMv8-M for Cortex-M23/M33. |
| 179 | - Added compiler_iccarm.h to replace compiler_iar.h shipped with the compiler. |
| 180 | CMSIS-Core(A): 1.1.0 (see revision history for details) |
| 181 | - Added compiler_iccarm.h. |
| 182 | - Added additional access functions for physical timer. |
| 183 | CMSIS-DAP: 1.2.0 (see revision history for details) |
| 184 | CMSIS-DSP: 1.5.2 (see revision history for details) |
Jonatan Antoni | e924d64 | 2018-02-20 11:43:50 +0100 | [diff] [blame] | 185 | CMSIS-Driver: 2.6.0 (see revision history for details) |
Jonatan Antoni | de31664 | 2017-11-10 11:40:06 +0100 | [diff] [blame] | 186 | - CAN Driver API V1.2.0 |
Vladimir Umek | b472809 | 2017-11-14 10:12:51 +0100 | [diff] [blame] | 187 | - NAND Driver API V2.3.0 |
Jonatan Antoni | de31664 | 2017-11-10 11:40:06 +0100 | [diff] [blame] | 188 | CMSIS-RTOS: |
| 189 | - RTX: added variant for Infineon XMC4 series affected by PMU_CM.001 errata. |
| 190 | CMSIS-RTOS2: |
| 191 | - API 2.1.2 (see revision history for details) |
| 192 | - RTX 5.2.3 (see revision history for details) |
| 193 | Devices: |
| 194 | - Added GCC startup and linker script for Cortex-A9. |
| 195 | - Added device ARMCM0plus_MPU for Cortex-M0+ with MPU. |
| 196 | - Added IAR startup code for Cortex-A9 |
| 197 | </release> |
Jonatan Antoni | 5bfb1e6 | 2017-09-19 15:46:40 +0200 | [diff] [blame] | 198 | <release version="5.1.1" date="2017-09-19"> |
| 199 | CMSIS-RTOS2: |
| 200 | - RTX 5.2.1 (see revision history for details) |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 201 | </release> |
Jonatan Antoni | 102fe7f | 2017-08-03 11:33:08 +0200 | [diff] [blame] | 202 | <release version="5.1.0" date="2017-08-04"> |
| 203 | CMSIS-Core(M): 5.0.2 (see revision history for details) |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 204 | - Changed Version Control macros to be core agnostic. |
Jonatan Antoni | 102fe7f | 2017-08-03 11:33:08 +0200 | [diff] [blame] | 205 | - Added MPU Functions for ARMv7-M for Cortex-M0+/M3/M4/M7. |
| 206 | CMSIS-Core(A): 1.0.0 (see revision history for details) |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 207 | - Initial release |
| 208 | - IRQ Controller API 1.0.0 |
| 209 | CMSIS-Driver: 2.05 (see revision history for details) |
| 210 | - All typedefs related to status have been made volatile. |
Robert Rostohar | ff9fa5b | 2017-04-19 11:55:58 +0200 | [diff] [blame] | 211 | CMSIS-RTOS2: |
Robert Rostohar | 9470b0b | 2017-06-09 09:38:31 +0200 | [diff] [blame] | 212 | - API 2.1.1 (see revision history for details) |
| 213 | - RTX 5.2.0 (see revision history for details) |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 214 | - OS Tick API 1.0.0 |
Jonatan Antoni | 102fe7f | 2017-08-03 11:33:08 +0200 | [diff] [blame] | 215 | CMSIS-DSP: 1.5.2 (see revision history for details) |
| 216 | - Fixed GNU Compiler specific diagnostics. |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 217 | CMSIS-Pack: 1.5.0 (see revision history for details) |
Jonatan Antoni | 102fe7f | 2017-08-03 11:33:08 +0200 | [diff] [blame] | 218 | - added System Description File (*.SDF) Format |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 219 | CMSIS-Zone: 0.0.1 (Preview) |
| 220 | - Initial specification draft |
| 221 | </release> |
Joachim Krech | 3ef9713 | 2017-02-03 15:09:58 +0100 | [diff] [blame] | 222 | <release version="5.0.1" date="2017-02-03"> |
| 223 | Package Description: |
| 224 | - added taxonomy for Cclass RTOS |
Robert Rostohar | 0e8657f | 2016-11-25 21:54:15 +0100 | [diff] [blame] | 225 | CMSIS-RTOS2: |
Joachim Krech | 3ef9713 | 2017-02-03 15:09:58 +0100 | [diff] [blame] | 226 | - API 2.1 (see revision history for details) |
| 227 | - RTX 5.1.0 (see revision history for details) |
| 228 | CMSIS-Core: 5.0.1 (see revision history for details) |
| 229 | - Added __PACKED_STRUCT macro |
| 230 | - Added uVisior support |
| 231 | - Updated cmsis_armcc.h: corrected macro __ARM_ARCH_6M__ |
| 232 | - Updated template for secure main function (main_s.c) |
| 233 | - Updated template for Context Management for ARMv8-M TrustZone (tz_context.c) |
| 234 | CMSIS-DSP: 1.5.1 (see revision history for details) |
| 235 | - added ARMv8M DSP libraries. |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 236 | CMSIS-Pack:1.4.9 (see revision history for details) |
Joachim Krech | 3ef9713 | 2017-02-03 15:09:58 +0100 | [diff] [blame] | 237 | - added Pack Index File specification and schema file |
Martin Günther | d106053 | 2016-11-15 09:43:43 +0100 | [diff] [blame] | 238 | </release> |
Joachim Krech | c45bb4a | 2016-11-11 11:01:22 +0100 | [diff] [blame] | 239 | <release version="5.0.0" date="2016-11-11"> |
Robert Rostohar | 9f7ce66 | 2016-11-10 09:20:14 +0100 | [diff] [blame] | 240 | Changed open source license to Apache 2.0 |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 241 | CMSIS_Core: |
ReinhardKeil | 3bd0e17 | 2016-11-10 07:59:24 +0100 | [diff] [blame] | 242 | - Added support for Cortex-M23 and Cortex-M33. |
| 243 | - Added ARMv8-M device configurations for mainline and baseline. |
Robert Rostohar | 9f7ce66 | 2016-11-10 09:20:14 +0100 | [diff] [blame] | 244 | - Added CMSE support and thread context management for TrustZone for ARMv8-M |
ReinhardKeil | 3bd0e17 | 2016-11-10 07:59:24 +0100 | [diff] [blame] | 245 | - Added cmsis_compiler.h to unify compiler behaviour. |
| 246 | - Updated function SCB_EnableICache (for Cortex-M7). |
| 247 | - Added functions: NVIC_GetEnableIRQ, SCB_GetFPUType |
| 248 | CMSIS-RTOS: |
| 249 | - bug fix in RTX 4.82 (see revision history for details) |
| 250 | CMSIS-RTOS2: |
| 251 | - new API including compatibility layer to CMSIS-RTOS |
Robert Rostohar | 9f7ce66 | 2016-11-10 09:20:14 +0100 | [diff] [blame] | 252 | - reference implementation based on RTX5 |
| 253 | - supports all Cortex-M variants including TrustZone for ARMv8-M |
ReinhardKeil | 0d39905 | 2016-10-21 13:40:52 +0200 | [diff] [blame] | 254 | CMSIS-SVD: |
| 255 | - reworked SVD format documentation |
Joachim Krech | 655f724 | 2016-09-29 15:49:24 +0200 | [diff] [blame] | 256 | - removed SVD file database documentation as SVD files are distributed in packs |
| 257 | - updated SVDConv for Win32 and Linux |
ReinhardKeil | 3bd0e17 | 2016-11-10 07:59:24 +0100 | [diff] [blame] | 258 | CMSIS-DSP: |
Martin Günther | 29502d7 | 2016-06-16 14:48:33 +0200 | [diff] [blame] | 259 | - Moved DSP libraries from CMSIS/DSP/Lib to CMSIS/Lib. |
| 260 | - Added DSP libraries build projects to CMSIS pack. |
Martin Günther | 10babd8 | 2016-06-14 14:10:36 +0200 | [diff] [blame] | 261 | </release> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 262 | <release version="4.5.0" date="2015-10-28"> |
| 263 | - CMSIS-Core 4.30.0 (see revision history for details) |
| 264 | - CMSIS-DAP 1.1.0 (unchanged) |
| 265 | - CMSIS-Driver 2.04.0 (see revision history for details) |
| 266 | - 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] | 267 | - CMSIS-Pack 1.4.1 (see revision history for details) |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 268 | - CMSIS-RTOS 4.80.0 Restored time delay parameter 'millisec' old behavior (prior V4.79) for software compatibility. (see revision history for details) |
| 269 | - CMSIS-SVD 1.3.1 (see revision history for details) |
| 270 | </release> |
| 271 | <release version="4.4.0" date="2015-09-11"> |
| 272 | - CMSIS-Core 4.20 (see revision history for details) |
| 273 | - 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] | 274 | - CMSIS-Pack 1.4.0 (adding memory attributes, algorithm style) |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 275 | - CMSIS-Driver 2.03.0 (adding CAN [Controller Area Network] API) |
| 276 | - CMSIS-RTOS |
| 277 | -- API 1.02 (unchanged) |
| 278 | -- RTX 4.79 (see revision history for details) |
| 279 | - CMSIS-SVD 1.3.0 (see revision history for details) |
| 280 | - CMSIS-DAP 1.1.0 (extended with SWO support) |
| 281 | </release> |
| 282 | <release version="4.3.0" date="2015-03-20"> |
| 283 | - CMSIS-Core 4.10 (Cortex-M7 extended Cache Maintenance functions) |
| 284 | - CMSIS-DSP 1.4.5 (see revision history for details) |
| 285 | - CMSIS-Driver 2.02 (adding SAI (Serial Audio Interface) API) |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 286 | - CMSIS-Pack 1.3.3 (Semantic Versioning, Generator extensions) |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 287 | - CMSIS-RTOS |
| 288 | -- API 1.02 (unchanged) |
| 289 | -- RTX 4.78 (see revision history for details) |
| 290 | - CMSIS-SVD 1.2 (unchanged) |
| 291 | </release> |
| 292 | <release version="4.2.0" date="2014-09-24"> |
| 293 | Adding Cortex-M7 support |
| 294 | - CMSIS-Core 4.00 (Cortex-M7 support, corrected C++ include guards in core header files) |
| 295 | - 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] | 296 | - 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] | 297 | - CMSIS-SVD 1.2 (Cortex-M7 extensions) |
| 298 | - CMSIS-RTOS RTX 4.75 (see revision history for details) |
| 299 | </release> |
| 300 | <release version="4.1.1" date="2014-06-30"> |
| 301 | - fixed conditions preventing the inclusion of the DSP library in projects for Infineon XMC4000 series devices |
| 302 | </release> |
| 303 | <release version="4.1.0" date="2014-06-12"> |
| 304 | - CMSIS-Driver 2.02 (incompatible update) |
| 305 | - CMSIS-Pack 1.3 (see revision history for details) |
| 306 | - CMSIS-DSP 1.4.2 (unchanged) |
| 307 | - CMSIS-Core 3.30 (unchanged) |
| 308 | - CMSIS-RTOS RTX 4.74 (unchanged) |
| 309 | - CMSIS-RTOS API 1.02 (unchanged) |
| 310 | - CMSIS-SVD 1.10 (unchanged) |
| 311 | PACK: |
| 312 | - removed G++ specific files from PACK |
| 313 | - added Component Startup variant "C Startup" |
| 314 | - added Pack Checking Utility |
| 315 | - updated conditions to reflect tool-chain dependency |
| 316 | - added Taxonomy for Graphics |
| 317 | - updated Taxonomy for unified drivers from "Drivers" to "CMSIS Drivers" |
| 318 | </release> |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 319 | <!-- release version="4.0.0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 320 | - CMSIS-Driver 2.00 Preliminary (incompatible update) |
| 321 | - CMSIS-Pack 1.1 Preliminary |
| 322 | - CMSIS-DSP 1.4.2 (see revision history for details) |
| 323 | - CMSIS-Core 3.30 (see revision history for details) |
| 324 | - CMSIS-RTOS RTX 4.74 (see revision history for details) |
| 325 | - CMSIS-RTOS API 1.02 (unchanged) |
| 326 | - CMSIS-SVD 1.10 (unchanged) |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 327 | </release --> |
| 328 | <release version="3.20.4" date="2014-02-20"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 329 | - CMSIS-RTOS 4.74 (see revision history for details) |
| 330 | - PACK Extensions (Boards, Device Features, Flash Programming, Generators, Configuration Wizard). Schema version 1.1. |
| 331 | </release> |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 332 | <!-- release version="3.20.3"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 333 | - CMSIS-Driver API Version 1.10 ARM prefix added (incompatible change) |
| 334 | - CMSIS-RTOS 4.73 (see revision history for details) |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 335 | </release --> |
| 336 | <!-- release version="3.20.2"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 337 | - CMSIS-Pack documentation has been added |
| 338 | - CMSIS-Drivers header and documentation have been added to PACK |
| 339 | - CMSIS-CORE, CMSIS-DSP, CMSIS-RTOS API and CMSIS-SVD remain unchanged |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 340 | </release --> |
| 341 | <!-- release version="3.20.1"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 342 | - CMSIS-RTOS Keil RTX V4.72 has been added to PACK |
| 343 | - CMSIS-CORE, CMSIS-DSP, CMSIS-RTOS API and CMSIS-SVD remain unchanged |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 344 | </release --> |
| 345 | <!-- release version="3.20.0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 346 | The software portions that are deployed in the application program are now under a BSD license which allows usage |
| 347 | of CMSIS components in any commercial or open source projects. The Pack Description file Arm.CMSIS.pdsc describes the use cases |
| 348 | The individual components have been update as listed below: |
| 349 | - CMSIS-CORE adds functions for setting breakpoints, supports the latest GCC Compiler, and contains several corrections. |
| 350 | - CMSIS-DSP library is optimized for more performance and contains several bug fixes. |
| 351 | - CMSIS-RTOS API is extended with capabilities for short timeouts, Kernel initialization, and prepared for a C++ interface. |
| 352 | - CMSIS-SVD is unchanged. |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 353 | </release --> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 354 | </releases> |
| 355 | |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 356 | <taxonomy> |
reinhardkeil | 671fea1 | 2019-03-13 17:03:40 +0100 | [diff] [blame] | 357 | <description Cclass="Audio">Software components for audio processing</description> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 358 | <description Cclass="Board Support">Generic Interfaces for Evaluation and Development Boards</description> |
Joachim Krech | 1ce088b | 2019-03-14 13:27:35 +0100 | [diff] [blame] | 359 | <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] | 360 | <description Cclass="Compiler">Compiler Software Extensions</description> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 361 | <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] | 362 | <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] | 363 | <description Cclass="Device" doc="CMSIS/Documentation/Core/html/index.html">Startup, System Setup</description> |
| 364 | <description Cclass="Data Exchange">Data exchange or data formatter</description> |
Joachim Krech | 1ce088b | 2019-03-14 13:27:35 +0100 | [diff] [blame] | 365 | <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] | 366 | <description Cclass="File System">File Drive Support and File System</description> |
reinhardkeil | 671fea1 | 2019-03-13 17:03:40 +0100 | [diff] [blame] | 367 | <description Cclass="IoT Client">IoT cloud client connector</description> |
reinhardkeil | ca2acab | 2019-09-02 08:21:47 +0200 | [diff] [blame] | 368 | <description Cclass="IoT Service">IoT specific services</description> |
reinhardkeil | 671fea1 | 2019-03-13 17:03:40 +0100 | [diff] [blame] | 369 | <description Cclass="IoT Utility">IoT specific software utility</description> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 370 | <description Cclass="Graphics">Graphical User Interface</description> |
| 371 | <description Cclass="Network">Network Stack using Internet Protocols</description> |
Joachim Krech | 62838c8 | 2017-02-02 15:54:57 +0100 | [diff] [blame] | 372 | <description Cclass="RTOS">Real-time Operating System</description> |
reinhardkeil | 671fea1 | 2019-03-13 17:03:40 +0100 | [diff] [blame] | 373 | <description Cclass="Security">Encryption for secure communication or storage</description> |
| 374 | <description Cclass="USB">Universal Serial Bus Stack</description> |
| 375 | <description Cclass="Utility">Generic software utility components</description> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 376 | </taxonomy> |
| 377 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 378 | <devices> |
| 379 | <!-- ****************************** Cortex-M0 ****************************** --> |
| 380 | <family Dfamily="ARM Cortex M0" Dvendor="ARM:82"> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 381 | <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] | 382 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 383 | 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] | 384 | - simple, easy-to-use programmers model |
| 385 | - highly efficient ultra-low power operation |
| 386 | - excellent code density |
| 387 | - deterministic, high-performance interrupt handling |
| 388 | - upward compatibility with the rest of the Cortex-M processor family. |
| 389 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 390 | <!-- 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] | 391 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 392 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 393 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 394 | |
| 395 | <device Dname="ARMCM0"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 396 | <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] | 397 | <compile header="Device/ARM/ARMCM0/Include/ARMCM0.h" define="ARMCM0"/> |
| 398 | </device> |
| 399 | </family> |
| 400 | |
| 401 | <!-- ****************************** Cortex-M0P ****************************** --> |
| 402 | <family Dfamily="ARM Cortex M0 plus" Dvendor="ARM:82"> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 403 | <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] | 404 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 405 | 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] | 406 | - simple, easy-to-use programmers model |
| 407 | - highly efficient ultra-low power operation |
| 408 | - excellent code density |
| 409 | - deterministic, high-performance interrupt handling |
| 410 | - upward compatibility with the rest of the Cortex-M processor family. |
| 411 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 412 | <!-- 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] | 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="ARMCM0P"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 418 | <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] | 419 | <compile header="Device/ARM/ARMCM0plus/Include/ARMCM0plus.h" define="ARMCM0P"/> |
| 420 | </device> |
Jonatan Antoni | c4e9f46 | 2017-10-19 16:51:44 +0200 | [diff] [blame] | 421 | |
| 422 | <device Dname="ARMCM0P_MPU"> |
| 423 | <processor Dcore="Cortex-M0+" DcoreVersion="r0p1" Dfpu="NO_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/> |
| 424 | <compile header="Device/ARM/ARMCM0plus/Include/ARMCM0plus_MPU.h" define="ARMCM0P_MPU"/> |
| 425 | </device> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 426 | </family> |
| 427 | |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 428 | <!-- ****************************** Cortex-M1 ****************************** --> |
| 429 | <family Dfamily="ARM Cortex M1" Dvendor="ARM:82"> |
| 430 | <!--book name="http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html" title="Cortex-M1 Device Generic Users Guide"/--> |
| 431 | <description> |
| 432 | The ARM Cortex-M1 FPGA processor is intended for deeply embedded applications that require a small processor integrated into an FPGA. |
| 433 | The ARM Cortex-M1 processor implements the ARMv6-M architecture profile. |
| 434 | </description> |
| 435 | <!-- debug svd="Device/ARM/SVD/ARMCM0.svd"/ SVD files do not contain any peripheral --> |
| 436 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 437 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 438 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 439 | |
| 440 | <device Dname="ARMCM1"> |
| 441 | <processor Dcore="Cortex-M1" DcoreVersion="r1p0" Dfpu="NO_FPU" Dmpu="NO_MPU" Dendian="Configurable" Dclock="10000000"/> |
| 442 | <compile header="Device/ARM/ARMCM1/Include/ARMCM1.h" define="ARMCM1"/> |
| 443 | </device> |
| 444 | </family> |
| 445 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 446 | <!-- ****************************** Cortex-M3 ****************************** --> |
| 447 | <family Dfamily="ARM Cortex M3" Dvendor="ARM:82"> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 448 | <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] | 449 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 450 | 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] | 451 | - simple, easy-to-use programmers model |
| 452 | - highly efficient ultra-low power operation |
| 453 | - excellent code density |
| 454 | - deterministic, high-performance interrupt handling |
| 455 | - upward compatibility with the rest of the Cortex-M processor family. |
| 456 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 457 | <!-- 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] | 458 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 459 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 460 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 461 | |
| 462 | <device Dname="ARMCM3"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 463 | <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] | 464 | <compile header="Device/ARM/ARMCM3/Include/ARMCM3.h" define="ARMCM3"/> |
| 465 | </device> |
| 466 | </family> |
| 467 | |
| 468 | <!-- ****************************** Cortex-M4 ****************************** --> |
| 469 | <family Dfamily="ARM Cortex M4" Dvendor="ARM:82"> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 470 | <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] | 471 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 472 | 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] | 473 | - simple, easy-to-use programmers model |
| 474 | - highly efficient ultra-low power operation |
| 475 | - excellent code density |
| 476 | - deterministic, high-performance interrupt handling |
| 477 | - upward compatibility with the rest of the Cortex-M processor family. |
| 478 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 479 | <!-- 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] | 480 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 481 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 482 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 483 | |
| 484 | <device Dname="ARMCM4"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 485 | <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] | 486 | <compile header="Device/ARM/ARMCM4/Include/ARMCM4.h" define="ARMCM4"/> |
| 487 | </device> |
| 488 | |
| 489 | <device Dname="ARMCM4_FP"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 490 | <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] | 491 | <compile header="Device/ARM/ARMCM4/Include/ARMCM4_FP.h" define="ARMCM4_FP"/> |
| 492 | </device> |
| 493 | </family> |
| 494 | |
| 495 | <!-- ****************************** Cortex-M7 ****************************** --> |
| 496 | <family Dfamily="ARM Cortex M7" Dvendor="ARM:82"> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 497 | <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] | 498 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 499 | 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] | 500 | - simple, easy-to-use programmers model |
| 501 | - highly efficient ultra-low power operation |
| 502 | - excellent code density |
| 503 | - deterministic, high-performance interrupt handling |
| 504 | - upward compatibility with the rest of the Cortex-M processor family. |
| 505 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 506 | <!-- 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] | 507 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 508 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 509 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 510 | |
| 511 | <device Dname="ARMCM7"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 512 | <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] | 513 | <compile header="Device/ARM/ARMCM7/Include/ARMCM7.h" define="ARMCM7"/> |
| 514 | </device> |
| 515 | |
| 516 | <device Dname="ARMCM7_SP"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 517 | <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] | 518 | <compile header="Device/ARM/ARMCM7/Include/ARMCM7_SP.h" define="ARMCM7_SP"/> |
| 519 | </device> |
| 520 | |
| 521 | <device Dname="ARMCM7_DP"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 522 | <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] | 523 | <compile header="Device/ARM/ARMCM7/Include/ARMCM7_DP.h" define="ARMCM7_DP"/> |
| 524 | </device> |
| 525 | </family> |
| 526 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 527 | <!-- ****************************** Cortex-M23 ********************** --> |
| 528 | <family Dfamily="ARM Cortex M23" Dvendor="ARM:82"> |
| 529 | <!--book name="Device/ARM/Documents/??_dgug.pdf" title="?? Device Generic Users Guide"/--> |
| 530 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 531 | The Arm Cortex-M23 is based on the Armv8-M baseline architecture. |
| 532 | 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] | 533 | 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] | 534 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 535 | <!-- 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] | 536 | <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/> |
| 537 | <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 538 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 539 | <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 540 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 541 | |
| 542 | <device Dname="ARMCM23"> |
| 543 | <processor Dcore="Cortex-M23" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Dtz="NO_TZ" Dendian="Configurable" Dclock="10000000"/> |
| 544 | <compile header="Device/ARM/ARMCM23/Include/ARMCM23.h" define="ARMCM23"/> |
| 545 | </device> |
| 546 | |
| 547 | <device Dname="ARMCM23_TZ"> |
| 548 | <processor Dcore="Cortex-M23" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
| 549 | <compile header="Device/ARM/ARMCM23/Include/ARMCM23_TZ.h" define="ARMCM23_TZ"/> |
| 550 | </device> |
| 551 | </family> |
| 552 | |
| 553 | <!-- ****************************** Cortex-M33 ****************************** --> |
| 554 | <family Dfamily="ARM Cortex M33" Dvendor="ARM:82"> |
| 555 | <!--book name="Device/ARM/Documents/??_dgug.pdf" title="?? Device Generic Users Guide"/--> |
| 556 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 557 | The Arm Cortex-M33 is the most configurable of all Cortex-M processors. It is a full featured microcontroller |
| 558 | 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] | 559 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 560 | <!-- 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] | 561 | <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/> |
| 562 | <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 563 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 564 | <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/> |
| 565 | <!--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] | 566 | |
| 567 | <device Dname="ARMCM33"> |
| 568 | <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] | 569 | <description> |
| 570 | no DSP Instructions, no Floating Point Unit, no TrustZone |
| 571 | </description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 572 | <compile header="Device/ARM/ARMCM33/Include/ARMCM33.h" define="ARMCM33"/> |
| 573 | </device> |
| 574 | |
| 575 | <device Dname="ARMCM33_TZ"> |
| 576 | <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] | 577 | <description> |
| 578 | no DSP Instructions, no Floating Point Unit, TrustZone |
| 579 | </description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 580 | <compile header="Device/ARM/ARMCM33/Include/ARMCM33_TZ.h" define="ARMCM33_TZ"/> |
| 581 | </device> |
| 582 | |
| 583 | <device Dname="ARMCM33_DSP_FP"> |
| 584 | <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] | 585 | <description> |
| 586 | DSP Instructions, Single Precision Floating Point Unit, no TrustZone |
| 587 | </description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 588 | <compile header="Device/ARM/ARMCM33/Include/ARMCM33_DSP_FP.h" define="ARMCM33_DSP_FP"/> |
| 589 | </device> |
| 590 | |
| 591 | <device Dname="ARMCM33_DSP_FP_TZ"> |
| 592 | <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] | 593 | <description> |
| 594 | DSP Instructions, Single Precision Floating Point Unit, TrustZone |
| 595 | </description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 596 | <compile header="Device/ARM/ARMCM33/Include/ARMCM33_DSP_FP_TZ.h" define="ARMCM33_DSP_FP_TZ"/> |
| 597 | </device> |
| 598 | </family> |
| 599 | |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 600 | <!-- ****************************** Cortex-M35P ****************************** --> |
| 601 | <family Dfamily="ARM Cortex M35P" Dvendor="ARM:82"> |
| 602 | <!--book name="Device/ARM/Documents/??_dgug.pdf" title="?? Device Generic Users Guide"/--> |
| 603 | <description> |
| 604 | The Arm Cortex-M35P is the most configurable of all Cortex-M processors. It is a full featured microcontroller |
| 605 | class processor based on the Armv8-M mainline architecture with Arm TrustZone security designed for a broad range of secure embedded applications. |
| 606 | </description> |
| 607 | |
| 608 | <!-- debug svd="Device/ARM/SVD/ARMCM35P.svd"/ SVD files do not contain any peripheral --> |
| 609 | <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/> |
| 610 | <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/> |
| 611 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 612 | <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/> |
| 613 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 614 | |
| 615 | <device Dname="ARMCM35P"> |
| 616 | <processor Dcore="Cortex-M35P" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Ddsp="NO_DSP" Dtz="NO_TZ" Dendian="Configurable" Dclock="10000000"/> |
| 617 | <description> |
| 618 | no DSP Instructions, no Floating Point Unit, no TrustZone |
| 619 | </description> |
| 620 | <compile header="Device/ARM/ARMCM35P/Include/ARMCM35P.h" define="ARMCM35P"/> |
| 621 | </device> |
| 622 | |
| 623 | <device Dname="ARMCM35P_TZ"> |
| 624 | <processor Dcore="Cortex-M35P" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Ddsp="NO_DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
| 625 | <description> |
| 626 | no DSP Instructions, no Floating Point Unit, TrustZone |
| 627 | </description> |
| 628 | <compile header="Device/ARM/ARMCM35P/Include/ARMCM35P_TZ.h" define="ARMCM35P_TZ"/> |
| 629 | </device> |
| 630 | |
| 631 | <device Dname="ARMCM35P_DSP_FP"> |
| 632 | <processor Dcore="Cortex-M35P" DcoreVersion="r0p0" Dfpu="SP_FPU" Dmpu="MPU" Ddsp="DSP" Dtz="NO_TZ" Dendian="Configurable" Dclock="10000000"/> |
| 633 | <description> |
| 634 | DSP Instructions, Single Precision Floating Point Unit, no TrustZone |
| 635 | </description> |
| 636 | <compile header="Device/ARM/ARMCM35P/Include/ARMCM35P_DSP_FP.h" define="ARMCM35P_DSP_FP"/> |
| 637 | </device> |
| 638 | |
| 639 | <device Dname="ARMCM35P_DSP_FP_TZ"> |
| 640 | <processor Dcore="Cortex-M35P" DcoreVersion="r0p0" Dfpu="SP_FPU" Dmpu="MPU" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
| 641 | <description> |
| 642 | DSP Instructions, Single Precision Floating Point Unit, TrustZone |
| 643 | </description> |
| 644 | <compile header="Device/ARM/ARMCM35P/Include/ARMCM35P_DSP_FP_TZ.h" define="ARMCM35P_DSP_FP_TZ"/> |
| 645 | </device> |
| 646 | </family> |
| 647 | |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 648 | <!-- ****************************** Cortex-M55 ****************************** --> |
| 649 | <family Dfamily="ARM Cortex M55" Dvendor="ARM:82"> |
| 650 | <!--book name="Device/ARM/Documents/Arm Cortex-M55 Processor Datasheet.pdf" title="Arm Cortex-M55 Processor Datasheet"/--> |
| 651 | <description> |
| 652 | 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. |
| 653 | It is Arm's most AI-capable Cortex-M processor, delivering enhanced, energy-efficient digital signal processing (DSP) and machine learning (ML) performance. |
| 654 | The Cortex-M55 processor achieves high compute performance across scalar and vector operations, while maintaining low energy consumption. |
| 655 | </description> |
| 656 | |
| 657 | <!-- debug svd="Device/ARM/SVD/ARMCM55.svd"/ SVD files do not contain any peripheral --> |
| 658 | <memory id="IROM1" start="0x10000000" size="0x00200000" startup="1" default="1"/> |
| 659 | <memory id="IROM2" start="0x00000000" size="0x00200000" startup="0" default="0"/> |
| 660 | <memory id="IRAM1" start="0x30000000" size="0x00020000" init ="0" default="1"/> |
| 661 | <memory id="IRAM2" start="0x20000000" size="0x00020000" init ="0" default="0"/> |
| 662 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 663 | |
Jonatan Antoni | f5f39aa | 2020-03-03 17:25:11 +0100 | [diff] [blame] | 664 | <device Dname="ARMCM55"> |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 665 | <processor Dcore="Cortex-M55" DcoreVersion="r0p0" Dfpu="DP_FPU" Dmpu="MPU" Dmve="FP_MVE" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
| 666 | <description> |
Jonatan Antoni | f5f39aa | 2020-03-03 17:25:11 +0100 | [diff] [blame] | 667 | Floating Point Vector Extensions, DSP Instructions, Double Precision Floating Point Unit, TrustZone |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 668 | </description> |
Jonatan Antoni | f5f39aa | 2020-03-03 17:25:11 +0100 | [diff] [blame] | 669 | <compile header="Device/ARM/ARMCM55/Include/ARMCM55.h" define="ARMCM55"/> |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 670 | </device> |
| 671 | </family> |
| 672 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 673 | <!-- ****************************** ARMSC000 ****************************** --> |
| 674 | <family Dfamily="ARM SC000" Dvendor="ARM:82"> |
| 675 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 676 | 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] | 677 | - simple, easy-to-use programmers model |
| 678 | - highly efficient ultra-low power operation |
| 679 | - excellent code density |
| 680 | - deterministic, high-performance interrupt handling |
| 681 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 682 | <!-- 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] | 683 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 684 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 685 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 686 | |
| 687 | <device Dname="ARMSC000"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 688 | <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] | 689 | <compile header="Device/ARM/ARMSC000/Include/ARMSC000.h" define="ARMSC000"/> |
| 690 | </device> |
| 691 | </family> |
| 692 | |
| 693 | <!-- ****************************** ARMSC300 ****************************** --> |
| 694 | <family Dfamily="ARM SC300" Dvendor="ARM:82"> |
| 695 | <description> |
| 696 | 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: |
| 697 | - simple, easy-to-use programmers model |
| 698 | - highly efficient ultra-low power operation |
| 699 | - excellent code density |
| 700 | - deterministic, high-performance interrupt handling |
| 701 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 702 | <!-- 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] | 703 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 704 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 705 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 706 | |
| 707 | <device Dname="ARMSC300"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 708 | <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] | 709 | <compile header="Device/ARM/ARMSC300/Include/ARMSC300.h" define="ARMSC300"/> |
| 710 | </device> |
| 711 | </family> |
| 712 | |
| 713 | <!-- ****************************** ARMv8-M Baseline ********************** --> |
| 714 | <family Dfamily="ARMv8-M Baseline" Dvendor="ARM:82"> |
| 715 | <!--book name="Device/ARM/Documents/ARMv8MBL_dgug.pdf" title="ARMv8MBL Device Generic Users Guide"/--> |
| 716 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 717 | Armv8-M Baseline based device with TrustZone |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 718 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 719 | <!-- 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] | 720 | <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/> |
| 721 | <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 722 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 723 | <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 724 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 725 | |
| 726 | <device Dname="ARMv8MBL"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 727 | <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] | 728 | <compile header="Device/ARM/ARMv8MBL/Include/ARMv8MBL.h" define="ARMv8MBL"/> |
| 729 | </device> |
| 730 | </family> |
| 731 | |
| 732 | <!-- ****************************** ARMv8-M Mainline ****************************** --> |
| 733 | <family Dfamily="ARMv8-M Mainline" Dvendor="ARM:82"> |
| 734 | <!--book name="Device/ARM/Documents/ARMv8MML_dgug.pdf" title="ARMv8MML Device Generic Users Guide"/--> |
| 735 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 736 | Armv8-M Mainline based device with TrustZone |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 737 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 738 | <!-- 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] | 739 | <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/> |
| 740 | <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 741 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 742 | <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 743 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 744 | |
| 745 | <device Dname="ARMv8MML"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 746 | <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] | 747 | <description> |
| 748 | no DSP Instructions, no Floating Point Unit, TrustZone |
| 749 | </description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 750 | <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML.h" define="ARMv8MML"/> |
| 751 | </device> |
| 752 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 753 | <device Dname="ARMv8MML_DSP"> |
| 754 | <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] | 755 | <description> |
| 756 | DSP Instructions, no Floating Point Unit, TrustZone |
| 757 | </description> |
Martin Günther | 3afee7b | 2016-11-03 13:25:14 +0100 | [diff] [blame] | 758 | <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] | 759 | </device> |
| 760 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 761 | <device Dname="ARMv8MML_SP"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 762 | <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] | 763 | <description> |
| 764 | no DSP Instructions, Single Precision Floating Point Unit, TrustZone |
| 765 | </description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 766 | <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML_SP.h" define="ARMv8MML_SP"/> |
| 767 | </device> |
| 768 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 769 | <device Dname="ARMv8MML_DSP_SP"> |
| 770 | <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] | 771 | <description> |
| 772 | DSP Instructions, Single Precision Floating Point Unit, TrustZone |
| 773 | </description> |
Martin Günther | 3afee7b | 2016-11-03 13:25:14 +0100 | [diff] [blame] | 774 | <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] | 775 | </device> |
| 776 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 777 | <device Dname="ARMv8MML_DP"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 778 | <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] | 779 | <description> |
| 780 | no DSP Instructions, Double Precision Floating Point Unit, TrustZone |
| 781 | </description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 782 | <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML_DP.h" define="ARMv8MML_DP"/> |
| 783 | </device> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 784 | |
| 785 | <device Dname="ARMv8MML_DSP_DP"> |
| 786 | <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] | 787 | <description> |
| 788 | DSP Instructions, Double Precision Floating Point Unit, TrustZone |
| 789 | </description> |
Martin Günther | 3afee7b | 2016-11-03 13:25:14 +0100 | [diff] [blame] | 790 | <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] | 791 | </device> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 792 | </family> |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 793 | |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 794 | <!-- ****************************** ARMv8.1-M Mainline ****************************** --> |
| 795 | <family Dfamily="ARMv8.1-M Mainline" Dvendor="ARM:82"> |
| 796 | <!--book name="Device/ARM/Documents/ARMv8MML_dgug.pdf" title="ARMv8MML Device Generic Users Guide"/--> |
| 797 | <description> |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 798 | Armv8.1-M Mainline based device with TrustZone and MVE |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 799 | </description> |
| 800 | <!-- <debug svd="Device/ARM/SVD/ARMv8MML.svd"/> --> |
Jonatan Antoni | ae553b7 | 2019-05-06 16:29:20 +0200 | [diff] [blame] | 801 | <memory id="IROM1" start="0x10000000" size="0x00200000" startup="1" default="1"/> |
| 802 | <memory id="IROM2" start="0x00000000" size="0x00200000" startup="0" default="0"/> |
Jonatan Antoni | 3942a34 | 2019-05-07 10:36:06 +0200 | [diff] [blame] | 803 | <memory id="IRAM1" start="0x30000000" size="0x00020000" init ="0" default="1"/> |
| 804 | <memory id="IRAM2" start="0x20000000" size="0x00020000" init ="0" default="0"/> |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 805 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 806 | |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 807 | |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 808 | <device Dname="ARMv81MML_DSP_DP_MVE_FP"> |
| 809 | <processor Dcore="ARMV81MML" DcoreVersion="r0p0" Dfpu="DP_FPU" Dmpu="MPU" Dmve="FP_MVE" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
| 810 | <description> |
| 811 | Double Precision Vector Extensions, DSP Instructions, Double Precision Floating Point Unit, TrustZone |
| 812 | </description> |
| 813 | <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] | 814 | </device> |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 815 | </family> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 816 | |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 817 | <!-- ****************************** Cortex-A5 ****************************** --> |
| 818 | <family Dfamily="ARM Cortex A5" Dvendor="ARM:82"> |
| 819 | <book name="http://infocenter.arm.com/help/topic/com.arm.doc.ddi0433c/index.html" title="Cortex-A5 Technical Reference Manual"/> |
| 820 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 821 | The Arm Cortex-A5 processor is a high-performance, low-power, Arm macrocell with an L1 cache subsystem that provides full |
| 822 | virtual memory capabilities. The Cortex-A5 processor implements the Armv7-A architecture profile and can execute 32-bit |
| 823 | 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] | 824 | </description> |
Jonatan Antoni | f288401 | 2017-08-29 16:59:49 +0200 | [diff] [blame] | 825 | |
Daniel Brondani | e4dbb8e | 2019-05-15 16:00:21 +0200 | [diff] [blame] | 826 | <memory id="IROM1" start="0x00000000" size="0x04000000" startup="1" default="1"/> <!-- 64MB NOR --> |
| 827 | <memory id="IROM2" start="0x0C000000" size="0x04000000" startup="0" default="0"/> <!-- 64MB NOR --> |
| 828 | <memory id="IRAM1" start="0x14000000" size="0x02000000" init ="0" default="1"/> <!-- 32MB SRAM --> |
| 829 | <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] | 830 | |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 831 | <device Dname="ARMCA5"> |
Daniel Brondani | e4dbb8e | 2019-05-15 16:00:21 +0200 | [diff] [blame] | 832 | <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] | 833 | <compile header="Device/ARM/ARMCA5/Include/ARMCA5.h" define="ARMCA5"/> |
| 834 | </device> |
| 835 | </family> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 836 | |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 837 | <!-- ****************************** Cortex-A7 ****************************** --> |
| 838 | <family Dfamily="ARM Cortex A7" Dvendor="ARM:82"> |
| 839 | <book name="http://infocenter.arm.com/help/topic/com.arm.doc.ddi0464f/index.html" title="Cortex-A7 MPCore Technical Reference Manual"/> |
| 840 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 841 | 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] | 842 | 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] | 843 | an optional integrated GIC, and an optional L2 cache controller. |
| 844 | </description> |
Jonatan Antoni | f288401 | 2017-08-29 16:59:49 +0200 | [diff] [blame] | 845 | |
Daniel Brondani | e4dbb8e | 2019-05-15 16:00:21 +0200 | [diff] [blame] | 846 | <memory id="IROM1" start="0x00000000" size="0x04000000" startup="1" default="1"/> <!-- 64MB NOR --> |
| 847 | <memory id="IROM2" start="0x0C000000" size="0x04000000" startup="0" default="0"/> <!-- 64MB NOR --> |
| 848 | <memory id="IRAM1" start="0x14000000" size="0x02000000" init ="0" default="1"/> <!-- 32MB SRAM --> |
| 849 | <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] | 850 | |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 851 | <device Dname="ARMCA7"> |
Daniel Brondani | e4dbb8e | 2019-05-15 16:00:21 +0200 | [diff] [blame] | 852 | <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] | 853 | <compile header="Device/ARM/ARMCA7/Include/ARMCA7.h" define="ARMCA7"/> |
| 854 | </device> |
| 855 | </family> |
| 856 | |
| 857 | <!-- ****************************** Cortex-A9 ****************************** --> |
| 858 | <family Dfamily="ARM Cortex A9" Dvendor="ARM:82"> |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 859 | <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] | 860 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 861 | The Cortex-A9 processor is a high-performance, low-power, Arm macrocell with an L1 cache subsystem that provides full virtual memory capabilities. |
| 862 | 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] | 863 | and 8-bit Java bytecodes in Jazelle state. |
| 864 | </description> |
| 865 | |
Daniel Brondani | e4dbb8e | 2019-05-15 16:00:21 +0200 | [diff] [blame] | 866 | <memory id="IROM1" start="0x00000000" size="0x04000000" startup="1" default="1"/> <!-- 64MB NOR --> |
| 867 | <memory id="IROM2" start="0x0C000000" size="0x04000000" startup="0" default="0"/> <!-- 64MB NOR --> |
| 868 | <memory id="IRAM1" start="0x14000000" size="0x02000000" init ="0" default="1"/> <!-- 32MB SRAM --> |
| 869 | <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] | 870 | |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 871 | <device Dname="ARMCA9"> |
Daniel Brondani | e4dbb8e | 2019-05-15 16:00:21 +0200 | [diff] [blame] | 872 | <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] | 873 | <compile header="Device/ARM/ARMCA9/Include/ARMCA9.h" define="ARMCA9"/> |
| 874 | </device> |
| 875 | </family> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 876 | </devices> |
| 877 | |
| 878 | |
| 879 | <apis> |
Robert Rostohar | 6e5621b | 2017-06-09 12:55:56 +0200 | [diff] [blame] | 880 | <!-- CMSIS Device API --> |
Vladimir Umek | c852bdd | 2017-07-03 09:19:47 +0200 | [diff] [blame] | 881 | <api Cclass="Device" Cgroup="IRQ Controller" Capiversion="1.0.0" exclusive="1"> |
| 882 | <description>Device interrupt controller interface</description> |
| 883 | <files> |
| 884 | <file category="header" name="CMSIS/Core_A/Include/irq_ctrl.h"/> |
| 885 | </files> |
| 886 | </api> |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 887 | <api Cclass="Device" Cgroup="OS Tick" Capiversion="1.0.1" exclusive="1"> |
Robert Rostohar | aeb6dd5 | 2017-06-09 14:17:43 +0200 | [diff] [blame] | 888 | <description>RTOS Kernel system tick timer interface</description> |
Robert Rostohar | 6e5621b | 2017-06-09 12:55:56 +0200 | [diff] [blame] | 889 | <files> |
| 890 | <file category="header" name="CMSIS/RTOS2/Include/os_tick.h"/> |
| 891 | </files> |
| 892 | </api> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 893 | <!-- CMSIS-RTOS API --> |
Robert Rostohar | eff0677 | 2017-01-12 11:19:01 +0100 | [diff] [blame] | 894 | <api Cclass="CMSIS" Cgroup="RTOS" Capiversion="1.0.0" exclusive="1"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 895 | <description>CMSIS-RTOS API for Cortex-M, SC000, and SC300</description> |
| 896 | <files> |
| 897 | <file category="doc" name="CMSIS/Documentation/RTOS/html/index.html"/> |
| 898 | </files> |
| 899 | </api> |
Robert Rostohar | f7d6092 | 2018-06-18 13:43:04 +0200 | [diff] [blame] | 900 | <api Cclass="CMSIS" Cgroup="RTOS2" Capiversion="2.1.3" exclusive="1"> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 901 | <description>CMSIS-RTOS API for Cortex-M, SC000, and SC300</description> |
| 902 | <files> |
| 903 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/index.html"/> |
Robert Rostohar | 0a36405 | 2017-01-25 12:35:54 +0100 | [diff] [blame] | 904 | <file category="header" name="CMSIS/RTOS2/Include/cmsis_os2.h"/> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 905 | </files> |
| 906 | </api> |
Robert Rostohar | 9470b0b | 2017-06-09 09:38:31 +0200 | [diff] [blame] | 907 | <!-- CMSIS Driver API --> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 908 | <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] | 909 | <description>USART Driver API for Cortex-M</description> |
| 910 | <files> |
| 911 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__usart__interface__gr.html" /> |
| 912 | <file category="header" name="CMSIS/Driver/Include/Driver_USART.h" /> |
| 913 | </files> |
| 914 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 915 | <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] | 916 | <description>SPI Driver API for Cortex-M</description> |
| 917 | <files> |
| 918 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__spi__interface__gr.html" /> |
| 919 | <file category="header" name="CMSIS/Driver/Include/Driver_SPI.h" /> |
| 920 | </files> |
| 921 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 922 | <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] | 923 | <description>SAI Driver API for Cortex-M</description> |
| 924 | <files> |
| 925 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__sai__interface__gr.html"/> |
| 926 | <file category="header" name="CMSIS/Driver/Include/Driver_SAI.h" /> |
| 927 | </files> |
| 928 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 929 | <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] | 930 | <description>I2C Driver API for Cortex-M</description> |
| 931 | <files> |
| 932 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__i2c__interface__gr.html"/> |
| 933 | <file category="header" name="CMSIS/Driver/Include/Driver_I2C.h" /> |
| 934 | </files> |
| 935 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 936 | <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] | 937 | <description>CAN Driver API for Cortex-M</description> |
| 938 | <files> |
| 939 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__can__interface__gr.html"/> |
| 940 | <file category="header" name="CMSIS/Driver/Include/Driver_CAN.h" /> |
| 941 | </files> |
| 942 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 943 | <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] | 944 | <description>Flash Driver API for Cortex-M</description> |
| 945 | <files> |
| 946 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__flash__interface__gr.html" /> |
| 947 | <file category="header" name="CMSIS/Driver/Include/Driver_Flash.h" /> |
| 948 | </files> |
| 949 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 950 | <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] | 951 | <description>MCI Driver API for Cortex-M</description> |
| 952 | <files> |
| 953 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__mci__interface__gr.html" /> |
| 954 | <file category="header" name="CMSIS/Driver/Include/Driver_MCI.h" /> |
| 955 | </files> |
| 956 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 957 | <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] | 958 | <description>NAND Flash Driver API for Cortex-M</description> |
| 959 | <files> |
| 960 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__nand__interface__gr.html" /> |
| 961 | <file category="header" name="CMSIS/Driver/Include/Driver_NAND.h" /> |
| 962 | </files> |
| 963 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 964 | <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] | 965 | <description>Ethernet MAC and PHY Driver API for Cortex-M</description> |
| 966 | <files> |
| 967 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__eth__interface__gr.html" /> |
| 968 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" /> |
| 969 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" /> |
| 970 | </files> |
| 971 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 972 | <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] | 973 | <description>Ethernet MAC Driver API for Cortex-M</description> |
| 974 | <files> |
| 975 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__eth__mac__interface__gr.html" /> |
| 976 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" /> |
| 977 | </files> |
| 978 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 979 | <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] | 980 | <description>Ethernet PHY Driver API for Cortex-M</description> |
| 981 | <files> |
| 982 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__eth__phy__interface__gr.html" /> |
| 983 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" /> |
| 984 | </files> |
| 985 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 986 | <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] | 987 | <description>USB Device Driver API for Cortex-M</description> |
| 988 | <files> |
| 989 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__usbd__interface__gr.html" /> |
| 990 | <file category="header" name="CMSIS/Driver/Include/Driver_USBD.h" /> |
| 991 | </files> |
| 992 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 993 | <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] | 994 | <description>USB Host Driver API for Cortex-M</description> |
| 995 | <files> |
| 996 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__usbh__interface__gr.html" /> |
| 997 | <file category="header" name="CMSIS/Driver/Include/Driver_USBH.h" /> |
| 998 | </files> |
| 999 | </api> |
Robert Rostohar | dae2f7c | 2020-01-24 14:37:40 +0100 | [diff] [blame] | 1000 | <api Cclass="CMSIS Driver" Cgroup="WiFi" Capiversion="1.1.0" exclusive="0"> |
Robert Rostohar | 688e536 | 2019-02-14 10:37:45 +0100 | [diff] [blame] | 1001 | <description>WiFi driver</description> |
| 1002 | <files> |
Robert Rostohar | 92eb2ea | 2020-03-23 12:48:04 +0100 | [diff] [blame] | 1003 | <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] | 1004 | <file category="header" name="CMSIS/Driver/Include/Driver_WiFi.h" /> |
Robert Rostohar | 688e536 | 2019-02-14 10:37:45 +0100 | [diff] [blame] | 1005 | </files> |
| 1006 | </api> |
Robert Rostohar | 56cbb68 | 2020-03-19 13:31:52 +0100 | [diff] [blame] | 1007 | <api Cclass="CMSIS Driver" Cgroup="VIO" Capiversion="0.1.0" exclusive="1"> |
| 1008 | <description>Virtual I/O</description> |
| 1009 | <files> |
Robert Rostohar | 92eb2ea | 2020-03-23 12:48:04 +0100 | [diff] [blame] | 1010 | <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] | 1011 | <file category="header" name="CMSIS/Driver/VIO/Include/cmsis_vio.h" /> |
Robert Rostohar | 92eb2ea | 2020-03-23 12:48:04 +0100 | [diff] [blame] | 1012 | <file category="other" name="CMSIS/Driver/VIO/cmsis_vio.scvd" /> |
Robert Rostohar | 56cbb68 | 2020-03-19 13:31:52 +0100 | [diff] [blame] | 1013 | </files> |
| 1014 | </api> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1015 | </apis> |
| 1016 | |
| 1017 | <!-- conditions are dependency rules that can apply to a component or an individual file --> |
| 1018 | <conditions> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1019 | <!-- compiler --> |
Daniel Brondani | 7bfe5d0 | 2017-04-13 15:56:17 +0200 | [diff] [blame] | 1020 | <condition id="ARMCC6"> |
Robert Rostohar | ff9fa5b | 2017-04-19 11:55:58 +0200 | [diff] [blame] | 1021 | <accept Tcompiler="ARMCC" Toptions="AC6"/> |
| 1022 | <accept Tcompiler="ARMCC" Toptions="AC6LTO"/> |
Daniel Brondani | 7bfe5d0 | 2017-04-13 15:56:17 +0200 | [diff] [blame] | 1023 | </condition> |
Jonatan Antoni | c34d532 | 2017-04-25 09:32:40 +0200 | [diff] [blame] | 1024 | <condition id="ARMCC5"> |
Daniel Brondani | 7bfe5d0 | 2017-04-13 15:56:17 +0200 | [diff] [blame] | 1025 | <require Tcompiler="ARMCC" Toptions="AC5"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1026 | </condition> |
Jonatan Antoni | c34d532 | 2017-04-25 09:32:40 +0200 | [diff] [blame] | 1027 | <condition id="ARMCC"> |
| 1028 | <require Tcompiler="ARMCC"/> |
| 1029 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1030 | <condition id="GCC"> |
| 1031 | <require Tcompiler="GCC"/> |
| 1032 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1033 | <condition id="IAR"> |
| 1034 | <require Tcompiler="IAR"/> |
| 1035 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1036 | <condition id="ARMCC GCC"> |
| 1037 | <accept Tcompiler="ARMCC"/> |
| 1038 | <accept Tcompiler="GCC"/> |
| 1039 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1040 | <condition id="ARMCC GCC IAR"> |
| 1041 | <accept Tcompiler="ARMCC"/> |
| 1042 | <accept Tcompiler="GCC"/> |
| 1043 | <accept Tcompiler="IAR"/> |
| 1044 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1045 | |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1046 | <!-- Arm architecture --> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1047 | <condition id="ARMv6-M Device"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1048 | <description>Armv6-M architecture based device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1049 | <accept Dcore="Cortex-M0"/> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 1050 | <accept Dcore="Cortex-M1"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1051 | <accept Dcore="Cortex-M0+"/> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1052 | <accept Dcore="SC000"/> |
| 1053 | </condition> |
| 1054 | <condition id="ARMv7-M Device"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1055 | <description>Armv7-M architecture based device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1056 | <accept Dcore="Cortex-M3"/> |
| 1057 | <accept Dcore="Cortex-M4"/> |
| 1058 | <accept Dcore="Cortex-M7"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1059 | <accept Dcore="SC300"/> |
| 1060 | </condition> |
Christopher Seidl | 2e8b814 | 2016-10-25 16:29:05 +0200 | [diff] [blame] | 1061 | <condition id="ARMv8-M Device"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1062 | <description>Armv8-M architecture based device</description> |
Christopher Seidl | 2e8b814 | 2016-10-25 16:29:05 +0200 | [diff] [blame] | 1063 | <accept Dcore="ARMV8MBL"/> |
| 1064 | <accept Dcore="ARMV8MML"/> |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 1065 | <accept Dcore="ARMV81MML"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1066 | <accept Dcore="Cortex-M23"/> |
| 1067 | <accept Dcore="Cortex-M33"/> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1068 | <accept Dcore="Cortex-M35P"/> |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 1069 | <accept Dcore="Cortex-M55"/> |
Christopher Seidl | 2e8b814 | 2016-10-25 16:29:05 +0200 | [diff] [blame] | 1070 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1071 | <condition id="ARMv6_7-M Device"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1072 | <description>Armv6_7-M architecture based device</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1073 | <accept condition="ARMv6-M Device"/> |
| 1074 | <accept condition="ARMv7-M Device"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1075 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1076 | <condition id="ARMv6_7_8-M Device"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1077 | <description>Armv6_7_8-M architecture based device</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1078 | <accept condition="ARMv6-M Device"/> |
| 1079 | <accept condition="ARMv7-M Device"/> |
| 1080 | <accept condition="ARMv8-M Device"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1081 | </condition> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 1082 | <condition id="ARMv7-A Device"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1083 | <description>Armv7-A architecture based device</description> |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 1084 | <accept Dcore="Cortex-A5"/> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 1085 | <accept Dcore="Cortex-A7"/> |
| 1086 | <accept Dcore="Cortex-A9"/> |
| 1087 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1088 | |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 1089 | <condition id="TrustZone"> |
| 1090 | <description>TrustZone</description> |
| 1091 | <require Dtz="TZ"/> |
| 1092 | </condition> |
| 1093 | <condition id="TZ Secure"> |
| 1094 | <description>TrustZone (Secure)</description> |
| 1095 | <require Dtz="TZ"/> |
| 1096 | <require Dsecure="Secure"/> |
| 1097 | </condition> |
| 1098 | <condition id="TZ Non-secure"> |
| 1099 | <description>TrustZone (Non-secure)</description> |
| 1100 | <require Dtz="TZ"/> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1101 | <accept Dsecure="Non-secure"/> |
| 1102 | <accept Dsecure="TZ-disabled"/> |
| 1103 | </condition> |
| 1104 | <condition id="TZ Unavailable"> |
| 1105 | <description>TrustZone not available</description> |
| 1106 | <deny Dtz="TZ"/> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 1107 | </condition> |
| 1108 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1109 | <!-- ARM core --> |
| 1110 | <condition id="CM0"> |
| 1111 | <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device</description> |
| 1112 | <accept Dcore="Cortex-M0"/> |
| 1113 | <accept Dcore="Cortex-M0+"/> |
| 1114 | <accept Dcore="SC000"/> |
| 1115 | </condition> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 1116 | <condition id="CM1"> |
| 1117 | <description>Cortex-M1</description> |
| 1118 | <require Dcore="Cortex-M1"/> |
| 1119 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1120 | <condition id="CM3"> |
| 1121 | <description>Cortex-M3 or SC300 processor based device</description> |
| 1122 | <accept Dcore="Cortex-M3"/> |
| 1123 | <accept Dcore="SC300"/> |
| 1124 | </condition> |
| 1125 | <condition id="CM4"> |
| 1126 | <description>Cortex-M4 processor based device</description> |
| 1127 | <require Dcore="Cortex-M4" Dfpu="NO_FPU"/> |
| 1128 | </condition> |
| 1129 | <condition id="CM4_FP"> |
| 1130 | <description>Cortex-M4 processor based device using Floating Point Unit</description> |
Jonatan Antoni | 020309a | 2017-11-09 13:38:36 +0100 | [diff] [blame] | 1131 | <accept Dcore="Cortex-M4" Dfpu="FPU"/> |
| 1132 | <accept Dcore="Cortex-M4" Dfpu="SP_FPU"/> |
| 1133 | <accept Dcore="Cortex-M4" Dfpu="DP_FPU"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1134 | </condition> |
| 1135 | <condition id="CM7"> |
| 1136 | <description>Cortex-M7 processor based device</description> |
| 1137 | <require Dcore="Cortex-M7" Dfpu="NO_FPU"/> |
| 1138 | </condition> |
| 1139 | <condition id="CM7_FP"> |
| 1140 | <description>Cortex-M7 processor based device using Floating Point Unit</description> |
| 1141 | <accept Dcore="Cortex-M7" Dfpu="SP_FPU"/> |
| 1142 | <accept Dcore="Cortex-M7" Dfpu="DP_FPU"/> |
| 1143 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1144 | <condition id="CM23"> |
| 1145 | <description>Cortex-M23 processor based device</description> |
| 1146 | <require Dcore="Cortex-M23"/> |
| 1147 | </condition> |
| 1148 | <condition id="CM33"> |
| 1149 | <description>Cortex-M33 processor based device</description> |
| 1150 | <require Dcore="Cortex-M33" Dfpu="NO_FPU"/> |
| 1151 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1152 | <condition id="CM33_FP"> |
| 1153 | <description>Cortex-M33 processor based device using Floating Point Unit</description> |
| 1154 | <require Dcore="Cortex-M33" Dfpu="SP_FPU"/> |
| 1155 | </condition> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1156 | <condition id="CM35P"> |
| 1157 | <description>Cortex-M35P processor based device</description> |
| 1158 | <require Dcore="Cortex-M35P" Dfpu="NO_FPU"/> |
| 1159 | </condition> |
| 1160 | <condition id="CM35P_FP"> |
| 1161 | <description>Cortex-M35P processor based device using Floating Point Unit</description> |
| 1162 | <require Dcore="Cortex-M35P" Dfpu="SP_FPU"/> |
| 1163 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1164 | <condition id="ARMv8MBL"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1165 | <description>Armv8-M Baseline processor based device</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1166 | <require Dcore="ARMV8MBL"/> |
| 1167 | </condition> |
| 1168 | <condition id="ARMv8MML"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1169 | <description>Armv8-M Mainline processor based device</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1170 | <require Dcore="ARMV8MML" Dfpu="NO_FPU"/> |
| 1171 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1172 | <condition id="ARMv8MML_FP"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1173 | <description>Armv8-M Mainline processor based device using Floating Point Unit</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1174 | <accept Dcore="ARMV8MML" Dfpu="SP_FPU"/> |
| 1175 | <accept Dcore="ARMV8MML" Dfpu="DP_FPU"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1176 | </condition> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 1177 | |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 1178 | <condition id="CM55_NOFPU_NOMVE"> |
| 1179 | <description>Cortex-M55, no FPU, no MVE</description> |
| 1180 | <require Dcore="Cortex-M55" Dfpu="NO_FPU" Dmve="NO_MVE"/> |
| 1181 | </condition> |
| 1182 | <condition id="CM55_NOFPU_MVE"> |
| 1183 | <description>Cortex-M55, no FPU, MVE</description> |
| 1184 | <accept Dcore="Cortex-M55" Dfpu="NO_FPU" Dmve="MVE"/> |
| 1185 | <accept Dcore="Cortex-M55" Dfpu="NO_FPU" Dmve="FP_MVE"/> |
Robert Rostohar | de6e384 | 2020-03-20 15:20:01 +0100 | [diff] [blame] | 1186 | </condition> |
| 1187 | <condition id="CM55_FPU"> |
| 1188 | <description>Cortex-M55, FPU</description> |
| 1189 | <accept Dcore="Cortex-M55" Dfpu="SP_FPU"/> |
| 1190 | <accept Dcore="Cortex-M55" Dfpu="DP_FPU"/> |
| 1191 | </condition> |
| 1192 | |
Vladimir Umek | bed0759 | 2017-06-14 14:35:26 +0200 | [diff] [blame] | 1193 | <condition id="CA5_CA9"> |
| 1194 | <description>Cortex-A5 or Cortex-A9 processor based device</description> |
| 1195 | <accept Dcore="Cortex-A5"/> |
| 1196 | <accept Dcore="Cortex-A9"/> |
| 1197 | </condition> |
| 1198 | |
Daniel Brondani | 650abfe | 2017-07-24 15:35:57 +0200 | [diff] [blame] | 1199 | <condition id="CA7"> |
| 1200 | <description>Cortex-A7 processor based device</description> |
| 1201 | <accept Dcore="Cortex-A7"/> |
| 1202 | </condition> |
| 1203 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1204 | <!-- ARMCC compiler --> |
Jonatan Antoni | c34d532 | 2017-04-25 09:32:40 +0200 | [diff] [blame] | 1205 | <condition id="CA_ARMCC5"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1206 | <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] | 1207 | <require condition="ARMv7-A Device"/> |
Jonatan Antoni | c34d532 | 2017-04-25 09:32:40 +0200 | [diff] [blame] | 1208 | <require condition="ARMCC5"/> |
Jonatan Antoni | 41e74d5 | 2017-04-21 14:42:00 +0200 | [diff] [blame] | 1209 | </condition> |
Jonatan Antoni | c34d532 | 2017-04-25 09:32:40 +0200 | [diff] [blame] | 1210 | <condition id="CA_ARMCC6"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1211 | <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] | 1212 | <require condition="ARMv7-A Device"/> |
| 1213 | <require condition="ARMCC6"/> |
Robert Rostohar | ff9fa5b | 2017-04-19 11:55:58 +0200 | [diff] [blame] | 1214 | </condition> |
| 1215 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1216 | <condition id="CM0_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1217 | <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] | 1218 | <require condition="CM0"/> |
| 1219 | <require Tcompiler="ARMCC"/> |
| 1220 | </condition> |
Robert Rostohar | c1f245e | 2021-05-17 12:08:27 +0200 | [diff] [blame] | 1221 | <condition id="CM0_ARMCC5"> |
| 1222 | <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device for the Arm Compiler 5</description> |
| 1223 | <require condition="CM0"/> |
| 1224 | <require condition="ARMCC5"/> |
| 1225 | </condition> |
| 1226 | <condition id="CM0_ARMCC6"> |
| 1227 | <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device for the Arm Compiler 6</description> |
| 1228 | <require condition="CM0"/> |
| 1229 | <require condition="ARMCC6"/> |
| 1230 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1231 | <condition id="CM0_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1232 | <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] | 1233 | <require condition="CM0_ARMCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1234 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1235 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1236 | <condition id="CM0_BE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1237 | <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] | 1238 | <require condition="CM0_ARMCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1239 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1240 | </condition> |
| 1241 | |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 1242 | <condition id="CM1_ARMCC"> |
| 1243 | <description>Cortex-M1 based device for the Arm Compiler</description> |
| 1244 | <require condition="CM1"/> |
| 1245 | <require Tcompiler="ARMCC"/> |
| 1246 | </condition> |
Robert Rostohar | c1f245e | 2021-05-17 12:08:27 +0200 | [diff] [blame] | 1247 | <condition id="CM1_ARMCC5"> |
| 1248 | <description>Cortex-M1 based device for the Arm Compiler 5</description> |
| 1249 | <require condition="CM1"/> |
| 1250 | <require condition="ARMCC5"/> |
| 1251 | </condition> |
| 1252 | <condition id="CM1_ARMCC6"> |
| 1253 | <description>Cortex-M1 based device for the Arm Compiler 6</description> |
| 1254 | <require condition="CM1"/> |
| 1255 | <require condition="ARMCC6"/> |
| 1256 | </condition> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 1257 | <condition id="CM1_LE_ARMCC"> |
| 1258 | <description>Cortex-M1 based device in little endian mode for the Arm Compiler</description> |
| 1259 | <require condition="CM1_ARMCC"/> |
| 1260 | <require Dendian="Little-endian"/> |
| 1261 | </condition> |
| 1262 | <condition id="CM1_BE_ARMCC"> |
| 1263 | <description>Cortex-M1 based device in big endian mode for the Arm Compiler</description> |
| 1264 | <require condition="CM1_ARMCC"/> |
| 1265 | <require Dendian="Big-endian"/> |
| 1266 | </condition> |
| 1267 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1268 | <condition id="CM3_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1269 | <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] | 1270 | <require condition="CM3"/> |
| 1271 | <require Tcompiler="ARMCC"/> |
| 1272 | </condition> |
Robert Rostohar | c1f245e | 2021-05-17 12:08:27 +0200 | [diff] [blame] | 1273 | <condition id="CM3_ARMCC5"> |
| 1274 | <description>Cortex-M3 or SC300 processor based device for the Arm Compiler 5</description> |
| 1275 | <require condition="CM3"/> |
| 1276 | <require condition="ARMCC5"/> |
| 1277 | </condition> |
| 1278 | <condition id="CM3_ARMCC6"> |
| 1279 | <description>Cortex-M3 or SC300 processor based device for the Arm Compiler 6</description> |
| 1280 | <require condition="CM3"/> |
| 1281 | <require condition="ARMCC6"/> |
| 1282 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1283 | <condition id="CM3_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1284 | <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] | 1285 | <require condition="CM3_ARMCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1286 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1287 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1288 | <condition id="CM3_BE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1289 | <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] | 1290 | <require condition="CM3_ARMCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1291 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1292 | </condition> |
| 1293 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1294 | <condition id="CM4_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1295 | <description>Cortex-M4 processor based device for the Arm Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1296 | <require condition="CM4"/> |
| 1297 | <require Tcompiler="ARMCC"/> |
| 1298 | </condition> |
Robert Rostohar | c1f245e | 2021-05-17 12:08:27 +0200 | [diff] [blame] | 1299 | <condition id="CM4_ARMCC5"> |
| 1300 | <description>Cortex-M4 processor based device for the Arm Compiler 5</description> |
| 1301 | <require condition="CM4"/> |
| 1302 | <require condition="ARMCC5"/> |
| 1303 | </condition> |
| 1304 | <condition id="CM4_ARMCC6"> |
| 1305 | <description>Cortex-M4 processor based device for the Arm Compiler 6</description> |
| 1306 | <require condition="CM4"/> |
| 1307 | <require condition="ARMCC6"/> |
| 1308 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1309 | <condition id="CM4_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1310 | <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] | 1311 | <require condition="CM4_ARMCC"/> |
| 1312 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1313 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1314 | <condition id="CM4_BE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1315 | <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] | 1316 | <require condition="CM4_ARMCC"/> |
| 1317 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1318 | </condition> |
| 1319 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1320 | <condition id="CM4_FP_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1321 | <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] | 1322 | <require condition="CM4_FP"/> |
| 1323 | <require Tcompiler="ARMCC"/> |
| 1324 | </condition> |
Robert Rostohar | c1f245e | 2021-05-17 12:08:27 +0200 | [diff] [blame] | 1325 | <condition id="CM4_FP_ARMCC5"> |
| 1326 | <description>Cortex-M4 processor based device using Floating Point Unit for the Arm Compiler 5</description> |
| 1327 | <require condition="CM4_FP"/> |
| 1328 | <require condition="ARMCC5"/> |
| 1329 | </condition> |
| 1330 | <condition id="CM4_FP_ARMCC6"> |
| 1331 | <description>Cortex-M4 processor based device using Floating Point Unit for the Arm Compiler 6</description> |
| 1332 | <require condition="CM4_FP"/> |
| 1333 | <require condition="ARMCC6"/> |
| 1334 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1335 | <condition id="CM4_FP_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1336 | <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] | 1337 | <require condition="CM4_FP_ARMCC"/> |
| 1338 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1339 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1340 | <condition id="CM4_FP_BE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1341 | <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] | 1342 | <require condition="CM4_FP_ARMCC"/> |
| 1343 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1344 | </condition> |
| 1345 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1346 | <condition id="CM7_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1347 | <description>Cortex-M7 processor based device for the Arm Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1348 | <require condition="CM7"/> |
| 1349 | <require Tcompiler="ARMCC"/> |
| 1350 | </condition> |
Robert Rostohar | c1f245e | 2021-05-17 12:08:27 +0200 | [diff] [blame] | 1351 | <condition id="CM7_ARMCC5"> |
| 1352 | <description>Cortex-M7 processor based device for the Arm Compiler 5</description> |
| 1353 | <require condition="CM7"/> |
| 1354 | <require condition="ARMCC5"/> |
| 1355 | </condition> |
| 1356 | <condition id="CM7_ARMCC6"> |
| 1357 | <description>Cortex-M7 processor based device for the Arm Compiler 6</description> |
| 1358 | <require condition="CM7"/> |
| 1359 | <require condition="ARMCC6"/> |
| 1360 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1361 | <condition id="CM7_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1362 | <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] | 1363 | <require condition="CM7_ARMCC"/> |
| 1364 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1365 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1366 | <condition id="CM7_BE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1367 | <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] | 1368 | <require condition="CM7_ARMCC"/> |
| 1369 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1370 | </condition> |
| 1371 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1372 | <condition id="CM7_FP_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1373 | <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] | 1374 | <require condition="CM7_FP"/> |
| 1375 | <require Tcompiler="ARMCC"/> |
| 1376 | </condition> |
Robert Rostohar | c1f245e | 2021-05-17 12:08:27 +0200 | [diff] [blame] | 1377 | <condition id="CM7_FP_ARMCC5"> |
| 1378 | <description>Cortex-M7 processor based device using Floating Point Unit for the Arm Compiler 5</description> |
| 1379 | <require condition="CM7_FP"/> |
| 1380 | <require condition="ARMCC5"/> |
| 1381 | </condition> |
| 1382 | <condition id="CM7_FP_ARMCC6"> |
| 1383 | <description>Cortex-M7 processor based device using Floating Point Unit for the Arm Compiler 6</description> |
| 1384 | <require condition="CM7_FP"/> |
| 1385 | <require condition="ARMCC6"/> |
| 1386 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1387 | <condition id="CM7_FP_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1388 | <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] | 1389 | <require condition="CM7_FP_ARMCC"/> |
| 1390 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1391 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1392 | <condition id="CM7_FP_BE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1393 | <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] | 1394 | <require condition="CM7_FP_ARMCC"/> |
| 1395 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1396 | </condition> |
| 1397 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1398 | <condition id="CM23_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1399 | <description>Cortex-M23 processor based device for the Arm Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1400 | <require condition="CM23"/> |
| 1401 | <require Tcompiler="ARMCC"/> |
| 1402 | </condition> |
| 1403 | <condition id="CM23_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1404 | <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] | 1405 | <require condition="CM23_ARMCC"/> |
| 1406 | <require Dendian="Little-endian"/> |
| 1407 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1408 | |
| 1409 | <condition id="CM33_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1410 | <description>Cortex-M33 processor based device for the Arm Compiler</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1411 | <require condition="CM33"/> |
| 1412 | <require Tcompiler="ARMCC"/> |
| 1413 | </condition> |
| 1414 | <condition id="CM33_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1415 | <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] | 1416 | <require condition="CM33_ARMCC"/> |
| 1417 | <require Dendian="Little-endian"/> |
| 1418 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1419 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1420 | <condition id="CM33_FP_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1421 | <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] | 1422 | <require condition="CM33_FP"/> |
| 1423 | <require Tcompiler="ARMCC"/> |
| 1424 | </condition> |
| 1425 | <condition id="CM33_FP_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1426 | <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] | 1427 | <require condition="CM33_FP_ARMCC"/> |
| 1428 | <require Dendian="Little-endian"/> |
| 1429 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1430 | |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1431 | <condition id="CM35P_ARMCC"> |
| 1432 | <description>Cortex-M35P processor based device for the Arm Compiler</description> |
| 1433 | <require condition="CM35P"/> |
| 1434 | <require Tcompiler="ARMCC"/> |
| 1435 | </condition> |
| 1436 | <condition id="CM35P_LE_ARMCC"> |
| 1437 | <description>Cortex-M35P processor based device in little endian mode for the Arm Compiler</description> |
| 1438 | <require condition="CM35P_ARMCC"/> |
| 1439 | <require Dendian="Little-endian"/> |
| 1440 | </condition> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1441 | |
| 1442 | <condition id="CM35P_FP_ARMCC"> |
| 1443 | <description>Cortex-M35P processor based device using Floating Point Unit for the Arm Compiler</description> |
| 1444 | <require condition="CM35P_FP"/> |
| 1445 | <require Tcompiler="ARMCC"/> |
| 1446 | </condition> |
| 1447 | <condition id="CM35P_FP_LE_ARMCC"> |
| 1448 | <description>Cortex-M35P processor based device using Floating Point Unit in little endian mode for the Arm Compiler</description> |
| 1449 | <require condition="CM35P_FP_ARMCC"/> |
| 1450 | <require Dendian="Little-endian"/> |
| 1451 | </condition> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1452 | |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 1453 | <condition id="CM55_NOFPU_NOMVE_ARMCC"> |
| 1454 | <description>Cortex-M55 processor, no FPU, no MVE, Arm Compiler</description> |
| 1455 | <require condition="CM55_NOFPU_NOMVE"/> |
Robert Rostohar | 97917cc | 2020-03-06 14:13:30 +0100 | [diff] [blame] | 1456 | <require Tcompiler="ARMCC"/> |
| 1457 | </condition> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 1458 | <condition id="CM55_NOFPU_MVE_ARMCC"> |
| 1459 | <description>Cortex-M55 processor, no FPU, MVE, Arm Compiler</description> |
| 1460 | <require condition="CM55_NOFPU_MVE"/> |
Robert Rostohar | de6e384 | 2020-03-20 15:20:01 +0100 | [diff] [blame] | 1461 | <require Tcompiler="ARMCC"/> |
| 1462 | </condition> |
| 1463 | <condition id="CM55_FPU_ARMCC"> |
| 1464 | <description>Cortex-M55 processor, FPU, Arm Compiler</description> |
| 1465 | <require condition="CM55_FPU"/> |
| 1466 | <require Tcompiler="ARMCC"/> |
| 1467 | </condition> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 1468 | <condition id="CM55_NOFPU_NOMVE_LE_ARMCC"> |
| 1469 | <description>Cortex-M55 processor, little endian, no FPU, no MVE, Arm Compiler</description> |
| 1470 | <require condition="CM55_NOFPU_NOMVE_ARMCC"/> |
Robert Rostohar | de6e384 | 2020-03-20 15:20:01 +0100 | [diff] [blame] | 1471 | <require Dendian="Little-endian"/> |
| 1472 | </condition> |
| 1473 | <condition id="CM55_FPU_LE_ARMCC"> |
| 1474 | <description>Cortex-M55 processor, little endian, FPU, Arm Compiler</description> |
| 1475 | <require condition="CM55_FPU_ARMCC"/> |
| 1476 | <require Dendian="Little-endian"/> |
| 1477 | </condition> |
| 1478 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1479 | <condition id="ARMv8MBL_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1480 | <description>Armv8-M Baseline processor based device for the Arm Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1481 | <require condition="ARMv8MBL"/> |
| 1482 | <require Tcompiler="ARMCC"/> |
| 1483 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1484 | <condition id="ARMv8MBL_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1485 | <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] | 1486 | <require condition="ARMv8MBL_ARMCC"/> |
| 1487 | <require Dendian="Little-endian"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1488 | </condition> |
| 1489 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1490 | <condition id="ARMv8MML_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1491 | <description>Armv8-M Mainline processor based device for the Arm Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1492 | <require condition="ARMv8MML"/> |
| 1493 | <require Tcompiler="ARMCC"/> |
| 1494 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1495 | <condition id="ARMv8MML_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1496 | <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] | 1497 | <require condition="ARMv8MML_ARMCC"/> |
| 1498 | <require Dendian="Little-endian"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1499 | </condition> |
| 1500 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1501 | <condition id="ARMv8MML_FP_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1502 | <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] | 1503 | <require condition="ARMv8MML_FP"/> |
| 1504 | <require Tcompiler="ARMCC"/> |
| 1505 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1506 | <condition id="ARMv8MML_FP_LE_ARMCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1507 | <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] | 1508 | <require condition="ARMv8MML_FP_ARMCC"/> |
| 1509 | <require Dendian="Little-endian"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1510 | </condition> |
| 1511 | |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1512 | <condition id="TZ Secure ARMCC6"> |
| 1513 | <description>TrustZone (Secure), Arm Compiler</description> |
| 1514 | <require condition="TZ Secure"/> |
| 1515 | <require condition="ARMCC6"/> |
| 1516 | </condition> |
| 1517 | <condition id="TZ Non-secure ARMCC6"> |
| 1518 | <description>TrustZone (Non-secure), Arm Compiler</description> |
| 1519 | <require condition="TZ Non-secure"/> |
| 1520 | <require condition="ARMCC6"/> |
| 1521 | </condition> |
| 1522 | <condition id="TZ Unavailable ARMCC6"> |
| 1523 | <description>TrustZone not available, Arm Compiler</description> |
| 1524 | <require condition="TZ Unavailable"/> |
| 1525 | <require condition="ARMCC6"/> |
| 1526 | </condition> |
| 1527 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1528 | <!-- GCC compiler --> |
Robert Rostohar | ff9fa5b | 2017-04-19 11:55:58 +0200 | [diff] [blame] | 1529 | <condition id="CA_GCC"> |
| 1530 | <description>Cortex-A5, Cortex-A7 or Cortex-A9 processor based device for the GCC Compiler</description> |
| 1531 | <require condition="ARMv7-A Device"/> |
| 1532 | <require Tcompiler="GCC"/> |
| 1533 | </condition> |
| 1534 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1535 | <condition id="CM0_GCC"> |
| 1536 | <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device for the GCC Compiler</description> |
| 1537 | <require condition="CM0"/> |
| 1538 | <require Tcompiler="GCC"/> |
| 1539 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1540 | <condition id="CM0_LE_GCC"> |
| 1541 | <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] | 1542 | <require condition="CM0_GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1543 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1544 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1545 | <condition id="CM0_BE_GCC"> |
| 1546 | <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] | 1547 | <require condition="CM0_GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1548 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1549 | </condition> |
| 1550 | |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 1551 | <condition id="CM1_GCC"> |
| 1552 | <description>Cortex-M1 based device for the GCC Compiler</description> |
| 1553 | <require condition="CM1"/> |
| 1554 | <require Tcompiler="GCC"/> |
| 1555 | </condition> |
| 1556 | <condition id="CM1_LE_GCC"> |
| 1557 | <description>Cortex-M1 based device in little endian mode for the GCC Compiler</description> |
| 1558 | <require condition="CM1_GCC"/> |
| 1559 | <require Dendian="Little-endian"/> |
| 1560 | </condition> |
| 1561 | <condition id="CM1_BE_GCC"> |
| 1562 | <description>Cortex-M1 based device in big endian mode for the GCC Compiler</description> |
| 1563 | <require condition="CM1_GCC"/> |
| 1564 | <require Dendian="Big-endian"/> |
| 1565 | </condition> |
| 1566 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1567 | <condition id="CM3_GCC"> |
| 1568 | <description>Cortex-M3 or SC300 processor based device for the GCC Compiler</description> |
| 1569 | <require condition="CM3"/> |
| 1570 | <require Tcompiler="GCC"/> |
| 1571 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1572 | <condition id="CM3_LE_GCC"> |
| 1573 | <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] | 1574 | <require condition="CM3_GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1575 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1576 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1577 | <condition id="CM3_BE_GCC"> |
| 1578 | <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] | 1579 | <require condition="CM3_GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1580 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1581 | </condition> |
| 1582 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1583 | <condition id="CM4_GCC"> |
| 1584 | <description>Cortex-M4 processor based device for the GCC Compiler</description> |
| 1585 | <require condition="CM4"/> |
| 1586 | <require Tcompiler="GCC"/> |
| 1587 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1588 | <condition id="CM4_LE_GCC"> |
| 1589 | <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] | 1590 | <require condition="CM4_GCC"/> |
| 1591 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1592 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1593 | <condition id="CM4_BE_GCC"> |
| 1594 | <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] | 1595 | <require condition="CM4_GCC"/> |
| 1596 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1597 | </condition> |
| 1598 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1599 | <condition id="CM4_FP_GCC"> |
| 1600 | <description>Cortex-M4 processor based device using Floating Point Unit for the GCC Compiler</description> |
| 1601 | <require condition="CM4_FP"/> |
| 1602 | <require Tcompiler="GCC"/> |
| 1603 | </condition> |
| 1604 | <condition id="CM4_FP_LE_GCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1605 | <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] | 1606 | <require condition="CM4_FP_GCC"/> |
| 1607 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1608 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1609 | <condition id="CM4_FP_BE_GCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1610 | <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] | 1611 | <require condition="CM4_FP_GCC"/> |
| 1612 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1613 | </condition> |
| 1614 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1615 | <condition id="CM7_GCC"> |
| 1616 | <description>Cortex-M7 processor based device for the GCC Compiler</description> |
| 1617 | <require condition="CM7"/> |
| 1618 | <require Tcompiler="GCC"/> |
| 1619 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1620 | <condition id="CM7_LE_GCC"> |
| 1621 | <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] | 1622 | <require condition="CM7_GCC"/> |
| 1623 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1624 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1625 | <condition id="CM7_BE_GCC"> |
| 1626 | <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] | 1627 | <require condition="CM7_GCC"/> |
| 1628 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1629 | </condition> |
| 1630 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1631 | <condition id="CM7_FP_GCC"> |
| 1632 | <description>Cortex-M7 processor based device using Floating Point Unit for the GCC Compiler</description> |
| 1633 | <require condition="CM7_FP"/> |
| 1634 | <require Tcompiler="GCC"/> |
| 1635 | </condition> |
| 1636 | <condition id="CM7_FP_LE_GCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1637 | <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] | 1638 | <require condition="CM7_FP_GCC"/> |
| 1639 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1640 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1641 | <condition id="CM7_FP_BE_GCC"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1642 | <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] | 1643 | <require condition="CM7_FP_GCC"/> |
| 1644 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1645 | </condition> |
| 1646 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1647 | <condition id="CM23_GCC"> |
| 1648 | <description>Cortex-M23 processor based device for the GCC Compiler</description> |
| 1649 | <require condition="CM23"/> |
| 1650 | <require Tcompiler="GCC"/> |
| 1651 | </condition> |
| 1652 | <condition id="CM23_LE_GCC"> |
| 1653 | <description>Cortex-M23 processor based device in little endian mode for the GCC Compiler</description> |
| 1654 | <require condition="CM23_GCC"/> |
| 1655 | <require Dendian="Little-endian"/> |
| 1656 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1657 | |
| 1658 | <condition id="CM33_GCC"> |
| 1659 | <description>Cortex-M33 processor based device for the GCC Compiler</description> |
| 1660 | <require condition="CM33"/> |
| 1661 | <require Tcompiler="GCC"/> |
| 1662 | </condition> |
| 1663 | <condition id="CM33_LE_GCC"> |
| 1664 | <description>Cortex-M33 processor based device in little endian mode for the GCC Compiler</description> |
| 1665 | <require condition="CM33_GCC"/> |
| 1666 | <require Dendian="Little-endian"/> |
| 1667 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1668 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1669 | <condition id="CM33_FP_GCC"> |
| 1670 | <description>Cortex-M33 processor based device using Floating Point Unit for the GCC Compiler</description> |
| 1671 | <require condition="CM33_FP"/> |
| 1672 | <require Tcompiler="GCC"/> |
| 1673 | </condition> |
| 1674 | <condition id="CM33_FP_LE_GCC"> |
| 1675 | <description>Cortex-M33 processor based device using Floating Point Unit in little endian mode for the GCC Compiler</description> |
| 1676 | <require condition="CM33_FP_GCC"/> |
| 1677 | <require Dendian="Little-endian"/> |
| 1678 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1679 | |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1680 | <condition id="CM35P_GCC"> |
| 1681 | <description>Cortex-M35P processor based device for the GCC Compiler</description> |
| 1682 | <require condition="CM35P"/> |
| 1683 | <require Tcompiler="GCC"/> |
| 1684 | </condition> |
| 1685 | <condition id="CM35P_LE_GCC"> |
| 1686 | <description>Cortex-M35P processor based device in little endian mode for the GCC Compiler</description> |
| 1687 | <require condition="CM35P_GCC"/> |
| 1688 | <require Dendian="Little-endian"/> |
| 1689 | </condition> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1690 | |
| 1691 | <condition id="CM35P_FP_GCC"> |
| 1692 | <description>Cortex-M35P processor based device using Floating Point Unit for the GCC Compiler</description> |
| 1693 | <require condition="CM35P_FP"/> |
| 1694 | <require Tcompiler="GCC"/> |
| 1695 | </condition> |
| 1696 | <condition id="CM35P_FP_LE_GCC"> |
| 1697 | <description>Cortex-M35P processor based device using Floating Point Unit in little endian mode for the GCC Compiler</description> |
| 1698 | <require condition="CM35P_FP_GCC"/> |
| 1699 | <require Dendian="Little-endian"/> |
| 1700 | </condition> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1701 | |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 1702 | <condition id="CM55_NOFPU_NOMVE_GCC"> |
| 1703 | <description>Cortex-M55 processor, no FPU, no MVE, GCC Compiler</description> |
| 1704 | <require condition="CM55_NOFPU_NOMVE"/> |
Robert Rostohar | 97917cc | 2020-03-06 14:13:30 +0100 | [diff] [blame] | 1705 | <require Tcompiler="GCC"/> |
| 1706 | </condition> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 1707 | <condition id="CM55_NOFPU_MVE_GCC"> |
| 1708 | <description>Cortex-M55 processor, no FPU, MVE, GCC Compiler</description> |
| 1709 | <require condition="CM55_NOFPU_MVE"/> |
Robert Rostohar | de6e384 | 2020-03-20 15:20:01 +0100 | [diff] [blame] | 1710 | <require Tcompiler="GCC"/> |
| 1711 | </condition> |
| 1712 | <condition id="CM55_FPU_GCC"> |
| 1713 | <description>Cortex-M55 processor, FPU, GCC Compiler</description> |
| 1714 | <require condition="CM55_FPU"/> |
| 1715 | <require Tcompiler="GCC"/> |
| 1716 | </condition> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 1717 | <condition id="CM55_NOFPU_NOMVE_LE_GCC"> |
| 1718 | <description>Cortex-M55 processor, little endian, no FPU, no MVE, GCC Compiler</description> |
| 1719 | <require condition="CM55_NOFPU_NOMVE_GCC"/> |
Robert Rostohar | de6e384 | 2020-03-20 15:20:01 +0100 | [diff] [blame] | 1720 | <require Dendian="Little-endian"/> |
| 1721 | </condition> |
| 1722 | <condition id="CM55_FPU_LE_GCC"> |
| 1723 | <description>Cortex-M55 processor, little endian, FPU, GCC Compiler</description> |
| 1724 | <require condition="CM55_FPU_GCC"/> |
| 1725 | <require Dendian="Little-endian"/> |
| 1726 | </condition> |
| 1727 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1728 | <condition id="ARMv8MBL_GCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1729 | <description>Armv8-M Baseline processor based device for the GCC Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1730 | <require condition="ARMv8MBL"/> |
| 1731 | <require Tcompiler="GCC"/> |
| 1732 | </condition> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 1733 | <condition id="ARMv8MBL_LE_GCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1734 | <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] | 1735 | <require condition="ARMv8MBL_GCC"/> |
| 1736 | <require Dendian="Little-endian"/> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 1737 | </condition> |
| 1738 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1739 | <condition id="ARMv8MML_GCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1740 | <description>Armv8-M Mainline processor based device for the GCC Compiler</description> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1741 | <require condition="ARMv8MML"/> |
| 1742 | <require Tcompiler="GCC"/> |
| 1743 | </condition> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 1744 | <condition id="ARMv8MML_LE_GCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1745 | <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] | 1746 | <require condition="ARMv8MML_GCC"/> |
| 1747 | <require Dendian="Little-endian"/> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 1748 | </condition> |
| 1749 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1750 | <condition id="ARMv8MML_FP_GCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1751 | <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] | 1752 | <require condition="ARMv8MML_FP"/> |
| 1753 | <require Tcompiler="GCC"/> |
| 1754 | </condition> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 1755 | <condition id="ARMv8MML_FP_LE_GCC"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1756 | <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] | 1757 | <require condition="ARMv8MML_FP_GCC"/> |
| 1758 | <require Dendian="Little-endian"/> |
Robert Rostohar | 2a0fd6d | 2016-09-28 13:53:18 +0200 | [diff] [blame] | 1759 | </condition> |
| 1760 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1761 | <!-- IAR compiler --> |
Robert Rostohar | ff9fa5b | 2017-04-19 11:55:58 +0200 | [diff] [blame] | 1762 | <condition id="CA_IAR"> |
| 1763 | <description>Cortex-A5, Cortex-A7 or Cortex-A9 processor based device for the IAR Compiler</description> |
| 1764 | <require condition="ARMv7-A Device"/> |
| 1765 | <require Tcompiler="IAR"/> |
| 1766 | </condition> |
| 1767 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1768 | <condition id="CM0_IAR"> |
| 1769 | <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device for the IAR Compiler</description> |
| 1770 | <require condition="CM0"/> |
| 1771 | <require Tcompiler="IAR"/> |
| 1772 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1773 | <condition id="CM0_LE_IAR"> |
| 1774 | <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] | 1775 | <require condition="CM0_IAR"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1776 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1777 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1778 | <condition id="CM0_BE_IAR"> |
| 1779 | <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] | 1780 | <require condition="CM0_IAR"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1781 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1782 | </condition> |
| 1783 | |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 1784 | <condition id="CM1_IAR"> |
| 1785 | <description>Cortex-M1 based device for the IAR Compiler</description> |
| 1786 | <require condition="CM1"/> |
| 1787 | <require Tcompiler="IAR"/> |
| 1788 | </condition> |
| 1789 | <condition id="CM1_LE_IAR"> |
| 1790 | <description>Cortex-M1 based device in little endian mode for the IAR Compiler</description> |
| 1791 | <require condition="CM1_IAR"/> |
| 1792 | <require Dendian="Little-endian"/> |
| 1793 | </condition> |
| 1794 | <condition id="CM1_BE_IAR"> |
| 1795 | <description>Cortex-M1 based device in big endian mode for the IAR Compiler</description> |
| 1796 | <require condition="CM1_IAR"/> |
| 1797 | <require Dendian="Big-endian"/> |
| 1798 | </condition> |
| 1799 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1800 | <condition id="CM3_IAR"> |
| 1801 | <description>Cortex-M3 or SC300 processor based device for the IAR Compiler</description> |
| 1802 | <require condition="CM3"/> |
| 1803 | <require Tcompiler="IAR"/> |
| 1804 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1805 | <condition id="CM3_LE_IAR"> |
| 1806 | <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] | 1807 | <require condition="CM3_IAR"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1808 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1809 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1810 | <condition id="CM3_BE_IAR"> |
| 1811 | <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] | 1812 | <require condition="CM3_IAR"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1813 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1814 | </condition> |
| 1815 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1816 | <condition id="CM4_IAR"> |
| 1817 | <description>Cortex-M4 processor based device for the IAR Compiler</description> |
| 1818 | <require condition="CM4"/> |
| 1819 | <require Tcompiler="IAR"/> |
| 1820 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1821 | <condition id="CM4_LE_IAR"> |
| 1822 | <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] | 1823 | <require condition="CM4_IAR"/> |
| 1824 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1825 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1826 | <condition id="CM4_BE_IAR"> |
| 1827 | <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] | 1828 | <require condition="CM4_IAR"/> |
| 1829 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1830 | </condition> |
| 1831 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1832 | <condition id="CM4_FP_IAR"> |
| 1833 | <description>Cortex-M4 processor based device using Floating Point Unit for the IAR Compiler</description> |
| 1834 | <require condition="CM4_FP"/> |
| 1835 | <require Tcompiler="IAR"/> |
| 1836 | </condition> |
| 1837 | <condition id="CM4_FP_LE_IAR"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1838 | <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] | 1839 | <require condition="CM4_FP_IAR"/> |
| 1840 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1841 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1842 | <condition id="CM4_FP_BE_IAR"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1843 | <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] | 1844 | <require condition="CM4_FP_IAR"/> |
| 1845 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1846 | </condition> |
| 1847 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1848 | <condition id="CM7_IAR"> |
| 1849 | <description>Cortex-M7 processor based device for the IAR Compiler</description> |
| 1850 | <require condition="CM7"/> |
| 1851 | <require Tcompiler="IAR"/> |
| 1852 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1853 | <condition id="CM7_LE_IAR"> |
| 1854 | <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] | 1855 | <require condition="CM7_IAR"/> |
| 1856 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1857 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1858 | <condition id="CM7_BE_IAR"> |
| 1859 | <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] | 1860 | <require condition="CM7_IAR"/> |
| 1861 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1862 | </condition> |
| 1863 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1864 | <condition id="CM7_FP_IAR"> |
| 1865 | <description>Cortex-M7 processor based device using Floating Point Unit for the IAR Compiler</description> |
| 1866 | <require condition="CM7_FP"/> |
| 1867 | <require Tcompiler="IAR"/> |
| 1868 | </condition> |
| 1869 | <condition id="CM7_FP_LE_IAR"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1870 | <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] | 1871 | <require condition="CM7_FP_IAR"/> |
| 1872 | <require Dendian="Little-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1873 | </condition> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1874 | <condition id="CM7_FP_BE_IAR"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1875 | <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] | 1876 | <require condition="CM7_FP_IAR"/> |
| 1877 | <require Dendian="Big-endian"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1878 | </condition> |
| 1879 | |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 1880 | <condition id="CM23_IAR"> |
| 1881 | <description>Cortex-M23 processor based device for the IAR Compiler</description> |
| 1882 | <require condition="CM23"/> |
| 1883 | <require Tcompiler="IAR"/> |
| 1884 | </condition> |
| 1885 | <condition id="CM23_LE_IAR"> |
| 1886 | <description>Cortex-M23 processor based device in little endian mode for the IAR Compiler</description> |
| 1887 | <require condition="CM23_IAR"/> |
| 1888 | <require Dendian="Little-endian"/> |
| 1889 | </condition> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 1890 | |
| 1891 | <condition id="CM33_IAR"> |
| 1892 | <description>Cortex-M33 processor based device for the IAR Compiler</description> |
| 1893 | <require condition="CM33"/> |
| 1894 | <require Tcompiler="IAR"/> |
| 1895 | </condition> |
| 1896 | <condition id="CM33_LE_IAR"> |
| 1897 | <description>Cortex-M33 processor based device in little endian mode for the IAR Compiler</description> |
| 1898 | <require condition="CM33_IAR"/> |
| 1899 | <require Dendian="Little-endian"/> |
| 1900 | </condition> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 1901 | |
| 1902 | <condition id="CM33_FP_IAR"> |
| 1903 | <description>Cortex-M33 processor based device using Floating Point Unit for the IAR Compiler</description> |
| 1904 | <require condition="CM33_FP"/> |
| 1905 | <require Tcompiler="IAR"/> |
| 1906 | </condition> |
| 1907 | <condition id="CM33_FP_LE_IAR"> |
| 1908 | <description>Cortex-M33 processor based device using Floating Point Unit in little endian mode for the IAR Compiler</description> |
| 1909 | <require condition="CM33_FP_IAR"/> |
| 1910 | <require Dendian="Little-endian"/> |
| 1911 | </condition> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 1912 | |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1913 | <condition id="CM35P_IAR"> |
| 1914 | <description>Cortex-M35P processor based device for the IAR Compiler</description> |
| 1915 | <require condition="CM35P"/> |
| 1916 | <require Tcompiler="IAR"/> |
| 1917 | </condition> |
| 1918 | <condition id="CM35P_LE_IAR"> |
| 1919 | <description>Cortex-M35P processor based device in little endian mode for the IAR Compiler</description> |
| 1920 | <require condition="CM35P_IAR"/> |
| 1921 | <require Dendian="Little-endian"/> |
| 1922 | </condition> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1923 | |
| 1924 | <condition id="CM35P_FP_IAR"> |
| 1925 | <description>Cortex-M35P processor based device using Floating Point Unit for the IAR Compiler</description> |
| 1926 | <require condition="CM35P_FP"/> |
| 1927 | <require Tcompiler="IAR"/> |
| 1928 | </condition> |
| 1929 | <condition id="CM35P_FP_LE_IAR"> |
| 1930 | <description>Cortex-M35P processor based device using Floating Point Unit in little endian mode for the IAR Compiler</description> |
| 1931 | <require condition="CM35P_FP_IAR"/> |
| 1932 | <require Dendian="Little-endian"/> |
| 1933 | </condition> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1934 | |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 1935 | <condition id="CM55_NOFPU_NOMVE_IAR"> |
| 1936 | <description>Cortex-M55 processor, no FPU, no MVE, IAR Compiler</description> |
| 1937 | <require condition="CM55_NOFPU_NOMVE"/> |
Robert Rostohar | 97917cc | 2020-03-06 14:13:30 +0100 | [diff] [blame] | 1938 | <require Tcompiler="IAR"/> |
| 1939 | </condition> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 1940 | <condition id="CM55_NOFPU_MVE_IAR"> |
| 1941 | <description>Cortex-M55 processor, no FPU, MVE, IAR Compiler</description> |
| 1942 | <require condition="CM55_NOFPU_MVE"/> |
Robert Rostohar | de6e384 | 2020-03-20 15:20:01 +0100 | [diff] [blame] | 1943 | <require Tcompiler="IAR"/> |
| 1944 | </condition> |
| 1945 | <condition id="CM55_FPU_IAR"> |
| 1946 | <description>Cortex-M55 processor, FPU, IAR Compiler</description> |
| 1947 | <require condition="CM55_FPU"/> |
| 1948 | <require Tcompiler="IAR"/> |
| 1949 | </condition> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 1950 | <condition id="CM55_NOFPU_NOMVE_LE_IAR"> |
| 1951 | <description>Cortex-M55 processor, little endian, no FPU, no MVE, IAR Compiler</description> |
| 1952 | <require condition="CM55_NOFPU_NOMVE_IAR"/> |
Robert Rostohar | de6e384 | 2020-03-20 15:20:01 +0100 | [diff] [blame] | 1953 | <require Dendian="Little-endian"/> |
| 1954 | </condition> |
| 1955 | <condition id="CM55_FPU_LE_IAR"> |
| 1956 | <description>Cortex-M55 processor, little endian, FPU, IAR Compiler</description> |
| 1957 | <require condition="CM55_FPU_IAR"/> |
| 1958 | <require Dendian="Little-endian"/> |
| 1959 | </condition> |
| 1960 | |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 1961 | <condition id="ARMv8MBL_IAR"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1962 | <description>Armv8-M Baseline processor based device for the IAR Compiler</description> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 1963 | <require condition="ARMv8MBL"/> |
| 1964 | <require Tcompiler="IAR"/> |
| 1965 | </condition> |
| 1966 | <condition id="ARMv8MBL_LE_IAR"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1967 | <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] | 1968 | <require condition="ARMv8MBL_IAR"/> |
| 1969 | <require Dendian="Little-endian"/> |
| 1970 | </condition> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 1971 | |
| 1972 | <condition id="ARMv8MML_IAR"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1973 | <description>Armv8-M Mainline processor based device for the IAR Compiler</description> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 1974 | <require condition="ARMv8MML"/> |
| 1975 | <require Tcompiler="IAR"/> |
| 1976 | </condition> |
| 1977 | <condition id="ARMv8MML_LE_IAR"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1978 | <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] | 1979 | <require condition="ARMv8MML_IAR"/> |
| 1980 | <require Dendian="Little-endian"/> |
| 1981 | </condition> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 1982 | |
| 1983 | <condition id="ARMv8MML_FP_IAR"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1984 | <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] | 1985 | <require condition="ARMv8MML_FP"/> |
| 1986 | <require Tcompiler="IAR"/> |
| 1987 | </condition> |
| 1988 | <condition id="ARMv8MML_FP_LE_IAR"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1989 | <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] | 1990 | <require condition="ARMv8MML_FP_IAR"/> |
| 1991 | <require Dendian="Little-endian"/> |
| 1992 | </condition> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 1993 | |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1994 | <!-- conditions selecting single devices and CMSIS Core --> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1995 | <condition id="ARMCM0 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1996 | <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] | 1997 | <require Dvendor="ARM:82" Dname="ARMCM0"/> |
| 1998 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1999 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2000 | |
| 2001 | <condition id="ARMCM0+ CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2002 | <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] | 2003 | <require Dvendor="ARM:82" Dname="ARMCM0P*"/> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2004 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2005 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2006 | |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 2007 | <condition id="ARMCM1 CMSIS"> |
| 2008 | <description>Generic Arm Cortex-M1 device startup and depends on CMSIS Core</description> |
| 2009 | <require Dvendor="ARM:82" Dname="ARMCM1"/> |
| 2010 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2011 | </condition> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 2012 | |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2013 | <condition id="ARMCM3 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2014 | <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] | 2015 | <require Dvendor="ARM:82" Dname="ARMCM3"/> |
| 2016 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2017 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2018 | |
| 2019 | <condition id="ARMCM4 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2020 | <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] | 2021 | <require Dvendor="ARM:82" Dname="ARMCM4*"/> |
| 2022 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2023 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2024 | |
| 2025 | <condition id="ARMCM7 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2026 | <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] | 2027 | <require Dvendor="ARM:82" Dname="ARMCM7*"/> |
| 2028 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2029 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2030 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2031 | <condition id="ARMCM23 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2032 | <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] | 2033 | <require Dvendor="ARM:82" Dname="ARMCM23*"/> |
| 2034 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2035 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2036 | |
| 2037 | <condition id="ARMCM33 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2038 | <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] | 2039 | <require Dvendor="ARM:82" Dname="ARMCM33*"/> |
| 2040 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2041 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2042 | |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 2043 | <condition id="ARMCM35P CMSIS"> |
| 2044 | <description>Generic Arm Cortex-M35P device startup and depends on CMSIS Core</description> |
| 2045 | <require Dvendor="ARM:82" Dname="ARMCM35P*"/> |
| 2046 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2047 | </condition> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 2048 | |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 2049 | <condition id="ARMCM55 CMSIS"> |
| 2050 | <description>Generic Arm Cortex-M55 device startup and depends on CMSIS Core</description> |
| 2051 | <require Dvendor="ARM:82" Dname="ARMCM55*"/> |
| 2052 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2053 | </condition> |
| 2054 | |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2055 | <condition id="ARMSC000 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2056 | <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] | 2057 | <require Dvendor="ARM:82" Dname="ARMSC000"/> |
| 2058 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2059 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2060 | |
| 2061 | <condition id="ARMSC300 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2062 | <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] | 2063 | <require Dvendor="ARM:82" Dname="ARMSC300"/> |
| 2064 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2065 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2066 | |
| 2067 | <condition id="ARMv8MBL CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2068 | <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] | 2069 | <require Dvendor="ARM:82" Dname="ARMv8MBL"/> |
| 2070 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2071 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2072 | |
| 2073 | <condition id="ARMv8MML CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2074 | <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] | 2075 | <require Dvendor="ARM:82" Dname="ARMv8MML*"/> |
| 2076 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2077 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2078 | |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 2079 | <condition id="ARMv81MML CMSIS"> |
| 2080 | <description>Generic Armv8.1-M Mainline device startup and depends on CMSIS Core</description> |
| 2081 | <require Dvendor="ARM:82" Dname="ARMv81MML*"/> |
| 2082 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2083 | </condition> |
| 2084 | |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 2085 | <condition id="ARMCA5 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2086 | <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] | 2087 | <require Dvendor="ARM:82" Dname="ARMCA5"/> |
| 2088 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2089 | </condition> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 2090 | |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 2091 | <condition id="ARMCA7 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2092 | <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] | 2093 | <require Dvendor="ARM:82" Dname="ARMCA7"/> |
| 2094 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2095 | </condition> |
| 2096 | |
| 2097 | <condition id="ARMCA9 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2098 | <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] | 2099 | <require Dvendor="ARM:82" Dname="ARMCA9"/> |
| 2100 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2101 | </condition> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 2102 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2103 | <!-- CMSIS DSP --> |
| 2104 | <condition id="CMSIS DSP"> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 2105 | <description>Components required for DSP</description> |
| 2106 | <require condition="ARMv6_7_8-M Device"/> |
TTornblom | 3ff8906 | 2018-03-08 11:32:29 +0100 | [diff] [blame] | 2107 | <require condition="ARMCC GCC IAR"/> |
Martin Günther | ceee686 | 2017-02-02 14:14:34 +0100 | [diff] [blame] | 2108 | <require Cclass="CMSIS" Cgroup="CORE"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2109 | </condition> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 2110 | |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 2111 | <!-- CMSIS NN --> |
| 2112 | <condition id="CMSIS NN"> |
| 2113 | <description>Components required for NN</description> |
Jonatan Antoni | 6326763 | 2019-12-09 12:58:41 +0100 | [diff] [blame] | 2114 | <require Cclass="CMSIS" Cgroup="DSP"/> |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 2115 | </condition> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 2116 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2117 | <!-- RTOS RTX --> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2118 | <condition id="RTOS RTX"> |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 2119 | <description>Components required for RTOS RTX</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2120 | <require condition="ARMv6_7-M Device"/> |
| 2121 | <require condition="ARMCC GCC IAR"/> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 2122 | <require Cclass="Device" Cgroup="Startup"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2123 | <deny Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5"/> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 2124 | </condition> |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 2125 | <condition id="RTOS RTX IFX"> |
| 2126 | <description>Components required for RTOS RTX IFX</description> |
| 2127 | <require condition="ARMv6_7-M Device"/> |
| 2128 | <require condition="ARMCC GCC IAR"/> |
| 2129 | <require Dvendor="Infineon:7" Dname="XMC4*"/> |
| 2130 | <require Cclass="Device" Cgroup="Startup"/> |
| 2131 | <deny Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5"/> |
| 2132 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2133 | <condition id="RTOS RTX5"> |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 2134 | <description>Components required for RTOS RTX5</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2135 | <require condition="ARMv6_7_8-M Device"/> |
Robert Rostohar | 0695d88 | 2016-12-20 12:26:34 +0100 | [diff] [blame] | 2136 | <require condition="ARMCC GCC IAR"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2137 | <require Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5"/> |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 2138 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2139 | <condition id="RTOS2 RTX5"> |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 2140 | <description>Components required for RTOS2 RTX5</description> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 2141 | <require condition="ARMv6_7_8-M Device"/> |
Robert Rostohar | ff9fa5b | 2017-04-19 11:55:58 +0200 | [diff] [blame] | 2142 | <require condition="ARMCC GCC IAR"/> |
| 2143 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2144 | <require Cclass="Device" Cgroup="Startup"/> |
| 2145 | </condition> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 2146 | <condition id="RTOS2 RTX5 v7-A"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2147 | <description>Components required for RTOS2 RTX5 on Armv7-A</description> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 2148 | <require condition="ARMv7-A Device"/> |
| 2149 | <require condition="ARMCC GCC IAR"/> |
| 2150 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2151 | <require Cclass="Device" Cgroup="Startup"/> |
| 2152 | <require Cclass="Device" Cgroup="OS Tick"/> |
Vladimir Umek | c852bdd | 2017-07-03 09:19:47 +0200 | [diff] [blame] | 2153 | <require Cclass="Device" Cgroup="IRQ Controller"/> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 2154 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2155 | <condition id="RTOS2 RTX5 NS"> |
| 2156 | <description>Components required for RTOS2 RTX5 in Non-Secure Domain</description> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2157 | <require condition="ARMv8-M Device"/> |
| 2158 | <require condition="TZ Non-secure"/> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2159 | <require condition="ARMCC GCC IAR"/> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2160 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 2161 | <require Cclass="Device" Cgroup="Startup"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2162 | </condition> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 2163 | |
Vladimir Umek | c852bdd | 2017-07-03 09:19:47 +0200 | [diff] [blame] | 2164 | <!-- OS Tick --> |
| 2165 | <condition id="OS Tick PTIM"> |
| 2166 | <description>Components required for OS Tick Private Timer</description> |
| 2167 | <require condition="CA5_CA9"/> |
| 2168 | <require Cclass="Device" Cgroup="IRQ Controller"/> |
| 2169 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2170 | |
Daniel Brondani | 650abfe | 2017-07-24 15:35:57 +0200 | [diff] [blame] | 2171 | <condition id="OS Tick GTIM"> |
| 2172 | <description>Components required for OS Tick Generic Physical Timer</description> |
| 2173 | <require condition="CA7"/> |
| 2174 | <require Cclass="Device" Cgroup="IRQ Controller"/> |
| 2175 | </condition> |
| 2176 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2177 | </conditions> |
| 2178 | |
| 2179 | <components> |
| 2180 | <!-- CMSIS-Core component --> |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 2181 | <component Cclass="CMSIS" Cgroup="CORE" Cversion="5.5.0" condition="ARMv6_7_8-M Device" > |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 2182 | <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] | 2183 | <files> |
| 2184 | <!-- CPU independent --> |
| 2185 | <file category="doc" name="CMSIS/Documentation/Core/html/index.html"/> |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 2186 | <file category="include" name="CMSIS/Core/Include/"/> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2187 | <file category="header" name="CMSIS/Core/Include/tz_context.h" condition="TrustZone"/> |
Christopher Seidl | 2e8b814 | 2016-10-25 16:29:05 +0200 | [diff] [blame] | 2188 | <!-- Code template --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2189 | <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"/> |
| 2190 | <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] | 2191 | </files> |
| 2192 | </component> |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 2193 | |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 2194 | <component Cclass="CMSIS" Cgroup="CORE" Cversion="1.2.1" condition="ARMv7-A Device" > |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 2195 | <description>CMSIS-CORE for Cortex-A</description> |
| 2196 | <files> |
| 2197 | <!-- CPU independent --> |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 2198 | <file category="doc" name="CMSIS/Documentation/Core_A/html/index.html"/> |
brondani | b6bdb2c | 2017-03-02 16:15:52 +0100 | [diff] [blame] | 2199 | <file category="include" name="CMSIS/Core_A/Include/"/> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 2200 | </files> |
| 2201 | </component> |
| 2202 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2203 | <!-- CMSIS-Startup components --> |
| 2204 | <!-- Cortex-M0 --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2205 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM0 CMSIS" isDefaultVariant="true"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2206 | <description>System and Startup for Generic Arm Cortex-M0 device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2207 | <files> |
| 2208 | <!-- include folder / device header file --> |
| 2209 | <file category="header" name="Device/ARM/ARMCM0/Include/ARMCM0.h"/> |
| 2210 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2211 | <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] | 2212 | <file category="linkerScript" name="Device/ARM/ARMCM0/Source/ARM/ARMCM0_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2213 | <file category="linkerScript" name="Device/ARM/ARMCM0/Source/ARM/ARMCM0_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
GuentherMartin | cfa0772 | 2020-08-04 08:38:28 +0200 | [diff] [blame] | 2214 | <file category="linkerScript" name="Device/ARM/ARMCM0/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2215 | <file category="sourceC" name="Device/ARM/ARMCM0/Source/system_ARMCM0.c" version="1.0.0" attr="config"/> |
| 2216 | </files> |
| 2217 | </component> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2218 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM0 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2219 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M0 device</description> |
| 2220 | <files> |
| 2221 | <!-- include folder / device header file --> |
| 2222 | <file category="header" name="Device/ARM/ARMCM0/Include/ARMCM0.h"/> |
| 2223 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2224 | <file category="sourceAsm" name="Device/ARM/ARMCM0/Source/ARM/startup_ARMCM0.s" version="1.0.1" attr="config" condition="ARMCC"/> |
GuentherMartin | 3329b0d | 2021-05-26 10:51:30 +0200 | [diff] [blame] | 2225 | <file category="sourceAsm" name="Device/ARM/ARMCM0/Source/GCC/startup_ARMCM0.S" version="2.2.0" attr="config" condition="GCC"/> |
GuentherMartin | cfa0772 | 2020-08-04 08:38:28 +0200 | [diff] [blame] | 2226 | <file category="linkerScript" name="Device/ARM/ARMCM0/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2227 | <file category="sourceAsm" name="Device/ARM/ARMCM0/Source/IAR/startup_ARMCM0.s" version="1.0.0" attr="config" condition="IAR"/> |
| 2228 | <file category="sourceC" name="Device/ARM/ARMCM0/Source/system_ARMCM0.c" version="1.0.0" attr="config"/> |
| 2229 | </files> |
| 2230 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2231 | |
| 2232 | <!-- Cortex-M0+ --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2233 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM0+ CMSIS" isDefaultVariant="true"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2234 | <description>System and Startup for Generic Arm Cortex-M0+ device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2235 | <files> |
| 2236 | <!-- include folder / device header file --> |
| 2237 | <file category="header" name="Device/ARM/ARMCM0plus/Include/ARMCM0plus.h"/> |
| 2238 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2239 | <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] | 2240 | <file category="linkerScript" name="Device/ARM/ARMCM0plus/Source/ARM/ARMCM0plus_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2241 | <file category="linkerScript" name="Device/ARM/ARMCM0plus/Source/ARM/ARMCM0plus_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
GuentherMartin | cfa0772 | 2020-08-04 08:38:28 +0200 | [diff] [blame] | 2242 | <file category="linkerScript" name="Device/ARM/ARMCM0plus/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2243 | <file category="sourceC" name="Device/ARM/ARMCM0plus/Source/system_ARMCM0plus.c" version="1.0.0" attr="config"/> |
| 2244 | </files> |
| 2245 | </component> |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 2246 | <component Cclass="Device" Cgroup="Startup" Cversion="1.3.0" condition="ARMCM0+ CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2247 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M0+ device</description> |
| 2248 | <files> |
| 2249 | <!-- include folder / device header file --> |
| 2250 | <file category="header" name="Device/ARM/ARMCM0plus/Include/ARMCM0plus.h"/> |
| 2251 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2252 | <file category="sourceAsm" name="Device/ARM/ARMCM0plus/Source/ARM/startup_ARMCM0plus.s" version="1.0.1" attr="config" condition="ARMCC"/> |
GuentherMartin | 3329b0d | 2021-05-26 10:51:30 +0200 | [diff] [blame] | 2253 | <file category="sourceAsm" name="Device/ARM/ARMCM0plus/Source/GCC/startup_ARMCM0plus.S" version="2.2.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 2254 | <file category="linkerScript" name="Device/ARM/ARMCM0plus/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2255 | <file category="sourceAsm" name="Device/ARM/ARMCM0plus/Source/IAR/startup_ARMCM0plus.s" version="1.0.0" attr="config" condition="IAR"/> |
| 2256 | <file category="sourceC" name="Device/ARM/ARMCM0plus/Source/system_ARMCM0plus.c" version="1.0.0" attr="config"/> |
| 2257 | </files> |
| 2258 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2259 | |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 2260 | <!-- Cortex-M1 --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2261 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM1 CMSIS" isDefaultVariant="true"> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 2262 | <description>System and Startup for Generic Arm Cortex-M1 device</description> |
| 2263 | <files> |
| 2264 | <!-- include folder / device header file --> |
| 2265 | <file category="header" name="Device/ARM/ARMCM1/Include/ARMCM1.h"/> |
| 2266 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2267 | <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] | 2268 | <file category="linkerScript" name="Device/ARM/ARMCM1/Source/ARM/ARMCM1_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2269 | <file category="linkerScript" name="Device/ARM/ARMCM1/Source/ARM/ARMCM1_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
GuentherMartin | cfa0772 | 2020-08-04 08:38:28 +0200 | [diff] [blame] | 2270 | <file category="linkerScript" name="Device/ARM/ARMCM1/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2271 | <file category="sourceC" name="Device/ARM/ARMCM1/Source/system_ARMCM1.c" version="1.0.0" attr="config"/> |
| 2272 | </files> |
| 2273 | </component> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2274 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM1 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2275 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M1 device</description> |
| 2276 | <files> |
| 2277 | <!-- include folder / device header file --> |
| 2278 | <file category="header" name="Device/ARM/ARMCM1/Include/ARMCM1.h"/> |
| 2279 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2280 | <file category="sourceAsm" name="Device/ARM/ARMCM1/Source/ARM/startup_ARMCM1.s" version="1.0.1" attr="config" condition="ARMCC"/> |
GuentherMartin | 3329b0d | 2021-05-26 10:51:30 +0200 | [diff] [blame] | 2281 | <file category="sourceAsm" name="Device/ARM/ARMCM1/Source/GCC/startup_ARMCM1.S" version="2.2.0" attr="config" condition="GCC"/> |
GuentherMartin | cfa0772 | 2020-08-04 08:38:28 +0200 | [diff] [blame] | 2282 | <file category="linkerScript" name="Device/ARM/ARMCM1/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 2283 | <file category="sourceAsm" name="Device/ARM/ARMCM1/Source/IAR/startup_ARMCM1.s" version="1.0.0" attr="config" condition="IAR"/> |
| 2284 | <file category="sourceC" name="Device/ARM/ARMCM1/Source/system_ARMCM1.c" version="1.0.0" attr="config"/> |
| 2285 | </files> |
| 2286 | </component> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 2287 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2288 | <!-- Cortex-M3 --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2289 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM3 CMSIS" isDefaultVariant="true"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2290 | <description>System and Startup for Generic Arm Cortex-M3 device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2291 | <files> |
| 2292 | <!-- include folder / device header file --> |
| 2293 | <file category="header" name="Device/ARM/ARMCM3/Include/ARMCM3.h"/> |
| 2294 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2295 | <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] | 2296 | <file category="linkerScript" name="Device/ARM/ARMCM3/Source/ARM/ARMCM3_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2297 | <file category="linkerScript" name="Device/ARM/ARMCM3/Source/ARM/ARMCM3_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
GuentherMartin | cfa0772 | 2020-08-04 08:38:28 +0200 | [diff] [blame] | 2298 | <file category="linkerScript" name="Device/ARM/ARMCM3/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2299 | <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] | 2300 | </files> |
| 2301 | </component> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2302 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM3 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2303 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M3 device</description> |
| 2304 | <files> |
| 2305 | <!-- include folder / device header file --> |
| 2306 | <file category="header" name="Device/ARM/ARMCM3/Include/ARMCM3.h"/> |
| 2307 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2308 | <file category="sourceAsm" name="Device/ARM/ARMCM3/Source/ARM/startup_ARMCM3.s" version="1.0.1" attr="config" condition="ARMCC"/> |
GuentherMartin | 3329b0d | 2021-05-26 10:51:30 +0200 | [diff] [blame] | 2309 | <file category="sourceAsm" name="Device/ARM/ARMCM3/Source/GCC/startup_ARMCM3.S" version="2.2.0" attr="config" condition="GCC"/> |
GuentherMartin | cfa0772 | 2020-08-04 08:38:28 +0200 | [diff] [blame] | 2310 | <file category="linkerScript" name="Device/ARM/ARMCM3/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2311 | <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] | 2312 | <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] | 2313 | </files> |
| 2314 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2315 | |
| 2316 | <!-- Cortex-M4 --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2317 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM4 CMSIS" isDefaultVariant="true"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2318 | <description>System and Startup for Generic Arm Cortex-M4 device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2319 | <files> |
| 2320 | <!-- include folder / device header file --> |
| 2321 | <file category="include" name="Device/ARM/ARMCM4/Include/"/> |
| 2322 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2323 | <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] | 2324 | <file category="linkerScript" name="Device/ARM/ARMCM4/Source/ARM/ARMCM4_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2325 | <file category="linkerScript" name="Device/ARM/ARMCM4/Source/ARM/ARMCM4_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
GuentherMartin | cfa0772 | 2020-08-04 08:38:28 +0200 | [diff] [blame] | 2326 | <file category="linkerScript" name="Device/ARM/ARMCM4/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2327 | <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] | 2328 | </files> |
| 2329 | </component> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2330 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM4 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2331 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M4 device</description> |
| 2332 | <files> |
| 2333 | <!-- include folder / device header file --> |
| 2334 | <file category="include" name="Device/ARM/ARMCM4/Include/"/> |
| 2335 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2336 | <file category="sourceAsm" name="Device/ARM/ARMCM4/Source/ARM/startup_ARMCM4.s" version="1.0.1" attr="config" condition="ARMCC"/> |
GuentherMartin | 3329b0d | 2021-05-26 10:51:30 +0200 | [diff] [blame] | 2337 | <file category="sourceAsm" name="Device/ARM/ARMCM4/Source/GCC/startup_ARMCM4.S" version="2.2.0" attr="config" condition="GCC"/> |
GuentherMartin | cfa0772 | 2020-08-04 08:38:28 +0200 | [diff] [blame] | 2338 | <file category="linkerScript" name="Device/ARM/ARMCM4/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2339 | <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] | 2340 | <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] | 2341 | </files> |
| 2342 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2343 | |
| 2344 | <!-- Cortex-M7 --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2345 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMCM7 CMSIS" isDefaultVariant="true"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2346 | <description>System and Startup for Generic Arm Cortex-M7 device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2347 | <files> |
| 2348 | <!-- include folder / device header file --> |
| 2349 | <file category="include" name="Device/ARM/ARMCM7/Include/"/> |
| 2350 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2351 | <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] | 2352 | <file category="linkerScript" name="Device/ARM/ARMCM7/Source/ARM/ARMCM7_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2353 | <file category="linkerScript" name="Device/ARM/ARMCM7/Source/ARM/ARMCM7_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
GuentherMartin | cfa0772 | 2020-08-04 08:38:28 +0200 | [diff] [blame] | 2354 | <file category="linkerScript" name="Device/ARM/ARMCM7/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2355 | <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] | 2356 | </files> |
| 2357 | </component> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2358 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM7 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2359 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M7 device</description> |
| 2360 | <files> |
| 2361 | <!-- include folder / device header file --> |
| 2362 | <file category="include" name="Device/ARM/ARMCM7/Include/"/> |
| 2363 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2364 | <file category="sourceAsm" name="Device/ARM/ARMCM7/Source/ARM/startup_ARMCM7.s" version="1.0.1" attr="config" condition="ARMCC"/> |
GuentherMartin | 3329b0d | 2021-05-26 10:51:30 +0200 | [diff] [blame] | 2365 | <file category="sourceAsm" name="Device/ARM/ARMCM7/Source/GCC/startup_ARMCM7.S" version="2.2.0" attr="config" condition="GCC"/> |
GuentherMartin | cfa0772 | 2020-08-04 08:38:28 +0200 | [diff] [blame] | 2366 | <file category="linkerScript" name="Device/ARM/ARMCM7/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2367 | <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] | 2368 | <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] | 2369 | </files> |
| 2370 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2371 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2372 | <!-- Cortex-M23 --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2373 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.1.0" condition="ARMCM23 CMSIS" isDefaultVariant="true"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2374 | <description>System and Startup for Generic Arm Cortex-M23 device</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2375 | <files> |
| 2376 | <!-- include folder / device header file --> |
| 2377 | <file category="include" name="Device/ARM/ARMCM23/Include/"/> |
| 2378 | <!-- startup / system file --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2379 | <file category="sourceC" name="Device/ARM/ARMCM23/Source/startup_ARMCM23.c" version="2.1.0" attr="config"/> |
| 2380 | <file category="linkerScript" name="Device/ARM/ARMCM23/Source/ARM/ARMCM23_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/> |
| 2381 | <file category="linkerScript" name="Device/ARM/ARMCM23/Source/ARM/ARMCM23_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/> |
| 2382 | <file category="linkerScript" name="Device/ARM/ARMCM23/Source/ARM/ARMCM23_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/> |
| 2383 | <file category="linkerScript" name="Device/ARM/ARMCM23/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2384 | <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] | 2385 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2386 | <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] | 2387 | </files> |
| 2388 | </component> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2389 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.0" condition="ARMCM23 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2390 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M23 device</description> |
| 2391 | <files> |
| 2392 | <!-- include folder / device header file --> |
| 2393 | <file category="include" name="Device/ARM/ARMCM23/Include/"/> |
| 2394 | <!-- startup / system file --> |
GuentherMartin | 8be93b9 | 2021-05-27 10:37:16 +0200 | [diff] [blame] | 2395 | <file category="sourceAsm" name="Device/ARM/ARMCM23/Source/ARM/startup_ARMCM23.S" version="2.0.0" attr="config" condition="ARMCC6"/> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2396 | <file category="linkerScript" name="Device/ARM/ARMCM23/Source/ARM/ARMCM23_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/> |
| 2397 | <file category="linkerScript" name="Device/ARM/ARMCM23/Source/ARM/ARMCM23_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/> |
| 2398 | <file category="linkerScript" name="Device/ARM/ARMCM23/Source/ARM/ARMCM23_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/> |
| 2399 | <file category="sourceAsm" name="Device/ARM/ARMCM23/Source/GCC/startup_ARMCM23.S" version="2.2.0" attr="config" condition="GCC"/> |
| 2400 | <file category="linkerScript" name="Device/ARM/ARMCM23/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/> |
TTornblom | cb9c1e5 | 2021-04-12 14:33:17 +0200 | [diff] [blame] | 2401 | <file category="sourceAsm" name="Device/ARM/ARMCM23/Source/IAR/startup_ARMCM23.s" version="1.1.0" attr="config" condition="IAR"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2402 | <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] | 2403 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2404 | <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] | 2405 | </files> |
| 2406 | </component> |
| 2407 | |
| 2408 | <!-- Cortex-M33 --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2409 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.1.0" condition="ARMCM33 CMSIS" isDefaultVariant="true"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2410 | <description>System and Startup for Generic Arm Cortex-M33 device</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 2411 | <files> |
| 2412 | <!-- include folder / device header file --> |
| 2413 | <file category="include" name="Device/ARM/ARMCM33/Include/"/> |
| 2414 | <!-- startup / system file --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2415 | <file category="sourceC" name="Device/ARM/ARMCM33/Source/startup_ARMCM33.c" version="2.1.0" attr="config"/> |
| 2416 | <file category="linkerScript" name="Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/> |
| 2417 | <file category="linkerScript" name="Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/> |
| 2418 | <file category="linkerScript" name="Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/> |
| 2419 | <file category="linkerScript" name="Device/ARM/ARMCM33/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2420 | <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] | 2421 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2422 | <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] | 2423 | </files> |
| 2424 | </component> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2425 | <component Cclass="Device" Cgroup="Startup" Cversion="1.3.0" condition="ARMCM33 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2426 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M33 device</description> |
| 2427 | <files> |
| 2428 | <!-- include folder / device header file --> |
| 2429 | <file category="include" name="Device/ARM/ARMCM33/Include/"/> |
| 2430 | <!-- startup / system file --> |
GuentherMartin | 8be93b9 | 2021-05-27 10:37:16 +0200 | [diff] [blame] | 2431 | <file category="sourceAsm" name="Device/ARM/ARMCM33/Source/ARM/startup_ARMCM33.S" version="2.0.0" attr="config" condition="ARMCC6"/> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2432 | <file category="linkerScript" name="Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/> |
| 2433 | <file category="linkerScript" name="Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/> |
| 2434 | <file category="linkerScript" name="Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/> |
GuentherMartin | 3329b0d | 2021-05-26 10:51:30 +0200 | [diff] [blame] | 2435 | <file category="sourceAsm" name="Device/ARM/ARMCM33/Source/GCC/startup_ARMCM33.S" version="2.3.0" attr="config" condition="GCC"/> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2436 | <file category="linkerScript" name="Device/ARM/ARMCM33/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/> |
TTornblom | cb9c1e5 | 2021-04-12 14:33:17 +0200 | [diff] [blame] | 2437 | <file category="sourceAsm" name="Device/ARM/ARMCM33/Source/IAR/startup_ARMCM33.s" version="1.1.0" attr="config" condition="IAR"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2438 | <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] | 2439 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2440 | <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] | 2441 | </files> |
| 2442 | </component> |
| 2443 | |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 2444 | <!-- Cortex-M35P --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2445 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.1.0" condition="ARMCM35P CMSIS" isDefaultVariant="true"> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 2446 | <description>System and Startup for Generic Arm Cortex-M35P device</description> |
| 2447 | <files> |
| 2448 | <!-- include folder / device header file --> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2449 | <file category="include" name="Device/ARM/ARMCM35P/Include/"/> |
| 2450 | <!-- startup / system file --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2451 | <file category="sourceC" name="Device/ARM/ARMCM35P/Source/startup_ARMCM35P.c" version="2.1.0" attr="config"/> |
| 2452 | <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/ARM/ARMCM35P_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/> |
| 2453 | <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/ARM/ARMCM35P_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/> |
| 2454 | <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/ARM/ARMCM35P_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/> |
| 2455 | <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2456 | <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] | 2457 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2458 | <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] | 2459 | </files> |
| 2460 | </component> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2461 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.0" condition="ARMCM35P CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2462 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M35P device</description> |
| 2463 | <files> |
| 2464 | <!-- include folder / device header file --> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 2465 | <file category="include" name="Device/ARM/ARMCM35P/Include/"/> |
| 2466 | <!-- startup / system file --> |
GuentherMartin | 8be93b9 | 2021-05-27 10:37:16 +0200 | [diff] [blame] | 2467 | <file category="sourceAsm" name="Device/ARM/ARMCM35P/Source/ARM/startup_ARMCM35P.S" version="2.0.0" attr="config" condition="ARMCC6"/> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2468 | <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/ARM/ARMCM35P_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/> |
| 2469 | <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/ARM/ARMCM35P_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/> |
| 2470 | <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/ARM/ARMCM35P_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/> |
GuentherMartin | 3329b0d | 2021-05-26 10:51:30 +0200 | [diff] [blame] | 2471 | <file category="sourceAsm" name="Device/ARM/ARMCM35P/Source/GCC/startup_ARMCM35P.S" version="1.3.0" attr="config" condition="GCC"/> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2472 | <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/> |
TTornblom | cb9c1e5 | 2021-04-12 14:33:17 +0200 | [diff] [blame] | 2473 | <file category="sourceAsm" name="Device/ARM/ARMCM35P/Source/IAR/startup_ARMCM35P.s" version="2.1.0" attr="config" condition="IAR"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2474 | <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] | 2475 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2476 | <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] | 2477 | </files> |
| 2478 | </component> |
| 2479 | |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 2480 | <!-- Cortex-M55 --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2481 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="1.1.0" condition="ARMCM55 CMSIS" isDefaultVariant="true"> |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 2482 | <description>System and Startup for Generic Cortex-M55 device</description> |
| 2483 | <files> |
| 2484 | <!-- include folder / device header file --> |
| 2485 | <file category="include" name="Device/ARM/ARMCM55/Include/"/> |
| 2486 | <!-- startup / system file --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2487 | <file category="sourceC" name="Device/ARM/ARMCM55/Source/startup_ARMCM55.c" version="1.1.0" attr="config"/> |
| 2488 | <file category="linkerScript" name="Device/ARM/ARMCM55/Source/ARM/ARMCM55_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/> |
| 2489 | <file category="linkerScript" name="Device/ARM/ARMCM55/Source/ARM/ARMCM55_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/> |
| 2490 | <file category="linkerScript" name="Device/ARM/ARMCM55/Source/ARM/ARMCM55_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/> |
| 2491 | <file category="linkerScript" name="Device/ARM/ARMCM55/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 2492 | <file category="sourceC" name="Device/ARM/ARMCM55/Source/system_ARMCM55.c" version="1.0.1" attr="config"/> |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 2493 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2494 | <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] | 2495 | </files> |
| 2496 | </component> |
| 2497 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2498 | <!-- Cortex-SC000 --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2499 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMSC000 CMSIS" isDefaultVariant="true"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2500 | <description>System and Startup for Generic Arm SC000 device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2501 | <files> |
| 2502 | <!-- include folder / device header file --> |
| 2503 | <file category="header" name="Device/ARM/ARMSC000/Include/ARMSC000.h"/> |
| 2504 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2505 | <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] | 2506 | <file category="linkerScript" name="Device/ARM/ARMSC000/Source/ARM/ARMSC000_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2507 | <file category="linkerScript" name="Device/ARM/ARMSC000/Source/ARM/ARMSC000_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
GuentherMartin | cfa0772 | 2020-08-04 08:38:28 +0200 | [diff] [blame] | 2508 | <file category="linkerScript" name="Device/ARM/ARMSC000/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2509 | <file category="sourceC" name="Device/ARM/ARMSC000/Source/system_ARMSC000.c" version="1.0.0" attr="config"/> |
| 2510 | </files> |
| 2511 | </component> |
Surendran Kanagaraj | 4f8b625 | 2019-12-18 23:00:33 +0530 | [diff] [blame] | 2512 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.3" condition="ARMSC000 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2513 | <description>DEPRECATED: System and Startup for Generic Arm SC000 device</description> |
| 2514 | <files> |
| 2515 | <!-- include folder / device header file --> |
| 2516 | <file category="header" name="Device/ARM/ARMSC000/Include/ARMSC000.h"/> |
| 2517 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2518 | <file category="sourceAsm" name="Device/ARM/ARMSC000/Source/ARM/startup_ARMSC000.s" version="1.0.1" attr="config" condition="ARMCC"/> |
GuentherMartin | 3329b0d | 2021-05-26 10:51:30 +0200 | [diff] [blame] | 2519 | <file category="sourceAsm" name="Device/ARM/ARMSC000/Source/GCC/startup_ARMSC000.S" version="2.2.0" attr="config" condition="GCC"/> |
GuentherMartin | cfa0772 | 2020-08-04 08:38:28 +0200 | [diff] [blame] | 2520 | <file category="linkerScript" name="Device/ARM/ARMSC000/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2521 | <file category="sourceAsm" name="Device/ARM/ARMSC000/Source/IAR/startup_ARMSC000.s" version="1.0.0" attr="config" condition="IAR"/> |
| 2522 | <file category="sourceC" name="Device/ARM/ARMSC000/Source/system_ARMSC000.c" version="1.0.0" attr="config"/> |
| 2523 | </files> |
| 2524 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2525 | |
| 2526 | <!-- Cortex-SC300 --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2527 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.0.3" condition="ARMSC300 CMSIS" isDefaultVariant="true"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2528 | <description>System and Startup for Generic Arm SC300 device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2529 | <files> |
| 2530 | <!-- include folder / device header file --> |
| 2531 | <file category="header" name="Device/ARM/ARMSC300/Include/ARMSC300.h"/> |
| 2532 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2533 | <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] | 2534 | <file category="linkerScript" name="Device/ARM/ARMSC300/Source/ARM/ARMSC300_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2535 | <file category="linkerScript" name="Device/ARM/ARMSC300/Source/ARM/ARMSC300_ac6.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
GuentherMartin | cfa0772 | 2020-08-04 08:38:28 +0200 | [diff] [blame] | 2536 | <file category="linkerScript" name="Device/ARM/ARMSC300/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2537 | <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] | 2538 | </files> |
| 2539 | </component> |
Surendran Kanagaraj | 4f8b625 | 2019-12-18 23:00:33 +0530 | [diff] [blame] | 2540 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.3" condition="ARMSC300 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2541 | <description>DEPRECATED: System and Startup for Generic Arm SC300 device</description> |
| 2542 | <files> |
| 2543 | <!-- include folder / device header file --> |
| 2544 | <file category="header" name="Device/ARM/ARMSC300/Include/ARMSC300.h"/> |
| 2545 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2546 | <file category="sourceAsm" name="Device/ARM/ARMSC300/Source/ARM/startup_ARMSC300.s" version="1.0.1" attr="config" condition="ARMCC"/> |
GuentherMartin | 3329b0d | 2021-05-26 10:51:30 +0200 | [diff] [blame] | 2547 | <file category="sourceAsm" name="Device/ARM/ARMSC300/Source/GCC/startup_ARMSC300.S" version="2.2.0" attr="config" condition="GCC"/> |
GuentherMartin | cfa0772 | 2020-08-04 08:38:28 +0200 | [diff] [blame] | 2548 | <file category="linkerScript" name="Device/ARM/ARMSC300/Source/GCC/gcc_arm.ld" version="2.1.0" attr="config" condition="GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2549 | <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] | 2550 | <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] | 2551 | </files> |
| 2552 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2553 | |
| 2554 | <!-- ARMv8MBL --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2555 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.1.0" condition="ARMv8MBL CMSIS" isDefaultVariant="true"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2556 | <description>System and Startup for Generic Armv8-M Baseline device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2557 | <files> |
| 2558 | <!-- include folder / device header file --> |
| 2559 | <file category="include" name="Device/ARM/ARMv8MBL/Include/"/> |
| 2560 | <!-- startup / system file --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2561 | <file category="sourceC" name="Device/ARM/ARMv8MBL/Source/startup_ARMv8MBL.c" version="2.1.0" attr="config"/> |
| 2562 | <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/ARM/ARMv8MBL_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/> |
| 2563 | <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/ARM/ARMv8MBL_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/> |
| 2564 | <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/ARM/ARMv8MBL_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/> |
| 2565 | <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2566 | <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] | 2567 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2568 | <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] | 2569 | </files> |
| 2570 | </component> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2571 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.0" condition="ARMv8MBL CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2572 | <description>DEPRECATED: System and Startup for Generic Armv8-M Baseline device</description> |
| 2573 | <files> |
| 2574 | <!-- include folder / device header file --> |
| 2575 | <file category="include" name="Device/ARM/ARMv8MBL/Include/"/> |
| 2576 | <!-- startup / system file --> |
GuentherMartin | 8be93b9 | 2021-05-27 10:37:16 +0200 | [diff] [blame] | 2577 | <file category="sourceAsm" name="Device/ARM/ARMv8MBL/Source/ARM/startup_ARMv8MBL.S" version="2.0.0" attr="config" condition="ARMCC6"/> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2578 | <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/ARM/ARMv8MBL_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/> |
| 2579 | <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/ARM/ARMv8MBL_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/> |
| 2580 | <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/ARM/ARMv8MBL_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/> |
| 2581 | <file category="sourceAsm" name="Device/ARM/ARMv8MBL/Source/GCC/startup_ARMv8MBL.S" version="2.2.0" attr="config" condition="GCC"/> |
| 2582 | <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2583 | <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] | 2584 | <!-- SAU configuration --> |
| 2585 | <file category="header" name="Device/ARM/ARMv8MBL/Include/Template/partition_ARMv8MBL.h" version="1.0.0" attr="config"/> |
| 2586 | </files> |
| 2587 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2588 | |
| 2589 | <!-- ARMv8MML --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2590 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.1.0" condition="ARMv8MML CMSIS" isDefaultVariant="true"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2591 | <description>System and Startup for Generic Armv8-M Mainline device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2592 | <files> |
| 2593 | <!-- include folder / device header file --> |
| 2594 | <file category="include" name="Device/ARM/ARMv8MML/Include/"/> |
| 2595 | <!-- startup / system file --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2596 | <file category="sourceC" name="Device/ARM/ARMv8MML/Source/startup_ARMv8MML.c" version="2.1.0" attr="config"/> |
| 2597 | <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/ARM/ARMv8MML_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/> |
| 2598 | <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/ARM/ARMv8MML_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/> |
| 2599 | <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/ARM/ARMv8MML_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/> |
| 2600 | <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2601 | <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] | 2602 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2603 | <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] | 2604 | </files> |
| 2605 | </component> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2606 | <component Cclass="Device" Cgroup="Startup" Cversion="1.3.0" condition="ARMv8MML CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2607 | <description>DEPRECATED: System and Startup for Generic Armv8-M Mainline device</description> |
| 2608 | <files> |
| 2609 | <!-- include folder / device header file --> |
| 2610 | <file category="include" name="Device/ARM/ARMv8MML/Include/"/> |
| 2611 | <!-- startup / system file --> |
GuentherMartin | 8be93b9 | 2021-05-27 10:37:16 +0200 | [diff] [blame] | 2612 | <file category="sourceAsm" name="Device/ARM/ARMv8MML/Source/ARM/startup_ARMv8MML.S" version="2.0.0" attr="config" condition="ARMCC6"/> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2613 | <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/ARM/ARMv8MML_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/> |
| 2614 | <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/ARM/ARMv8MML_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/> |
| 2615 | <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/ARM/ARMv8MML_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/> |
GuentherMartin | 3329b0d | 2021-05-26 10:51:30 +0200 | [diff] [blame] | 2616 | <file category="sourceAsm" name="Device/ARM/ARMv8MML/Source/GCC/startup_ARMv8MML.S" version="2.3.0" attr="config" condition="GCC"/> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2617 | <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 2618 | <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] | 2619 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2620 | <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] | 2621 | </files> |
| 2622 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2623 | |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 2624 | <!-- ARMv81MML --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2625 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="2.2.0" condition="ARMv81MML CMSIS" isDefaultVariant="true"> |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 2626 | <description>System and Startup for Generic Armv8.1-M Mainline device</description> |
| 2627 | <files> |
| 2628 | <!-- include folder / device header file --> |
| 2629 | <file category="include" name="Device/ARM/ARMv81MML/Include/"/> |
| 2630 | <!-- startup / system file --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2631 | <file category="sourceC" name="Device/ARM/ARMv81MML/Source/startup_ARMv81MML.c" version="2.1.0" attr="config"/> |
| 2632 | <file category="linkerScript" name="Device/ARM/ARMv81MML/Source/ARM/ARMv81MML_ac6_s.sct" version="1.1.0" attr="config" condition="TZ Secure ARMCC6"/> |
| 2633 | <file category="linkerScript" name="Device/ARM/ARMv81MML/Source/ARM/ARMv81MML_ac6.sct" version="1.1.0" attr="config" condition="TZ Non-secure ARMCC6"/> |
| 2634 | <file category="linkerScript" name="Device/ARM/ARMv81MML/Source/ARM/ARMv81MML_ac6.sct" version="1.1.0" attr="config" condition="TZ Unavailable ARMCC6"/> |
| 2635 | <file category="linkerScript" name="Device/ARM/ARMv81MML/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 415c9cd | 2020-03-23 10:47:10 +0100 | [diff] [blame] | 2636 | <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] | 2637 | <!-- SAU configuration --> |
Jonatan Antoni | 9818585 | 2020-03-20 12:35:39 +0100 | [diff] [blame] | 2638 | <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] | 2639 | </files> |
| 2640 | </component> |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 2641 | |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 2642 | <!-- Cortex-A5 --> |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 2643 | <component Cclass="Device" Cgroup="Startup" Cversion="1.0.1" condition="ARMCA5 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2644 | <description>System and Startup for Generic Arm Cortex-A5 device</description> |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 2645 | <files> |
| 2646 | <!-- include folder / device header file --> |
| 2647 | <file category="include" name="Device/ARM/ARMCA5/Include/"/> |
| 2648 | <!-- startup / system / mmu files --> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 2649 | <file category="sourceC" name="Device/ARM/ARMCA5/Source/AC5/startup_ARMCA5.c" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2650 | <file category="linkerScript" name="Device/ARM/ARMCA5/Source/AC5/ARMCA5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 2651 | <file category="sourceC" name="Device/ARM/ARMCA5/Source/AC6/startup_ARMCA5.c" version="1.0.1" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 2652 | <file category="linkerScript" name="Device/ARM/ARMCA5/Source/AC6/ARMCA5.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 2653 | <file category="sourceC" name="Device/ARM/ARMCA5/Source/GCC/startup_ARMCA5.c" version="1.0.1" attr="config" condition="GCC"/> |
Jonatan Antoni | 7e5e24f | 2017-09-12 16:40:22 +0200 | [diff] [blame] | 2654 | <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] | 2655 | <file category="sourceAsm" name="Device/ARM/ARMCA5/Source/IAR/startup_ARMCA5.s" version="1.0.0" attr="config" condition="IAR"/> |
| 2656 | <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] | 2657 | <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] | 2658 | <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] | 2659 | <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] | 2660 | <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] | 2661 | |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 2662 | </files> |
| 2663 | </component> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 2664 | |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 2665 | <!-- Cortex-A7 --> |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 2666 | <component Cclass="Device" Cgroup="Startup" Cversion="1.0.1" condition="ARMCA7 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2667 | <description>System and Startup for Generic Arm Cortex-A7 device</description> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 2668 | <files> |
| 2669 | <!-- include folder / device header file --> |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 2670 | <file category="include" name="Device/ARM/ARMCA7/Include/"/> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 2671 | <!-- startup / system / mmu files --> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 2672 | <file category="sourceC" name="Device/ARM/ARMCA7/Source/AC5/startup_ARMCA7.c" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2673 | <file category="linkerScript" name="Device/ARM/ARMCA7/Source/AC5/ARMCA7.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 2674 | <file category="sourceC" name="Device/ARM/ARMCA7/Source/AC6/startup_ARMCA7.c" version="1.0.1" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 2675 | <file category="linkerScript" name="Device/ARM/ARMCA7/Source/AC6/ARMCA7.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 2676 | <file category="sourceC" name="Device/ARM/ARMCA7/Source/GCC/startup_ARMCA7.c" version="1.0.1" attr="config" condition="GCC"/> |
Jonatan Antoni | 7e5e24f | 2017-09-12 16:40:22 +0200 | [diff] [blame] | 2677 | <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] | 2678 | <file category="sourceAsm" name="Device/ARM/ARMCA7/Source/IAR/startup_ARMCA7.s" version="1.0.0" attr="config" condition="IAR"/> |
| 2679 | <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] | 2680 | <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] | 2681 | <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] | 2682 | <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] | 2683 | <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] | 2684 | </files> |
| 2685 | </component> |
| 2686 | |
| 2687 | <!-- Cortex-A9 --> |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 2688 | <component Cclass="Device" Cgroup="Startup" Cversion="1.0.2" condition="ARMCA9 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2689 | <description>System and Startup for Generic Arm Cortex-A9 device</description> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 2690 | <files> |
| 2691 | <!-- include folder / device header file --> |
| 2692 | <file category="include" name="Device/ARM/ARMCA9/Include/"/> |
| 2693 | <!-- startup / system / mmu files --> |
Jonatan Antoni | c34d532 | 2017-04-25 09:32:40 +0200 | [diff] [blame] | 2694 | <file category="sourceC" name="Device/ARM/ARMCA9/Source/AC5/startup_ARMCA9.c" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2695 | <file category="linkerScript" name="Device/ARM/ARMCA9/Source/AC5/ARMCA9.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 2696 | <file category="sourceC" name="Device/ARM/ARMCA9/Source/AC6/startup_ARMCA9.c" version="1.0.1" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 2697 | <file category="linkerScript" name="Device/ARM/ARMCA9/Source/AC6/ARMCA9.sct" version="1.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 2698 | <file category="sourceC" name="Device/ARM/ARMCA9/Source/GCC/startup_ARMCA9.c" version="1.0.1" attr="config" condition="GCC"/> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 2699 | <file category="other" name="Device/ARM/ARMCA9/Source/GCC/ARMCA9.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 2700 | <file category="sourceAsm" name="Device/ARM/ARMCA9/Source/IAR/startup_ARMCA9.s" version="1.0.0" attr="config" condition="IAR"/> |
| 2701 | <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] | 2702 | <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] | 2703 | <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] | 2704 | <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] | 2705 | <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] | 2706 | </files> |
| 2707 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2708 | |
Vladimir Umek | c852bdd | 2017-07-03 09:19:47 +0200 | [diff] [blame] | 2709 | <!-- IRQ Controller --> |
Vladimir Umek | 184017e | 2018-04-09 08:11:37 +0200 | [diff] [blame] | 2710 | <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] | 2711 | <description>IRQ Controller implementation using GIC</description> |
| 2712 | <files> |
| 2713 | <file category="sourceC" name="CMSIS/Core_A/Source/irq_ctrl_gic.c"/> |
| 2714 | </files> |
| 2715 | </component> |
| 2716 | |
Vladimir Umek | bed0759 | 2017-06-14 14:35:26 +0200 | [diff] [blame] | 2717 | <!-- OS Tick --> |
Jonatan Antoni | c6dca33 | 2018-03-02 12:23:44 +0100 | [diff] [blame] | 2718 | <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] | 2719 | <description>OS Tick implementation using Private Timer</description> |
| 2720 | <files> |
| 2721 | <file category="sourceC" name="CMSIS/RTOS2/Source/os_tick_ptim.c"/> |
| 2722 | </files> |
| 2723 | </component> |
| 2724 | |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 2725 | <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] | 2726 | <description>OS Tick implementation using Generic Physical Timer</description> |
| 2727 | <files> |
| 2728 | <file category="sourceC" name="CMSIS/RTOS2/Source/os_tick_gtim.c"/> |
| 2729 | </files> |
| 2730 | </component> |
| 2731 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2732 | <!-- CMSIS-DSP component --> |
Christophe Favergeon | 2f12ed8 | 2020-07-22 09:10:21 +0200 | [diff] [blame] | 2733 | <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] | 2734 | <description>CMSIS-DSP Library for Cortex-M, SC000, and SC300</description> |
| 2735 | <files> |
| 2736 | <!-- CPU independent --> |
Jonatan Antoni | 2620d73 | 2020-03-17 16:07:31 +0100 | [diff] [blame] | 2737 | <file category="doc" name="CMSIS/Documentation/DSP/html/index.html"/> |
| 2738 | <file category="header" name="CMSIS/DSP/Include/arm_math.h"/> |
Christophe Favergeon | c46f152 | 2020-04-21 14:04:25 +0200 | [diff] [blame] | 2739 | <file category="header" name="CMSIS/DSP/Include/arm_math_f16.h"/> |
| 2740 | <file category="header" name="CMSIS/DSP/Include/arm_common_tables.h"/> |
| 2741 | <file category="header" name="CMSIS/DSP/Include/arm_common_tables_f16.h"/> |
| 2742 | <file category="header" name="CMSIS/DSP/Include/arm_const_structs.h"/> |
| 2743 | <file category="header" name="CMSIS/DSP/Include/arm_const_structs_f16.h"/> |
| 2744 | |
Jonatan Antoni | 2620d73 | 2020-03-17 16:07:31 +0100 | [diff] [blame] | 2745 | <file category="include" name="CMSIS/DSP/PrivateInclude/"/> |
Christophe Favergeon | 2f12ed8 | 2020-07-22 09:10:21 +0200 | [diff] [blame] | 2746 | <file category="include" name="CMSIS/DSP/Include/"/> |
GuentherMartin | 41d9e35 | 2019-03-14 14:18:28 +0100 | [diff] [blame] | 2747 | |
Robert Rostohar | 86d53b7 | 2019-05-07 12:07:42 +0200 | [diff] [blame] | 2748 | <!-- DSP sources (core) --> |
Jonatan Antoni | 2620d73 | 2020-03-17 16:07:31 +0100 | [diff] [blame] | 2749 | <file category="source" name="CMSIS/DSP/Source/BasicMathFunctions/BasicMathFunctions.c"/> |
Christophe Favergeon | c46f152 | 2020-04-21 14:04:25 +0200 | [diff] [blame] | 2750 | |
Christophe Favergeon | af1c54b | 2021-02-15 14:15:10 +0100 | [diff] [blame] | 2751 | <file category="source" name="CMSIS/DSP/Source/QuaternionMathFunctions/QuaternionMathFunctions.c"/> |
| 2752 | |
Jonatan Antoni | 2620d73 | 2020-03-17 16:07:31 +0100 | [diff] [blame] | 2753 | <file category="source" name="CMSIS/DSP/Source/BayesFunctions/BayesFunctions.c"/> |
| 2754 | <file category="source" name="CMSIS/DSP/Source/CommonTables/CommonTables.c"/> |
| 2755 | <file category="source" name="CMSIS/DSP/Source/ComplexMathFunctions/ComplexMathFunctions.c"/> |
| 2756 | <file category="source" name="CMSIS/DSP/Source/ControllerFunctions/ControllerFunctions.c"/> |
| 2757 | <file category="source" name="CMSIS/DSP/Source/DistanceFunctions/DistanceFunctions.c"/> |
| 2758 | <file category="source" name="CMSIS/DSP/Source/FastMathFunctions/FastMathFunctions.c"/> |
| 2759 | <file category="source" name="CMSIS/DSP/Source/FilteringFunctions/FilteringFunctions.c"/> |
| 2760 | <file category="source" name="CMSIS/DSP/Source/MatrixFunctions/MatrixFunctions.c"/> |
| 2761 | <file category="source" name="CMSIS/DSP/Source/StatisticsFunctions/StatisticsFunctions.c"/> |
| 2762 | <file category="source" name="CMSIS/DSP/Source/SupportFunctions/SupportFunctions.c"/> |
| 2763 | <file category="source" name="CMSIS/DSP/Source/SVMFunctions/SVMFunctions.c"/> |
| 2764 | <file category="source" name="CMSIS/DSP/Source/TransformFunctions/TransformFunctions.c"/> |
Felix Johnny | 26c5ea6 | 2020-03-20 14:30:53 +0100 | [diff] [blame] | 2765 | |
Christophe Favergeon | 2f12ed8 | 2020-07-22 09:10:21 +0200 | [diff] [blame] | 2766 | <file category="source" name="CMSIS/DSP/Source/InterpolationFunctions/InterpolationFunctions.c"/> |
| 2767 | |
Christophe Favergeon | c46f152 | 2020-04-21 14:04:25 +0200 | [diff] [blame] | 2768 | <!-- DSP sources F16 versions --> |
| 2769 | <file category="source" name="CMSIS/DSP/Source/BasicMathFunctions/BasicMathFunctionsF16.c"/> |
Christophe Favergeon | 9ee3824 | 2020-08-04 09:22:18 +0200 | [diff] [blame] | 2770 | <file category="source" name="CMSIS/DSP/Source/ComplexMathFunctions/ComplexMathFunctionsF16.c"/> |
| 2771 | <file category="source" name="CMSIS/DSP/Source/FilteringFunctions/FilteringFunctionsF16.c"/> |
Christophe Favergeon | c46f152 | 2020-04-21 14:04:25 +0200 | [diff] [blame] | 2772 | <file category="source" name="CMSIS/DSP/Source/CommonTables/CommonTablesF16.c"/> |
| 2773 | <file category="source" name="CMSIS/DSP/Source/TransformFunctions/TransformFunctionsF16.c"/> |
Christophe Favergeon | 116bc4d | 2020-08-06 11:00:40 +0200 | [diff] [blame] | 2774 | <file category="source" name="CMSIS/DSP/Source/MatrixFunctions/MatrixFunctionsF16.c"/> |
Christophe Favergeon | c793588 | 2020-08-06 13:14:33 +0200 | [diff] [blame] | 2775 | <file category="source" name="CMSIS/DSP/Source/InterpolationFunctions/InterpolationFunctionsF16.c"/> |
Christophe Favergeon | 18a5fbc | 2020-08-07 11:18:02 +0200 | [diff] [blame] | 2776 | <file category="source" name="CMSIS/DSP/Source/StatisticsFunctions/StatisticsFunctionsF16.c"/> |
Christophe Favergeon | 9e773df | 2020-08-10 10:55:47 +0200 | [diff] [blame] | 2777 | <file category="source" name="CMSIS/DSP/Source/SupportFunctions/SupportFunctionsF16.c"/> |
Christophe Favergeon | be0e95f | 2020-08-11 11:19:25 +0200 | [diff] [blame] | 2778 | <file category="source" name="CMSIS/DSP/Source/FastMathFunctions/FastMathFunctionsF16.c"/> |
Christophe Favergeon | d73292b | 2020-08-11 13:05:34 +0200 | [diff] [blame] | 2779 | <file category="source" name="CMSIS/DSP/Source/DistanceFunctions/DistanceFunctionsF16.c"/> |
Christophe Favergeon | 72f1d9e | 2020-08-12 10:39:33 +0200 | [diff] [blame] | 2780 | <file category="source" name="CMSIS/DSP/Source/BayesFunctions/BayesFunctionsF16.c"/> |
| 2781 | <file category="source" name="CMSIS/DSP/Source/SVMFunctions/SVMFunctionsF16.c"/> |
Christophe Favergeon | c46f152 | 2020-04-21 14:04:25 +0200 | [diff] [blame] | 2782 | |
Jonatan Antoni | 2620d73 | 2020-03-17 16:07:31 +0100 | [diff] [blame] | 2783 | <!-- Compute Library for Cortex-A --> |
| 2784 | <file category="header" name="CMSIS/DSP/ComputeLibrary/Include/NEMath.h" condition="ARMv7-A Device"/> |
| 2785 | <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] | 2786 | </files> |
| 2787 | </component> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 2788 | |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 2789 | <!-- CMSIS-NN component --> |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 2790 | <component Cclass="CMSIS" Cgroup="NN Lib" Cversion="3.0.0" condition="CMSIS NN"> |
Jonatan Antoni | 13bff48 | 2018-01-19 13:05:57 +0100 | [diff] [blame] | 2791 | <description>CMSIS-NN Neural Network Library</description> |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 2792 | <files> |
| 2793 | <file category="doc" name="CMSIS/Documentation/NN/html/index.html"/> |
Felix Johnny | d36676f | 2021-01-19 10:31:55 +0100 | [diff] [blame] | 2794 | <file category="header" name="CMSIS/NN/Include/arm_nn_types.h"/> |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 2795 | <file category="header" name="CMSIS/NN/Include/arm_nnfunctions.h"/> |
Felix Johnny | 459d6f4 | 2020-03-16 15:37:07 +0100 | [diff] [blame] | 2796 | <file category="header" name="CMSIS/NN/Include/arm_nnsupportfunctions.h"/> |
| 2797 | <file category="header" name="CMSIS/NN/Include/arm_nn_tables.h"/> |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 2798 | |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 2799 | <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] | 2800 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_fast.c"/> |
| 2801 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_RGB.c"/> |
| 2802 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1_x_n_s8.c"/> |
| 2803 | <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] | 2804 | <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] | 2805 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_s8_s16_reordered.c"/> |
| 2806 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7.c"/> |
Felix Johnny | d36676f | 2021-01-19 10:31:55 +0100 | [diff] [blame] | 2807 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_wrapper_s8.c"/> |
Felix Johnny | 459d6f4 | 2020-03-16 15:37:07 +0100 | [diff] [blame] | 2808 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15.c"/> |
| 2809 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_basic.c"/> |
| 2810 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_s8_fast.c"/> |
| 2811 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_s8.c"/> |
| 2812 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast_nonsquare.c"/> |
| 2813 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_s8.c"/> |
| 2814 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_s8.c"/> |
| 2815 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_3x3_s8.c"/> |
| 2816 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_separable_conv_HWC_q7_nonsquare.c"/> |
| 2817 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic.c"/> |
| 2818 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_depthwise_conv_s8_opt.c"/> |
Felix Johnny | d36676f | 2021-01-19 10:31:55 +0100 | [diff] [blame] | 2819 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_wrapper_s8.c"/> |
Felix Johnny | 459d6f4 | 2020-03-16 15:37:07 +0100 | [diff] [blame] | 2820 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q15_fast.c"/> |
| 2821 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_nn_mat_mult_kernel_q7_q15_reordered.c"/> |
| 2822 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_nn_depthwise_conv_s8_core.c"/> |
| 2823 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_HWC_q7_basic_nonsquare.c"/> |
| 2824 | <file category="source" name="CMSIS/NN/Source/ConvolutionFunctions/arm_convolve_1x1_HWC_q7_fast_nonsquare.c"/> |
| 2825 | <file category="source" name="CMSIS/NN/Source/ConcatenationFunctions/arm_concatenation_s8_x.c"/> |
| 2826 | <file category="source" name="CMSIS/NN/Source/ConcatenationFunctions/arm_concatenation_s8_w.c"/> |
| 2827 | <file category="source" name="CMSIS/NN/Source/ConcatenationFunctions/arm_concatenation_s8_y.c"/> |
| 2828 | <file category="source" name="CMSIS/NN/Source/ConcatenationFunctions/arm_concatenation_s8_z.c"/> |
Felix Johnny | d36676f | 2021-01-19 10:31:55 +0100 | [diff] [blame] | 2829 | <file category="source" name="CMSIS/NN/Source/SVDFunctions/arm_svdf_s8.c"/> |
Felix Johnny | 459d6f4 | 2020-03-16 15:37:07 +0100 | [diff] [blame] | 2830 | <file category="source" name="CMSIS/NN/Source/PoolingFunctions/arm_max_pool_s8.c"/> |
| 2831 | <file category="source" name="CMSIS/NN/Source/PoolingFunctions/arm_avgpool_s8.c"/> |
| 2832 | <file category="source" name="CMSIS/NN/Source/PoolingFunctions/arm_pool_q7_HWC.c"/> |
| 2833 | <file category="source" name="CMSIS/NN/Source/BasicMathFunctions/arm_elementwise_mul_s8.c"/> |
| 2834 | <file category="source" name="CMSIS/NN/Source/BasicMathFunctions/arm_elementwise_add_s8.c"/> |
| 2835 | <file category="source" name="CMSIS/NN/Source/ActivationFunctions/arm_relu6_s8.c"/> |
| 2836 | <file category="source" name="CMSIS/NN/Source/ActivationFunctions/arm_relu_q15.c"/> |
| 2837 | <file category="source" name="CMSIS/NN/Source/ActivationFunctions/arm_relu_q7.c"/> |
| 2838 | <file category="source" name="CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q15.c"/> |
| 2839 | <file category="source" name="CMSIS/NN/Source/ActivationFunctions/arm_nn_activations_q7.c"/> |
| 2840 | <file category="source" name="CMSIS/NN/Source/ReshapeFunctions/arm_reshape_s8.c"/> |
| 2841 | <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] | 2842 | <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] | 2843 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_vec_mat_mult_t_s8.c"/> |
Felix Thomasmathibalan | 8f2544b | 2021-04-14 12:45:49 +0100 | [diff] [blame] | 2844 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_vec_mat_mult_t_svdf_s8.c"/> |
Felix Johnny | 459d6f4 | 2020-03-16 15:37:07 +0100 | [diff] [blame] | 2845 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_q7_to_q15_with_offset.c"/> |
| 2846 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_accumulate_q7_to_q15.c"/> |
| 2847 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_mat_mult_nt_t_s8.c"/> |
Felix Johnny | d36676f | 2021-01-19 10:31:55 +0100 | [diff] [blame] | 2848 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_depthwise_conv_nt_t_padded_s8.c"/> |
Felix Johnny | 459d6f4 | 2020-03-16 15:37:07 +0100 | [diff] [blame] | 2849 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_add_q7.c"/> |
| 2850 | <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] | 2851 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nntables.c"/> |
Felix Johnny | d36676f | 2021-01-19 10:31:55 +0100 | [diff] [blame] | 2852 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_depthwise_conv_nt_t_s8.c"/> |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 2853 | <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] | 2854 | <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] | 2855 | <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] | 2856 | <file category="source" name="CMSIS/NN/Source/NNSupportFunctions/arm_nn_mat_mul_core_1x_s8.c"/> |
| 2857 | <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_s8.c"/> |
| 2858 | <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15_opt.c"/> |
| 2859 | <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7.c"/> |
| 2860 | <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_mat_q7_vec_q15_opt.c"/> |
| 2861 | <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q15.c"/> |
| 2862 | <file category="source" name="CMSIS/NN/Source/FullyConnectedFunctions/arm_fully_connected_q7_opt.c"/> |
| 2863 | <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] | 2864 | <file category="source" name="CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q15.c"/> |
Felix Johnny | 459d6f4 | 2020-03-16 15:37:07 +0100 | [diff] [blame] | 2865 | <file category="source" name="CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_s8.c"/> |
| 2866 | <file category="source" name="CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_u8.c"/> |
Jonatan Antoni | a67f555 | 2018-01-18 15:22:46 +0100 | [diff] [blame] | 2867 | <file category="source" name="CMSIS/NN/Source/SoftmaxFunctions/arm_softmax_q7.c"/> |
Felix Johnny | 459d6f4 | 2020-03-16 15:37:07 +0100 | [diff] [blame] | 2868 | <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] | 2869 | </files> |
| 2870 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2871 | |
| 2872 | <!-- CMSIS-RTOS Keil RTX component --> |
Robert Rostohar | 86d53b7 | 2019-05-07 12:07:42 +0200 | [diff] [blame] | 2873 | <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] | 2874 | <description>CMSIS-RTOS RTX implementation for Cortex-M, SC000, and SC300</description> |
| 2875 | <RTE_Components_h> |
| 2876 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 2877 | #define RTE_CMSIS_RTOS /* CMSIS-RTOS */ |
| 2878 | #define RTE_CMSIS_RTOS_RTX /* CMSIS-RTOS Keil RTX */ |
| 2879 | </RTE_Components_h> |
| 2880 | <files> |
| 2881 | <!-- CPU independent --> |
bruneu01 | f9c0195 | 2016-09-13 16:28:46 +0200 | [diff] [blame] | 2882 | <file category="doc" name="CMSIS/Documentation/RTOS/html/rtxImplementation.html"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2883 | <file category="header" name="CMSIS/RTOS/RTX/INC/cmsis_os.h"/> |
| 2884 | <file category="source" attr="config" name="CMSIS/RTOS/RTX/Templates/RTX_Conf_CM.c" version="4.70.1"/> |
| 2885 | |
| 2886 | <!-- RTX templates --> |
| 2887 | <file category="header" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/osObjects.h" select="CMSIS-RTOS 'main' function"/> |
| 2888 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/main.c" select="CMSIS-RTOS 'main' function"/> |
| 2889 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MailQueue.c" select="CMSIS-RTOS Mail Queue"/> |
| 2890 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MemPool.c" select="CMSIS-RTOS Memory Pool"/> |
| 2891 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MsgQueue.c" select="CMSIS-RTOS Message Queue"/> |
| 2892 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Mutex.c" select="CMSIS-RTOS Mutex"/> |
| 2893 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Semaphore.c" select="CMSIS-RTOS Semaphore"/> |
| 2894 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Thread.c" select="CMSIS-RTOS Thread"/> |
| 2895 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Timer.c" select="CMSIS-RTOS Timer"/> |
| 2896 | <!-- tool-chain specific template file --> |
| 2897 | <file category="source" attr="template" condition="ARMCC" name="CMSIS/RTOS/RTX/SRC/ARM/SVC_Table.s" select="CMSIS-RTOS User SVC"/> |
| 2898 | <file category="source" attr="template" condition="GCC" name="CMSIS/RTOS/RTX/SRC/GCC/SVC_Table.S" select="CMSIS-RTOS User SVC"/> |
| 2899 | <file category="source" attr="template" condition="IAR" name="CMSIS/RTOS/RTX/SRC/IAR/SVC_Table.s" select="CMSIS-RTOS User SVC"/> |
| 2900 | |
| 2901 | <!-- CPU and Compiler dependent --> |
| 2902 | <!-- ARMCC --> |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 2903 | <file category="library" condition="CM0_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM0.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2904 | <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] | 2905 | <file category="library" condition="CM1_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM0.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2906 | <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] | 2907 | <file category="library" condition="CM3_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2908 | <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] | 2909 | <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] | 2910 | <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] | 2911 | <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] | 2912 | <file category="library" condition="CM4_FP_BE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM4_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2913 | <file category="library" condition="CM7_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2914 | <file category="library" condition="CM7_BE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2915 | <file category="library" condition="CM7_FP_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM4.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2916 | <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] | 2917 | <!-- GCC --> |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 2918 | <file category="library" condition="CM0_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM0.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2919 | <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] | 2920 | <file category="library" condition="CM1_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM0.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2921 | <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] | 2922 | <file category="library" condition="CM3_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2923 | <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] | 2924 | <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] | 2925 | <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] | 2926 | <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] | 2927 | <file category="library" condition="CM4_FP_BE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2928 | <file category="library" condition="CM7_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2929 | <file category="library" condition="CM7_BE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2930 | <file category="library" condition="CM7_FP_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2931 | <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] | 2932 | <!-- IAR --> |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 2933 | <file category="library" condition="CM0_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM0.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2934 | <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] | 2935 | <file category="library" condition="CM1_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM0.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2936 | <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] | 2937 | <file category="library" condition="CM3_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2938 | <file category="library" condition="CM3_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2939 | <file category="library" condition="CM4_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2940 | <file category="library" condition="CM4_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2941 | <file category="library" condition="CM4_FP_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM4.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2942 | <file category="library" condition="CM4_FP_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM4_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2943 | <file category="library" condition="CM7_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2944 | <file category="library" condition="CM7_BE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2945 | <file category="library" condition="CM7_FP_LE_IAR" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM4.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2946 | <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] | 2947 | </files> |
| 2948 | </component> |
| 2949 | <!-- CMSIS-RTOS Keil RTX component (IFX variant) --> |
Robert Rostohar | 86d53b7 | 2019-05-07 12:07:42 +0200 | [diff] [blame] | 2950 | <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] | 2951 | <description>CMSIS-RTOS RTX implementation for Infineon XMC4 series affected by PMU_CM.001 errata</description> |
| 2952 | <RTE_Components_h> |
| 2953 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 2954 | #define RTE_CMSIS_RTOS /* CMSIS-RTOS */ |
| 2955 | #define RTE_CMSIS_RTOS_RTX /* CMSIS-RTOS Keil RTX */ |
| 2956 | </RTE_Components_h> |
| 2957 | <files> |
| 2958 | <!-- CPU independent --> |
| 2959 | <file category="doc" name="CMSIS/Documentation/RTOS/html/rtxImplementation.html"/> |
| 2960 | <file category="header" name="CMSIS/RTOS/RTX/INC/cmsis_os.h"/> |
| 2961 | <file category="source" attr="config" name="CMSIS/RTOS/RTX/Templates/RTX_Conf_CM.c" version="4.70.1"/> |
| 2962 | |
| 2963 | <!-- RTX templates --> |
| 2964 | <file category="header" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/osObjects.h" select="CMSIS-RTOS 'main' function"/> |
| 2965 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/main.c" select="CMSIS-RTOS 'main' function"/> |
| 2966 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MailQueue.c" select="CMSIS-RTOS Mail Queue"/> |
| 2967 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MemPool.c" select="CMSIS-RTOS Memory Pool"/> |
| 2968 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MsgQueue.c" select="CMSIS-RTOS Message Queue"/> |
| 2969 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Mutex.c" select="CMSIS-RTOS Mutex"/> |
| 2970 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Semaphore.c" select="CMSIS-RTOS Semaphore"/> |
| 2971 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Thread.c" select="CMSIS-RTOS Thread"/> |
| 2972 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Timer.c" select="CMSIS-RTOS Timer"/> |
| 2973 | <!-- tool-chain specific template file --> |
| 2974 | <file category="source" attr="template" condition="ARMCC" name="CMSIS/RTOS/RTX/SRC/ARM/SVC_Table.s" select="CMSIS-RTOS User SVC"/> |
| 2975 | <file category="source" attr="template" condition="GCC" name="CMSIS/RTOS/RTX/SRC/GCC/SVC_Table.S" select="CMSIS-RTOS User SVC"/> |
| 2976 | <file category="source" attr="template" condition="IAR" name="CMSIS/RTOS/RTX/SRC/IAR/SVC_Table.s" select="CMSIS-RTOS User SVC"/> |
| 2977 | |
| 2978 | <!-- CPU and Compiler dependent --> |
| 2979 | <!-- ARMCC --> |
| 2980 | <file category="library" condition="CM4_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3_IFX.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2981 | <file category="library" condition="CM4_FP_LE_ARMCC" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM4_IFX.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2982 | <!-- GCC --> |
| 2983 | <file category="library" condition="CM4_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3_IFX.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2984 | <file category="library" condition="CM4_FP_LE_GCC" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4_IFX.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2985 | <!-- IAR --> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2986 | </files> |
| 2987 | </component> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 2988 | |
| 2989 | <!-- CMSIS-RTOS Keil RTX5 component --> |
Robert Rostohar | 40e936e | 2021-05-05 14:09:29 +0200 | [diff] [blame] | 2990 | <component Cclass="CMSIS" Cgroup="RTOS" Csub="Keil RTX5" Cversion="5.5.3" Capiversion="1.0.0" condition="RTOS RTX5"> |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 2991 | <description>CMSIS-RTOS RTX5 implementation for Cortex-M, SC000, and SC300</description> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 2992 | <RTE_Components_h> |
| 2993 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 2994 | #define RTE_CMSIS_RTOS /* CMSIS-RTOS */ |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 2995 | #define RTE_CMSIS_RTOS_RTX5 /* CMSIS-RTOS Keil RTX5 */ |
| 2996 | </RTE_Components_h> |
| 2997 | <files> |
| 2998 | <!-- RTX header file --> |
| 2999 | <file category="header" name="CMSIS/RTOS2/RTX/Include1/cmsis_os.h"/> |
| 3000 | <!-- RTX compatibility module for API V1 --> |
| 3001 | <file category="source" name="CMSIS/RTOS2/RTX/Library/cmsis_os1.c"/> |
| 3002 | </files> |
| 3003 | </component> |
| 3004 | |
| 3005 | <!-- CMSIS-RTOS2 Keil RTX5 component --> |
Robert Rostohar | 40e936e | 2021-05-05 14:09:29 +0200 | [diff] [blame] | 3006 | <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Library" Cversion="5.5.3" Capiversion="2.1.3" condition="RTOS2 RTX5"> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 3007 | <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] | 3008 | <RTE_Components_h> |
| 3009 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 3010 | #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */ |
| 3011 | #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */ |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 3012 | </RTE_Components_h> |
| 3013 | <files> |
| 3014 | <!-- RTX documentation --> |
Martin Günther | 0ffe8f9 | 2016-08-24 11:43:05 +0200 | [diff] [blame] | 3015 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 3016 | |
| 3017 | <!-- RTX header files --> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 3018 | <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/> |
| 3019 | |
| 3020 | <!-- RTX configuration --> |
Robert Rostohar | 20d60b7 | 2021-05-17 08:55:14 +0200 | [diff] [blame] | 3021 | <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.2"/> |
Robert Rostohar | b4b5d3c | 2021-05-17 08:03:42 +0200 | [diff] [blame] | 3022 | <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.1"/> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 3023 | |
| 3024 | <!-- RTX templates --> |
Robert Rostohar | 83177af | 2018-09-04 10:27:04 +0200 | [diff] [blame] | 3025 | <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] | 3026 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/> |
| 3027 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/> |
| 3028 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/> |
| 3029 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/> |
| 3030 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/> |
| 3031 | <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] | 3032 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Timer.c" version="2.0.1" select="CMSIS-RTOS2 Timer"/> |
| 3033 | <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] | 3034 | <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/> |
Martin Günther | 0ffe8f9 | 2016-08-24 11:43:05 +0200 | [diff] [blame] | 3035 | |
Robert Rostohar | 0e8657f | 2016-11-25 21:54:15 +0100 | [diff] [blame] | 3036 | <!-- RTX library configuration --> |
| 3037 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/> |
| 3038 | |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 3039 | <!-- RTX libraries (CPU and Compiler dependent) --> |
| 3040 | <!-- ARMCC --> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 3041 | <file category="library" condition="CM0_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM0.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3042 | <file category="library" condition="CM1_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM0.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3043 | <file category="library" condition="CM3_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM3.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3044 | <file category="library" condition="CM4_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM3.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3045 | <file category="library" condition="CM4_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM4F.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3046 | <file category="library" condition="CM7_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM3.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3047 | <file category="library" condition="CM7_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM4F.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3048 | <file category="library" condition="CM23_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MB.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3049 | <file category="library" condition="CM33_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MM.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3050 | <file category="library" condition="CM33_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMF.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3051 | <file category="library" condition="CM35P_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MM.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3052 | <file category="library" condition="CM35P_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMF.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3053 | <file category="library" condition="CM55_NOFPU_NOMVE_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MM.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3054 | <file category="library" condition="CM55_FPU_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMF.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3055 | <file category="library" condition="ARMv8MBL_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MB.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3056 | <file category="library" condition="ARMv8MML_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MM.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3057 | <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] | 3058 | <!-- GCC --> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 3059 | <file category="library" condition="CM0_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM0.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3060 | <file category="library" condition="CM1_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM0.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3061 | <file category="library" condition="CM3_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3062 | <file category="library" condition="CM4_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3063 | <file category="library" condition="CM4_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM4F.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3064 | <file category="library" condition="CM7_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3065 | <file category="library" condition="CM7_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM4F.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3066 | <file category="library" condition="CM23_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MB.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3067 | <file category="library" condition="CM33_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3068 | <file category="library" condition="CM33_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3069 | <file category="library" condition="CM35P_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3070 | <file category="library" condition="CM35P_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3071 | <file category="library" condition="CM55_NOFPU_NOMVE_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3072 | <file category="library" condition="CM55_FPU_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3073 | <file category="library" condition="ARMv8MBL_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MB.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3074 | <file category="library" condition="ARMv8MML_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3075 | <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] | 3076 | <!-- IAR --> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 3077 | <file category="library" condition="CM0_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM0.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3078 | <file category="library" condition="CM1_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM0.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3079 | <file category="library" condition="CM3_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3080 | <file category="library" condition="CM4_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3081 | <file category="library" condition="CM4_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM4F.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3082 | <file category="library" condition="CM7_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3083 | <file category="library" condition="CM7_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM4F.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3084 | <file category="library" condition="CM23_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MB.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3085 | <file category="library" condition="CM33_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3086 | <file category="library" condition="CM33_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3087 | <file category="library" condition="CM35P_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3088 | <file category="library" condition="CM35P_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3089 | <file category="library" condition="CM55_NOFPU_NOMVE_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3090 | <file category="library" condition="CM55_FPU_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3091 | <file category="library" condition="ARMv8MBL_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MB.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3092 | <file category="library" condition="ARMv8MML_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3093 | <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] | 3094 | </files> |
| 3095 | </component> |
Robert Rostohar | 40e936e | 2021-05-05 14:09:29 +0200 | [diff] [blame] | 3096 | <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Library_NS" Cversion="5.5.3" Capiversion="2.1.3" condition="RTOS2 RTX5 NS"> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 3097 | <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] | 3098 | <RTE_Components_h> |
| 3099 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 3100 | #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */ |
| 3101 | #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */ |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 3102 | #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] | 3103 | </RTE_Components_h> |
| 3104 | <files> |
| 3105 | <!-- RTX documentation --> |
| 3106 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/> |
| 3107 | |
| 3108 | <!-- RTX header files --> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 3109 | <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/> |
| 3110 | |
| 3111 | <!-- RTX configuration --> |
Robert Rostohar | 20d60b7 | 2021-05-17 08:55:14 +0200 | [diff] [blame] | 3112 | <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.2"/> |
Robert Rostohar | b4b5d3c | 2021-05-17 08:03:42 +0200 | [diff] [blame] | 3113 | <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.1"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 3114 | |
| 3115 | <!-- RTX templates --> |
Robert Rostohar | 83177af | 2018-09-04 10:27:04 +0200 | [diff] [blame] | 3116 | <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] | 3117 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/> |
| 3118 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/> |
| 3119 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/> |
| 3120 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/> |
| 3121 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/> |
| 3122 | <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] | 3123 | <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] | 3124 | <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] | 3125 | <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/> |
| 3126 | |
Robert Rostohar | 0e8657f | 2016-11-25 21:54:15 +0100 | [diff] [blame] | 3127 | <!-- RTX library configuration --> |
| 3128 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/> |
| 3129 | |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 3130 | <!-- RTX libraries (CPU and Compiler dependent) --> |
| 3131 | <!-- ARMCC --> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 3132 | <file category="library" condition="CM23_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MBN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3133 | <file category="library" condition="CM33_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3134 | <file category="library" condition="CM33_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMFN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3135 | <file category="library" condition="CM35P_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3136 | <file category="library" condition="CM35P_FP_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMFN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3137 | <file category="library" condition="CM55_NOFPU_NOMVE_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3138 | <file category="library" condition="CM55_FPU_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMFN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3139 | <file category="library" condition="ARMv8MBL_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MBN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3140 | <file category="library" condition="ARMv8MML_LE_ARMCC" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 3141 | <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] | 3142 | <!-- GCC --> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 3143 | <file category="library" condition="CM23_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MBN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3144 | <file category="library" condition="CM33_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3145 | <file category="library" condition="CM33_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3146 | <file category="library" condition="CM35P_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3147 | <file category="library" condition="CM35P_FP_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3148 | <file category="library" condition="CM55_NOFPU_NOMVE_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3149 | <file category="library" condition="CM55_FPU_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3150 | <file category="library" condition="ARMv8MBL_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MBN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3151 | <file category="library" condition="ARMv8MML_LE_GCC" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3152 | <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] | 3153 | <!-- IAR --> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 3154 | <file category="library" condition="CM23_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MBN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3155 | <file category="library" condition="CM33_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3156 | <file category="library" condition="CM33_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3157 | <file category="library" condition="CM35P_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3158 | <file category="library" condition="CM35P_FP_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3159 | <file category="library" condition="CM55_NOFPU_NOMVE_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3160 | <file category="library" condition="CM55_FPU_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3161 | <file category="library" condition="ARMv8MBL_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MBN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3162 | <file category="library" condition="ARMv8MML_LE_IAR" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 3163 | <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] | 3164 | </files> |
| 3165 | </component> |
Robert Rostohar | 40e936e | 2021-05-05 14:09:29 +0200 | [diff] [blame] | 3166 | <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Source" Cversion="5.5.3" Capiversion="2.1.3" condition="RTOS2 RTX5"> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 3167 | <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] | 3168 | <RTE_Components_h> |
| 3169 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 3170 | #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */ |
| 3171 | #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */ |
Robert Rostohar | ecaa0d6 | 2016-10-28 09:05:16 +0200 | [diff] [blame] | 3172 | #define RTE_CMSIS_RTOS2_RTX5_SOURCE /* CMSIS-RTOS2 Keil RTX5 Source */ |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3173 | </RTE_Components_h> |
| 3174 | <files> |
| 3175 | <!-- RTX documentation --> |
| 3176 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/> |
| 3177 | |
| 3178 | <!-- RTX header files --> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3179 | <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/> |
| 3180 | |
| 3181 | <!-- RTX configuration --> |
Robert Rostohar | 20d60b7 | 2021-05-17 08:55:14 +0200 | [diff] [blame] | 3182 | <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.2"/> |
Robert Rostohar | b4b5d3c | 2021-05-17 08:03:42 +0200 | [diff] [blame] | 3183 | <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.1"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3184 | |
| 3185 | <!-- RTX templates --> |
Robert Rostohar | 83177af | 2018-09-04 10:27:04 +0200 | [diff] [blame] | 3186 | <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] | 3187 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/> |
| 3188 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/> |
| 3189 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/> |
| 3190 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/> |
| 3191 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/> |
| 3192 | <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] | 3193 | <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] | 3194 | <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] | 3195 | <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/> |
| 3196 | |
| 3197 | <!-- RTX sources (core) --> |
| 3198 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_kernel.c"/> |
| 3199 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_thread.c"/> |
| 3200 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_delay.c"/> |
| 3201 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_timer.c"/> |
| 3202 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evflags.c"/> |
| 3203 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mutex.c"/> |
| 3204 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_semaphore.c"/> |
| 3205 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_memory.c"/> |
| 3206 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mempool.c"/> |
| 3207 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c"/> |
| 3208 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_system.c"/> |
Robert Rostohar | 0e8657f | 2016-11-25 21:54:15 +0100 | [diff] [blame] | 3209 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evr.c"/> |
| 3210 | <!-- RTX sources (library configuration) --> |
| 3211 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3212 | <!-- RTX sources (handlers ARMCC) --> |
Robert Rostohar | c1f245e | 2021-05-17 12:08:27 +0200 | [diff] [blame] | 3213 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv6m.s" condition="CM0_ARMCC5"/> |
| 3214 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv6m.S" condition="CM0_ARMCC6"/> |
| 3215 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv6m.s" condition="CM1_ARMCC5"/> |
| 3216 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv6m.S" condition="CM1_ARMCC6"/> |
| 3217 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv7m.s" condition="CM3_ARMCC5"/> |
| 3218 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv7m.S" condition="CM3_ARMCC6"/> |
| 3219 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv7m.s" condition="CM4_ARMCC5"/> |
| 3220 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv7m.S" condition="CM4_ARMCC6"/> |
| 3221 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv7m.s" condition="CM4_FP_ARMCC5"/> |
| 3222 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv7m.S" condition="CM4_FP_ARMCC6"/> |
| 3223 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv7m.s" condition="CM7_ARMCC5"/> |
| 3224 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv7m.S" condition="CM7_ARMCC6"/> |
| 3225 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv7m.s" condition="CM7_FP_ARMCC5"/> |
| 3226 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv7m.S" condition="CM7_FP_ARMCC6"/> |
| 3227 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S" condition="CM23_ARMCC"/> |
| 3228 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM33_ARMCC"/> |
| 3229 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM33_FP_ARMCC"/> |
| 3230 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM35P_ARMCC"/> |
| 3231 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM35P_FP_ARMCC"/> |
Robert Rostohar | 64710c9 | 2020-03-27 20:31:04 +0100 | [diff] [blame] | 3232 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_NOMVE_ARMCC"/> |
| 3233 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_MVE_ARMCC"/> |
| 3234 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_FPU_ARMCC"/> |
Robert Rostohar | c1f245e | 2021-05-17 12:08:27 +0200 | [diff] [blame] | 3235 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S" condition="ARMv8MBL_ARMCC"/> |
| 3236 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="ARMv8MML_ARMCC"/> |
| 3237 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="ARMv8MML_FP_ARMCC"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3238 | <!-- RTX sources (handlers GCC) --> |
Robert Rostohar | 95fe964 | 2021-05-14 12:38:21 +0200 | [diff] [blame] | 3239 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv6m.S" condition="CM0_GCC"/> |
| 3240 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv6m.S" condition="CM1_GCC"/> |
| 3241 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv7m.S" condition="CM3_GCC"/> |
| 3242 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv7m.S" condition="CM4_GCC"/> |
| 3243 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv7m.S" condition="CM4_FP_GCC"/> |
| 3244 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv7m.S" condition="CM7_GCC"/> |
| 3245 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv7m.S" condition="CM7_FP_GCC"/> |
Robert Rostohar | 64710c9 | 2020-03-27 20:31:04 +0100 | [diff] [blame] | 3246 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S" condition="CM23_GCC"/> |
| 3247 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM33_GCC"/> |
| 3248 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM33_FP_GCC"/> |
| 3249 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM35P_GCC"/> |
| 3250 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM35P_FP_GCC"/> |
| 3251 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_NOMVE_GCC"/> |
| 3252 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_MVE_GCC"/> |
| 3253 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_FPU_GCC"/> |
| 3254 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S" condition="ARMv8MBL_GCC"/> |
| 3255 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="ARMv8MML_GCC"/> |
| 3256 | <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] | 3257 | <!-- RTX sources (handlers IAR) --> |
Robert Rostohar | 95fe964 | 2021-05-14 12:38:21 +0200 | [diff] [blame] | 3258 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv6m.s" condition="CM0_IAR"/> |
| 3259 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv6m.s" condition="CM1_IAR"/> |
| 3260 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv7m.s" condition="CM3_IAR"/> |
| 3261 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv7m.s" condition="CM4_IAR"/> |
| 3262 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv7m.s" condition="CM4_FP_IAR"/> |
| 3263 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv7m.s" condition="CM7_IAR"/> |
| 3264 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv7m.s" condition="CM7_FP_IAR"/> |
Robert Rostohar | 64710c9 | 2020-03-27 20:31:04 +0100 | [diff] [blame] | 3265 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl.s" condition="CM23_IAR"/> |
| 3266 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM33_IAR"/> |
| 3267 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM33_FP_IAR"/> |
| 3268 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM35P_IAR"/> |
| 3269 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM35P_FP_IAR"/> |
| 3270 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM55_NOFPU_NOMVE_IAR"/> |
| 3271 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM55_NOFPU_MVE_IAR"/> |
| 3272 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM55_FPU_IAR"/> |
| 3273 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl.s" condition="ARMv8MBL_IAR"/> |
| 3274 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="ARMv8MML_IAR"/> |
| 3275 | <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] | 3276 | <!-- OS Tick (SysTick) --> |
| 3277 | <file category="source" name="CMSIS/RTOS2/Source/os_systick.c"/> |
| 3278 | </files> |
| 3279 | </component> |
Robert Rostohar | 40e936e | 2021-05-05 14:09:29 +0200 | [diff] [blame] | 3280 | <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Source" Cversion="5.5.3" Capiversion="2.1.3" condition="RTOS2 RTX5 v7-A"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 3281 | <description>CMSIS-RTOS2 RTX5 for Armv7-A (Source)</description> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 3282 | <RTE_Components_h> |
| 3283 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 3284 | #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */ |
| 3285 | #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */ |
| 3286 | #define RTE_CMSIS_RTOS2_RTX5_SOURCE /* CMSIS-RTOS2 Keil RTX5 Source */ |
| 3287 | </RTE_Components_h> |
| 3288 | <files> |
| 3289 | <!-- RTX documentation --> |
| 3290 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/> |
| 3291 | |
| 3292 | <!-- RTX header files --> |
| 3293 | <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/> |
| 3294 | |
| 3295 | <!-- RTX configuration --> |
Robert Rostohar | 20d60b7 | 2021-05-17 08:55:14 +0200 | [diff] [blame] | 3296 | <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.2"/> |
Robert Rostohar | b4b5d3c | 2021-05-17 08:03:42 +0200 | [diff] [blame] | 3297 | <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.1"/> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 3298 | |
| 3299 | <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/handlers.c" version="5.1.0"/> |
| 3300 | |
| 3301 | <!-- RTX templates --> |
Robert Rostohar | 83177af | 2018-09-04 10:27:04 +0200 | [diff] [blame] | 3302 | <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] | 3303 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/> |
| 3304 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/> |
| 3305 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/> |
| 3306 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/> |
| 3307 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/> |
| 3308 | <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] | 3309 | <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] | 3310 | <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] | 3311 | <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/> |
| 3312 | |
| 3313 | <!-- RTX sources (core) --> |
| 3314 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_kernel.c"/> |
| 3315 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_thread.c"/> |
| 3316 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_delay.c"/> |
| 3317 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_timer.c"/> |
| 3318 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evflags.c"/> |
| 3319 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mutex.c"/> |
| 3320 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_semaphore.c"/> |
| 3321 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_memory.c"/> |
| 3322 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mempool.c"/> |
| 3323 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c"/> |
| 3324 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_system.c"/> |
| 3325 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evr.c"/> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 3326 | <!-- RTX sources (library configuration) --> |
| 3327 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/> |
| 3328 | <!-- RTX sources (handlers ARMCC) --> |
Robert Rostohar | 95fe964 | 2021-05-14 12:38:21 +0200 | [diff] [blame] | 3329 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv7a.s" condition="CA_ARMCC5"/> |
| 3330 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv7a.S" condition="CA_ARMCC6"/> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 3331 | <!-- RTX sources (handlers GCC) --> |
Robert Rostohar | 95fe964 | 2021-05-14 12:38:21 +0200 | [diff] [blame] | 3332 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv7a.S" condition="CA_GCC"/> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 3333 | <!-- RTX sources (handlers IAR) --> |
Robert Rostohar | 95fe964 | 2021-05-14 12:38:21 +0200 | [diff] [blame] | 3334 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv7a.s" condition="CA_IAR"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3335 | </files> |
| 3336 | </component> |
Robert Rostohar | 40e936e | 2021-05-05 14:09:29 +0200 | [diff] [blame] | 3337 | <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Source_NS" Cversion="5.5.3" Capiversion="2.1.3" condition="RTOS2 RTX5 NS"> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 3338 | <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] | 3339 | <RTE_Components_h> |
| 3340 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 3341 | #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */ |
| 3342 | #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */ |
Robert Rostohar | ecaa0d6 | 2016-10-28 09:05:16 +0200 | [diff] [blame] | 3343 | #define RTE_CMSIS_RTOS2_RTX5_SOURCE /* CMSIS-RTOS2 Keil RTX5 Source */ |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 3344 | #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] | 3345 | </RTE_Components_h> |
| 3346 | <files> |
| 3347 | <!-- RTX documentation --> |
| 3348 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/> |
| 3349 | |
| 3350 | <!-- RTX header files --> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3351 | <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/> |
| 3352 | |
| 3353 | <!-- RTX configuration --> |
Robert Rostohar | 20d60b7 | 2021-05-17 08:55:14 +0200 | [diff] [blame] | 3354 | <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.5.2"/> |
Robert Rostohar | b4b5d3c | 2021-05-17 08:03:42 +0200 | [diff] [blame] | 3355 | <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.1.1"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3356 | |
| 3357 | <!-- RTX templates --> |
Robert Rostohar | 83177af | 2018-09-04 10:27:04 +0200 | [diff] [blame] | 3358 | <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] | 3359 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/> |
| 3360 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/> |
| 3361 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/> |
| 3362 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/> |
| 3363 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/> |
| 3364 | <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] | 3365 | <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] | 3366 | <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] | 3367 | <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/> |
| 3368 | |
| 3369 | <!-- RTX sources (core) --> |
| 3370 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_kernel.c"/> |
| 3371 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_thread.c"/> |
| 3372 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_delay.c"/> |
| 3373 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_timer.c"/> |
| 3374 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evflags.c"/> |
| 3375 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mutex.c"/> |
| 3376 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_semaphore.c"/> |
| 3377 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_memory.c"/> |
| 3378 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mempool.c"/> |
| 3379 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c"/> |
| 3380 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_system.c"/> |
Robert Rostohar | 0e8657f | 2016-11-25 21:54:15 +0100 | [diff] [blame] | 3381 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evr.c"/> |
| 3382 | <!-- RTX sources (library configuration) --> |
| 3383 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3384 | <!-- RTX sources (ARMCC handlers) --> |
Robert Rostohar | c1f245e | 2021-05-17 12:08:27 +0200 | [diff] [blame] | 3385 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S" condition="CM23_ARMCC"/> |
| 3386 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM33_ARMCC"/> |
| 3387 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM33_FP_ARMCC"/> |
| 3388 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM35P_ARMCC"/> |
| 3389 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM35P_FP_ARMCC"/> |
| 3390 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_NOMVE_ARMCC"/> |
| 3391 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_MVE_ARMCC"/> |
| 3392 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_FPU_ARMCC"/> |
| 3393 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S" condition="ARMv8MBL_ARMCC"/> |
| 3394 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="ARMv8MML_ARMCC"/> |
| 3395 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="ARMv8MML_FP_ARMCC"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3396 | <!-- RTX sources (GCC handlers) --> |
Robert Rostohar | c1f245e | 2021-05-17 12:08:27 +0200 | [diff] [blame] | 3397 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S" condition="CM23_GCC"/> |
| 3398 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM33_GCC"/> |
| 3399 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM33_FP_GCC"/> |
| 3400 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM35P_GCC"/> |
| 3401 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM35P_FP_GCC"/> |
| 3402 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_NOMVE_GCC"/> |
| 3403 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_NOFPU_MVE_GCC"/> |
| 3404 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="CM55_FPU_GCC"/> |
| 3405 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S" condition="ARMv8MBL_GCC"/> |
| 3406 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="ARMv8MML_GCC"/> |
| 3407 | <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] | 3408 | <!-- RTX sources (IAR handlers) --> |
Robert Rostohar | c1d1945 | 2021-05-17 07:45:24 +0200 | [diff] [blame] | 3409 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl.s" condition="CM23_IAR"/> |
| 3410 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM33_IAR"/> |
| 3411 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM33_FP_IAR"/> |
| 3412 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM35P_IAR"/> |
| 3413 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM35P_FP_IAR"/> |
| 3414 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM55_NOFPU_NOMVE_IAR"/> |
| 3415 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM55_NOFPU_MVE_IAR"/> |
| 3416 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="CM55_FPU_IAR"/> |
| 3417 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl.s" condition="ARMv8MBL_IAR"/> |
| 3418 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="ARMv8MML_IAR"/> |
| 3419 | <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] | 3420 | <!-- OS Tick (SysTick) --> |
| 3421 | <file category="source" name="CMSIS/RTOS2/Source/os_systick.c"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 3422 | </files> |
| 3423 | </component> |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 3424 | |
Joachim Krech | 6e9e43a | 2019-03-14 08:52:25 +0100 | [diff] [blame] | 3425 | <!-- CMSIS-Driver Custom components --> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3426 | <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] | 3427 | <description>Access to #include Driver_USART.h file and code template for custom implementation</description> |
| 3428 | <files> |
| 3429 | <file category="header" name="CMSIS/Driver/Include/Driver_USART.h" /> |
| 3430 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_USART.c" select="USART Driver"/> |
| 3431 | </files> |
| 3432 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3433 | <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] | 3434 | <description>Access to #include Driver_SPI.h file and code template for custom implementation</description> |
| 3435 | <files> |
| 3436 | <file category="header" name="CMSIS/Driver/Include/Driver_SPI.h" /> |
| 3437 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_SPI.c" select="SPI Driver"/> |
| 3438 | </files> |
| 3439 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3440 | <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] | 3441 | <description>Access to #include Driver_SAI.h file and code template for custom implementation</description> |
| 3442 | <files> |
| 3443 | <file category="header" name="CMSIS/Driver/Include/Driver_SAI.h" /> |
| 3444 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_SAI.c" select="SAI Driver"/> |
| 3445 | </files> |
| 3446 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3447 | <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] | 3448 | <description>Access to #include Driver_I2C.h file and code template for custom implementation</description> |
| 3449 | <files> |
| 3450 | <file category="header" name="CMSIS/Driver/Include/Driver_I2C.h" /> |
| 3451 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_I2C.c" select="I2C Driver"/> |
| 3452 | </files> |
| 3453 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3454 | <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] | 3455 | <description>Access to #include Driver_CAN.h file and code template for custom implementation</description> |
| 3456 | <files> |
| 3457 | <file category="header" name="CMSIS/Driver/Include/Driver_CAN.h" /> |
| 3458 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_CAN.c" select="CAN Driver"/> |
| 3459 | </files> |
| 3460 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3461 | <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] | 3462 | <description>Access to #include Driver_Flash.h file and code template for custom implementation</description> |
| 3463 | <files> |
| 3464 | <file category="header" name="CMSIS/Driver/Include/Driver_Flash.h" /> |
| 3465 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_Flash.c" select="Flash Driver"/> |
| 3466 | </files> |
| 3467 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3468 | <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] | 3469 | <description>Access to #include Driver_MCI.h file and code template for custom implementation</description> |
| 3470 | <files> |
| 3471 | <file category="header" name="CMSIS/Driver/Include/Driver_MCI.h" /> |
| 3472 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_MCI.c" select="MCI Driver"/> |
| 3473 | </files> |
| 3474 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3475 | <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] | 3476 | <description>Access to #include Driver_NAND.h file and code template for custom implementation</description> |
| 3477 | <files> |
| 3478 | <file category="header" name="CMSIS/Driver/Include/Driver_NAND.h" /> |
Milorad Cvjetkovic | d7be594 | 2020-03-31 15:32:26 +0200 | [diff] [blame] | 3479 | <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] | 3480 | </files> |
| 3481 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3482 | <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] | 3483 | <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] | 3484 | <files> |
| 3485 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" /> |
| 3486 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" /> |
| 3487 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c" select="Ethernet PHY and MAC Driver"/> |
| 3488 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c" select="Ethernet PHY and MAC Driver"/> |
| 3489 | </files> |
| 3490 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3491 | <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] | 3492 | <description>Access to #include Driver_ETH_MAC.h file and code template for custom implementation</description> |
| 3493 | <files> |
| 3494 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" /> |
| 3495 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c" select="Ethernet MAC Driver"/> |
| 3496 | </files> |
| 3497 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3498 | <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] | 3499 | <description>Access to #include Driver_ETH_PHY.h file and code template for custom implementation</description> |
| 3500 | <files> |
| 3501 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" /> |
| 3502 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c" select="Ethernet PHY Driver"/> |
| 3503 | </files> |
| 3504 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3505 | <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] | 3506 | <description>Access to #include Driver_USBD.h file and code template for custom implementation</description> |
| 3507 | <files> |
| 3508 | <file category="header" name="CMSIS/Driver/Include/Driver_USBD.h" /> |
| 3509 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_USBD.c" select="USB Device Driver"/> |
| 3510 | </files> |
| 3511 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3512 | <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] | 3513 | <description>Access to #include Driver_USBH.h file and code template for custom implementation</description> |
| 3514 | <files> |
| 3515 | <file category="header" name="CMSIS/Driver/Include/Driver_USBH.h" /> |
| 3516 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_USBH.c" select="USB Host Driver"/> |
| 3517 | </files> |
| 3518 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 3519 | <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] | 3520 | <description>Access to #include Driver_WiFi.h file</description> |
| 3521 | <files> |
| 3522 | <file category="header" name="CMSIS/Driver/Include/Driver_WiFi.h"/> |
Milorad Cvjetkovic | d7be594 | 2020-03-31 15:32:26 +0200 | [diff] [blame] | 3523 | <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] | 3524 | </files> |
| 3525 | </component> |
Robert Rostohar | 56cbb68 | 2020-03-19 13:31:52 +0100 | [diff] [blame] | 3526 | |
| 3527 | <!-- VIO components --> |
| 3528 | <component Cclass="CMSIS Driver" Cgroup="VIO" Csub="Custom" Cversion="1.0.0" Capiversion="0.1.0" custom="1"> |
| 3529 | <description>Virtual I/O custom implementation template</description> |
| 3530 | <files> |
| 3531 | <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] | 3532 | </files> |
| 3533 | </component> |
| 3534 | <component Cclass="CMSIS Driver" Cgroup="VIO" Csub="Virtual" Cversion="1.0.0" Capiversion="0.1.0"> |
| 3535 | <description>Virtual I/O implementation using memory only</description> |
| 3536 | <files> |
| 3537 | <file category="sourceC" name="CMSIS/Driver/VIO/Source/vio_memory.c"/> |
Robert Rostohar | 56cbb68 | 2020-03-19 13:31:52 +0100 | [diff] [blame] | 3538 | </files> |
| 3539 | </component> |
| 3540 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 3541 | </components> |
| 3542 | |
| 3543 | <boards> |
| 3544 | <board name="uVision Simulator" vendor="Keil"> |
| 3545 | <description>uVision Simulator</description> |
| 3546 | <mountedDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0"/> |
| 3547 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0P"/> |
Jonatan Antoni | c4e9f46 | 2017-10-19 16:51:44 +0200 | [diff] [blame] | 3548 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0P_MPU"/> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 3549 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM1"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 3550 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM3"/> |
Joachim Krech | 465bd43 | 2016-11-21 09:15:30 +0100 | [diff] [blame] | 3551 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM4"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 3552 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM4_FP"/> |
Joachim Krech | 465bd43 | 2016-11-21 09:15:30 +0100 | [diff] [blame] | 3553 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7"/> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 3554 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7_SP"/> |
Joachim Krech | 465bd43 | 2016-11-21 09:15:30 +0100 | [diff] [blame] | 3555 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7_DP"/> |
| 3556 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MBL"/> |
| 3557 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML"/> |
| 3558 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML_SP"/> |
| 3559 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML_DP"/> |
Jonatan Antoni | e907310 | 2020-03-26 10:32:48 +0100 | [diff] [blame] | 3560 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv81MML_DSP_DP_MVE_FP"/> |
Joachim Krech | 465bd43 | 2016-11-21 09:15:30 +0100 | [diff] [blame] | 3561 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM23"/> |
Joachim Krech | 4a03e6d | 2017-02-06 13:17:39 +0100 | [diff] [blame] | 3562 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM23_TZ"/> |
Joachim Krech | 465bd43 | 2016-11-21 09:15:30 +0100 | [diff] [blame] | 3563 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33"/> |
| 3564 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_TZ"/> |
| 3565 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP"/> |
| 3566 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP_TZ"/> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 3567 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P"/> |
| 3568 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_TZ"/> |
| 3569 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_DSP_FP"/> |
| 3570 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_DSP_FP_TZ"/> |
Jonatan Antoni | e907310 | 2020-03-26 10:32:48 +0100 | [diff] [blame] | 3571 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM55"/> |
Daniel Brondani | faaa48f | 2017-07-31 14:00:54 +0200 | [diff] [blame] | 3572 | </board> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 3573 | |
TTornblom | d5e052f | 2018-10-02 16:16:44 +0200 | [diff] [blame] | 3574 | <board name="EWARM Simulator" vendor="IAR"> |
| 3575 | <description>EWARM Simulator</description> |
| 3576 | <mountedDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0"/> |
| 3577 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0P"/> |
| 3578 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0P_MPU"/> |
| 3579 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM1"/> |
| 3580 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM3"/> |
| 3581 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM4"/> |
| 3582 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM4_FP"/> |
| 3583 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7"/> |
| 3584 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7_SP"/> |
| 3585 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7_DP"/> |
| 3586 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MBL"/> |
| 3587 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML"/> |
| 3588 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML_SP"/> |
| 3589 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML_DP"/> |
Jonatan Antoni | e907310 | 2020-03-26 10:32:48 +0100 | [diff] [blame] | 3590 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv81MML_DSP_DP_MVE_FP"/> |
TTornblom | d5e052f | 2018-10-02 16:16:44 +0200 | [diff] [blame] | 3591 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM23"/> |
| 3592 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM23_TZ"/> |
| 3593 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33"/> |
| 3594 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_TZ"/> |
| 3595 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP"/> |
| 3596 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP_TZ"/> |
| 3597 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P"/> |
| 3598 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_TZ"/> |
| 3599 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_DSP_FP"/> |
| 3600 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_DSP_FP_TZ"/> |
Jonatan Antoni | e907310 | 2020-03-26 10:32:48 +0100 | [diff] [blame] | 3601 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM55"/> |
TTornblom | d5e052f | 2018-10-02 16:16:44 +0200 | [diff] [blame] | 3602 | </board> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 3603 | </boards> |
| 3604 | |
| 3605 | <examples> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 3606 | <example name="DSP_Lib Bayes example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_bayes_example"> |
| 3607 | <description>DSP_Lib Bayes example</description> |
| 3608 | <board name="uVision Simulator" vendor="Keil"/> |
| 3609 | <project> |
| 3610 | <environment name="uv" load="arm_bayes_example.uvprojx"/> |
| 3611 | </project> |
| 3612 | <attributes> |
| 3613 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 3614 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 3615 | <component Cclass="Device" Cgroup="Startup"/> |
| 3616 | <category>Getting Started</category> |
| 3617 | </attributes> |
| 3618 | </example> |
| 3619 | |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 3620 | <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] | 3621 | <description>DSP_Lib Class Marks example</description> |
| 3622 | <board name="uVision Simulator" vendor="Keil"/> |
| 3623 | <project> |
| 3624 | <environment name="uv" load="arm_class_marks_example.uvprojx"/> |
| 3625 | </project> |
| 3626 | <attributes> |
| 3627 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 3628 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 3629 | <component Cclass="Device" Cgroup="Startup"/> |
| 3630 | <category>Getting Started</category> |
| 3631 | </attributes> |
| 3632 | </example> |
| 3633 | |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 3634 | <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] | 3635 | <description>DSP_Lib Convolution example</description> |
| 3636 | <board name="uVision Simulator" vendor="Keil"/> |
| 3637 | <project> |
| 3638 | <environment name="uv" load="arm_convolution_example.uvprojx"/> |
| 3639 | </project> |
| 3640 | <attributes> |
| 3641 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 3642 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 3643 | <component Cclass="Device" Cgroup="Startup"/> |
| 3644 | <category>Getting Started</category> |
| 3645 | </attributes> |
| 3646 | </example> |
| 3647 | |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 3648 | <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] | 3649 | <description>DSP_Lib Dotproduct example</description> |
| 3650 | <board name="uVision Simulator" vendor="Keil"/> |
| 3651 | <project> |
| 3652 | <environment name="uv" load="arm_dotproduct_example.uvprojx"/> |
| 3653 | </project> |
| 3654 | <attributes> |
| 3655 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 3656 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 3657 | <component Cclass="Device" Cgroup="Startup"/> |
| 3658 | <category>Getting Started</category> |
| 3659 | </attributes> |
| 3660 | </example> |
| 3661 | |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 3662 | <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] | 3663 | <description>DSP_Lib FFT Bin example</description> |
| 3664 | <board name="uVision Simulator" vendor="Keil"/> |
| 3665 | <project> |
| 3666 | <environment name="uv" load="arm_fft_bin_example.uvprojx"/> |
| 3667 | </project> |
| 3668 | <attributes> |
| 3669 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 3670 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 3671 | <component Cclass="Device" Cgroup="Startup"/> |
| 3672 | <category>Getting Started</category> |
| 3673 | </attributes> |
| 3674 | </example> |
| 3675 | |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 3676 | <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] | 3677 | <description>DSP_Lib FIR example</description> |
| 3678 | <board name="uVision Simulator" vendor="Keil"/> |
| 3679 | <project> |
| 3680 | <environment name="uv" load="arm_fir_example.uvprojx"/> |
| 3681 | </project> |
| 3682 | <attributes> |
| 3683 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 3684 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 3685 | <component Cclass="Device" Cgroup="Startup"/> |
| 3686 | <category>Getting Started</category> |
| 3687 | </attributes> |
| 3688 | </example> |
| 3689 | |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 3690 | <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] | 3691 | <description>DSP_Lib Graphic Equalizer example</description> |
| 3692 | <board name="uVision Simulator" vendor="Keil"/> |
| 3693 | <project> |
| 3694 | <environment name="uv" load="arm_graphic_equalizer_example.uvprojx"/> |
| 3695 | </project> |
| 3696 | <attributes> |
| 3697 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 3698 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 3699 | <component Cclass="Device" Cgroup="Startup"/> |
| 3700 | <category>Getting Started</category> |
| 3701 | </attributes> |
| 3702 | </example> |
| 3703 | |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 3704 | <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] | 3705 | <description>DSP_Lib Linear Interpolation example</description> |
| 3706 | <board name="uVision Simulator" vendor="Keil"/> |
| 3707 | <project> |
| 3708 | <environment name="uv" load="arm_linear_interp_example.uvprojx"/> |
| 3709 | </project> |
| 3710 | <attributes> |
| 3711 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 3712 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 3713 | <component Cclass="Device" Cgroup="Startup"/> |
| 3714 | <category>Getting Started</category> |
| 3715 | </attributes> |
| 3716 | </example> |
| 3717 | |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 3718 | <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] | 3719 | <description>DSP_Lib Matrix example</description> |
| 3720 | <board name="uVision Simulator" vendor="Keil"/> |
| 3721 | <project> |
| 3722 | <environment name="uv" load="arm_matrix_example.uvprojx"/> |
| 3723 | </project> |
| 3724 | <attributes> |
| 3725 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 3726 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 3727 | <component Cclass="Device" Cgroup="Startup"/> |
| 3728 | <category>Getting Started</category> |
| 3729 | </attributes> |
| 3730 | </example> |
| 3731 | |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 3732 | <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] | 3733 | <description>DSP_Lib Signal Convergence example</description> |
| 3734 | <board name="uVision Simulator" vendor="Keil"/> |
| 3735 | <project> |
| 3736 | <environment name="uv" load="arm_signal_converge_example.uvprojx"/> |
| 3737 | </project> |
| 3738 | <attributes> |
| 3739 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 3740 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 3741 | <component Cclass="Device" Cgroup="Startup"/> |
| 3742 | <category>Getting Started</category> |
| 3743 | </attributes> |
| 3744 | </example> |
| 3745 | |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 3746 | <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] | 3747 | <description>DSP_Lib Sinus/Cosinus example</description> |
| 3748 | <board name="uVision Simulator" vendor="Keil"/> |
| 3749 | <project> |
| 3750 | <environment name="uv" load="arm_sin_cos_example.uvprojx"/> |
| 3751 | </project> |
| 3752 | <attributes> |
| 3753 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 3754 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 3755 | <component Cclass="Device" Cgroup="Startup"/> |
| 3756 | <category>Getting Started</category> |
| 3757 | </attributes> |
| 3758 | </example> |
| 3759 | |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 3760 | <example name="DSP_Lib SVM example" doc="Abstract.txt" folder="CMSIS/DSP/Examples/ARM/arm_svm_example"> |
| 3761 | <description>DSP_Lib SVM example</description> |
| 3762 | <board name="uVision Simulator" vendor="Keil"/> |
| 3763 | <project> |
| 3764 | <environment name="uv" load="arm_svm_example.uvprojx"/> |
| 3765 | </project> |
| 3766 | <attributes> |
| 3767 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 3768 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 3769 | <component Cclass="Device" Cgroup="Startup"/> |
| 3770 | <category>Getting Started</category> |
| 3771 | </attributes> |
| 3772 | </example> |
| 3773 | |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 3774 | <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] | 3775 | <description>DSP_Lib Variance example</description> |
| 3776 | <board name="uVision Simulator" vendor="Keil"/> |
| 3777 | <project> |
| 3778 | <environment name="uv" load="arm_variance_example.uvprojx"/> |
| 3779 | </project> |
| 3780 | <attributes> |
| 3781 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 3782 | <component Cclass="CMSIS" Cgroup="DSP"/> |
| 3783 | <component Cclass="Device" Cgroup="Startup"/> |
| 3784 | <category>Getting Started</category> |
| 3785 | </attributes> |
| 3786 | </example> |
Martin Günther | 0ffe8f9 | 2016-08-24 11:43:05 +0200 | [diff] [blame] | 3787 | |
Matthias Hertel | 3bb828f | 2016-11-07 13:51:50 +0100 | [diff] [blame] | 3788 | <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] | 3789 | <description>CMSIS-RTOS2 Blinky example</description> |
| 3790 | <board name="uVision Simulator" vendor="Keil"/> |
| 3791 | <project> |
| 3792 | <environment name="uv" load="Blinky.uvprojx"/> |
| 3793 | </project> |
| 3794 | <attributes> |
| 3795 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 3796 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 3797 | <component Cclass="Device" Cgroup="Startup"/> |
| 3798 | <category>Getting Started</category> |
| 3799 | </attributes> |
| 3800 | </example> |
Martin Günther | 0ffe8f9 | 2016-08-24 11:43:05 +0200 | [diff] [blame] | 3801 | |
Robert Rostohar | e13e470 | 2016-11-07 15:23:44 +0100 | [diff] [blame] | 3802 | <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] | 3803 | <description>CMSIS-RTOS2 mixed API v1 and v2</description> |
Matthias Hertel | 3bb828f | 2016-11-07 13:51:50 +0100 | [diff] [blame] | 3804 | <board name="uVision Simulator" vendor="Keil"/> |
| 3805 | <project> |
| 3806 | <environment name="uv" load="Blinky.uvprojx"/> |
| 3807 | </project> |
| 3808 | <attributes> |
| 3809 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 3810 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 3811 | <component Cclass="Device" Cgroup="Startup"/> |
| 3812 | <category>Getting Started</category> |
| 3813 | </attributes> |
| 3814 | </example> |
| 3815 | |
Jonatan Antoni | 401391f | 2017-08-30 16:52:33 +0200 | [diff] [blame] | 3816 | <example name="CMSIS-RTOS2 RTX5 Message Queue" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/MsgQueue"> |
| 3817 | <description>CMSIS-RTOS2 Message Queue Example</description> |
| 3818 | <board name="uVision Simulator" vendor="Keil"/> |
| 3819 | <project> |
| 3820 | <environment name="uv" load="MsqQueue.uvprojx"/> |
| 3821 | </project> |
| 3822 | <attributes> |
| 3823 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 3824 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 3825 | <component Cclass="Compiler" Cgroup="EventRecorder"/> |
| 3826 | <component Cclass="Device" Cgroup="Startup"/> |
| 3827 | <category>Getting Started</category> |
| 3828 | </attributes> |
| 3829 | </example> |
Jonatan Antoni | 6c160d4 | 2017-09-01 10:48:45 +0200 | [diff] [blame] | 3830 | |
| 3831 | <example name="CMSIS-RTOS2 RTX5 Memory Pool" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/MemPool"> |
| 3832 | <description>CMSIS-RTOS2 Memory Pool Example</description> |
Jonatan Antoni | 5398c46 | 2019-01-10 16:36:16 +0100 | [diff] [blame] | 3833 | <board name="uVision Simulator" vendor="Keil"/> |
Jonatan Antoni | 6c160d4 | 2017-09-01 10:48:45 +0200 | [diff] [blame] | 3834 | <project> |
| 3835 | <environment name="uv" load="MemPool.uvprojx"/> |
| 3836 | </project> |
| 3837 | <attributes> |
| 3838 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 3839 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 3840 | <component Cclass="Compiler" Cgroup="EventRecorder"/> |
| 3841 | <component Cclass="Device" Cgroup="Startup"/> |
| 3842 | <category>Getting Started</category> |
| 3843 | </attributes> |
| 3844 | </example> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 3845 | |
Christopher Seidl | b8c998f | 2016-11-08 15:49:02 +0100 | [diff] [blame] | 3846 | <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] | 3847 | <description>Bare-metal secure/non-secure example without RTOS</description> |
Matthias Hertel | 3bb828f | 2016-11-07 13:51:50 +0100 | [diff] [blame] | 3848 | <board name="uVision Simulator" vendor="Keil"/> |
| 3849 | <project> |
| 3850 | <environment name="uv" load="NoRTOS.uvmpw"/> |
| 3851 | </project> |
| 3852 | <attributes> |
| 3853 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 3854 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 3855 | <component Cclass="Device" Cgroup="Startup"/> |
| 3856 | <category>Getting Started</category> |
| 3857 | </attributes> |
| 3858 | </example> |
| 3859 | |
Christopher Seidl | b8c998f | 2016-11-08 15:49:02 +0100 | [diff] [blame] | 3860 | <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] | 3861 | <description>Secure/non-secure RTOS example with thread context management</description> |
Matthias Hertel | 3bb828f | 2016-11-07 13:51:50 +0100 | [diff] [blame] | 3862 | <board name="uVision Simulator" vendor="Keil"/> |
| 3863 | <project> |
| 3864 | <environment name="uv" load="RTOS.uvmpw"/> |
| 3865 | </project> |
| 3866 | <attributes> |
| 3867 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 3868 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 3869 | <component Cclass="Device" Cgroup="Startup"/> |
| 3870 | <category>Getting Started</category> |
| 3871 | </attributes> |
| 3872 | </example> |
Matthias Hertel | 3bb828f | 2016-11-07 13:51:50 +0100 | [diff] [blame] | 3873 | |
ReinhardKeil | 3bd0e17 | 2016-11-10 07:59:24 +0100 | [diff] [blame] | 3874 | <example name="TrustZone for ARMv8-M RTOS Security Tests" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults"> |
| 3875 | <description>Secure/non-secure RTOS example with security test cases and system recovery</description> |
| 3876 | <board name="uVision Simulator" vendor="Keil"/> |
| 3877 | <project> |
| 3878 | <environment name="uv" load="RTOS_Faults.uvmpw"/> |
| 3879 | </project> |
| 3880 | <attributes> |
| 3881 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 3882 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 3883 | <component Cclass="Device" Cgroup="Startup"/> |
| 3884 | <category>Getting Started</category> |
| 3885 | </attributes> |
| 3886 | </example> |
| 3887 | |
TTornblom | c88880a | 2020-03-20 12:59:25 +0100 | [diff] [blame] | 3888 | <example name="CMSIS-RTOS2 Blinky" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples_IAR/Blinky"> |
| 3889 | <description>CMSIS-RTOS2 Blinky example</description> |
Jonatan Antoni | cd93ae8 | 2020-03-31 10:59:38 +0200 | [diff] [blame] | 3890 | <board name="EWARM Simulator" vendor="IAR"/> |
TTornblom | c88880a | 2020-03-20 12:59:25 +0100 | [diff] [blame] | 3891 | <project> |
| 3892 | <environment name="iar" load="Blinky/Blinky.ewp"/> |
| 3893 | </project> |
| 3894 | <attributes> |
| 3895 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 3896 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 3897 | <component Cclass="Device" Cgroup="Startup"/> |
| 3898 | <category>Getting Started</category> |
| 3899 | </attributes> |
| 3900 | </example> |
| 3901 | |
| 3902 | <example name="CMSIS-RTOS2 RTX5 Message Queue" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples_IAR/MsgQueue"> |
| 3903 | <description>CMSIS-RTOS2 Message Queue Example</description> |
Jonatan Antoni | cd93ae8 | 2020-03-31 10:59:38 +0200 | [diff] [blame] | 3904 | <board name="EWARM Simulator" vendor="IAR"/> |
TTornblom | c88880a | 2020-03-20 12:59:25 +0100 | [diff] [blame] | 3905 | <project> |
| 3906 | <environment name="iar" load="MsgQueue/MsgQueue.ewp"/> |
| 3907 | </project> |
| 3908 | <attributes> |
| 3909 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 3910 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 3911 | <component Cclass="Device" Cgroup="Startup"/> |
| 3912 | <category>Getting Started</category> |
| 3913 | </attributes> |
| 3914 | </example> |
| 3915 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 3916 | </examples> |
| 3917 | |
| 3918 | </package> |