Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | |
Jonatan Antoni | e8a03d1 | 2022-04-27 11:34:27 +0200 | [diff] [blame] | 3 | <package schemaVersion="1.7.7" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.7/schema/PACK.xsd"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 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> --> |
Joachim Krech | d169645 | 2022-05-24 08:38:43 +0200 | [diff] [blame] | 8 | <url>https://www.keil.com/pack/</url> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 9 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 10 | <releases> |
Jonatan Antoni | 259bf60 | 2022-05-02 12:57:58 +0200 | [diff] [blame] | 11 | <release version="5.9.1"> |
| 12 | Active development ... |
Jonatan Antoni | 1fdae13 | 2023-01-20 16:42:55 +0100 | [diff] [blame] | 13 | CMSIS-Core(M): 5.7.0 |
| 14 | - Added new compiler macros. |
Jonatan Antoni | e336766 | 2022-07-11 14:23:19 +0200 | [diff] [blame] | 15 | CMSIS-DSP: Moved into separate pack! |
Jonatan Antoni | e92de6c | 2022-12-06 12:35:19 +0100 | [diff] [blame] | 16 | CMSIS-NN: Moved into separate pack! |
Robert Rostohar | 4561974 | 2023-04-19 07:57:13 +0200 | [diff] [blame] | 17 | CMSIS-RTOS2: 2.2.0 (see revision history for details) |
| 18 | - RTX 5.7.0 (see revision history for details) |
Robert Rostohar | e7392e4 | 2022-12-05 08:22:09 +0100 | [diff] [blame] | 19 | CMSIS-DAP: 2.1.2 (see revision history for details) |
| 20 | - Fix DAP_Transfer handling when transfer fails |
Jonatan Antoni | 259bf60 | 2022-05-02 12:57:58 +0200 | [diff] [blame] | 21 | </release> |
Jonatan Antoni | 2c9d1f1 | 2022-05-02 12:42:50 +0200 | [diff] [blame] | 22 | <release version="5.9.0" date="2022-05-02"> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 23 | CMSIS-Core(M): 5.6.0 |
Jonatan Antoni | e197f78 | 2022-04-26 16:24:59 +0200 | [diff] [blame] | 24 | - Arm Cortex-M85 cpu support |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 25 | - Arm China STAR-MC1 cpu support |
GuentherMartin | 53dc7aa | 2022-03-28 15:19:53 +0200 | [diff] [blame] | 26 | - Updated system_ARMCM55.c |
Christophe Favergeon | 347ca08 | 2021-07-08 12:52:54 +0200 | [diff] [blame] | 27 | CMSIS-DSP: 1.10.0 (see revision history for details) |
Oscar Andersson | 0116423 | 2021-08-02 16:19:24 +0200 | [diff] [blame] | 28 | CMSIS-NN: 3.1.0 (see revision history for details) |
Måns Nilsson | 0fe4e1c | 2021-06-21 15:05:46 +0200 | [diff] [blame] | 29 | - Support for int16 convolution and fully connected for reference implementation |
Oscar Andersson | c43379b | 2021-08-09 14:33:22 +0200 | [diff] [blame] | 30 | - Support for DSP extension optimization for int16 convolution and fully connected |
Måns Nilsson | 977abe9 | 2021-12-29 15:40:12 +0100 | [diff] [blame] | 31 | - Support dilation for int8 convolution |
| 32 | - Support dilation for int8 depthwise convolution |
Måns Nilsson | 5b58d2d | 2022-01-31 15:50:49 +0100 | [diff] [blame] | 33 | - Support for int16 depthwise conv for reference implementation including dilation |
Måns Nilsson | 0928e57 | 2022-01-31 16:06:54 +0100 | [diff] [blame] | 34 | - Support for int16 average and max pooling for reference implementation |
Måns Nilsson | 773cdff | 2022-02-17 15:11:54 +0100 | [diff] [blame] | 35 | - Support for elementwise add and mul int16 scalar version |
Måns Nilsson | cf67528 | 2022-03-10 08:33:26 +0100 | [diff] [blame] | 36 | - Support for softmax int16 scalar version |
hmogensen-arm | 856cf46 | 2022-04-19 14:05:28 +0200 | [diff] [blame] | 37 | - Support for SVDF with 8 bit state tensor |
Jonatan Antoni | e8a03d1 | 2022-04-27 11:34:27 +0200 | [diff] [blame] | 38 | CMSIS-RTOS2: 2.1.3 (unchanged) |
Robert Rostohar | 6b8c755 | 2021-12-20 13:08:36 +0100 | [diff] [blame] | 39 | - RTX 5.5.4 (see revision history for details) |
Jonatan Antoni | e8a03d1 | 2022-04-27 11:34:27 +0200 | [diff] [blame] | 40 | CMSIS-Pack: deprecated (moved to Open-CMSIS-Pack) |
| 41 | CMSIS-SVD: 1.3.9 (see revision history for details) |
| 42 | CMSIS-DAP: 2.1.1 (see revision history for details) |
| 43 | - Allow default clock frequency to use fast clock mode |
| 44 | Devices |
| 45 | - Support for Cortex-M85 |
| 46 | Utilities |
| 47 | - SVDConv 3.3.42 |
| 48 | - PackChk 1.3.95 |
Jonatan Antoni | d12d2b5 | 2021-06-29 17:17:30 +0200 | [diff] [blame] | 49 | </release> |
Jonatan Antoni | 3623c46 | 2021-06-24 11:54:40 +0200 | [diff] [blame] | 50 | <release version="5.8.0" date="2021-06-24"> |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 51 | CMSIS-Core(M): 5.5.0 (see revision history for details) |
Jonatan Antoni | def6f80 | 2021-05-06 17:31:38 +0200 | [diff] [blame] | 52 | - Updated GCC LinkerDescription, GCC Assembler startup |
Jonatan Antoni | c6c4839 | 2021-06-17 14:44:05 +0200 | [diff] [blame] | 53 | - Added Armv8-M Stack Sealing (to linker, startup) for toolchain ARM, GCC |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 54 | - Changed C-Startup to default Startup. |
Jonatan Antoni | c6c4839 | 2021-06-17 14:44:05 +0200 | [diff] [blame] | 55 | - Updated Armv8-M Assembler startup to use GAS syntax |
| 56 | Note: Updating existing projects may need manual user interaction! |
Jonatan Antoni | 4e7223d | 2021-06-17 16:07:04 +0200 | [diff] [blame] | 57 | CMSIS-Core(A): 1.2.1 (see revision history for details) |
Jonatan Antoni | c6c4839 | 2021-06-17 14:44:05 +0200 | [diff] [blame] | 58 | - Bugfixes for Cortex-A32 |
Jonatan Antoni | 4e7223d | 2021-06-17 16:07:04 +0200 | [diff] [blame] | 59 | CMSIS-DAP: 2.1.0 (see revision history for details) |
| 60 | - Enhanced DAP_Info |
| 61 | - Added extra UART support |
Jonatan Antoni | c6c4839 | 2021-06-17 14:44:05 +0200 | [diff] [blame] | 62 | CMSIS-DSP: 1.9.0 (see revision history for details) |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 63 | - Purged pre-built libs from Git |
Jonatan Antoni | c6c4839 | 2021-06-17 14:44:05 +0200 | [diff] [blame] | 64 | - Enhanced support for f16 datatype |
| 65 | - Fixed couple of GCC issues |
Felix Thomasmathibalan | d1d0879 | 2021-03-19 08:18:24 +0100 | [diff] [blame] | 66 | 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] | 67 | - Major interface change for functions compatible with TensorFlow Lite for Microcontroller |
| 68 | - Added optimization for SVDF kernel |
| 69 | - Improved MVE performance for fully Connected and max pool operator |
| 70 | - NULL bias support for fully connected operator in non-MVE case(Can affect performance) |
| 71 | - Expanded existing unit test suite along with support for FVP |
Felix Thomasmathibalan | 561f936 | 2021-06-14 16:31:02 +0200 | [diff] [blame] | 72 | - Removed Examples folder |
Jonatan Antoni | def6f80 | 2021-05-06 17:31:38 +0200 | [diff] [blame] | 73 | CMSIS-RTOS2: |
Jonatan Antoni | def6f80 | 2021-05-06 17:31:38 +0200 | [diff] [blame] | 74 | - RTX 5.5.3 (see revision history for details) |
Jonatan Antoni | 4e7223d | 2021-06-17 16:07:04 +0200 | [diff] [blame] | 75 | - CVE-2021-27431 vulnerability mitigation. |
| 76 | - Enhanced stack overrun checking. |
| 77 | - Various bug fixes and improvements. |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 78 | CMSIS-Pack: 1.7.2 (see revision history for details) |
| 79 | - Support for Microchip XC32 compiler |
| 80 | - Support for Custom Datapath Extension |
Jonatan Antoni | 17ccd4d | 2020-04-09 16:39:25 +0200 | [diff] [blame] | 81 | </release> |
| 82 | <release version="5.7.0" date="2020-04-09"> |
Jonatan Antoni | 9a10fef | 2020-04-02 18:08:33 +0200 | [diff] [blame] | 83 | CMSIS-Build: 0.9.0 (beta) |
| 84 | - Draft for CMSIS Project description (CPRJ) |
Jonatan Antoni | b2a65a0 | 2020-04-03 15:55:17 +0200 | [diff] [blame] | 85 | CMSIS-Core(M): 5.4.0 (see revision history for details) |
| 86 | - Cortex-M55 cpu support |
| 87 | - Enhanced MVE support for Armv8.1-MML |
Milorad Cvjetkovic | d7be594 | 2020-03-31 15:32:26 +0200 | [diff] [blame] | 88 | - Fixed device config define checks. |
Jonatan Antoni | b2a65a0 | 2020-04-03 15:55:17 +0200 | [diff] [blame] | 89 | - L1 Cache functions for Armv7-M and later |
Jonatan Antoni | 724104c | 2020-04-03 16:52:57 +0200 | [diff] [blame] | 90 | CMSIS-Core(A): 1.2.0 (see revision history for details) |
| 91 | - Fixed GIC_SetPendingIRQ to use GICD_SGIR |
| 92 | - Added missing DSP intrinsics |
| 93 | - Reworked assembly intrinsics: volatile, barriers and clobber |
Jonatan Antoni | ea0a3c7 | 2020-03-16 13:13:49 +0100 | [diff] [blame] | 94 | CMSIS-DSP: 1.8.0 (see revision history for details) |
| 95 | - Added new functions and function groups |
| 96 | - Added MVE support |
Jonatan Antoni | b2a65a0 | 2020-04-03 15:55:17 +0200 | [diff] [blame] | 97 | CMSIS-NN: 1.3.0 (see revision history for details) |
| 98 | - Added MVE support |
| 99 | - Further optimizations for kernels using DSP extension |
Robert Rostohar | 11e3d0f | 2019-10-18 13:18:01 +0200 | [diff] [blame] | 100 | CMSIS-RTOS2: |
| 101 | - RTX 5.5.2 (see revision history for details) |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 102 | CMSIS-Driver: 2.8.0 |
Jonatan Antoni | b2a65a0 | 2020-04-03 15:55:17 +0200 | [diff] [blame] | 103 | - Added VIO API 0.1.0 (Preview) |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 104 | - removed volatile from status related typedefs in APIs |
Robert Rostohar | 5b0a551 | 2020-01-24 14:35:11 +0100 | [diff] [blame] | 105 | - enhanced WiFi Interface API with support for polling Socket Receive/Send |
Jonatan Antoni | 9a10fef | 2020-04-02 18:08:33 +0200 | [diff] [blame] | 106 | CMSIS-Pack: 1.6.3 (see revision history for details) |
| 107 | - 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] | 108 | Devices: |
Jonatan Antoni | b2a65a0 | 2020-04-03 15:55:17 +0200 | [diff] [blame] | 109 | - ARMCM55 device |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 110 | - ARMv81MML startup code recognizing __MVE_USED macro |
| 111 | - Refactored vector table references for all Cortex-M devices |
Jonatan Antoni | b2a65a0 | 2020-04-03 15:55:17 +0200 | [diff] [blame] | 112 | - Reworked ARMCM* C-StartUp files. |
| 113 | - Include L1 Cache functions in ARMv8MML/ARMv81MML devices |
| 114 | Utilities: |
| 115 | Attention: Linux binaries moved to Linux64 folder! |
| 116 | - SVDConv 3.3.35 |
| 117 | - PackChk 1.3.89 |
Jonatan Antoni | d9a6b2e | 2019-07-10 15:52:17 +0200 | [diff] [blame] | 118 | </release> |
| 119 | <release version="5.6.0" date="2019-07-10"> |
Jonatan Antoni | ae553b7 | 2019-05-06 16:29:20 +0200 | [diff] [blame] | 120 | CMSIS-Core(M): 5.3.0 (see revision history for details) |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 121 | - Added provisions for compiler-independent C startup code. |
Jonatan Antoni | f677f00 | 2019-06-25 13:01:11 +0200 | [diff] [blame] | 122 | CMSIS-Core(A): 1.1.4 (see revision history for details) |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 123 | - Fixed __FPU_Enable. |
Christophe Favergeon | 03e3e41 | 2019-06-25 09:29:51 +0200 | [diff] [blame] | 124 | CMSIS-DSP: 1.7.0 (see revision history for details) |
| 125 | - New Neon versions of f32 functions |
| 126 | - Python wrapper |
| 127 | - Preliminary cmake build |
| 128 | - Compilation flags for FFTs |
| 129 | - Changes to arm_math.h |
Jonatan Antoni | c68a7f2 | 2019-07-10 15:05:34 +0200 | [diff] [blame] | 130 | CMSIS-NN: 1.2.0 (see revision history for details) |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 131 | - New function for depthwise convolution with asymmetric quantization. |
| 132 | - New support functions for requantization. |
Robert Rostohar | 86d53b7 | 2019-05-07 12:07:42 +0200 | [diff] [blame] | 133 | CMSIS-RTOS: |
| 134 | - 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] | 135 | CMSIS-RTOS2: |
| 136 | - RTX 5.5.1 (see revision history for details) |
Jonatan Antoni | f677f00 | 2019-06-25 13:01:11 +0200 | [diff] [blame] | 137 | CMSIS-Driver: 2.7.1 |
Robert Rostohar | 89109b2 | 2019-06-24 10:44:56 +0200 | [diff] [blame] | 138 | - WiFi Interface API 1.0.0 |
Jonatan Antoni | ae553b7 | 2019-05-06 16:29:20 +0200 | [diff] [blame] | 139 | Devices: |
Jonatan Antoni | df0acdd | 2020-04-07 14:20:16 +0200 | [diff] [blame] | 140 | - Generalized C startup code for all Cortex-M family devices. |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 141 | - Updated Cortex-A default memory regions and MMU configurations |
| 142 | - 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] | 143 | </release> |
| 144 | <release version="5.5.1" date="2019-03-20"> |
Jonatan Antoni | 63c1419 | 2019-03-20 13:53:55 +0100 | [diff] [blame] | 145 | The following folders are deprecated |
| 146 | - CMSIS/Include/ (superseded by CMSIS/DSP/Include/ and CMSIS/Core/Include/) |
| 147 | |
| 148 | CMSIS-Core(M): 5.2.1 (see revision history for details) |
| 149 | - Fixed compilation issue in cmsis_armclang_ltm.h |
Jonatan Antoni | c91a46d | 2019-03-15 16:47:52 +0100 | [diff] [blame] | 150 | </release> |
Jonatan Antoni | 63c1419 | 2019-03-20 13:53:55 +0100 | [diff] [blame] | 151 | <release version="5.5.0" date="2019-03-18"> |
Jonatan Antoni | 99bb93c | 2019-03-15 13:45:47 +0100 | [diff] [blame] | 152 | The following folders have been removed: |
Jonatan Antoni | 9feb2b2 | 2019-03-15 14:54:08 +0100 | [diff] [blame] | 153 | - CMSIS/Lib/ (superseded by CMSIS/DSP/Lib/) |
| 154 | - CMSIS/DSP_Lib/ (superseded by CMSIS/DSP/) |
Jonatan Antoni | 12955cd | 2019-03-18 12:06:15 +0100 | [diff] [blame] | 155 | The following folders are deprecated |
| 156 | - CMSIS/Include/ (superseded by CMSIS/DSP/Include/ and CMSIS/Core/Include/) |
Jonatan Antoni | 99bb93c | 2019-03-15 13:45:47 +0100 | [diff] [blame] | 157 | |
| 158 | CMSIS-Core(M): 5.2.0 (see revision history for details) |
| 159 | - Reworked Stack/Heap configuration for ARM startup files. |
| 160 | - Added Cortex-M35P device support. |
| 161 | - Added generic Armv8.1-M Mainline device support. |
| 162 | CMSIS-Core(A): 1.1.3 (see revision history for details) |
Jonatan Antoni | 12955cd | 2019-03-18 12:06:15 +0100 | [diff] [blame] | 163 | CMSIS-DSP: 1.6.0 (see revision history for details) |
GuentherMartin | 41d9e35 | 2019-03-14 14:18:28 +0100 | [diff] [blame] | 164 | - reworked DSP library source files |
GuentherMartin | 41d9e35 | 2019-03-14 14:18:28 +0100 | [diff] [blame] | 165 | - reworked DSP library documentation |
Jonatan Antoni | 3b2f0d2 | 2019-03-18 12:11:51 +0100 | [diff] [blame] | 166 | - Changed DSP folder structure |
GuentherMartin | 41d9e35 | 2019-03-14 14:18:28 +0100 | [diff] [blame] | 167 | - moved DSP libraries to folder ./DSP/Lib |
| 168 | - ARM DSP Libraries are built with ARMCLANG |
| 169 | - Added DSP Libraries Source variant |
Robert Rostohar | 83177af | 2018-09-04 10:27:04 +0200 | [diff] [blame] | 170 | CMSIS-RTOS2: |
| 171 | - RTX 5.5.0 (see revision history for details) |
Robert Rostohar | eea3193 | 2019-03-15 14:51:42 +0100 | [diff] [blame] | 172 | CMSIS-Driver: 2.7.0 |
Jonatan Antoni | 445accf | 2019-03-15 15:07:45 +0100 | [diff] [blame] | 173 | - Added WiFi Interface API 1.0.0-beta |
Jonatan Antoni | 99bb93c | 2019-03-15 13:45:47 +0100 | [diff] [blame] | 174 | - Added components for project specific driver implementations |
| 175 | CMSIS-Pack: 1.6.0 (see revision history for details) |
Jonatan Antoni | 191afdb | 2019-03-18 12:31:47 +0100 | [diff] [blame] | 176 | Devices: |
| 177 | - Added Cortex-M35P and ARMv81MML device templates. |
| 178 | - Fixed C-Startup Code for GCC (aligned with other compilers) |
Jonatan Antoni | 99bb93c | 2019-03-15 13:45:47 +0100 | [diff] [blame] | 179 | Utilities: |
| 180 | - SVDConv 3.3.25 |
| 181 | - PackChk 1.3.82 |
Jonatan Antoni | 0d2dbfb | 2018-08-01 17:34:38 +0200 | [diff] [blame] | 182 | </release> |
Jonatan Antoni | adbadb2 | 2018-08-01 17:33:45 +0200 | [diff] [blame] | 183 | <release version="5.4.0" date="2018-08-01"> |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 184 | Aligned pack structure with repository. |
| 185 | The following folders are deprecated: |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 186 | - CMSIS/Include/ |
| 187 | - CMSIS/DSP_Lib/ |
| 188 | |
Jonatan Antoni | 5d19e5f | 2018-04-09 10:16:49 +0200 | [diff] [blame] | 189 | CMSIS-Core(M): 5.1.2 (see revision history for details) |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 190 | - Added Cortex-M1 support (beta). |
Jonatan Antoni | 5d19e5f | 2018-04-09 10:16:49 +0200 | [diff] [blame] | 191 | CMSIS-Core(A): 1.1.2 (see revision history for details) |
Jonatan Antoni | adbadb2 | 2018-08-01 17:33:45 +0200 | [diff] [blame] | 192 | CMSIS-NN: 1.1.0 |
| 193 | - Added new math functions. |
Robert Rostohar | 84a9388 | 2018-03-06 14:27:36 +0100 | [diff] [blame] | 194 | CMSIS-RTOS2: |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 195 | - API 2.1.3 (see revision history for details) |
| 196 | - RTX 5.4.0 (see revision history for details) |
| 197 | * Updated exception handling on Cortex-A |
Vladimir Umek | c1e9d20 | 2018-04-19 08:00:56 +0200 | [diff] [blame] | 198 | CMSIS-Driver: |
| 199 | - Flash Driver API V2.2.0 |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 200 | Utilities: |
| 201 | - SVDConv 3.3.21 |
| 202 | - PackChk 1.3.71 |
Jonatan Antoni | 7f501a7 | 2018-02-22 10:13:58 +0100 | [diff] [blame] | 203 | </release> |
| 204 | <release version="5.3.0" date="2018-02-22"> |
Jonatan Antoni | e924d64 | 2018-02-20 11:43:50 +0100 | [diff] [blame] | 205 | Updated Arm company brand. |
| 206 | CMSIS-Core(M): 5.1.1 (see revision history for details) |
| 207 | CMSIS-Core(A): 1.1.1 (see revision history for details) |
Jonatan Antoni | a3ec1f2 | 2018-02-21 13:51:30 +0100 | [diff] [blame] | 208 | CMSIS-DAP: 2.0.0 (see revision history for details) |
Jonatan Antoni | e924d64 | 2018-02-20 11:43:50 +0100 | [diff] [blame] | 209 | CMSIS-NN: 1.0.0 |
Jonatan Antoni | 13bff48 | 2018-01-19 13:05:57 +0100 | [diff] [blame] | 210 | - Initial contribution of the bare metal Neural Network Library. |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 211 | CMSIS-RTOS2: |
Robert Rostohar | cd44e6f | 2018-01-09 11:45:59 +0100 | [diff] [blame] | 212 | - RTX 5.3.0 (see revision history for details) |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 213 | - OS Tick API 1.0.1 |
Jonatan Antoni | 1434f1f | 2017-11-16 16:55:57 +0100 | [diff] [blame] | 214 | </release> |
| 215 | <release version="5.2.0" date="2017-11-16"> |
Jonatan Antoni | de31664 | 2017-11-10 11:40:06 +0100 | [diff] [blame] | 216 | CMSIS-Core(M): 5.1.0 (see revision history for details) |
| 217 | - Added MPU Functions for ARMv8-M for Cortex-M23/M33. |
| 218 | - Added compiler_iccarm.h to replace compiler_iar.h shipped with the compiler. |
| 219 | CMSIS-Core(A): 1.1.0 (see revision history for details) |
| 220 | - Added compiler_iccarm.h. |
| 221 | - Added additional access functions for physical timer. |
| 222 | CMSIS-DAP: 1.2.0 (see revision history for details) |
| 223 | CMSIS-DSP: 1.5.2 (see revision history for details) |
Jonatan Antoni | e924d64 | 2018-02-20 11:43:50 +0100 | [diff] [blame] | 224 | CMSIS-Driver: 2.6.0 (see revision history for details) |
Jonatan Antoni | de31664 | 2017-11-10 11:40:06 +0100 | [diff] [blame] | 225 | - CAN Driver API V1.2.0 |
Vladimir Umek | b472809 | 2017-11-14 10:12:51 +0100 | [diff] [blame] | 226 | - NAND Driver API V2.3.0 |
Jonatan Antoni | de31664 | 2017-11-10 11:40:06 +0100 | [diff] [blame] | 227 | CMSIS-RTOS: |
| 228 | - RTX: added variant for Infineon XMC4 series affected by PMU_CM.001 errata. |
| 229 | CMSIS-RTOS2: |
| 230 | - API 2.1.2 (see revision history for details) |
| 231 | - RTX 5.2.3 (see revision history for details) |
| 232 | Devices: |
| 233 | - Added GCC startup and linker script for Cortex-A9. |
| 234 | - Added device ARMCM0plus_MPU for Cortex-M0+ with MPU. |
| 235 | - Added IAR startup code for Cortex-A9 |
| 236 | </release> |
Jonatan Antoni | 5bfb1e6 | 2017-09-19 15:46:40 +0200 | [diff] [blame] | 237 | <release version="5.1.1" date="2017-09-19"> |
| 238 | CMSIS-RTOS2: |
| 239 | - RTX 5.2.1 (see revision history for details) |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 240 | </release> |
Jonatan Antoni | 102fe7f | 2017-08-03 11:33:08 +0200 | [diff] [blame] | 241 | <release version="5.1.0" date="2017-08-04"> |
| 242 | CMSIS-Core(M): 5.0.2 (see revision history for details) |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 243 | - Changed Version Control macros to be core agnostic. |
Jonatan Antoni | 102fe7f | 2017-08-03 11:33:08 +0200 | [diff] [blame] | 244 | - Added MPU Functions for ARMv7-M for Cortex-M0+/M3/M4/M7. |
| 245 | CMSIS-Core(A): 1.0.0 (see revision history for details) |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 246 | - Initial release |
| 247 | - IRQ Controller API 1.0.0 |
| 248 | CMSIS-Driver: 2.05 (see revision history for details) |
| 249 | - All typedefs related to status have been made volatile. |
Robert Rostohar | ff9fa5b | 2017-04-19 11:55:58 +0200 | [diff] [blame] | 250 | CMSIS-RTOS2: |
Robert Rostohar | 9470b0b | 2017-06-09 09:38:31 +0200 | [diff] [blame] | 251 | - API 2.1.1 (see revision history for details) |
| 252 | - RTX 5.2.0 (see revision history for details) |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 253 | - OS Tick API 1.0.0 |
Jonatan Antoni | 102fe7f | 2017-08-03 11:33:08 +0200 | [diff] [blame] | 254 | CMSIS-DSP: 1.5.2 (see revision history for details) |
| 255 | - Fixed GNU Compiler specific diagnostics. |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 256 | CMSIS-Pack: 1.5.0 (see revision history for details) |
Jonatan Antoni | 102fe7f | 2017-08-03 11:33:08 +0200 | [diff] [blame] | 257 | - added System Description File (*.SDF) Format |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 258 | CMSIS-Zone: 0.0.1 (Preview) |
| 259 | - Initial specification draft |
| 260 | </release> |
Joachim Krech | 3ef9713 | 2017-02-03 15:09:58 +0100 | [diff] [blame] | 261 | <release version="5.0.1" date="2017-02-03"> |
| 262 | Package Description: |
| 263 | - added taxonomy for Cclass RTOS |
Robert Rostohar | 0e8657f | 2016-11-25 21:54:15 +0100 | [diff] [blame] | 264 | CMSIS-RTOS2: |
Joachim Krech | 3ef9713 | 2017-02-03 15:09:58 +0100 | [diff] [blame] | 265 | - API 2.1 (see revision history for details) |
| 266 | - RTX 5.1.0 (see revision history for details) |
| 267 | CMSIS-Core: 5.0.1 (see revision history for details) |
| 268 | - Added __PACKED_STRUCT macro |
| 269 | - Added uVisior support |
| 270 | - Updated cmsis_armcc.h: corrected macro __ARM_ARCH_6M__ |
| 271 | - Updated template for secure main function (main_s.c) |
| 272 | - Updated template for Context Management for ARMv8-M TrustZone (tz_context.c) |
| 273 | CMSIS-DSP: 1.5.1 (see revision history for details) |
| 274 | - added ARMv8M DSP libraries. |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 275 | CMSIS-Pack:1.4.9 (see revision history for details) |
Joachim Krech | 3ef9713 | 2017-02-03 15:09:58 +0100 | [diff] [blame] | 276 | - added Pack Index File specification and schema file |
Martin Günther | d106053 | 2016-11-15 09:43:43 +0100 | [diff] [blame] | 277 | </release> |
Joachim Krech | c45bb4a | 2016-11-11 11:01:22 +0100 | [diff] [blame] | 278 | <release version="5.0.0" date="2016-11-11"> |
Robert Rostohar | 9f7ce66 | 2016-11-10 09:20:14 +0100 | [diff] [blame] | 279 | Changed open source license to Apache 2.0 |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 280 | CMSIS_Core: |
ReinhardKeil | 3bd0e17 | 2016-11-10 07:59:24 +0100 | [diff] [blame] | 281 | - Added support for Cortex-M23 and Cortex-M33. |
| 282 | - Added ARMv8-M device configurations for mainline and baseline. |
Robert Rostohar | 9f7ce66 | 2016-11-10 09:20:14 +0100 | [diff] [blame] | 283 | - Added CMSE support and thread context management for TrustZone for ARMv8-M |
ReinhardKeil | 3bd0e17 | 2016-11-10 07:59:24 +0100 | [diff] [blame] | 284 | - Added cmsis_compiler.h to unify compiler behaviour. |
| 285 | - Updated function SCB_EnableICache (for Cortex-M7). |
| 286 | - Added functions: NVIC_GetEnableIRQ, SCB_GetFPUType |
| 287 | CMSIS-RTOS: |
| 288 | - bug fix in RTX 4.82 (see revision history for details) |
| 289 | CMSIS-RTOS2: |
| 290 | - new API including compatibility layer to CMSIS-RTOS |
Robert Rostohar | 9f7ce66 | 2016-11-10 09:20:14 +0100 | [diff] [blame] | 291 | - reference implementation based on RTX5 |
| 292 | - supports all Cortex-M variants including TrustZone for ARMv8-M |
ReinhardKeil | 0d39905 | 2016-10-21 13:40:52 +0200 | [diff] [blame] | 293 | CMSIS-SVD: |
| 294 | - reworked SVD format documentation |
Joachim Krech | 655f724 | 2016-09-29 15:49:24 +0200 | [diff] [blame] | 295 | - removed SVD file database documentation as SVD files are distributed in packs |
| 296 | - updated SVDConv for Win32 and Linux |
ReinhardKeil | 3bd0e17 | 2016-11-10 07:59:24 +0100 | [diff] [blame] | 297 | CMSIS-DSP: |
Martin Günther | 29502d7 | 2016-06-16 14:48:33 +0200 | [diff] [blame] | 298 | - Moved DSP libraries from CMSIS/DSP/Lib to CMSIS/Lib. |
| 299 | - Added DSP libraries build projects to CMSIS pack. |
Martin Günther | 10babd8 | 2016-06-14 14:10:36 +0200 | [diff] [blame] | 300 | </release> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 301 | <release version="4.5.0" date="2015-10-28"> |
| 302 | - CMSIS-Core 4.30.0 (see revision history for details) |
| 303 | - CMSIS-DAP 1.1.0 (unchanged) |
| 304 | - CMSIS-Driver 2.04.0 (see revision history for details) |
| 305 | - 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] | 306 | - CMSIS-Pack 1.4.1 (see revision history for details) |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 307 | - CMSIS-RTOS 4.80.0 Restored time delay parameter 'millisec' old behavior (prior V4.79) for software compatibility. (see revision history for details) |
| 308 | - CMSIS-SVD 1.3.1 (see revision history for details) |
| 309 | </release> |
| 310 | <release version="4.4.0" date="2015-09-11"> |
| 311 | - CMSIS-Core 4.20 (see revision history for details) |
| 312 | - 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] | 313 | - CMSIS-Pack 1.4.0 (adding memory attributes, algorithm style) |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 314 | - CMSIS-Driver 2.03.0 (adding CAN [Controller Area Network] API) |
| 315 | - CMSIS-RTOS |
| 316 | -- API 1.02 (unchanged) |
| 317 | -- RTX 4.79 (see revision history for details) |
| 318 | - CMSIS-SVD 1.3.0 (see revision history for details) |
| 319 | - CMSIS-DAP 1.1.0 (extended with SWO support) |
| 320 | </release> |
| 321 | <release version="4.3.0" date="2015-03-20"> |
| 322 | - CMSIS-Core 4.10 (Cortex-M7 extended Cache Maintenance functions) |
| 323 | - CMSIS-DSP 1.4.5 (see revision history for details) |
| 324 | - CMSIS-Driver 2.02 (adding SAI (Serial Audio Interface) API) |
Jonatan Antoni | fd687e5 | 2018-07-25 10:50:56 +0200 | [diff] [blame] | 325 | - CMSIS-Pack 1.3.3 (Semantic Versioning, Generator extensions) |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 326 | - CMSIS-RTOS |
| 327 | -- API 1.02 (unchanged) |
| 328 | -- RTX 4.78 (see revision history for details) |
| 329 | - CMSIS-SVD 1.2 (unchanged) |
| 330 | </release> |
| 331 | <release version="4.2.0" date="2014-09-24"> |
| 332 | Adding Cortex-M7 support |
| 333 | - CMSIS-Core 4.00 (Cortex-M7 support, corrected C++ include guards in core header files) |
| 334 | - 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] | 335 | - 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] | 336 | - CMSIS-SVD 1.2 (Cortex-M7 extensions) |
| 337 | - CMSIS-RTOS RTX 4.75 (see revision history for details) |
| 338 | </release> |
| 339 | <release version="4.1.1" date="2014-06-30"> |
| 340 | - fixed conditions preventing the inclusion of the DSP library in projects for Infineon XMC4000 series devices |
| 341 | </release> |
| 342 | <release version="4.1.0" date="2014-06-12"> |
| 343 | - CMSIS-Driver 2.02 (incompatible update) |
| 344 | - CMSIS-Pack 1.3 (see revision history for details) |
| 345 | - CMSIS-DSP 1.4.2 (unchanged) |
| 346 | - CMSIS-Core 3.30 (unchanged) |
| 347 | - CMSIS-RTOS RTX 4.74 (unchanged) |
| 348 | - CMSIS-RTOS API 1.02 (unchanged) |
| 349 | - CMSIS-SVD 1.10 (unchanged) |
| 350 | PACK: |
| 351 | - removed G++ specific files from PACK |
| 352 | - added Component Startup variant "C Startup" |
| 353 | - added Pack Checking Utility |
| 354 | - updated conditions to reflect tool-chain dependency |
| 355 | - added Taxonomy for Graphics |
| 356 | - updated Taxonomy for unified drivers from "Drivers" to "CMSIS Drivers" |
| 357 | </release> |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 358 | <!-- release version="4.0.0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 359 | - CMSIS-Driver 2.00 Preliminary (incompatible update) |
| 360 | - CMSIS-Pack 1.1 Preliminary |
| 361 | - CMSIS-DSP 1.4.2 (see revision history for details) |
| 362 | - CMSIS-Core 3.30 (see revision history for details) |
| 363 | - CMSIS-RTOS RTX 4.74 (see revision history for details) |
| 364 | - CMSIS-RTOS API 1.02 (unchanged) |
| 365 | - CMSIS-SVD 1.10 (unchanged) |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 366 | </release --> |
| 367 | <release version="3.20.4" date="2014-02-20"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 368 | - CMSIS-RTOS 4.74 (see revision history for details) |
| 369 | - PACK Extensions (Boards, Device Features, Flash Programming, Generators, Configuration Wizard). Schema version 1.1. |
| 370 | </release> |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 371 | <!-- release version="3.20.3"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 372 | - CMSIS-Driver API Version 1.10 ARM prefix added (incompatible change) |
| 373 | - CMSIS-RTOS 4.73 (see revision history for details) |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 374 | </release --> |
| 375 | <!-- release version="3.20.2"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 376 | - CMSIS-Pack documentation has been added |
| 377 | - CMSIS-Drivers header and documentation have been added to PACK |
| 378 | - CMSIS-CORE, CMSIS-DSP, CMSIS-RTOS API and CMSIS-SVD remain unchanged |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 379 | </release --> |
| 380 | <!-- release version="3.20.1"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 381 | - CMSIS-RTOS Keil RTX V4.72 has been added to PACK |
| 382 | - CMSIS-CORE, CMSIS-DSP, CMSIS-RTOS API and CMSIS-SVD remain unchanged |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 383 | </release --> |
| 384 | <!-- release version="3.20.0"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 385 | The software portions that are deployed in the application program are now under a BSD license which allows usage |
| 386 | of CMSIS components in any commercial or open source projects. The Pack Description file Arm.CMSIS.pdsc describes the use cases |
| 387 | The individual components have been update as listed below: |
| 388 | - CMSIS-CORE adds functions for setting breakpoints, supports the latest GCC Compiler, and contains several corrections. |
| 389 | - CMSIS-DSP library is optimized for more performance and contains several bug fixes. |
| 390 | - CMSIS-RTOS API is extended with capabilities for short timeouts, Kernel initialization, and prepared for a C++ interface. |
| 391 | - CMSIS-SVD is unchanged. |
Jonatan Antoni | 8530ed1 | 2019-07-03 14:10:35 +0200 | [diff] [blame] | 392 | </release --> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 393 | </releases> |
| 394 | |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 395 | <taxonomy> |
reinhardkeil | 671fea1 | 2019-03-13 17:03:40 +0100 | [diff] [blame] | 396 | <description Cclass="Audio">Software components for audio processing</description> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 397 | <description Cclass="Board Support">Generic Interfaces for Evaluation and Development Boards</description> |
Joachim Krech | 1ce088b | 2019-03-14 13:27:35 +0100 | [diff] [blame] | 398 | <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] | 399 | <description Cclass="Compiler">Compiler Software Extensions</description> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 400 | <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] | 401 | <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] | 402 | <description Cclass="Device" doc="CMSIS/Documentation/Core/html/index.html">Startup, System Setup</description> |
| 403 | <description Cclass="Data Exchange">Data exchange or data formatter</description> |
Joachim Krech | 1ce088b | 2019-03-14 13:27:35 +0100 | [diff] [blame] | 404 | <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] | 405 | <description Cclass="File System">File Drive Support and File System</description> |
reinhardkeil | 671fea1 | 2019-03-13 17:03:40 +0100 | [diff] [blame] | 406 | <description Cclass="IoT Client">IoT cloud client connector</description> |
reinhardkeil | ca2acab | 2019-09-02 08:21:47 +0200 | [diff] [blame] | 407 | <description Cclass="IoT Service">IoT specific services</description> |
reinhardkeil | 671fea1 | 2019-03-13 17:03:40 +0100 | [diff] [blame] | 408 | <description Cclass="IoT Utility">IoT specific software utility</description> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 409 | <description Cclass="Graphics">Graphical User Interface</description> |
| 410 | <description Cclass="Network">Network Stack using Internet Protocols</description> |
Joachim Krech | 62838c8 | 2017-02-02 15:54:57 +0100 | [diff] [blame] | 411 | <description Cclass="RTOS">Real-time Operating System</description> |
reinhardkeil | 671fea1 | 2019-03-13 17:03:40 +0100 | [diff] [blame] | 412 | <description Cclass="Security">Encryption for secure communication or storage</description> |
| 413 | <description Cclass="USB">Universal Serial Bus Stack</description> |
| 414 | <description Cclass="Utility">Generic software utility components</description> |
Martin Günther | 2d0f0e8 | 2016-05-17 09:06:12 +0200 | [diff] [blame] | 415 | </taxonomy> |
| 416 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 417 | <devices> |
| 418 | <!-- ****************************** Cortex-M0 ****************************** --> |
| 419 | <family Dfamily="ARM Cortex M0" Dvendor="ARM:82"> |
Jonatan Antoni | cad9305 | 2022-06-28 12:12:59 +0200 | [diff] [blame] | 420 | <book name="https://developer.arm.com/documentation/dui0497" title="Cortex-M0 Processor Devices Generic Users Guide"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 421 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 422 | 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] | 423 | - simple, easy-to-use programmers model |
| 424 | - highly efficient ultra-low power operation |
| 425 | - excellent code density |
| 426 | - deterministic, high-performance interrupt handling |
| 427 | - upward compatibility with the rest of the Cortex-M processor family. |
| 428 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 429 | <!-- 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] | 430 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 431 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 432 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 433 | |
| 434 | <device Dname="ARMCM0"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 435 | <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] | 436 | <compile header="Device/ARM/ARMCM0/Include/ARMCM0.h" define="ARMCM0"/> |
| 437 | </device> |
| 438 | </family> |
| 439 | |
| 440 | <!-- ****************************** Cortex-M0P ****************************** --> |
| 441 | <family Dfamily="ARM Cortex M0 plus" Dvendor="ARM:82"> |
Jonatan Antoni | cad9305 | 2022-06-28 12:12:59 +0200 | [diff] [blame] | 442 | <book name="https://developer.arm.com/documentation/dui0662" title="Cortex-M0+ Processor Devices Generic Users Guide"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 443 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 444 | 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] | 445 | - simple, easy-to-use programmers model |
| 446 | - highly efficient ultra-low power operation |
| 447 | - excellent code density |
| 448 | - deterministic, high-performance interrupt handling |
| 449 | - upward compatibility with the rest of the Cortex-M processor family. |
| 450 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 451 | <!-- 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] | 452 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 453 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 454 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 455 | |
| 456 | <device Dname="ARMCM0P"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 457 | <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] | 458 | <compile header="Device/ARM/ARMCM0plus/Include/ARMCM0plus.h" define="ARMCM0P"/> |
| 459 | </device> |
Jonatan Antoni | c4e9f46 | 2017-10-19 16:51:44 +0200 | [diff] [blame] | 460 | |
| 461 | <device Dname="ARMCM0P_MPU"> |
| 462 | <processor Dcore="Cortex-M0+" DcoreVersion="r0p1" Dfpu="NO_FPU" Dmpu="MPU" Dendian="Configurable" Dclock="10000000"/> |
| 463 | <compile header="Device/ARM/ARMCM0plus/Include/ARMCM0plus_MPU.h" define="ARMCM0P_MPU"/> |
| 464 | </device> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 465 | </family> |
| 466 | |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 467 | <!-- ****************************** Cortex-M1 ****************************** --> |
| 468 | <family Dfamily="ARM Cortex M1" Dvendor="ARM:82"> |
Jonatan Antoni | cad9305 | 2022-06-28 12:12:59 +0200 | [diff] [blame] | 469 | <!--book name="https://developer.arm.com/documentation/dui0497" title="Cortex-M0 Processor Devices Generic Users Guide"/--> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 470 | <description> |
| 471 | The ARM Cortex-M1 FPGA processor is intended for deeply embedded applications that require a small processor integrated into an FPGA. |
| 472 | The ARM Cortex-M1 processor implements the ARMv6-M architecture profile. |
| 473 | </description> |
| 474 | <!-- debug svd="Device/ARM/SVD/ARMCM0.svd"/ SVD files do not contain any peripheral --> |
| 475 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 476 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 477 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 478 | |
| 479 | <device Dname="ARMCM1"> |
| 480 | <processor Dcore="Cortex-M1" DcoreVersion="r1p0" Dfpu="NO_FPU" Dmpu="NO_MPU" Dendian="Configurable" Dclock="10000000"/> |
| 481 | <compile header="Device/ARM/ARMCM1/Include/ARMCM1.h" define="ARMCM1"/> |
| 482 | </device> |
| 483 | </family> |
| 484 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 485 | <!-- ****************************** Cortex-M3 ****************************** --> |
| 486 | <family Dfamily="ARM Cortex M3" Dvendor="ARM:82"> |
Jonatan Antoni | cad9305 | 2022-06-28 12:12:59 +0200 | [diff] [blame] | 487 | <book name="https://developer.arm.com/documentation/dui0552" title="Cortex-M3 Processor Devices Generic Users Guide"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 488 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 489 | 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] | 490 | - simple, easy-to-use programmers model |
| 491 | - highly efficient ultra-low power operation |
| 492 | - excellent code density |
| 493 | - deterministic, high-performance interrupt handling |
| 494 | - upward compatibility with the rest of the Cortex-M processor family. |
| 495 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 496 | <!-- 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] | 497 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 498 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 499 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 500 | |
| 501 | <device Dname="ARMCM3"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 502 | <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] | 503 | <compile header="Device/ARM/ARMCM3/Include/ARMCM3.h" define="ARMCM3"/> |
| 504 | </device> |
| 505 | </family> |
| 506 | |
| 507 | <!-- ****************************** Cortex-M4 ****************************** --> |
| 508 | <family Dfamily="ARM Cortex M4" Dvendor="ARM:82"> |
Jonatan Antoni | cad9305 | 2022-06-28 12:12:59 +0200 | [diff] [blame] | 509 | <book name="https://developer.arm.com/documentation/dui0553" title="Cortex-M4 Processor Devices Generic Users Guide"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 510 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 511 | 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] | 512 | - simple, easy-to-use programmers model |
| 513 | - highly efficient ultra-low power operation |
| 514 | - excellent code density |
| 515 | - deterministic, high-performance interrupt handling |
| 516 | - upward compatibility with the rest of the Cortex-M processor family. |
| 517 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 518 | <!-- 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] | 519 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 520 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 521 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 522 | |
| 523 | <device Dname="ARMCM4"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 524 | <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] | 525 | <compile header="Device/ARM/ARMCM4/Include/ARMCM4.h" define="ARMCM4"/> |
| 526 | </device> |
| 527 | |
| 528 | <device Dname="ARMCM4_FP"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 529 | <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] | 530 | <compile header="Device/ARM/ARMCM4/Include/ARMCM4_FP.h" define="ARMCM4_FP"/> |
| 531 | </device> |
| 532 | </family> |
| 533 | |
| 534 | <!-- ****************************** Cortex-M7 ****************************** --> |
| 535 | <family Dfamily="ARM Cortex M7" Dvendor="ARM:82"> |
Jonatan Antoni | cad9305 | 2022-06-28 12:12:59 +0200 | [diff] [blame] | 536 | <book name="https://developer.arm.com/documentation/dui0646" title="Cortex-M7 Processor Devices Generic Users Guide"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 537 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 538 | 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] | 539 | - simple, easy-to-use programmers model |
| 540 | - highly efficient ultra-low power operation |
| 541 | - excellent code density |
| 542 | - deterministic, high-performance interrupt handling |
| 543 | - upward compatibility with the rest of the Cortex-M processor family. |
| 544 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 545 | <!-- 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] | 546 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 547 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 548 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 549 | |
| 550 | <device Dname="ARMCM7"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 551 | <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] | 552 | <compile header="Device/ARM/ARMCM7/Include/ARMCM7.h" define="ARMCM7"/> |
| 553 | </device> |
| 554 | |
| 555 | <device Dname="ARMCM7_SP"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 556 | <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] | 557 | <compile header="Device/ARM/ARMCM7/Include/ARMCM7_SP.h" define="ARMCM7_SP"/> |
| 558 | </device> |
| 559 | |
| 560 | <device Dname="ARMCM7_DP"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 561 | <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] | 562 | <compile header="Device/ARM/ARMCM7/Include/ARMCM7_DP.h" define="ARMCM7_DP"/> |
| 563 | </device> |
| 564 | </family> |
| 565 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 566 | <!-- ****************************** Cortex-M23 ********************** --> |
| 567 | <family Dfamily="ARM Cortex M23" Dvendor="ARM:82"> |
Jonatan Antoni | cad9305 | 2022-06-28 12:12:59 +0200 | [diff] [blame] | 568 | <book name="https://developer.arm.com/documentation/dui1095" title="Cortex-M23 Processor Devices Generic Users Guide"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 569 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 570 | The Arm Cortex-M23 is based on the Armv8-M baseline architecture. |
| 571 | 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] | 572 | 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] | 573 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 574 | <!-- 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] | 575 | <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/> |
| 576 | <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 577 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 578 | <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 579 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 580 | |
| 581 | <device Dname="ARMCM23"> |
| 582 | <processor Dcore="Cortex-M23" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Dtz="NO_TZ" Dendian="Configurable" Dclock="10000000"/> |
| 583 | <compile header="Device/ARM/ARMCM23/Include/ARMCM23.h" define="ARMCM23"/> |
| 584 | </device> |
| 585 | |
| 586 | <device Dname="ARMCM23_TZ"> |
| 587 | <processor Dcore="Cortex-M23" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
| 588 | <compile header="Device/ARM/ARMCM23/Include/ARMCM23_TZ.h" define="ARMCM23_TZ"/> |
| 589 | </device> |
| 590 | </family> |
| 591 | |
| 592 | <!-- ****************************** Cortex-M33 ****************************** --> |
| 593 | <family Dfamily="ARM Cortex M33" Dvendor="ARM:82"> |
Jonatan Antoni | cad9305 | 2022-06-28 12:12:59 +0200 | [diff] [blame] | 594 | <book name="https://developer.arm.com/documentation/100235" title="Cortex-M33 Processor Devices Generic Users Guide"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 595 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 596 | The Arm Cortex-M33 is the most configurable of all Cortex-M processors. It is a full featured microcontroller |
| 597 | 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] | 598 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 599 | <!-- 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] | 600 | <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/> |
| 601 | <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 602 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 603 | <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/> |
| 604 | <!--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] | 605 | |
| 606 | <device Dname="ARMCM33"> |
| 607 | <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] | 608 | <description> |
| 609 | no DSP Instructions, no Floating Point Unit, no TrustZone |
| 610 | </description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 611 | <compile header="Device/ARM/ARMCM33/Include/ARMCM33.h" define="ARMCM33"/> |
| 612 | </device> |
| 613 | |
| 614 | <device Dname="ARMCM33_TZ"> |
| 615 | <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] | 616 | <description> |
| 617 | no DSP Instructions, no Floating Point Unit, TrustZone |
| 618 | </description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 619 | <compile header="Device/ARM/ARMCM33/Include/ARMCM33_TZ.h" define="ARMCM33_TZ"/> |
| 620 | </device> |
| 621 | |
| 622 | <device Dname="ARMCM33_DSP_FP"> |
| 623 | <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] | 624 | <description> |
| 625 | DSP Instructions, Single Precision Floating Point Unit, no TrustZone |
| 626 | </description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 627 | <compile header="Device/ARM/ARMCM33/Include/ARMCM33_DSP_FP.h" define="ARMCM33_DSP_FP"/> |
| 628 | </device> |
| 629 | |
| 630 | <device Dname="ARMCM33_DSP_FP_TZ"> |
| 631 | <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] | 632 | <description> |
| 633 | DSP Instructions, Single Precision Floating Point Unit, TrustZone |
| 634 | </description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 635 | <compile header="Device/ARM/ARMCM33/Include/ARMCM33_DSP_FP_TZ.h" define="ARMCM33_DSP_FP_TZ"/> |
| 636 | </device> |
| 637 | </family> |
| 638 | |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 639 | <!-- ****************************** Cortex-M35P ****************************** --> |
| 640 | <family Dfamily="ARM Cortex M35P" Dvendor="ARM:82"> |
| 641 | <!--book name="Device/ARM/Documents/??_dgug.pdf" title="?? Device Generic Users Guide"/--> |
| 642 | <description> |
| 643 | The Arm Cortex-M35P is the most configurable of all Cortex-M processors. It is a full featured microcontroller |
| 644 | class processor based on the Armv8-M mainline architecture with Arm TrustZone security designed for a broad range of secure embedded applications. |
| 645 | </description> |
| 646 | |
| 647 | <!-- debug svd="Device/ARM/SVD/ARMCM35P.svd"/ SVD files do not contain any peripheral --> |
| 648 | <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/> |
| 649 | <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/> |
| 650 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 651 | <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/> |
| 652 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 653 | |
| 654 | <device Dname="ARMCM35P"> |
| 655 | <processor Dcore="Cortex-M35P" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Ddsp="NO_DSP" Dtz="NO_TZ" Dendian="Configurable" Dclock="10000000"/> |
| 656 | <description> |
| 657 | no DSP Instructions, no Floating Point Unit, no TrustZone |
| 658 | </description> |
| 659 | <compile header="Device/ARM/ARMCM35P/Include/ARMCM35P.h" define="ARMCM35P"/> |
| 660 | </device> |
| 661 | |
| 662 | <device Dname="ARMCM35P_TZ"> |
| 663 | <processor Dcore="Cortex-M35P" DcoreVersion="r0p0" Dfpu="NO_FPU" Dmpu="MPU" Ddsp="NO_DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
| 664 | <description> |
| 665 | no DSP Instructions, no Floating Point Unit, TrustZone |
| 666 | </description> |
| 667 | <compile header="Device/ARM/ARMCM35P/Include/ARMCM35P_TZ.h" define="ARMCM35P_TZ"/> |
| 668 | </device> |
| 669 | |
| 670 | <device Dname="ARMCM35P_DSP_FP"> |
| 671 | <processor Dcore="Cortex-M35P" DcoreVersion="r0p0" Dfpu="SP_FPU" Dmpu="MPU" Ddsp="DSP" Dtz="NO_TZ" Dendian="Configurable" Dclock="10000000"/> |
| 672 | <description> |
| 673 | DSP Instructions, Single Precision Floating Point Unit, no TrustZone |
| 674 | </description> |
| 675 | <compile header="Device/ARM/ARMCM35P/Include/ARMCM35P_DSP_FP.h" define="ARMCM35P_DSP_FP"/> |
| 676 | </device> |
| 677 | |
| 678 | <device Dname="ARMCM35P_DSP_FP_TZ"> |
| 679 | <processor Dcore="Cortex-M35P" DcoreVersion="r0p0" Dfpu="SP_FPU" Dmpu="MPU" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
| 680 | <description> |
| 681 | DSP Instructions, Single Precision Floating Point Unit, TrustZone |
| 682 | </description> |
| 683 | <compile header="Device/ARM/ARMCM35P/Include/ARMCM35P_DSP_FP_TZ.h" define="ARMCM35P_DSP_FP_TZ"/> |
| 684 | </device> |
| 685 | </family> |
| 686 | |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 687 | <!-- ****************************** Cortex-M55 ****************************** --> |
| 688 | <family Dfamily="ARM Cortex M55" Dvendor="ARM:82"> |
Jonatan Antoni | cad9305 | 2022-06-28 12:12:59 +0200 | [diff] [blame] | 689 | <book name="https://developer.arm.com/documentation/101273" title="Cortex-M55 Processor Devices Generic Users Guide"/> |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 690 | <description> |
| 691 | 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. |
| 692 | It is Arm's most AI-capable Cortex-M processor, delivering enhanced, energy-efficient digital signal processing (DSP) and machine learning (ML) performance. |
| 693 | The Cortex-M55 processor achieves high compute performance across scalar and vector operations, while maintaining low energy consumption. |
| 694 | </description> |
| 695 | |
| 696 | <!-- debug svd="Device/ARM/SVD/ARMCM55.svd"/ SVD files do not contain any peripheral --> |
| 697 | <memory id="IROM1" start="0x10000000" size="0x00200000" startup="1" default="1"/> |
| 698 | <memory id="IROM2" start="0x00000000" size="0x00200000" startup="0" default="0"/> |
| 699 | <memory id="IRAM1" start="0x30000000" size="0x00020000" init ="0" default="1"/> |
| 700 | <memory id="IRAM2" start="0x20000000" size="0x00020000" init ="0" default="0"/> |
| 701 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 702 | |
Jonatan Antoni | f5f39aa | 2020-03-03 17:25:11 +0100 | [diff] [blame] | 703 | <device Dname="ARMCM55"> |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 704 | <processor Dcore="Cortex-M55" DcoreVersion="r0p0" Dfpu="DP_FPU" Dmpu="MPU" Dmve="FP_MVE" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
| 705 | <description> |
Jonatan Antoni | f5f39aa | 2020-03-03 17:25:11 +0100 | [diff] [blame] | 706 | Floating Point Vector Extensions, DSP Instructions, Double Precision Floating Point Unit, TrustZone |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 707 | </description> |
Jonatan Antoni | f5f39aa | 2020-03-03 17:25:11 +0100 | [diff] [blame] | 708 | <compile header="Device/ARM/ARMCM55/Include/ARMCM55.h" define="ARMCM55"/> |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 709 | </device> |
| 710 | </family> |
| 711 | |
Jonatan Antoni | e197f78 | 2022-04-26 16:24:59 +0200 | [diff] [blame] | 712 | <!-- ****************************** Cortex-M85 ****************************** --> |
| 713 | <family Dfamily="ARM Cortex M85" Dvendor="ARM:82"> |
Jonatan Antoni | cad9305 | 2022-06-28 12:12:59 +0200 | [diff] [blame] | 714 | <book name="https://developer.arm.com/documentation/1019283" title="Cortex-M85 Processor Devices Generic Users Guide"/> |
Jonatan Antoni | e197f78 | 2022-04-26 16:24:59 +0200 | [diff] [blame] | 715 | <description> |
| 716 | The Arm Cortex-M85 processor is a fully synthesizable high-performance microcontroller class processor that implements the Armv8.1-M Mainline architecture which includes support for the M-profile Vector Extension (MVE). |
| 717 | The processor also supports previous Armv8-M architectural features. |
| 718 | The design is focused on compute applications such as Digital Signal Processing (DSP) and machine learning. |
| 719 | The Arm Cortex-M85 processor is energy efficient and achieves high compute performance across scalar and vector operations while maintaining low power consumption. |
| 720 | </description> |
| 721 | |
| 722 | <!-- debug svd="Device/ARM/SVD/ARMCM85.svd"/ SVD files do not contain any peripheral --> |
| 723 | <memory name="ROM_NS" access="rxn" start="0x00000000" size="0x00200000" startup="1" default="1" alias="ROM_S"/> |
| 724 | <memory name="RAM_NS" access="rwxn" start="0x20000000" size="0x00020000" init ="0" default="1" alias="RAM_S"/> |
| 725 | <memory name="ROM_S" access="rxn" start="0x10000000" size="0x00200000" startup="1" default="1"/> |
| 726 | <memory name="RAM_S" access="rwxn" start="0x30000000" size="0x00020000" init ="0" default="1"/> |
| 727 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 728 | |
| 729 | <device Dname="ARMCM85"> |
| 730 | <processor Dcore="Cortex-M85" DcoreVersion="r0p0" Dpacbti="PACBTI" Dmpu="MPU" Dfpu="DP_FPU" Dmve="FP_MVE" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
| 731 | <description> |
| 732 | Floating Point Vector Extensions, DSP Instructions, Double Precision Floating Point Unit, TrustZone, PACBTI |
| 733 | </description> |
| 734 | <compile header="Device/ARM/ARMCM85/Include/ARMCM85.h" define="ARMCM85"/> |
| 735 | </device> |
| 736 | </family> |
| 737 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 738 | <!-- ****************************** ARMSC000 ****************************** --> |
| 739 | <family Dfamily="ARM SC000" Dvendor="ARM:82"> |
| 740 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 741 | 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] | 742 | - simple, easy-to-use programmers model |
| 743 | - highly efficient ultra-low power operation |
| 744 | - excellent code density |
| 745 | - deterministic, high-performance interrupt handling |
| 746 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 747 | <!-- 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] | 748 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 749 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 750 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 751 | |
| 752 | <device Dname="ARMSC000"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 753 | <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] | 754 | <compile header="Device/ARM/ARMSC000/Include/ARMSC000.h" define="ARMSC000"/> |
| 755 | </device> |
| 756 | </family> |
| 757 | |
| 758 | <!-- ****************************** ARMSC300 ****************************** --> |
| 759 | <family Dfamily="ARM SC300" Dvendor="ARM:82"> |
| 760 | <description> |
| 761 | 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: |
| 762 | - simple, easy-to-use programmers model |
| 763 | - highly efficient ultra-low power operation |
| 764 | - excellent code density |
| 765 | - deterministic, high-performance interrupt handling |
| 766 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 767 | <!-- 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] | 768 | <memory id="IROM1" start="0x00000000" size="0x00040000" startup="1" default="1"/> |
| 769 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
| 770 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 771 | |
| 772 | <device Dname="ARMSC300"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 773 | <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] | 774 | <compile header="Device/ARM/ARMSC300/Include/ARMSC300.h" define="ARMSC300"/> |
| 775 | </device> |
| 776 | </family> |
| 777 | |
| 778 | <!-- ****************************** ARMv8-M Baseline ********************** --> |
| 779 | <family Dfamily="ARMv8-M Baseline" Dvendor="ARM:82"> |
Jonatan Antoni | cad9305 | 2022-06-28 12:12:59 +0200 | [diff] [blame] | 780 | <book name="https://developer.arm.com/documentation/ddi0553" title="Armv8-M Architecture Reference Manual"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 781 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 782 | Armv8-M Baseline based device with TrustZone |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 783 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 784 | <!-- 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] | 785 | <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/> |
| 786 | <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 787 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 788 | <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 789 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 790 | |
| 791 | <device Dname="ARMv8MBL"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 792 | <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] | 793 | <compile header="Device/ARM/ARMv8MBL/Include/ARMv8MBL.h" define="ARMv8MBL"/> |
| 794 | </device> |
| 795 | </family> |
| 796 | |
| 797 | <!-- ****************************** ARMv8-M Mainline ****************************** --> |
| 798 | <family Dfamily="ARMv8-M Mainline" Dvendor="ARM:82"> |
Jonatan Antoni | cad9305 | 2022-06-28 12:12:59 +0200 | [diff] [blame] | 799 | <book name="https://developer.arm.com/documentation/ddi0553" title="Armv8-M Architecture Reference Manual"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 800 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 801 | Armv8-M Mainline based device with TrustZone |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 802 | </description> |
GuentherMartin | d2a797d | 2018-07-17 11:53:21 +0200 | [diff] [blame] | 803 | <!-- 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] | 804 | <memory id="IROM1" start="0x00000000" size="0x00200000" startup="1" default="1"/> |
| 805 | <memory id="IROM2" start="0x00200000" size="0x00200000" startup="0" default="0"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 806 | <memory id="IRAM1" start="0x20000000" size="0x00020000" init ="0" default="1"/> |
Joachim Krech | 7eb0129 | 2016-11-04 17:17:05 +0100 | [diff] [blame] | 807 | <memory id="IRAM2" start="0x20200000" size="0x00020000" init ="0" default="0"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 808 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 809 | |
| 810 | <device Dname="ARMv8MML"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 811 | <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] | 812 | <description> |
| 813 | no DSP Instructions, no Floating Point Unit, TrustZone |
| 814 | </description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 815 | <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML.h" define="ARMv8MML"/> |
| 816 | </device> |
| 817 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 818 | <device Dname="ARMv8MML_DSP"> |
| 819 | <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] | 820 | <description> |
| 821 | DSP Instructions, no Floating Point Unit, TrustZone |
| 822 | </description> |
Martin Günther | 3afee7b | 2016-11-03 13:25:14 +0100 | [diff] [blame] | 823 | <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] | 824 | </device> |
| 825 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 826 | <device Dname="ARMv8MML_SP"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 827 | <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] | 828 | <description> |
| 829 | no DSP Instructions, Single Precision Floating Point Unit, TrustZone |
| 830 | </description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 831 | <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML_SP.h" define="ARMv8MML_SP"/> |
| 832 | </device> |
| 833 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 834 | <device Dname="ARMv8MML_DSP_SP"> |
| 835 | <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] | 836 | <description> |
| 837 | DSP Instructions, Single Precision Floating Point Unit, TrustZone |
| 838 | </description> |
Martin Günther | 3afee7b | 2016-11-03 13:25:14 +0100 | [diff] [blame] | 839 | <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] | 840 | </device> |
| 841 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 842 | <device Dname="ARMv8MML_DP"> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 843 | <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] | 844 | <description> |
| 845 | no DSP Instructions, Double Precision Floating Point Unit, TrustZone |
| 846 | </description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 847 | <compile header="Device/ARM/ARMv8MML/Include/ARMv8MML_DP.h" define="ARMv8MML_DP"/> |
| 848 | </device> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 849 | |
| 850 | <device Dname="ARMv8MML_DSP_DP"> |
| 851 | <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] | 852 | <description> |
| 853 | DSP Instructions, Double Precision Floating Point Unit, TrustZone |
| 854 | </description> |
Martin Günther | 3afee7b | 2016-11-03 13:25:14 +0100 | [diff] [blame] | 855 | <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] | 856 | </device> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 857 | </family> |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 858 | |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 859 | <!-- ****************************** ARMv8.1-M Mainline ****************************** --> |
| 860 | <family Dfamily="ARMv8.1-M Mainline" Dvendor="ARM:82"> |
Jonatan Antoni | cad9305 | 2022-06-28 12:12:59 +0200 | [diff] [blame] | 861 | <book name="https://developer.arm.com/documentation/ddi0553" title="Armv8-M Architecture Reference Manual"/> |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 862 | <description> |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 863 | Armv8.1-M Mainline based device with TrustZone and MVE |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 864 | </description> |
| 865 | <!-- <debug svd="Device/ARM/SVD/ARMv8MML.svd"/> --> |
Jonatan Antoni | ae553b7 | 2019-05-06 16:29:20 +0200 | [diff] [blame] | 866 | <memory id="IROM1" start="0x10000000" size="0x00200000" startup="1" default="1"/> |
| 867 | <memory id="IROM2" start="0x00000000" size="0x00200000" startup="0" default="0"/> |
Jonatan Antoni | 3942a34 | 2019-05-07 10:36:06 +0200 | [diff] [blame] | 868 | <memory id="IRAM1" start="0x30000000" size="0x00020000" init ="0" default="1"/> |
| 869 | <memory id="IRAM2" start="0x20000000" size="0x00020000" init ="0" default="0"/> |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 870 | <!--algorithm name="Device/ARM/Flash/NEW_DEVICE.FLM" start="0x00000000" size="0x00040000" default="1"/--> |
| 871 | |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 872 | |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 873 | <device Dname="ARMv81MML_DSP_DP_MVE_FP"> |
| 874 | <processor Dcore="ARMV81MML" DcoreVersion="r0p0" Dfpu="DP_FPU" Dmpu="MPU" Dmve="FP_MVE" Ddsp="DSP" Dtz="TZ" Dendian="Configurable" Dclock="10000000"/> |
| 875 | <description> |
| 876 | Double Precision Vector Extensions, DSP Instructions, Double Precision Floating Point Unit, TrustZone |
| 877 | </description> |
| 878 | <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] | 879 | </device> |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 880 | </family> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 881 | |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 882 | <!-- ****************************** Cortex-A5 ****************************** --> |
| 883 | <family Dfamily="ARM Cortex A5" Dvendor="ARM:82"> |
Jonatan Antoni | cad9305 | 2022-06-28 12:12:59 +0200 | [diff] [blame] | 884 | <book name="https://developer.arm.com/documentation/ddi0433" title="Cortex-A5 Technical Reference Manual"/> |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 885 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 886 | The Arm Cortex-A5 processor is a high-performance, low-power, Arm macrocell with an L1 cache subsystem that provides full |
| 887 | virtual memory capabilities. The Cortex-A5 processor implements the Armv7-A architecture profile and can execute 32-bit |
| 888 | 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] | 889 | </description> |
Jonatan Antoni | f288401 | 2017-08-29 16:59:49 +0200 | [diff] [blame] | 890 | |
Daniel Brondani | e4dbb8e | 2019-05-15 16:00:21 +0200 | [diff] [blame] | 891 | <memory id="IROM1" start="0x00000000" size="0x04000000" startup="1" default="1"/> <!-- 64MB NOR --> |
| 892 | <memory id="IROM2" start="0x0C000000" size="0x04000000" startup="0" default="0"/> <!-- 64MB NOR --> |
| 893 | <memory id="IRAM1" start="0x14000000" size="0x02000000" init ="0" default="1"/> <!-- 32MB SRAM --> |
| 894 | <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] | 895 | |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 896 | <device Dname="ARMCA5"> |
Daniel Brondani | e4dbb8e | 2019-05-15 16:00:21 +0200 | [diff] [blame] | 897 | <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] | 898 | <compile header="Device/ARM/ARMCA5/Include/ARMCA5.h" define="ARMCA5"/> |
| 899 | </device> |
| 900 | </family> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 901 | |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 902 | <!-- ****************************** Cortex-A7 ****************************** --> |
| 903 | <family Dfamily="ARM Cortex A7" Dvendor="ARM:82"> |
Jonatan Antoni | cad9305 | 2022-06-28 12:12:59 +0200 | [diff] [blame] | 904 | <book name="https://developer.arm.com/documentation/ddi0464" title="Cortex-A7 MPCore Technical Reference Manual"/> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 905 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 906 | 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] | 907 | 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] | 908 | an optional integrated GIC, and an optional L2 cache controller. |
| 909 | </description> |
Jonatan Antoni | f288401 | 2017-08-29 16:59:49 +0200 | [diff] [blame] | 910 | |
Daniel Brondani | e4dbb8e | 2019-05-15 16:00:21 +0200 | [diff] [blame] | 911 | <memory id="IROM1" start="0x00000000" size="0x04000000" startup="1" default="1"/> <!-- 64MB NOR --> |
| 912 | <memory id="IROM2" start="0x0C000000" size="0x04000000" startup="0" default="0"/> <!-- 64MB NOR --> |
| 913 | <memory id="IRAM1" start="0x14000000" size="0x02000000" init ="0" default="1"/> <!-- 32MB SRAM --> |
| 914 | <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] | 915 | |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 916 | <device Dname="ARMCA7"> |
Daniel Brondani | e4dbb8e | 2019-05-15 16:00:21 +0200 | [diff] [blame] | 917 | <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] | 918 | <compile header="Device/ARM/ARMCA7/Include/ARMCA7.h" define="ARMCA7"/> |
| 919 | </device> |
| 920 | </family> |
| 921 | |
| 922 | <!-- ****************************** Cortex-A9 ****************************** --> |
| 923 | <family Dfamily="ARM Cortex A9" Dvendor="ARM:82"> |
Jonatan Antoni | cad9305 | 2022-06-28 12:12:59 +0200 | [diff] [blame] | 924 | <book name="https://developer.arm.com/documentation/100511" title="Cortex-A9 Technical Reference Manual"/> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 925 | <description> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 926 | The Cortex-A9 processor is a high-performance, low-power, Arm macrocell with an L1 cache subsystem that provides full virtual memory capabilities. |
| 927 | 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] | 928 | and 8-bit Java bytecodes in Jazelle state. |
| 929 | </description> |
| 930 | |
Daniel Brondani | e4dbb8e | 2019-05-15 16:00:21 +0200 | [diff] [blame] | 931 | <memory id="IROM1" start="0x00000000" size="0x04000000" startup="1" default="1"/> <!-- 64MB NOR --> |
| 932 | <memory id="IROM2" start="0x0C000000" size="0x04000000" startup="0" default="0"/> <!-- 64MB NOR --> |
| 933 | <memory id="IRAM1" start="0x14000000" size="0x02000000" init ="0" default="1"/> <!-- 32MB SRAM --> |
| 934 | <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] | 935 | |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 936 | <device Dname="ARMCA9"> |
Daniel Brondani | e4dbb8e | 2019-05-15 16:00:21 +0200 | [diff] [blame] | 937 | <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] | 938 | <compile header="Device/ARM/ARMCA9/Include/ARMCA9.h" define="ARMCA9"/> |
| 939 | </device> |
| 940 | </family> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 941 | </devices> |
| 942 | |
| 943 | |
| 944 | <apis> |
Robert Rostohar | 6e5621b | 2017-06-09 12:55:56 +0200 | [diff] [blame] | 945 | <!-- CMSIS Device API --> |
Vladimir Umek | c852bdd | 2017-07-03 09:19:47 +0200 | [diff] [blame] | 946 | <api Cclass="Device" Cgroup="IRQ Controller" Capiversion="1.0.0" exclusive="1"> |
| 947 | <description>Device interrupt controller interface</description> |
| 948 | <files> |
| 949 | <file category="header" name="CMSIS/Core_A/Include/irq_ctrl.h"/> |
| 950 | </files> |
| 951 | </api> |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 952 | <api Cclass="Device" Cgroup="OS Tick" Capiversion="1.0.1" exclusive="1"> |
Robert Rostohar | aeb6dd5 | 2017-06-09 14:17:43 +0200 | [diff] [blame] | 953 | <description>RTOS Kernel system tick timer interface</description> |
Robert Rostohar | 6e5621b | 2017-06-09 12:55:56 +0200 | [diff] [blame] | 954 | <files> |
| 955 | <file category="header" name="CMSIS/RTOS2/Include/os_tick.h"/> |
| 956 | </files> |
| 957 | </api> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 958 | <!-- CMSIS-RTOS API --> |
Robert Rostohar | eff0677 | 2017-01-12 11:19:01 +0100 | [diff] [blame] | 959 | <api Cclass="CMSIS" Cgroup="RTOS" Capiversion="1.0.0" exclusive="1"> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 960 | <description>CMSIS-RTOS API for Cortex-M, SC000, and SC300</description> |
| 961 | <files> |
| 962 | <file category="doc" name="CMSIS/Documentation/RTOS/html/index.html"/> |
| 963 | </files> |
| 964 | </api> |
Robert Rostohar | 4561974 | 2023-04-19 07:57:13 +0200 | [diff] [blame] | 965 | <api Cclass="CMSIS" Cgroup="RTOS2" Capiversion="2.2.0" exclusive="1"> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 966 | <description>CMSIS-RTOS API for Cortex-M, SC000, and SC300</description> |
| 967 | <files> |
| 968 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/index.html"/> |
Robert Rostohar | 0a36405 | 2017-01-25 12:35:54 +0100 | [diff] [blame] | 969 | <file category="header" name="CMSIS/RTOS2/Include/cmsis_os2.h"/> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 970 | </files> |
| 971 | </api> |
Robert Rostohar | 9470b0b | 2017-06-09 09:38:31 +0200 | [diff] [blame] | 972 | <!-- CMSIS Driver API --> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 973 | <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] | 974 | <description>USART Driver API for Cortex-M</description> |
| 975 | <files> |
| 976 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__usart__interface__gr.html" /> |
| 977 | <file category="header" name="CMSIS/Driver/Include/Driver_USART.h" /> |
| 978 | </files> |
| 979 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 980 | <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] | 981 | <description>SPI Driver API for Cortex-M</description> |
| 982 | <files> |
| 983 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__spi__interface__gr.html" /> |
| 984 | <file category="header" name="CMSIS/Driver/Include/Driver_SPI.h" /> |
| 985 | </files> |
| 986 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 987 | <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] | 988 | <description>SAI Driver API for Cortex-M</description> |
| 989 | <files> |
| 990 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__sai__interface__gr.html"/> |
| 991 | <file category="header" name="CMSIS/Driver/Include/Driver_SAI.h" /> |
| 992 | </files> |
| 993 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 994 | <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] | 995 | <description>I2C Driver API for Cortex-M</description> |
| 996 | <files> |
| 997 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__i2c__interface__gr.html"/> |
| 998 | <file category="header" name="CMSIS/Driver/Include/Driver_I2C.h" /> |
| 999 | </files> |
| 1000 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 1001 | <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] | 1002 | <description>CAN Driver API for Cortex-M</description> |
| 1003 | <files> |
| 1004 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__can__interface__gr.html"/> |
| 1005 | <file category="header" name="CMSIS/Driver/Include/Driver_CAN.h" /> |
| 1006 | </files> |
| 1007 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 1008 | <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] | 1009 | <description>Flash Driver API for Cortex-M</description> |
| 1010 | <files> |
| 1011 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__flash__interface__gr.html" /> |
| 1012 | <file category="header" name="CMSIS/Driver/Include/Driver_Flash.h" /> |
| 1013 | </files> |
| 1014 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 1015 | <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] | 1016 | <description>MCI Driver API for Cortex-M</description> |
| 1017 | <files> |
| 1018 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__mci__interface__gr.html" /> |
| 1019 | <file category="header" name="CMSIS/Driver/Include/Driver_MCI.h" /> |
| 1020 | </files> |
| 1021 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 1022 | <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] | 1023 | <description>NAND Flash Driver API for Cortex-M</description> |
| 1024 | <files> |
| 1025 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__nand__interface__gr.html" /> |
| 1026 | <file category="header" name="CMSIS/Driver/Include/Driver_NAND.h" /> |
| 1027 | </files> |
| 1028 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 1029 | <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] | 1030 | <description>Ethernet MAC and PHY Driver API for Cortex-M</description> |
| 1031 | <files> |
| 1032 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__eth__interface__gr.html" /> |
| 1033 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" /> |
| 1034 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" /> |
| 1035 | </files> |
| 1036 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 1037 | <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] | 1038 | <description>Ethernet MAC Driver API for Cortex-M</description> |
| 1039 | <files> |
| 1040 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__eth__mac__interface__gr.html" /> |
| 1041 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" /> |
| 1042 | </files> |
| 1043 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 1044 | <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] | 1045 | <description>Ethernet PHY Driver API for Cortex-M</description> |
| 1046 | <files> |
| 1047 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__eth__phy__interface__gr.html" /> |
| 1048 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" /> |
| 1049 | </files> |
| 1050 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 1051 | <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] | 1052 | <description>USB Device Driver API for Cortex-M</description> |
| 1053 | <files> |
| 1054 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__usbd__interface__gr.html" /> |
| 1055 | <file category="header" name="CMSIS/Driver/Include/Driver_USBD.h" /> |
| 1056 | </files> |
| 1057 | </api> |
Robert Rostohar | 8d743c5 | 2020-01-24 13:04:51 +0100 | [diff] [blame] | 1058 | <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] | 1059 | <description>USB Host Driver API for Cortex-M</description> |
| 1060 | <files> |
| 1061 | <file category="doc" name="CMSIS/Documentation/Driver/html/group__usbh__interface__gr.html" /> |
| 1062 | <file category="header" name="CMSIS/Driver/Include/Driver_USBH.h" /> |
| 1063 | </files> |
| 1064 | </api> |
Robert Rostohar | dae2f7c | 2020-01-24 14:37:40 +0100 | [diff] [blame] | 1065 | <api Cclass="CMSIS Driver" Cgroup="WiFi" Capiversion="1.1.0" exclusive="0"> |
Robert Rostohar | 688e536 | 2019-02-14 10:37:45 +0100 | [diff] [blame] | 1066 | <description>WiFi driver</description> |
| 1067 | <files> |
Robert Rostohar | 92eb2ea | 2020-03-23 12:48:04 +0100 | [diff] [blame] | 1068 | <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] | 1069 | <file category="header" name="CMSIS/Driver/Include/Driver_WiFi.h" /> |
Robert Rostohar | 688e536 | 2019-02-14 10:37:45 +0100 | [diff] [blame] | 1070 | </files> |
| 1071 | </api> |
Robert Rostohar | 56cbb68 | 2020-03-19 13:31:52 +0100 | [diff] [blame] | 1072 | <api Cclass="CMSIS Driver" Cgroup="VIO" Capiversion="0.1.0" exclusive="1"> |
| 1073 | <description>Virtual I/O</description> |
| 1074 | <files> |
Robert Rostohar | 92eb2ea | 2020-03-23 12:48:04 +0100 | [diff] [blame] | 1075 | <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] | 1076 | <file category="header" name="CMSIS/Driver/VIO/Include/cmsis_vio.h" /> |
Robert Rostohar | 92eb2ea | 2020-03-23 12:48:04 +0100 | [diff] [blame] | 1077 | <file category="other" name="CMSIS/Driver/VIO/cmsis_vio.scvd" /> |
Robert Rostohar | 56cbb68 | 2020-03-19 13:31:52 +0100 | [diff] [blame] | 1078 | </files> |
| 1079 | </api> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1080 | </apis> |
| 1081 | |
| 1082 | <!-- conditions are dependency rules that can apply to a component or an individual file --> |
| 1083 | <conditions> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1084 | <!-- compiler --> |
Daniel Brondani | 7bfe5d0 | 2017-04-13 15:56:17 +0200 | [diff] [blame] | 1085 | <condition id="ARMCC6"> |
Robert Rostohar | ff9fa5b | 2017-04-19 11:55:58 +0200 | [diff] [blame] | 1086 | <accept Tcompiler="ARMCC" Toptions="AC6"/> |
| 1087 | <accept Tcompiler="ARMCC" Toptions="AC6LTO"/> |
Daniel Brondani | 7bfe5d0 | 2017-04-13 15:56:17 +0200 | [diff] [blame] | 1088 | </condition> |
Jonatan Antoni | c34d532 | 2017-04-25 09:32:40 +0200 | [diff] [blame] | 1089 | <condition id="ARMCC5"> |
Daniel Brondani | 7bfe5d0 | 2017-04-13 15:56:17 +0200 | [diff] [blame] | 1090 | <require Tcompiler="ARMCC" Toptions="AC5"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1091 | </condition> |
Jonatan Antoni | c34d532 | 2017-04-25 09:32:40 +0200 | [diff] [blame] | 1092 | <condition id="ARMCC"> |
| 1093 | <require Tcompiler="ARMCC"/> |
| 1094 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1095 | <condition id="GCC"> |
| 1096 | <require Tcompiler="GCC"/> |
| 1097 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1098 | <condition id="IAR"> |
| 1099 | <require Tcompiler="IAR"/> |
| 1100 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1101 | <condition id="ARMCC GCC"> |
| 1102 | <accept Tcompiler="ARMCC"/> |
| 1103 | <accept Tcompiler="GCC"/> |
| 1104 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1105 | <condition id="ARMCC GCC IAR"> |
| 1106 | <accept Tcompiler="ARMCC"/> |
| 1107 | <accept Tcompiler="GCC"/> |
| 1108 | <accept Tcompiler="IAR"/> |
| 1109 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1110 | |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1111 | <!-- Arm architecture --> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1112 | <condition id="ARMv6-M Device"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1113 | <description>Armv6-M architecture based device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1114 | <accept Dcore="Cortex-M0"/> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 1115 | <accept Dcore="Cortex-M1"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1116 | <accept Dcore="Cortex-M0+"/> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1117 | <accept Dcore="SC000"/> |
| 1118 | </condition> |
| 1119 | <condition id="ARMv7-M Device"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1120 | <description>Armv7-M architecture based device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1121 | <accept Dcore="Cortex-M3"/> |
| 1122 | <accept Dcore="Cortex-M4"/> |
| 1123 | <accept Dcore="Cortex-M7"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1124 | <accept Dcore="SC300"/> |
| 1125 | </condition> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1126 | <condition id="ARMv8-MBL Device"> |
| 1127 | <description>Armv8-M base line architecture based device</description> |
Christopher Seidl | 2e8b814 | 2016-10-25 16:29:05 +0200 | [diff] [blame] | 1128 | <accept Dcore="ARMV8MBL"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1129 | <accept Dcore="Cortex-M23"/> |
| 1130 | </condition> |
| 1131 | <condition id="ARMv8-MML Device"> |
| 1132 | <description>Armv8-M main line architecture based device</description> |
Christopher Seidl | 2e8b814 | 2016-10-25 16:29:05 +0200 | [diff] [blame] | 1133 | <accept Dcore="ARMV8MML"/> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1134 | <accept Dcore="Cortex-M33"/> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1135 | <accept Dcore="Cortex-M35P"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1136 | <accept Dcore="Star-MC1"/> |
| 1137 | </condition> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 1138 | <condition id="ARMv81-MML Device"> |
| 1139 | <description>Armv8.1-M main line architecture based device</description> |
| 1140 | <accept Dcore="ARMV81MML"/> |
| 1141 | <accept Dcore="Cortex-M55"/> |
Jonatan Antoni | e197f78 | 2022-04-26 16:24:59 +0200 | [diff] [blame] | 1142 | <accept Dcore="Cortex-M85"/> |
Jonatan Antoni | e92de6c | 2022-12-06 12:35:19 +0100 | [diff] [blame] | 1143 | </condition> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 1144 | <condition id="ARMv8x-MML Device"> |
| 1145 | <description>Armv8-M/Armv8.1-M architecture based device</description> |
| 1146 | <accept condition="ARMv8-MML Device"/> |
| 1147 | <accept condition="ARMv81-MML Device"/> |
| 1148 | </condition> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1149 | <condition id="ARMv8-M Device"> |
| 1150 | <description>Armv8-M architecture based device</description> |
| 1151 | <accept condition="ARMv8-MBL Device"/> |
| 1152 | <accept condition="ARMv8-MML Device"/> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 1153 | <accept condition="ARMv81-MML Device"/> |
Christopher Seidl | 2e8b814 | 2016-10-25 16:29:05 +0200 | [diff] [blame] | 1154 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1155 | <condition id="ARMv6_7-M Device"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1156 | <description>Armv6_7-M architecture based device</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1157 | <accept condition="ARMv6-M Device"/> |
| 1158 | <accept condition="ARMv7-M Device"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1159 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1160 | <condition id="ARMv6_7_8-M Device"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1161 | <description>Armv6_7_8-M architecture based device</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1162 | <accept condition="ARMv6-M Device"/> |
| 1163 | <accept condition="ARMv7-M Device"/> |
| 1164 | <accept condition="ARMv8-M Device"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1165 | </condition> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 1166 | <condition id="ARMv7-A Device"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1167 | <description>Armv7-A architecture based device</description> |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 1168 | <accept Dcore="Cortex-A5"/> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 1169 | <accept Dcore="Cortex-A7"/> |
| 1170 | <accept Dcore="Cortex-A9"/> |
| 1171 | </condition> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1172 | |
Robert Rostohar | a0595d2 | 2023-04-21 08:54:57 +0200 | [diff] [blame] | 1173 | <condition id="No TrustZone"> |
| 1174 | <description>No TrustZone</description> |
| 1175 | <require Dtz="NO_TZ"/> |
| 1176 | </condition> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 1177 | <condition id="TrustZone"> |
| 1178 | <description>TrustZone</description> |
| 1179 | <require Dtz="TZ"/> |
| 1180 | </condition> |
Robert Rostohar | a0595d2 | 2023-04-21 08:54:57 +0200 | [diff] [blame] | 1181 | <condition id="TZ Disabled"> |
| 1182 | <description>TrustZone (Disabled)</description> |
| 1183 | <require Dtz="TZ"/> |
| 1184 | <require Dsecure="TZ-disabled"/> |
| 1185 | </condition> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 1186 | <condition id="TZ Secure"> |
| 1187 | <description>TrustZone (Secure)</description> |
| 1188 | <require Dtz="TZ"/> |
| 1189 | <require Dsecure="Secure"/> |
| 1190 | </condition> |
| 1191 | <condition id="TZ Non-secure"> |
| 1192 | <description>TrustZone (Non-secure)</description> |
| 1193 | <require Dtz="TZ"/> |
Robert Rostohar | 432c4ef | 2023-04-20 07:42:04 +0200 | [diff] [blame] | 1194 | <require Dsecure="Non-secure"/> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1195 | </condition> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 1196 | |
Robert Rostohar | a0595d2 | 2023-04-21 08:54:57 +0200 | [diff] [blame] | 1197 | <condition id="ARMv8-M Device without TrustZone"> |
| 1198 | <description>Armv8-M architecture based device without TrustZone</description> |
| 1199 | <require condition="ARMv8-M Device"/> |
| 1200 | <require condition="No TrustZone"/> |
| 1201 | </condition> |
| 1202 | <condition id="ARMv8-M Device with TZ Disabled"> |
| 1203 | <description>Armv8-M architecture based device with TrustZone (Disabled)</description> |
| 1204 | <require condition="ARMv8-M Device"/> |
| 1205 | <require condition="TZ Disabled"/> |
| 1206 | </condition> |
| 1207 | <condition id="ARMv8-M Device with TZ Secure"> |
| 1208 | <description>Armv8-M architecture based device with TrustZone (Secure)</description> |
| 1209 | <require condition="ARMv8-M Device"/> |
| 1210 | <require condition="TZ Secure"/> |
| 1211 | </condition> |
| 1212 | <condition id="ARMv8-M Device with TZ Non-secure"> |
| 1213 | <description>Armv8-M architecture based device with TrustZone (Non-secure)</description> |
| 1214 | <require condition="ARMv8-M Device"/> |
| 1215 | <require condition="TZ Non-secure"/> |
| 1216 | </condition> |
| 1217 | |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1218 | <!-- Startup --> |
| 1219 | <condition id="Startup ARMCC6 Secure"> |
| 1220 | <description>Startup files for Arm Compiler 6 targeting TrustZone secure mode</description> |
Jonatan Antoni | 41e74d5 | 2017-04-21 14:42:00 +0200 | [diff] [blame] | 1221 | <require condition="ARMCC6"/> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1222 | <require condition="TZ Secure"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1223 | </condition> |
| 1224 | <condition id="Startup ARMCC6 Unsecure"> |
| 1225 | <description>Startup files for Arm Compiler 6 targeting non-TrustZone or TrustZone non-secure mode</description> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1226 | <require condition="ARMCC6"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1227 | <deny condition="TZ Secure"/> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1228 | </condition> |
| 1229 | |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1230 | <!-- CMSIS-Core --> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1231 | <condition id="ARMCM0 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1232 | <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] | 1233 | <require Dvendor="ARM:82" Dname="ARMCM0"/> |
| 1234 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1235 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1236 | |
| 1237 | <condition id="ARMCM0+ CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1238 | <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] | 1239 | <require Dvendor="ARM:82" Dname="ARMCM0P*"/> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1240 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1241 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1242 | |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 1243 | <condition id="ARMCM1 CMSIS"> |
| 1244 | <description>Generic Arm Cortex-M1 device startup and depends on CMSIS Core</description> |
| 1245 | <require Dvendor="ARM:82" Dname="ARMCM1"/> |
| 1246 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1247 | </condition> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 1248 | |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1249 | <condition id="ARMCM3 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1250 | <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] | 1251 | <require Dvendor="ARM:82" Dname="ARMCM3"/> |
| 1252 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1253 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1254 | |
| 1255 | <condition id="ARMCM4 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1256 | <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] | 1257 | <require Dvendor="ARM:82" Dname="ARMCM4*"/> |
| 1258 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1259 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1260 | |
| 1261 | <condition id="ARMCM7 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1262 | <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] | 1263 | <require Dvendor="ARM:82" Dname="ARMCM7*"/> |
| 1264 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1265 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1266 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1267 | <condition id="ARMCM23 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1268 | <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] | 1269 | <require Dvendor="ARM:82" Dname="ARMCM23*"/> |
| 1270 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1271 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1272 | |
| 1273 | <condition id="ARMCM33 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1274 | <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] | 1275 | <require Dvendor="ARM:82" Dname="ARMCM33*"/> |
| 1276 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1277 | </condition> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1278 | |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1279 | <condition id="ARMCM35P CMSIS"> |
| 1280 | <description>Generic Arm Cortex-M35P device startup and depends on CMSIS Core</description> |
| 1281 | <require Dvendor="ARM:82" Dname="ARMCM35P*"/> |
| 1282 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1283 | </condition> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1284 | |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 1285 | <condition id="ARMCM55 CMSIS"> |
| 1286 | <description>Generic Arm Cortex-M55 device startup and depends on CMSIS Core</description> |
| 1287 | <require Dvendor="ARM:82" Dname="ARMCM55*"/> |
| 1288 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1289 | </condition> |
| 1290 | |
Jonatan Antoni | e197f78 | 2022-04-26 16:24:59 +0200 | [diff] [blame] | 1291 | <condition id="ARMCM85 CMSIS"> |
| 1292 | <description>Generic Arm Cortex-M85 device startup and depends on CMSIS Core</description> |
| 1293 | <require Dvendor="ARM:82" Dname="ARMCM85*"/> |
| 1294 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1295 | </condition> |
| 1296 | |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1297 | <condition id="ARMSC000 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1298 | <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] | 1299 | <require Dvendor="ARM:82" Dname="ARMSC000"/> |
| 1300 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1301 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1302 | |
| 1303 | <condition id="ARMSC300 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1304 | <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] | 1305 | <require Dvendor="ARM:82" Dname="ARMSC300"/> |
| 1306 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1307 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1308 | |
| 1309 | <condition id="ARMv8MBL CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1310 | <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] | 1311 | <require Dvendor="ARM:82" Dname="ARMv8MBL"/> |
| 1312 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1313 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1314 | |
| 1315 | <condition id="ARMv8MML CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1316 | <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] | 1317 | <require Dvendor="ARM:82" Dname="ARMv8MML*"/> |
| 1318 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1319 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1320 | |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 1321 | <condition id="ARMv81MML CMSIS"> |
| 1322 | <description>Generic Armv8.1-M Mainline device startup and depends on CMSIS Core</description> |
| 1323 | <require Dvendor="ARM:82" Dname="ARMv81MML*"/> |
| 1324 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1325 | </condition> |
| 1326 | |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 1327 | <condition id="ARMCA5 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1328 | <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] | 1329 | <require Dvendor="ARM:82" Dname="ARMCA5"/> |
| 1330 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1331 | </condition> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 1332 | |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 1333 | <condition id="ARMCA7 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1334 | <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] | 1335 | <require Dvendor="ARM:82" Dname="ARMCA7"/> |
| 1336 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1337 | </condition> |
| 1338 | |
| 1339 | <condition id="ARMCA9 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1340 | <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] | 1341 | <require Dvendor="ARM:82" Dname="ARMCA9"/> |
| 1342 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1343 | </condition> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 1344 | |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1345 | <!-- RTOS RTX --> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1346 | <condition id="RTOS RTX"> |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 1347 | <description>Components required for RTOS RTX</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1348 | <require condition="ARMv6_7-M Device"/> |
| 1349 | <require condition="ARMCC GCC IAR"/> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 1350 | <require Cclass="Device" Cgroup="Startup"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1351 | <deny Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5"/> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 1352 | </condition> |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 1353 | <condition id="RTOS RTX IFX"> |
| 1354 | <description>Components required for RTOS RTX IFX</description> |
| 1355 | <require condition="ARMv6_7-M Device"/> |
| 1356 | <require condition="ARMCC GCC IAR"/> |
| 1357 | <require Dvendor="Infineon:7" Dname="XMC4*"/> |
| 1358 | <require Cclass="Device" Cgroup="Startup"/> |
| 1359 | <deny Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5"/> |
| 1360 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1361 | <condition id="RTOS RTX5"> |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 1362 | <description>Components required for RTOS RTX5</description> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1363 | <require condition="ARMv6_7_8-M Device"/> |
Robert Rostohar | 0695d88 | 2016-12-20 12:26:34 +0100 | [diff] [blame] | 1364 | <require condition="ARMCC GCC IAR"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1365 | <require Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5"/> |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 1366 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1367 | <condition id="RTOS2 RTX5"> |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 1368 | <description>Components required for RTOS2 RTX5</description> |
Robert Rostohar | a0595d2 | 2023-04-21 08:54:57 +0200 | [diff] [blame] | 1369 | <accept condition="ARMv6_7-M Device"/> |
| 1370 | <accept condition="ARMv8-M Device without TrustZone"/> |
| 1371 | <accept condition="ARMv8-M Device with TZ Disabled"/> |
| 1372 | <accept condition="ARMv8-M Device with TZ Secure"/> |
Robert Rostohar | ff9fa5b | 2017-04-19 11:55:58 +0200 | [diff] [blame] | 1373 | <require condition="ARMCC GCC IAR"/> |
| 1374 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1375 | <require Cclass="Device" Cgroup="Startup"/> |
| 1376 | </condition> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 1377 | <condition id="RTOS2 RTX5 v7-A"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 1378 | <description>Components required for RTOS2 RTX5 on Armv7-A</description> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 1379 | <require condition="ARMv7-A Device"/> |
| 1380 | <require condition="ARMCC GCC IAR"/> |
| 1381 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1382 | <require Cclass="Device" Cgroup="Startup"/> |
| 1383 | <require Cclass="Device" Cgroup="OS Tick"/> |
Vladimir Umek | c852bdd | 2017-07-03 09:19:47 +0200 | [diff] [blame] | 1384 | <require Cclass="Device" Cgroup="IRQ Controller"/> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 1385 | </condition> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1386 | <condition id="RTOS2 RTX5 NS"> |
| 1387 | <description>Components required for RTOS2 RTX5 in Non-Secure Domain</description> |
Robert Rostohar | a0595d2 | 2023-04-21 08:54:57 +0200 | [diff] [blame] | 1388 | <require condition="ARMv8-M Device with TZ Non-secure"/> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 1389 | <require condition="ARMCC GCC IAR"/> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 1390 | <require Cclass="CMSIS" Cgroup="CORE"/> |
| 1391 | <require Cclass="Device" Cgroup="Startup"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 1392 | </condition> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 1393 | |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1394 | <condition id="ARMCC ARMv6-M LE"> |
| 1395 | <description>Arm Compiler for Armv6-M architecture (little endian)</description> |
| 1396 | <require condition="ARMCC"/> |
| 1397 | <require condition="ARMv6-M Device"/> |
| 1398 | <require Dendian="Little-endian"/> |
| 1399 | </condition> |
| 1400 | <condition id="ARMCC ARMv6-M BE"> |
| 1401 | <description>Arm Compiler for Armv6-M architecture (big endian)</description> |
| 1402 | <require condition="ARMCC"/> |
| 1403 | <require condition="ARMv6-M Device"/> |
| 1404 | <require Dendian="Big-endian"/> |
| 1405 | </condition> |
| 1406 | <condition id="ARMCC ARMv7-M NOFP LE"> |
| 1407 | <description>Arm Compiler for Armv7-M architecture without FPU (little endian)</description> |
| 1408 | <require condition="ARMCC"/> |
| 1409 | <require condition="ARMv7-M Device"/> |
| 1410 | <require Dendian="Little-endian"/> |
| 1411 | <require Dfpu="NO_FPU"/> |
| 1412 | </condition> |
| 1413 | <condition id="ARMCC ARMv7-M NOFP BE"> |
| 1414 | <description>Arm Compiler for Armv7-M architecture without FPU (big endian)</description> |
| 1415 | <require condition="ARMCC"/> |
| 1416 | <require condition="ARMv7-M Device"/> |
| 1417 | <require Dendian="Big-endian"/> |
| 1418 | <require Dfpu="NO_FPU"/> |
| 1419 | </condition> |
| 1420 | <condition id="ARMCC ARMv7-M FP LE"> |
| 1421 | <description>Arm Compiler for Armv7-M architecture with FPU (little endian)</description> |
| 1422 | <require condition="ARMCC"/> |
| 1423 | <require condition="ARMv7-M Device"/> |
| 1424 | <require Dendian="Little-endian"/> |
| 1425 | <accept Dfpu="SP_FPU"/> |
| 1426 | <accept Dfpu="DP_FPU"/> |
| 1427 | </condition> |
| 1428 | <condition id="ARMCC ARMv7-M FP BE"> |
| 1429 | <description>Arm Compiler for Armv7-M architecture with FPU (big endian)</description> |
| 1430 | <require condition="ARMCC"/> |
| 1431 | <require condition="ARMv7-M Device"/> |
| 1432 | <require Dendian="Big-endian"/> |
| 1433 | <accept Dfpu="SP_FPU"/> |
| 1434 | <accept Dfpu="DP_FPU"/> |
| 1435 | </condition> |
| 1436 | <condition id="ARMCC ARMv8-MBL LE"> |
| 1437 | <description>Arm Compiler for Armv8-M base line architecture (little endian)</description> |
| 1438 | <require condition="ARMCC"/> |
| 1439 | <require condition="ARMv8-MBL Device"/> |
| 1440 | <require Dendian="Little-endian"/> |
| 1441 | </condition> |
| 1442 | <condition id="ARMCC ARMv8-MML NOFP LE"> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 1443 | <description>Arm Compiler for Armv8-M/Armv8.1-M main line architecture without FPU/MVE (little endian)</description> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1444 | <require condition="ARMCC"/> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 1445 | <require condition="ARMv8x-MML Device"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1446 | <require Dendian="Little-endian"/> |
| 1447 | <require Dfpu="NO_FPU"/> |
| 1448 | <require Dmve="NO_MVE"/> |
| 1449 | </condition> |
| 1450 | <condition id="ARMCC ARMv8-MML FP LE"> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 1451 | <description>Arm Compiler for Armv8-M/Armv8.1-M main line architecture with FPU/MVE (little endian)</description> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1452 | <require condition="ARMCC"/> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 1453 | <require condition="ARMv8x-MML Device"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1454 | <require Dendian="Little-endian"/> |
| 1455 | <accept Dfpu="SP_FPU"/> |
| 1456 | <accept Dfpu="DP_FPU"/> |
| 1457 | <accept Dmve="MVE"/> |
| 1458 | <accept Dmve="FP_MVE"/> |
| 1459 | </condition> |
| 1460 | |
| 1461 | <condition id="GCC ARMv6-M LE"> |
| 1462 | <description>GNU Compiler for Armv6-M architecture (little endian)</description> |
| 1463 | <require condition="GCC"/> |
| 1464 | <require condition="ARMv6-M Device"/> |
| 1465 | <require Dendian="Little-endian"/> |
| 1466 | </condition> |
| 1467 | <condition id="GCC ARMv6-M BE"> |
| 1468 | <description>GNU Compiler for Armv6-M architecture (big endian)</description> |
| 1469 | <require condition="GCC"/> |
| 1470 | <require condition="ARMv6-M Device"/> |
| 1471 | <require Dendian="Big-endian"/> |
| 1472 | </condition> |
| 1473 | <condition id="GCC ARMv7-M NOFP LE"> |
| 1474 | <description>GNU Compiler for Armv7-M architecture without FPU (little endian)</description> |
| 1475 | <require condition="GCC"/> |
| 1476 | <require condition="ARMv7-M Device"/> |
| 1477 | <require Dendian="Little-endian"/> |
| 1478 | <require Dfpu="NO_FPU"/> |
| 1479 | </condition> |
| 1480 | <condition id="GCC ARMv7-M NOFP BE"> |
| 1481 | <description>GNU Compiler for Armv7-M architecture without FPU (big endian)</description> |
| 1482 | <require condition="GCC"/> |
| 1483 | <require condition="ARMv7-M Device"/> |
| 1484 | <require Dendian="Big-endian"/> |
| 1485 | <require Dfpu="NO_FPU"/> |
| 1486 | </condition> |
| 1487 | <condition id="GCC ARMv7-M FP LE"> |
| 1488 | <description>GNU Compiler for Armv7-M architecture with FPU (little endian)</description> |
| 1489 | <require condition="GCC"/> |
| 1490 | <require condition="ARMv7-M Device"/> |
| 1491 | <require Dendian="Little-endian"/> |
| 1492 | <accept Dfpu="SP_FPU"/> |
| 1493 | <accept Dfpu="DP_FPU"/> |
| 1494 | </condition> |
| 1495 | <condition id="GCC ARMv7-M FP BE"> |
| 1496 | <description>GNU Compiler for Armv7-M architecture with FPU (big endian)</description> |
| 1497 | <require condition="GCC"/> |
| 1498 | <require condition="ARMv7-M Device"/> |
| 1499 | <require Dendian="Big-endian"/> |
| 1500 | <accept Dfpu="SP_FPU"/> |
| 1501 | <accept Dfpu="DP_FPU"/> |
| 1502 | </condition> |
| 1503 | <condition id="GCC ARMv8-MBL LE"> |
| 1504 | <description>GNU Compiler for Armv8-M base line architecture (little endian)</description> |
| 1505 | <require condition="GCC"/> |
| 1506 | <require condition="ARMv8-MBL Device"/> |
| 1507 | <require Dendian="Little-endian"/> |
| 1508 | </condition> |
| 1509 | <condition id="GCC ARMv8-MML NOFP LE"> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 1510 | <description>GNU Compiler for Armv8-M/Armv8.1-M main line architecture without FPU/MVE (little endian)</description> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1511 | <require condition="GCC"/> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 1512 | <require condition="ARMv8x-MML Device"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1513 | <require Dendian="Little-endian"/> |
| 1514 | <require Dfpu="NO_FPU"/> |
| 1515 | <require Dmve="NO_MVE"/> |
| 1516 | </condition> |
| 1517 | <condition id="GCC ARMv8-MML FP LE"> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 1518 | <description>GNU Compiler for Armv8-M/Armv8.1-M main line architecture with FPU/MVE (little endian)</description> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1519 | <require condition="GCC"/> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 1520 | <require condition="ARMv8x-MML Device"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1521 | <require Dendian="Little-endian"/> |
| 1522 | <accept Dfpu="SP_FPU"/> |
| 1523 | <accept Dfpu="DP_FPU"/> |
| 1524 | <accept Dmve="MVE"/> |
| 1525 | <accept Dmve="FP_MVE"/> |
| 1526 | </condition> |
| 1527 | |
| 1528 | <condition id="IARCC ARMv6-M LE"> |
| 1529 | <description>IAR Compiler for Armv6-M architecture (little endian)</description> |
| 1530 | <require condition="IAR"/> |
| 1531 | <require condition="ARMv6-M Device"/> |
| 1532 | <require Dendian="Little-endian"/> |
| 1533 | </condition> |
| 1534 | <condition id="IARCC ARMv6-M BE"> |
| 1535 | <description>IAR Compiler for Armv6-M architecture (big endian)</description> |
| 1536 | <require condition="IAR"/> |
| 1537 | <require condition="ARMv6-M Device"/> |
| 1538 | <require Dendian="Big-endian"/> |
| 1539 | </condition> |
| 1540 | <condition id="IARCC ARMv7-M NOFP LE"> |
| 1541 | <description>IAR Compiler for Armv7-M architecture without FPU (little endian)</description> |
| 1542 | <require condition="IAR"/> |
| 1543 | <require condition="ARMv7-M Device"/> |
| 1544 | <require Dendian="Little-endian"/> |
| 1545 | <require Dfpu="NO_FPU"/> |
| 1546 | </condition> |
| 1547 | <condition id="IARCC ARMv7-M NOFP BE"> |
| 1548 | <description>IAR Compiler for Armv7-M architecture without FPU (big endian)</description> |
| 1549 | <require condition="IAR"/> |
| 1550 | <require condition="ARMv7-M Device"/> |
| 1551 | <require Dendian="Big-endian"/> |
| 1552 | <require Dfpu="NO_FPU"/> |
| 1553 | </condition> |
| 1554 | <condition id="IARCC ARMv7-M FP LE"> |
| 1555 | <description>IAR Compiler for Armv7-M architecture with FPU (little endian)</description> |
| 1556 | <require condition="IAR"/> |
| 1557 | <require condition="ARMv7-M Device"/> |
| 1558 | <require Dendian="Little-endian"/> |
| 1559 | <accept Dfpu="SP_FPU"/> |
| 1560 | <accept Dfpu="DP_FPU"/> |
| 1561 | </condition> |
| 1562 | <condition id="IARCC ARMv7-M FP BE"> |
| 1563 | <description>IAR Compiler for Armv7-M architecture with FPU (big endian)</description> |
| 1564 | <require condition="IAR"/> |
| 1565 | <require condition="ARMv7-M Device"/> |
| 1566 | <require Dendian="Big-endian"/> |
| 1567 | <accept Dfpu="SP_FPU"/> |
| 1568 | <accept Dfpu="DP_FPU"/> |
| 1569 | </condition> |
| 1570 | <condition id="IARCC ARMv8-MBL LE"> |
| 1571 | <description>IAR Compiler for Armv8-M base line architecture (little endian)</description> |
| 1572 | <require condition="IAR"/> |
| 1573 | <require condition="ARMv8-MBL Device"/> |
| 1574 | <require Dendian="Little-endian"/> |
| 1575 | </condition> |
| 1576 | <condition id="IARCC ARMv8-MML NOFP LE"> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 1577 | <description>IAR Compiler for Armv8-M main line architecture without FPU (little endian)</description> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1578 | <require condition="IAR"/> |
| 1579 | <require condition="ARMv8-MML Device"/> |
| 1580 | <require Dendian="Little-endian"/> |
| 1581 | <require Dfpu="NO_FPU"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1582 | </condition> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 1583 | <condition id="IARCC ARMv8-MML FP LE"> |
| 1584 | <description>IAR Compiler for Armv8-M main line architecture with FPU (little endian)</description> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1585 | <require condition="IAR"/> |
| 1586 | <require condition="ARMv8-MML Device"/> |
| 1587 | <require Dendian="Little-endian"/> |
| 1588 | <accept Dfpu="SP_FPU"/> |
| 1589 | <accept Dfpu="DP_FPU"/> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 1590 | </condition> |
| 1591 | <condition id="IARCC ARMv81-MML NOFP LE"> |
| 1592 | <description>IAR Compiler for Armv8.1-M main line architecture without FPU/MVE (little endian)</description> |
| 1593 | <require condition="IAR"/> |
| 1594 | <require condition="ARMv81-MML Device"/> |
| 1595 | <require Dendian="Little-endian"/> |
| 1596 | <require Dfpu="NO_FPU"/> |
| 1597 | <require Dmve="NO_MVE"/> |
| 1598 | </condition> |
| 1599 | <condition id="IARCC ARMv81-MML FP LE"> |
| 1600 | <description>IAR Compiler for Armv8.1-M main line architecture with FPU/MVE (little endian)</description> |
| 1601 | <require condition="IAR"/> |
| 1602 | <require condition="ARMv81-MML Device"/> |
| 1603 | <require Dendian="Little-endian"/> |
| 1604 | <accept Dfpu="SP_FPU"/> |
| 1605 | <accept Dfpu="DP_FPU"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1606 | <accept Dmve="MVE"/> |
| 1607 | <accept Dmve="FP_MVE"/> |
| 1608 | </condition> |
| 1609 | |
| 1610 | <condition id="ARMASM ARMv6-M"> |
| 1611 | <description>Arm Assembler for Armv6-M architecture</description> |
| 1612 | <require condition="ARMCC5"/> |
| 1613 | <require condition="ARMv6-M Device"/> |
| 1614 | </condition> |
| 1615 | <condition id="GNUASM ARMv6-M"> |
| 1616 | <description>GNU Assembler for Armv6-M architecture</description> |
| 1617 | <accept condition="ARMCC6"/> |
| 1618 | <accept condition="GCC"/> |
| 1619 | <require condition="ARMv6-M Device"/> |
| 1620 | </condition> |
| 1621 | <condition id="IARASM ARMv6-M"> |
| 1622 | <description>IAR Assembler for Armv6-M architecture</description> |
| 1623 | <require condition="IAR"/> |
| 1624 | <require condition="ARMv6-M Device"/> |
| 1625 | </condition> |
| 1626 | |
| 1627 | <condition id="ARMASM ARMv7-M"> |
| 1628 | <description>Arm Assembler for Armv7-M architecture</description> |
| 1629 | <require condition="ARMCC5"/> |
| 1630 | <require condition="ARMv7-M Device"/> |
| 1631 | </condition> |
| 1632 | <condition id="GNUASM ARMv7-M"> |
| 1633 | <description>GNU Assembler for Armv7-M architecture</description> |
| 1634 | <accept condition="ARMCC6"/> |
| 1635 | <accept condition="GCC"/> |
| 1636 | <require condition="ARMv7-M Device"/> |
| 1637 | </condition> |
| 1638 | <condition id="IARASM ARMv7-M"> |
| 1639 | <description>IAR Assembler for Armv7-M architecture</description> |
| 1640 | <require condition="IAR"/> |
| 1641 | <require condition="ARMv7-M Device"/> |
| 1642 | </condition> |
| 1643 | |
| 1644 | <condition id="GNUASM ARMv8-MBL"> |
| 1645 | <description>GNU Assembler for Armv8-M base line architecture</description> |
| 1646 | <require condition="ARMCC GCC"/> |
| 1647 | <require condition="ARMv8-MBL Device"/> |
| 1648 | </condition> |
| 1649 | <condition id="GNUASM ARMv8-MML"> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 1650 | <description>GNU Assembler for Armv8-M/Armv8.1-M main line architecture</description> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1651 | <require condition="ARMCC GCC"/> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 1652 | <require condition="ARMv8x-MML Device"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1653 | </condition> |
| 1654 | <condition id="IARASM ARMv8-MBL"> |
| 1655 | <description>IAR Assembler for Armv8-M base line architecture</description> |
| 1656 | <require condition="IAR"/> |
| 1657 | <require condition="ARMv8-MBL Device"/> |
| 1658 | </condition> |
| 1659 | <condition id="IARASM ARMv8-MML"> |
| 1660 | <description>IAR Assembler for Armv8-M main line architecture</description> |
| 1661 | <require condition="IAR"/> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 1662 | <require condition="ARMv8x-MML Device"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1663 | </condition> |
| 1664 | |
| 1665 | <condition id="ARMASM ARMv7-A"> |
| 1666 | <description>Arm Assembler for Armv7-A architecture</description> |
| 1667 | <require condition="ARMCC5"/> |
| 1668 | <require condition="ARMv7-A Device"/> |
| 1669 | </condition> |
| 1670 | <condition id="GNUASM ARMv7-A"> |
| 1671 | <description>GNU Assembler for Armv7-A architecture</description> |
| 1672 | <accept condition="ARMCC6"/> |
| 1673 | <accept condition="GCC"/> |
| 1674 | <require condition="ARMv7-A Device"/> |
| 1675 | </condition> |
| 1676 | <condition id="IARASM ARMv7-A"> |
| 1677 | <description>IAR Assembler for Armv7-A architecture</description> |
| 1678 | <require condition="IAR"/> |
| 1679 | <require condition="ARMv7-A Device"/> |
| 1680 | </condition> |
| 1681 | |
Vladimir Umek | c852bdd | 2017-07-03 09:19:47 +0200 | [diff] [blame] | 1682 | <!-- OS Tick --> |
| 1683 | <condition id="OS Tick PTIM"> |
| 1684 | <description>Components required for OS Tick Private Timer</description> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1685 | <accept Dcore="Cortex-A5"/> |
| 1686 | <accept Dcore="Cortex-A9"/> |
Vladimir Umek | c852bdd | 2017-07-03 09:19:47 +0200 | [diff] [blame] | 1687 | <require Cclass="Device" Cgroup="IRQ Controller"/> |
| 1688 | </condition> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 1689 | |
Daniel Brondani | 650abfe | 2017-07-24 15:35:57 +0200 | [diff] [blame] | 1690 | <condition id="OS Tick GTIM"> |
| 1691 | <description>Components required for OS Tick Generic Physical Timer</description> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1692 | <accept Dcore="Cortex-A7"/> |
Daniel Brondani | 650abfe | 2017-07-24 15:35:57 +0200 | [diff] [blame] | 1693 | <require Cclass="Device" Cgroup="IRQ Controller"/> |
| 1694 | </condition> |
| 1695 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1696 | </conditions> |
| 1697 | |
| 1698 | <components> |
| 1699 | <!-- CMSIS-Core component --> |
Jonatan Antoni | 1fdae13 | 2023-01-20 16:42:55 +0100 | [diff] [blame] | 1700 | <component Cclass="CMSIS" Cgroup="CORE" Cversion="5.7.0" condition="ARMv6_7_8-M Device" > |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1701 | <description>CMSIS-CORE for Cortex-M, SC000, SC300, Star-MC1, ARMv8-M, ARMv8.1-M</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1702 | <files> |
| 1703 | <!-- CPU independent --> |
| 1704 | <file category="doc" name="CMSIS/Documentation/Core/html/index.html"/> |
Jonatan Antoni | ba9cdf3 | 2018-06-29 15:22:59 +0200 | [diff] [blame] | 1705 | <file category="include" name="CMSIS/Core/Include/"/> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 1706 | <file category="header" name="CMSIS/Core/Include/tz_context.h" condition="TrustZone"/> |
Christopher Seidl | 2e8b814 | 2016-10-25 16:29:05 +0200 | [diff] [blame] | 1707 | <!-- Code template --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 1708 | <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"/> |
| 1709 | <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] | 1710 | </files> |
| 1711 | </component> |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 1712 | |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 1713 | <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] | 1714 | <description>CMSIS-CORE for Cortex-A</description> |
| 1715 | <files> |
| 1716 | <!-- CPU independent --> |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 1717 | <file category="doc" name="CMSIS/Documentation/Core_A/html/index.html"/> |
brondani | b6bdb2c | 2017-03-02 16:15:52 +0100 | [diff] [blame] | 1718 | <file category="include" name="CMSIS/Core_A/Include/"/> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 1719 | </files> |
| 1720 | </component> |
| 1721 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1722 | <!-- CMSIS-Startup components --> |
| 1723 | <!-- Cortex-M0 --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1724 | <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] | 1725 | <description>System and Startup for Generic Arm Cortex-M0 device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1726 | <files> |
| 1727 | <!-- include folder / device header file --> |
| 1728 | <file category="header" name="Device/ARM/ARMCM0/Include/ARMCM0.h"/> |
| 1729 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 1730 | <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] | 1731 | <file category="linkerScript" name="Device/ARM/ARMCM0/Source/ARM/ARMCM0_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 1732 | <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] | 1733 | <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] | 1734 | <file category="sourceC" name="Device/ARM/ARMCM0/Source/system_ARMCM0.c" version="1.0.0" attr="config"/> |
| 1735 | </files> |
| 1736 | </component> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 1737 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM0 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 1738 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M0 device</description> |
| 1739 | <files> |
| 1740 | <!-- include folder / device header file --> |
| 1741 | <file category="header" name="Device/ARM/ARMCM0/Include/ARMCM0.h"/> |
| 1742 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 1743 | <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] | 1744 | <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] | 1745 | <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] | 1746 | <file category="sourceAsm" name="Device/ARM/ARMCM0/Source/IAR/startup_ARMCM0.s" version="1.0.0" attr="config" condition="IAR"/> |
| 1747 | <file category="sourceC" name="Device/ARM/ARMCM0/Source/system_ARMCM0.c" version="1.0.0" attr="config"/> |
| 1748 | </files> |
| 1749 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1750 | |
| 1751 | <!-- Cortex-M0+ --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1752 | <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] | 1753 | <description>System and Startup for Generic Arm Cortex-M0+ device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1754 | <files> |
| 1755 | <!-- include folder / device header file --> |
| 1756 | <file category="header" name="Device/ARM/ARMCM0plus/Include/ARMCM0plus.h"/> |
| 1757 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 1758 | <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] | 1759 | <file category="linkerScript" name="Device/ARM/ARMCM0plus/Source/ARM/ARMCM0plus_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 1760 | <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] | 1761 | <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] | 1762 | <file category="sourceC" name="Device/ARM/ARMCM0plus/Source/system_ARMCM0plus.c" version="1.0.0" attr="config"/> |
| 1763 | </files> |
| 1764 | </component> |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 1765 | <component Cclass="Device" Cgroup="Startup" Cversion="1.3.0" condition="ARMCM0+ CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 1766 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M0+ device</description> |
| 1767 | <files> |
| 1768 | <!-- include folder / device header file --> |
| 1769 | <file category="header" name="Device/ARM/ARMCM0plus/Include/ARMCM0plus.h"/> |
| 1770 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 1771 | <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] | 1772 | <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] | 1773 | <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] | 1774 | <file category="sourceAsm" name="Device/ARM/ARMCM0plus/Source/IAR/startup_ARMCM0plus.s" version="1.0.0" attr="config" condition="IAR"/> |
| 1775 | <file category="sourceC" name="Device/ARM/ARMCM0plus/Source/system_ARMCM0plus.c" version="1.0.0" attr="config"/> |
| 1776 | </files> |
| 1777 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1778 | |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 1779 | <!-- Cortex-M1 --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1780 | <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] | 1781 | <description>System and Startup for Generic Arm Cortex-M1 device</description> |
| 1782 | <files> |
| 1783 | <!-- include folder / device header file --> |
| 1784 | <file category="header" name="Device/ARM/ARMCM1/Include/ARMCM1.h"/> |
| 1785 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 1786 | <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] | 1787 | <file category="linkerScript" name="Device/ARM/ARMCM1/Source/ARM/ARMCM1_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 1788 | <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] | 1789 | <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] | 1790 | <file category="sourceC" name="Device/ARM/ARMCM1/Source/system_ARMCM1.c" version="1.0.0" attr="config"/> |
| 1791 | </files> |
| 1792 | </component> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 1793 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM1 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 1794 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M1 device</description> |
| 1795 | <files> |
| 1796 | <!-- include folder / device header file --> |
| 1797 | <file category="header" name="Device/ARM/ARMCM1/Include/ARMCM1.h"/> |
| 1798 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 1799 | <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] | 1800 | <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] | 1801 | <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] | 1802 | <file category="sourceAsm" name="Device/ARM/ARMCM1/Source/IAR/startup_ARMCM1.s" version="1.0.0" attr="config" condition="IAR"/> |
| 1803 | <file category="sourceC" name="Device/ARM/ARMCM1/Source/system_ARMCM1.c" version="1.0.0" attr="config"/> |
| 1804 | </files> |
| 1805 | </component> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 1806 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1807 | <!-- Cortex-M3 --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1808 | <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] | 1809 | <description>System and Startup for Generic Arm Cortex-M3 device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1810 | <files> |
| 1811 | <!-- include folder / device header file --> |
| 1812 | <file category="header" name="Device/ARM/ARMCM3/Include/ARMCM3.h"/> |
| 1813 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 1814 | <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] | 1815 | <file category="linkerScript" name="Device/ARM/ARMCM3/Source/ARM/ARMCM3_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 1816 | <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] | 1817 | <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] | 1818 | <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] | 1819 | </files> |
| 1820 | </component> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 1821 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM3 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 1822 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M3 device</description> |
| 1823 | <files> |
| 1824 | <!-- include folder / device header file --> |
| 1825 | <file category="header" name="Device/ARM/ARMCM3/Include/ARMCM3.h"/> |
| 1826 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 1827 | <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] | 1828 | <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] | 1829 | <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] | 1830 | <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] | 1831 | <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] | 1832 | </files> |
| 1833 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1834 | |
| 1835 | <!-- Cortex-M4 --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1836 | <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] | 1837 | <description>System and Startup for Generic Arm Cortex-M4 device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1838 | <files> |
| 1839 | <!-- include folder / device header file --> |
| 1840 | <file category="include" name="Device/ARM/ARMCM4/Include/"/> |
| 1841 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 1842 | <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] | 1843 | <file category="linkerScript" name="Device/ARM/ARMCM4/Source/ARM/ARMCM4_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 1844 | <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] | 1845 | <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] | 1846 | <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] | 1847 | </files> |
| 1848 | </component> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 1849 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM4 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 1850 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M4 device</description> |
| 1851 | <files> |
| 1852 | <!-- include folder / device header file --> |
| 1853 | <file category="include" name="Device/ARM/ARMCM4/Include/"/> |
| 1854 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 1855 | <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] | 1856 | <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] | 1857 | <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] | 1858 | <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] | 1859 | <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] | 1860 | </files> |
| 1861 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1862 | |
| 1863 | <!-- Cortex-M7 --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1864 | <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] | 1865 | <description>System and Startup for Generic Arm Cortex-M7 device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1866 | <files> |
| 1867 | <!-- include folder / device header file --> |
| 1868 | <file category="include" name="Device/ARM/ARMCM7/Include/"/> |
| 1869 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 1870 | <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] | 1871 | <file category="linkerScript" name="Device/ARM/ARMCM7/Source/ARM/ARMCM7_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 1872 | <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] | 1873 | <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] | 1874 | <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] | 1875 | </files> |
| 1876 | </component> |
Jonatan Antoni | 09694d7 | 2019-11-18 16:10:45 +0100 | [diff] [blame] | 1877 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.2" condition="ARMCM7 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 1878 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M7 device</description> |
| 1879 | <files> |
| 1880 | <!-- include folder / device header file --> |
| 1881 | <file category="include" name="Device/ARM/ARMCM7/Include/"/> |
| 1882 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 1883 | <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] | 1884 | <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] | 1885 | <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] | 1886 | <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] | 1887 | <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] | 1888 | </files> |
| 1889 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 1890 | |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1891 | <!-- Cortex-M23 --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1892 | <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] | 1893 | <description>System and Startup for Generic Arm Cortex-M23 device</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1894 | <files> |
| 1895 | <!-- include folder / device header file --> |
| 1896 | <file category="include" name="Device/ARM/ARMCM23/Include/"/> |
| 1897 | <!-- startup / system file --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1898 | <file category="sourceC" name="Device/ARM/ARMCM23/Source/startup_ARMCM23.c" version="2.1.0" attr="config"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1899 | <file category="linkerScript" name="Device/ARM/ARMCM23/Source/ARM/ARMCM23_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/> |
| 1900 | <file category="linkerScript" name="Device/ARM/ARMCM23/Source/ARM/ARMCM23_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1901 | <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] | 1902 | <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] | 1903 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 1904 | <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] | 1905 | </files> |
| 1906 | </component> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1907 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.0" condition="ARMCM23 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 1908 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M23 device</description> |
| 1909 | <files> |
| 1910 | <!-- include folder / device header file --> |
| 1911 | <file category="include" name="Device/ARM/ARMCM23/Include/"/> |
| 1912 | <!-- startup / system file --> |
GuentherMartin | 8be93b9 | 2021-05-27 10:37:16 +0200 | [diff] [blame] | 1913 | <file category="sourceAsm" name="Device/ARM/ARMCM23/Source/ARM/startup_ARMCM23.S" version="2.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1914 | <file category="linkerScript" name="Device/ARM/ARMCM23/Source/ARM/ARMCM23_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/> |
| 1915 | <file category="linkerScript" name="Device/ARM/ARMCM23/Source/ARM/ARMCM23_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1916 | <file category="sourceAsm" name="Device/ARM/ARMCM23/Source/GCC/startup_ARMCM23.S" version="2.2.0" attr="config" condition="GCC"/> |
| 1917 | <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] | 1918 | <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] | 1919 | <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] | 1920 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 1921 | <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] | 1922 | </files> |
| 1923 | </component> |
| 1924 | |
| 1925 | <!-- Cortex-M33 --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1926 | <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] | 1927 | <description>System and Startup for Generic Arm Cortex-M33 device</description> |
Martin Günther | 4a4e39c | 2016-11-03 11:47:02 +0100 | [diff] [blame] | 1928 | <files> |
| 1929 | <!-- include folder / device header file --> |
| 1930 | <file category="include" name="Device/ARM/ARMCM33/Include/"/> |
| 1931 | <!-- startup / system file --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1932 | <file category="sourceC" name="Device/ARM/ARMCM33/Source/startup_ARMCM33.c" version="2.1.0" attr="config"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1933 | <file category="linkerScript" name="Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/> |
| 1934 | <file category="linkerScript" name="Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1935 | <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] | 1936 | <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] | 1937 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 1938 | <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] | 1939 | </files> |
| 1940 | </component> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1941 | <component Cclass="Device" Cgroup="Startup" Cversion="1.3.0" condition="ARMCM33 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 1942 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M33 device</description> |
| 1943 | <files> |
| 1944 | <!-- include folder / device header file --> |
| 1945 | <file category="include" name="Device/ARM/ARMCM33/Include/"/> |
| 1946 | <!-- startup / system file --> |
GuentherMartin | 8be93b9 | 2021-05-27 10:37:16 +0200 | [diff] [blame] | 1947 | <file category="sourceAsm" name="Device/ARM/ARMCM33/Source/ARM/startup_ARMCM33.S" version="2.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1948 | <file category="linkerScript" name="Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/> |
| 1949 | <file category="linkerScript" name="Device/ARM/ARMCM33/Source/ARM/ARMCM33_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/> |
GuentherMartin | 3329b0d | 2021-05-26 10:51:30 +0200 | [diff] [blame] | 1950 | <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] | 1951 | <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] | 1952 | <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] | 1953 | <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] | 1954 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 1955 | <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] | 1956 | </files> |
| 1957 | </component> |
| 1958 | |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1959 | <!-- Cortex-M35P --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1960 | <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] | 1961 | <description>System and Startup for Generic Arm Cortex-M35P device</description> |
| 1962 | <files> |
| 1963 | <!-- include folder / device header file --> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 1964 | <file category="include" name="Device/ARM/ARMCM35P/Include/"/> |
| 1965 | <!-- startup / system file --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1966 | <file category="sourceC" name="Device/ARM/ARMCM35P/Source/startup_ARMCM35P.c" version="2.1.0" attr="config"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1967 | <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/ARM/ARMCM35P_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/> |
| 1968 | <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/ARM/ARMCM35P_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1969 | <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] | 1970 | <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] | 1971 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 1972 | <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] | 1973 | </files> |
| 1974 | </component> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1975 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.0" condition="ARMCM35P CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 1976 | <description>DEPRECATED: System and Startup for Generic Arm Cortex-M35P device</description> |
| 1977 | <files> |
| 1978 | <!-- include folder / device header file --> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 1979 | <file category="include" name="Device/ARM/ARMCM35P/Include/"/> |
| 1980 | <!-- startup / system file --> |
GuentherMartin | 8be93b9 | 2021-05-27 10:37:16 +0200 | [diff] [blame] | 1981 | <file category="sourceAsm" name="Device/ARM/ARMCM35P/Source/ARM/startup_ARMCM35P.S" version="2.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 1982 | <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/ARM/ARMCM35P_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/> |
| 1983 | <file category="linkerScript" name="Device/ARM/ARMCM35P/Source/ARM/ARMCM35P_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/> |
GuentherMartin | 3329b0d | 2021-05-26 10:51:30 +0200 | [diff] [blame] | 1984 | <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] | 1985 | <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] | 1986 | <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] | 1987 | <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] | 1988 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 1989 | <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] | 1990 | </files> |
| 1991 | </component> |
| 1992 | |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 1993 | <!-- Cortex-M55 --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 1994 | <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] | 1995 | <description>System and Startup for Generic Cortex-M55 device</description> |
| 1996 | <files> |
| 1997 | <!-- include folder / device header file --> |
| 1998 | <file category="include" name="Device/ARM/ARMCM55/Include/"/> |
| 1999 | <!-- startup / system file --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2000 | <file category="sourceC" name="Device/ARM/ARMCM55/Source/startup_ARMCM55.c" version="1.1.0" attr="config"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 2001 | <file category="linkerScript" name="Device/ARM/ARMCM55/Source/ARM/ARMCM55_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/> |
| 2002 | <file category="linkerScript" name="Device/ARM/ARMCM55/Source/ARM/ARMCM55_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2003 | <file category="linkerScript" name="Device/ARM/ARMCM55/Source/GCC/gcc_arm.ld" version="2.2.0" attr="config" condition="GCC"/> |
GuentherMartin | 53dc7aa | 2022-03-28 15:19:53 +0200 | [diff] [blame] | 2004 | <file category="sourceC" name="Device/ARM/ARMCM55/Source/system_ARMCM55.c" version="1.1.0" attr="config"/> |
GuentherMartin | bd8a0f1 | 2020-02-20 10:42:53 +0100 | [diff] [blame] | 2005 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2006 | <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] | 2007 | </files> |
| 2008 | </component> |
| 2009 | |
Jonatan Antoni | e197f78 | 2022-04-26 16:24:59 +0200 | [diff] [blame] | 2010 | <!-- Cortex-M85 --> |
| 2011 | <component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cversion="1.0.0" condition="ARMCM85 CMSIS" isDefaultVariant="true"> |
| 2012 | <description>System and Startup for Generic Cortex-M85 device</description> |
| 2013 | <files> |
| 2014 | <!-- include folder / device header file --> |
| 2015 | <file category="include" name="Device/ARM/ARMCM85/Include/"/> |
| 2016 | <!-- startup / system file --> |
| 2017 | <file category="sourceC" name="Device/ARM/ARMCM85/Source/startup_ARMCM85.c" version="1.0.0" attr="config"/> |
| 2018 | <file category="linkerScript" name="Device/ARM/ARMCM85/Source/ARM/ARMCM85_ac6_s.sct" version="1.0.0" attr="config" condition="Startup ARMCC6 Secure"/> |
| 2019 | <file category="linkerScript" name="Device/ARM/ARMCM85/Source/ARM/ARMCM85_ac6.sct" version="1.0.0" attr="config" condition="Startup ARMCC6 Unsecure"/> |
| 2020 | <file category="linkerScript" name="Device/ARM/ARMCM85/Source/GCC/gcc_arm.ld" version="1.0.0" attr="config" condition="GCC"/> |
| 2021 | <file category="sourceC" name="Device/ARM/ARMCM85/Source/system_ARMCM85.c" version="1.0.0" attr="config"/> |
| 2022 | <!-- SAU configuration --> |
| 2023 | <file category="header" name="Device/ARM/ARMCM85/Include/Template/partition_ARMCM85.h" version="1.0.0" attr="config" condition="TZ Secure"/> |
| 2024 | </files> |
| 2025 | </component> |
| 2026 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2027 | <!-- Cortex-SC000 --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2028 | <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] | 2029 | <description>System and Startup for Generic Arm SC000 device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2030 | <files> |
| 2031 | <!-- include folder / device header file --> |
| 2032 | <file category="header" name="Device/ARM/ARMSC000/Include/ARMSC000.h"/> |
| 2033 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2034 | <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] | 2035 | <file category="linkerScript" name="Device/ARM/ARMSC000/Source/ARM/ARMSC000_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2036 | <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] | 2037 | <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] | 2038 | <file category="sourceC" name="Device/ARM/ARMSC000/Source/system_ARMSC000.c" version="1.0.0" attr="config"/> |
| 2039 | </files> |
| 2040 | </component> |
Surendran Kanagaraj | 4f8b625 | 2019-12-18 23:00:33 +0530 | [diff] [blame] | 2041 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.3" condition="ARMSC000 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2042 | <description>DEPRECATED: System and Startup for Generic Arm SC000 device</description> |
| 2043 | <files> |
| 2044 | <!-- include folder / device header file --> |
| 2045 | <file category="header" name="Device/ARM/ARMSC000/Include/ARMSC000.h"/> |
| 2046 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2047 | <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] | 2048 | <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] | 2049 | <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] | 2050 | <file category="sourceAsm" name="Device/ARM/ARMSC000/Source/IAR/startup_ARMSC000.s" version="1.0.0" attr="config" condition="IAR"/> |
| 2051 | <file category="sourceC" name="Device/ARM/ARMSC000/Source/system_ARMSC000.c" version="1.0.0" attr="config"/> |
| 2052 | </files> |
| 2053 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2054 | |
| 2055 | <!-- Cortex-SC300 --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2056 | <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] | 2057 | <description>System and Startup for Generic Arm SC300 device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2058 | <files> |
| 2059 | <!-- include folder / device header file --> |
| 2060 | <file category="header" name="Device/ARM/ARMSC300/Include/ARMSC300.h"/> |
| 2061 | <!-- startup / system file --> |
GuentherMartin | 27e5b40 | 2020-03-31 15:42:58 +0200 | [diff] [blame] | 2062 | <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] | 2063 | <file category="linkerScript" name="Device/ARM/ARMSC300/Source/ARM/ARMSC300_ac5.sct" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2064 | <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] | 2065 | <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] | 2066 | <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] | 2067 | </files> |
| 2068 | </component> |
Surendran Kanagaraj | 4f8b625 | 2019-12-18 23:00:33 +0530 | [diff] [blame] | 2069 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.3" condition="ARMSC300 CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2070 | <description>DEPRECATED: System and Startup for Generic Arm SC300 device</description> |
| 2071 | <files> |
| 2072 | <!-- include folder / device header file --> |
| 2073 | <file category="header" name="Device/ARM/ARMSC300/Include/ARMSC300.h"/> |
| 2074 | <!-- startup / system file --> |
Jonatan Antoni | 617e7bd | 2019-07-23 14:24:11 +0200 | [diff] [blame] | 2075 | <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] | 2076 | <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] | 2077 | <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] | 2078 | <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] | 2079 | <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] | 2080 | </files> |
| 2081 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2082 | |
| 2083 | <!-- ARMv8MBL --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2084 | <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] | 2085 | <description>System and Startup for Generic Armv8-M Baseline device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2086 | <files> |
| 2087 | <!-- include folder / device header file --> |
| 2088 | <file category="include" name="Device/ARM/ARMv8MBL/Include/"/> |
| 2089 | <!-- startup / system file --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2090 | <file category="sourceC" name="Device/ARM/ARMv8MBL/Source/startup_ARMv8MBL.c" version="2.1.0" attr="config"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 2091 | <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/ARM/ARMv8MBL_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/> |
| 2092 | <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/ARM/ARMv8MBL_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2093 | <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] | 2094 | <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] | 2095 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2096 | <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] | 2097 | </files> |
| 2098 | </component> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2099 | <component Cclass="Device" Cgroup="Startup" Cversion="1.2.0" condition="ARMv8MBL CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2100 | <description>DEPRECATED: System and Startup for Generic Armv8-M Baseline device</description> |
| 2101 | <files> |
| 2102 | <!-- include folder / device header file --> |
| 2103 | <file category="include" name="Device/ARM/ARMv8MBL/Include/"/> |
| 2104 | <!-- startup / system file --> |
GuentherMartin | 8be93b9 | 2021-05-27 10:37:16 +0200 | [diff] [blame] | 2105 | <file category="sourceAsm" name="Device/ARM/ARMv8MBL/Source/ARM/startup_ARMv8MBL.S" version="2.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 2106 | <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/ARM/ARMv8MBL_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/> |
| 2107 | <file category="linkerScript" name="Device/ARM/ARMv8MBL/Source/ARM/ARMv8MBL_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2108 | <file category="sourceAsm" name="Device/ARM/ARMv8MBL/Source/GCC/startup_ARMv8MBL.S" version="2.2.0" attr="config" condition="GCC"/> |
| 2109 | <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] | 2110 | <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] | 2111 | <!-- SAU configuration --> |
| 2112 | <file category="header" name="Device/ARM/ARMv8MBL/Include/Template/partition_ARMv8MBL.h" version="1.0.0" attr="config"/> |
| 2113 | </files> |
| 2114 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2115 | |
| 2116 | <!-- ARMv8MML --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2117 | <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] | 2118 | <description>System and Startup for Generic Armv8-M Mainline device</description> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2119 | <files> |
| 2120 | <!-- include folder / device header file --> |
| 2121 | <file category="include" name="Device/ARM/ARMv8MML/Include/"/> |
| 2122 | <!-- startup / system file --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2123 | <file category="sourceC" name="Device/ARM/ARMv8MML/Source/startup_ARMv8MML.c" version="2.1.0" attr="config"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 2124 | <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/ARM/ARMv8MML_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/> |
| 2125 | <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/ARM/ARMv8MML_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2126 | <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] | 2127 | <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] | 2128 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2129 | <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] | 2130 | </files> |
| 2131 | </component> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2132 | <component Cclass="Device" Cgroup="Startup" Cversion="1.3.0" condition="ARMv8MML CMSIS"> |
Jonatan Antoni | 6d82db6 | 2019-05-20 11:30:09 +0200 | [diff] [blame] | 2133 | <description>DEPRECATED: System and Startup for Generic Armv8-M Mainline device</description> |
| 2134 | <files> |
| 2135 | <!-- include folder / device header file --> |
| 2136 | <file category="include" name="Device/ARM/ARMv8MML/Include/"/> |
| 2137 | <!-- startup / system file --> |
GuentherMartin | 8be93b9 | 2021-05-27 10:37:16 +0200 | [diff] [blame] | 2138 | <file category="sourceAsm" name="Device/ARM/ARMv8MML/Source/ARM/startup_ARMv8MML.S" version="2.0.0" attr="config" condition="ARMCC6"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 2139 | <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/ARM/ARMv8MML_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/> |
| 2140 | <file category="linkerScript" name="Device/ARM/ARMv8MML/Source/ARM/ARMv8MML_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/> |
GuentherMartin | 3329b0d | 2021-05-26 10:51:30 +0200 | [diff] [blame] | 2141 | <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] | 2142 | <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] | 2143 | <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] | 2144 | <!-- SAU configuration --> |
Robert Rostohar | 76b9cab | 2020-03-18 08:49:55 +0100 | [diff] [blame] | 2145 | <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] | 2146 | </files> |
| 2147 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2148 | |
Jonatan Antoni | c52cd62 | 2019-02-25 12:14:09 +0100 | [diff] [blame] | 2149 | <!-- ARMv81MML --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2150 | <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] | 2151 | <description>System and Startup for Generic Armv8.1-M Mainline device</description> |
| 2152 | <files> |
| 2153 | <!-- include folder / device header file --> |
| 2154 | <file category="include" name="Device/ARM/ARMv81MML/Include/"/> |
| 2155 | <!-- startup / system file --> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2156 | <file category="sourceC" name="Device/ARM/ARMv81MML/Source/startup_ARMv81MML.c" version="2.1.0" attr="config"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 2157 | <file category="linkerScript" name="Device/ARM/ARMv81MML/Source/ARM/ARMv81MML_ac6_s.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Secure"/> |
| 2158 | <file category="linkerScript" name="Device/ARM/ARMv81MML/Source/ARM/ARMv81MML_ac6.sct" version="1.1.0" attr="config" condition="Startup ARMCC6 Unsecure"/> |
GuentherMartin | 09825bc | 2020-12-17 09:04:42 +0100 | [diff] [blame] | 2159 | <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] | 2160 | <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] | 2161 | <!-- SAU configuration --> |
Jonatan Antoni | 9818585 | 2020-03-20 12:35:39 +0100 | [diff] [blame] | 2162 | <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] | 2163 | </files> |
| 2164 | </component> |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 2165 | |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 2166 | <!-- Cortex-A5 --> |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 2167 | <component Cclass="Device" Cgroup="Startup" Cversion="1.0.1" condition="ARMCA5 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2168 | <description>System and Startup for Generic Arm Cortex-A5 device</description> |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 2169 | <files> |
| 2170 | <!-- include folder / device header file --> |
| 2171 | <file category="include" name="Device/ARM/ARMCA5/Include/"/> |
| 2172 | <!-- startup / system / mmu files --> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 2173 | <file category="sourceC" name="Device/ARM/ARMCA5/Source/AC5/startup_ARMCA5.c" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2174 | <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] | 2175 | <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] | 2176 | <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] | 2177 | <file category="sourceC" name="Device/ARM/ARMCA5/Source/GCC/startup_ARMCA5.c" version="1.0.1" attr="config" condition="GCC"/> |
Christophe Favergeon | d4c4ac2 | 2022-07-21 09:01:02 +0200 | [diff] [blame] | 2178 | <file category="linkerScript" 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] | 2179 | <file category="sourceAsm" name="Device/ARM/ARMCA5/Source/IAR/startup_ARMCA5.s" version="1.0.0" attr="config" condition="IAR"/> |
| 2180 | <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] | 2181 | <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] | 2182 | <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] | 2183 | <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] | 2184 | <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] | 2185 | |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 2186 | </files> |
| 2187 | </component> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 2188 | |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 2189 | <!-- Cortex-A7 --> |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 2190 | <component Cclass="Device" Cgroup="Startup" Cversion="1.0.1" condition="ARMCA7 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2191 | <description>System and Startup for Generic Arm Cortex-A7 device</description> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 2192 | <files> |
| 2193 | <!-- include folder / device header file --> |
Daniel Brondani | aabf1ab | 2017-03-17 10:02:30 +0100 | [diff] [blame] | 2194 | <file category="include" name="Device/ARM/ARMCA7/Include/"/> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 2195 | <!-- startup / system / mmu files --> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 2196 | <file category="sourceC" name="Device/ARM/ARMCA7/Source/AC5/startup_ARMCA7.c" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2197 | <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] | 2198 | <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] | 2199 | <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] | 2200 | <file category="sourceC" name="Device/ARM/ARMCA7/Source/GCC/startup_ARMCA7.c" version="1.0.1" attr="config" condition="GCC"/> |
Christophe Favergeon | d4c4ac2 | 2022-07-21 09:01:02 +0200 | [diff] [blame] | 2201 | <file category="linkerScript" 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] | 2202 | <file category="sourceAsm" name="Device/ARM/ARMCA7/Source/IAR/startup_ARMCA7.s" version="1.0.0" attr="config" condition="IAR"/> |
| 2203 | <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] | 2204 | <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] | 2205 | <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] | 2206 | <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] | 2207 | <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] | 2208 | </files> |
| 2209 | </component> |
| 2210 | |
| 2211 | <!-- Cortex-A9 --> |
Jonatan Antoni | 84b84be | 2021-05-20 17:13:06 +0200 | [diff] [blame] | 2212 | <component Cclass="Device" Cgroup="Startup" Cversion="1.0.2" condition="ARMCA9 CMSIS"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2213 | <description>System and Startup for Generic Arm Cortex-A9 device</description> |
Daniel Brondani | 0d4e499 | 2017-02-23 09:26:46 +0100 | [diff] [blame] | 2214 | <files> |
| 2215 | <!-- include folder / device header file --> |
| 2216 | <file category="include" name="Device/ARM/ARMCA9/Include/"/> |
| 2217 | <!-- startup / system / mmu files --> |
Jonatan Antoni | c34d532 | 2017-04-25 09:32:40 +0200 | [diff] [blame] | 2218 | <file category="sourceC" name="Device/ARM/ARMCA9/Source/AC5/startup_ARMCA9.c" version="1.0.0" attr="config" condition="ARMCC5"/> |
| 2219 | <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] | 2220 | <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] | 2221 | <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] | 2222 | <file category="sourceC" name="Device/ARM/ARMCA9/Source/GCC/startup_ARMCA9.c" version="1.0.1" attr="config" condition="GCC"/> |
Christophe Favergeon | d4c4ac2 | 2022-07-21 09:01:02 +0200 | [diff] [blame] | 2223 | <file category="linkerScript" name="Device/ARM/ARMCA9/Source/GCC/ARMCA9.ld" version="1.0.0" attr="config" condition="GCC"/> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 2224 | <file category="sourceAsm" name="Device/ARM/ARMCA9/Source/IAR/startup_ARMCA9.s" version="1.0.0" attr="config" condition="IAR"/> |
| 2225 | <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] | 2226 | <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] | 2227 | <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] | 2228 | <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] | 2229 | <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] | 2230 | </files> |
| 2231 | </component> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2232 | |
Vladimir Umek | c852bdd | 2017-07-03 09:19:47 +0200 | [diff] [blame] | 2233 | <!-- IRQ Controller --> |
Markus Klein | dd4ab4f | 2022-11-03 13:42:38 +0100 | [diff] [blame] | 2234 | <component Cclass="Device" Cgroup="IRQ Controller" Csub="GIC" Capiversion="1.0.0" Cversion="1.2.0" condition="ARMv7-A Device"> |
Vladimir Umek | c852bdd | 2017-07-03 09:19:47 +0200 | [diff] [blame] | 2235 | <description>IRQ Controller implementation using GIC</description> |
| 2236 | <files> |
| 2237 | <file category="sourceC" name="CMSIS/Core_A/Source/irq_ctrl_gic.c"/> |
| 2238 | </files> |
| 2239 | </component> |
| 2240 | |
Vladimir Umek | bed0759 | 2017-06-14 14:35:26 +0200 | [diff] [blame] | 2241 | <!-- OS Tick --> |
Jonatan Antoni | c6dca33 | 2018-03-02 12:23:44 +0100 | [diff] [blame] | 2242 | <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] | 2243 | <description>OS Tick implementation using Private Timer</description> |
| 2244 | <files> |
| 2245 | <file category="sourceC" name="CMSIS/RTOS2/Source/os_tick_ptim.c"/> |
| 2246 | </files> |
| 2247 | </component> |
| 2248 | |
Robert Rostohar | e5b1c2d | 2017-11-28 15:48:26 +0100 | [diff] [blame] | 2249 | <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] | 2250 | <description>OS Tick implementation using Generic Physical Timer</description> |
| 2251 | <files> |
| 2252 | <file category="sourceC" name="CMSIS/RTOS2/Source/os_tick_gtim.c"/> |
| 2253 | </files> |
| 2254 | </component> |
| 2255 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2256 | <!-- CMSIS-RTOS Keil RTX component --> |
Robert Rostohar | 86d53b7 | 2019-05-07 12:07:42 +0200 | [diff] [blame] | 2257 | <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] | 2258 | <description>CMSIS-RTOS RTX implementation for Cortex-M, SC000, and SC300</description> |
| 2259 | <RTE_Components_h> |
| 2260 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 2261 | #define RTE_CMSIS_RTOS /* CMSIS-RTOS */ |
| 2262 | #define RTE_CMSIS_RTOS_RTX /* CMSIS-RTOS Keil RTX */ |
| 2263 | </RTE_Components_h> |
| 2264 | <files> |
| 2265 | <!-- CPU independent --> |
bruneu01 | f9c0195 | 2016-09-13 16:28:46 +0200 | [diff] [blame] | 2266 | <file category="doc" name="CMSIS/Documentation/RTOS/html/rtxImplementation.html"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2267 | <file category="header" name="CMSIS/RTOS/RTX/INC/cmsis_os.h"/> |
| 2268 | <file category="source" attr="config" name="CMSIS/RTOS/RTX/Templates/RTX_Conf_CM.c" version="4.70.1"/> |
| 2269 | |
| 2270 | <!-- RTX templates --> |
| 2271 | <file category="header" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/osObjects.h" select="CMSIS-RTOS 'main' function"/> |
| 2272 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/main.c" select="CMSIS-RTOS 'main' function"/> |
| 2273 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MailQueue.c" select="CMSIS-RTOS Mail Queue"/> |
| 2274 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MemPool.c" select="CMSIS-RTOS Memory Pool"/> |
| 2275 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MsgQueue.c" select="CMSIS-RTOS Message Queue"/> |
| 2276 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Mutex.c" select="CMSIS-RTOS Mutex"/> |
| 2277 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Semaphore.c" select="CMSIS-RTOS Semaphore"/> |
| 2278 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Thread.c" select="CMSIS-RTOS Thread"/> |
| 2279 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Timer.c" select="CMSIS-RTOS Timer"/> |
| 2280 | <!-- tool-chain specific template file --> |
| 2281 | <file category="source" attr="template" condition="ARMCC" name="CMSIS/RTOS/RTX/SRC/ARM/SVC_Table.s" select="CMSIS-RTOS User SVC"/> |
| 2282 | <file category="source" attr="template" condition="GCC" name="CMSIS/RTOS/RTX/SRC/GCC/SVC_Table.S" select="CMSIS-RTOS User SVC"/> |
| 2283 | <file category="source" attr="template" condition="IAR" name="CMSIS/RTOS/RTX/SRC/IAR/SVC_Table.s" select="CMSIS-RTOS User SVC"/> |
| 2284 | |
| 2285 | <!-- CPU and Compiler dependent --> |
| 2286 | <!-- ARMCC --> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 2287 | <file category="library" condition="ARMCC ARMv6-M LE" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM0.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2288 | <file category="library" condition="ARMCC ARMv6-M BE" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM0_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2289 | <file category="library" condition="ARMCC ARMv7-M NOFP LE" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2290 | <file category="library" condition="ARMCC ARMv7-M NOFP BE" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3_B.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2291 | <file category="library" condition="ARMCC ARMv7-M FP LE" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM4.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2292 | <file category="library" condition="ARMCC ARMv7-M FP BE" 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] | 2293 | <!-- GCC --> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 2294 | <file category="library" condition="GCC ARMv6-M LE" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM0.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2295 | <file category="library" condition="GCC ARMv6-M BE" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM0_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2296 | <file category="library" condition="GCC ARMv7-M NOFP LE" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2297 | <file category="library" condition="GCC ARMv7-M NOFP BE" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2298 | <file category="library" condition="GCC ARMv7-M FP LE" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2299 | <file category="library" condition="GCC ARMv7-M FP BE" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4_B.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2300 | <!-- IAR --> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 2301 | <file category="library" condition="IARCC ARMv6-M LE" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM0.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2302 | <file category="library" condition="IARCC ARMv6-M BE" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM0_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2303 | <file category="library" condition="IARCC ARMv7-M NOFP LE" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2304 | <file category="library" condition="IARCC ARMv7-M NOFP BE" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM3_B.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2305 | <file category="library" condition="IARCC ARMv7-M FP LE" name="CMSIS/RTOS/RTX/LIB/IAR/RTX_CM4.a" src="CMSIS/RTOS/RTX/SRC/IAR"/> |
| 2306 | <file category="library" condition="IARCC ARMv7-M FP BE" 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] | 2307 | </files> |
| 2308 | </component> |
| 2309 | <!-- CMSIS-RTOS Keil RTX component (IFX variant) --> |
Robert Rostohar | 86d53b7 | 2019-05-07 12:07:42 +0200 | [diff] [blame] | 2310 | <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] | 2311 | <description>CMSIS-RTOS RTX implementation for Infineon XMC4 series affected by PMU_CM.001 errata</description> |
| 2312 | <RTE_Components_h> |
| 2313 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 2314 | #define RTE_CMSIS_RTOS /* CMSIS-RTOS */ |
| 2315 | #define RTE_CMSIS_RTOS_RTX /* CMSIS-RTOS Keil RTX */ |
| 2316 | </RTE_Components_h> |
| 2317 | <files> |
| 2318 | <!-- CPU independent --> |
| 2319 | <file category="doc" name="CMSIS/Documentation/RTOS/html/rtxImplementation.html"/> |
| 2320 | <file category="header" name="CMSIS/RTOS/RTX/INC/cmsis_os.h"/> |
| 2321 | <file category="source" attr="config" name="CMSIS/RTOS/RTX/Templates/RTX_Conf_CM.c" version="4.70.1"/> |
| 2322 | |
| 2323 | <!-- RTX templates --> |
| 2324 | <file category="header" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/osObjects.h" select="CMSIS-RTOS 'main' function"/> |
| 2325 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/main.c" select="CMSIS-RTOS 'main' function"/> |
| 2326 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MailQueue.c" select="CMSIS-RTOS Mail Queue"/> |
| 2327 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MemPool.c" select="CMSIS-RTOS Memory Pool"/> |
| 2328 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/MsgQueue.c" select="CMSIS-RTOS Message Queue"/> |
| 2329 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Mutex.c" select="CMSIS-RTOS Mutex"/> |
| 2330 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Semaphore.c" select="CMSIS-RTOS Semaphore"/> |
| 2331 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Thread.c" select="CMSIS-RTOS Thread"/> |
| 2332 | <file category="source" attr="template" name="CMSIS/RTOS/RTX/UserCodeTemplates/Timer.c" select="CMSIS-RTOS Timer"/> |
| 2333 | <!-- tool-chain specific template file --> |
| 2334 | <file category="source" attr="template" condition="ARMCC" name="CMSIS/RTOS/RTX/SRC/ARM/SVC_Table.s" select="CMSIS-RTOS User SVC"/> |
| 2335 | <file category="source" attr="template" condition="GCC" name="CMSIS/RTOS/RTX/SRC/GCC/SVC_Table.S" select="CMSIS-RTOS User SVC"/> |
| 2336 | <file category="source" attr="template" condition="IAR" name="CMSIS/RTOS/RTX/SRC/IAR/SVC_Table.s" select="CMSIS-RTOS User SVC"/> |
| 2337 | |
| 2338 | <!-- CPU and Compiler dependent --> |
| 2339 | <!-- ARMCC --> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 2340 | <file category="library" condition="ARMCC ARMv7-M NOFP LE" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM3_IFX.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
| 2341 | <file category="library" condition="ARMCC ARMv7-M FP LE" name="CMSIS/RTOS/RTX/LIB/ARM/RTX_CM4_IFX.lib" src="CMSIS/RTOS/RTX/SRC/ARM"/> |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 2342 | <!-- GCC --> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 2343 | <file category="library" condition="GCC ARMv7-M NOFP LE" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM3_IFX.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
| 2344 | <file category="library" condition="GCC ARMv7-M FP LE" name="CMSIS/RTOS/RTX/LIB/GCC/libRTX_CM4_IFX.a" src="CMSIS/RTOS/RTX/SRC/GCC"/> |
Robert Rostohar | 2e05f3b | 2017-09-05 11:08:05 +0200 | [diff] [blame] | 2345 | <!-- IAR --> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2346 | </files> |
| 2347 | </component> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 2348 | |
| 2349 | <!-- CMSIS-RTOS Keil RTX5 component --> |
Robert Rostohar | 4561974 | 2023-04-19 07:57:13 +0200 | [diff] [blame] | 2350 | <component Cclass="CMSIS" Cgroup="RTOS" Csub="Keil RTX5" Cversion="5.7.0" Capiversion="1.0.0" condition="RTOS RTX5"> |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 2351 | <description>CMSIS-RTOS RTX5 implementation for Cortex-M, SC000, and SC300</description> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 2352 | <RTE_Components_h> |
| 2353 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 2354 | #define RTE_CMSIS_RTOS /* CMSIS-RTOS */ |
Robert Rostohar | 1e9866f | 2016-07-06 22:19:58 +0200 | [diff] [blame] | 2355 | #define RTE_CMSIS_RTOS_RTX5 /* CMSIS-RTOS Keil RTX5 */ |
| 2356 | </RTE_Components_h> |
| 2357 | <files> |
| 2358 | <!-- RTX header file --> |
| 2359 | <file category="header" name="CMSIS/RTOS2/RTX/Include1/cmsis_os.h"/> |
| 2360 | <!-- RTX compatibility module for API V1 --> |
| 2361 | <file category="source" name="CMSIS/RTOS2/RTX/Library/cmsis_os1.c"/> |
| 2362 | </files> |
| 2363 | </component> |
| 2364 | |
| 2365 | <!-- CMSIS-RTOS2 Keil RTX5 component --> |
Robert Rostohar | 4561974 | 2023-04-19 07:57:13 +0200 | [diff] [blame] | 2366 | <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Library" Cversion="5.7.0" Capiversion="2.2.0" condition="RTOS2 RTX5"> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 2367 | <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] | 2368 | <RTE_Components_h> |
| 2369 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 2370 | #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */ |
| 2371 | #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */ |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 2372 | </RTE_Components_h> |
| 2373 | <files> |
| 2374 | <!-- RTX documentation --> |
Martin Günther | 0ffe8f9 | 2016-08-24 11:43:05 +0200 | [diff] [blame] | 2375 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 2376 | |
| 2377 | <!-- RTX header files --> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 2378 | <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/> |
| 2379 | |
| 2380 | <!-- RTX configuration --> |
Robert Rostohar | 4561974 | 2023-04-19 07:57:13 +0200 | [diff] [blame] | 2381 | <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.6.0"/> |
| 2382 | <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.2.0"/> |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 2383 | |
| 2384 | <!-- RTX templates --> |
Robert Rostohar | 83177af | 2018-09-04 10:27:04 +0200 | [diff] [blame] | 2385 | <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] | 2386 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/> |
| 2387 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/> |
| 2388 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/> |
| 2389 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/> |
| 2390 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/> |
| 2391 | <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] | 2392 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Timer.c" version="2.0.1" select="CMSIS-RTOS2 Timer"/> |
| 2393 | <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] | 2394 | <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/> |
Martin Günther | 0ffe8f9 | 2016-08-24 11:43:05 +0200 | [diff] [blame] | 2395 | |
Robert Rostohar | 0e8657f | 2016-11-25 21:54:15 +0100 | [diff] [blame] | 2396 | <!-- RTX library configuration --> |
| 2397 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/> |
| 2398 | |
Robert Rostohar | 4868c88 | 2016-07-01 23:10:03 +0200 | [diff] [blame] | 2399 | <!-- RTX libraries (CPU and Compiler dependent) --> |
| 2400 | <!-- ARMCC --> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 2401 | <file category="library" condition="ARMCC ARMv6-M LE" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM0.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 2402 | <file category="library" condition="ARMCC ARMv7-M NOFP LE" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM3.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 2403 | <file category="library" condition="ARMCC ARMv7-M FP LE" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_CM4F.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 2404 | <file category="library" condition="ARMCC ARMv8-MBL LE" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MB.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 2405 | <file category="library" condition="ARMCC ARMv8-MML NOFP LE" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MM.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 2406 | <file category="library" condition="ARMCC ARMv8-MML FP LE" 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] | 2407 | <!-- GCC --> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 2408 | <file category="library" condition="GCC ARMv6-M LE" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM0.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2409 | <file category="library" condition="GCC ARMv7-M NOFP LE" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2410 | <file category="library" condition="GCC ARMv7-M FP LE" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_CM4F.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2411 | <file category="library" condition="GCC ARMv8-MBL LE" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MB.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2412 | <file category="library" condition="GCC ARMv8-MML NOFP LE" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2413 | <file category="library" condition="GCC ARMv8-MML FP LE" 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] | 2414 | <!-- IAR --> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 2415 | <file category="library" condition="IARCC ARMv6-M LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM0.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2416 | <file category="library" condition="IARCC ARMv7-M NOFP LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM3.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2417 | <file category="library" condition="IARCC ARMv7-M FP LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_CM4F.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2418 | <file category="library" condition="IARCC ARMv8-MBL LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MB.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2419 | <file category="library" condition="IARCC ARMv8-MML NOFP LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MM.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2420 | <file category="library" condition="IARCC ARMv8-MML FP LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMF.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2421 | <file category="library" condition="IARCC ARMv81-MML NOFP LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V81MM.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2422 | <file category="library" condition="IARCC ARMv81-MML FP LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V81MMF.a" src="CMSIS/RTOS2/RTX/Source"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2423 | </files> |
| 2424 | </component> |
Robert Rostohar | 4561974 | 2023-04-19 07:57:13 +0200 | [diff] [blame] | 2425 | <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Library" Cversion="5.7.0" Capiversion="2.2.0" condition="RTOS2 RTX5 NS"> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 2426 | <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] | 2427 | <RTE_Components_h> |
| 2428 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 2429 | #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */ |
| 2430 | #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */ |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2431 | #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] | 2432 | </RTE_Components_h> |
| 2433 | <files> |
| 2434 | <!-- RTX documentation --> |
| 2435 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/> |
| 2436 | |
| 2437 | <!-- RTX header files --> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2438 | <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/> |
| 2439 | |
| 2440 | <!-- RTX configuration --> |
Robert Rostohar | 4561974 | 2023-04-19 07:57:13 +0200 | [diff] [blame] | 2441 | <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.6.0"/> |
| 2442 | <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.2.0"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2443 | |
| 2444 | <!-- RTX templates --> |
Robert Rostohar | 83177af | 2018-09-04 10:27:04 +0200 | [diff] [blame] | 2445 | <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] | 2446 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/> |
| 2447 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/> |
| 2448 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/> |
| 2449 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/> |
| 2450 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/> |
| 2451 | <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] | 2452 | <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] | 2453 | <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] | 2454 | <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/> |
| 2455 | |
Robert Rostohar | 0e8657f | 2016-11-25 21:54:15 +0100 | [diff] [blame] | 2456 | <!-- RTX library configuration --> |
| 2457 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/> |
| 2458 | |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2459 | <!-- RTX libraries (CPU and Compiler dependent) --> |
| 2460 | <!-- ARMCC --> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 2461 | <file category="library" condition="ARMCC ARMv8-MBL LE" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MBN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 2462 | <file category="library" condition="ARMCC ARMv8-MML NOFP LE" name="CMSIS/RTOS2/RTX/Library/ARM/RTX_V8MMN.lib" src="CMSIS/RTOS2/RTX/Source"/> |
| 2463 | <file category="library" condition="ARMCC ARMv8-MML FP LE" 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] | 2464 | <!-- GCC --> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 2465 | <file category="library" condition="GCC ARMv8-MBL LE" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MBN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2466 | <file category="library" condition="GCC ARMv8-MML NOFP LE" name="CMSIS/RTOS2/RTX/Library/GCC/libRTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2467 | <file category="library" condition="GCC ARMv8-MML FP LE" 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] | 2468 | <!-- IAR --> |
Jonatan Antoni | 8eeca03 | 2022-04-19 14:18:44 +0200 | [diff] [blame] | 2469 | <file category="library" condition="IARCC ARMv8-MBL LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MBN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2470 | <file category="library" condition="IARCC ARMv8-MML NOFP LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2471 | <file category="library" condition="IARCC ARMv8-MML FP LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V8MMFN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2472 | <file category="library" condition="IARCC ARMv81-MML NOFP LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V81MMN.a" src="CMSIS/RTOS2/RTX/Source"/> |
| 2473 | <file category="library" condition="IARCC ARMv81-MML FP LE" name="CMSIS/RTOS2/RTX/Library/IAR/RTX_V81MMFN.a" src="CMSIS/RTOS2/RTX/Source"/> |
Robert Rostohar | ef8c22c | 2016-09-23 16:12:18 +0200 | [diff] [blame] | 2474 | </files> |
| 2475 | </component> |
Robert Rostohar | 4561974 | 2023-04-19 07:57:13 +0200 | [diff] [blame] | 2476 | <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Source" Cversion="5.7.0" Capiversion="2.2.0" condition="RTOS2 RTX5"> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 2477 | <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] | 2478 | <RTE_Components_h> |
| 2479 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 2480 | #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */ |
| 2481 | #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */ |
Robert Rostohar | ecaa0d6 | 2016-10-28 09:05:16 +0200 | [diff] [blame] | 2482 | #define RTE_CMSIS_RTOS2_RTX5_SOURCE /* CMSIS-RTOS2 Keil RTX5 Source */ |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2483 | </RTE_Components_h> |
| 2484 | <files> |
| 2485 | <!-- RTX documentation --> |
| 2486 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/> |
| 2487 | |
| 2488 | <!-- RTX header files --> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2489 | <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/> |
| 2490 | |
| 2491 | <!-- RTX configuration --> |
Robert Rostohar | 4561974 | 2023-04-19 07:57:13 +0200 | [diff] [blame] | 2492 | <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.6.0"/> |
| 2493 | <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.2.0"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2494 | |
| 2495 | <!-- RTX templates --> |
Robert Rostohar | 83177af | 2018-09-04 10:27:04 +0200 | [diff] [blame] | 2496 | <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] | 2497 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/> |
| 2498 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/> |
| 2499 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/> |
| 2500 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/> |
| 2501 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/> |
| 2502 | <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] | 2503 | <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] | 2504 | <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] | 2505 | <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/> |
| 2506 | |
| 2507 | <!-- RTX sources (core) --> |
| 2508 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_kernel.c"/> |
| 2509 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_thread.c"/> |
| 2510 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_delay.c"/> |
| 2511 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_timer.c"/> |
| 2512 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evflags.c"/> |
| 2513 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mutex.c"/> |
| 2514 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_semaphore.c"/> |
| 2515 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_memory.c"/> |
| 2516 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mempool.c"/> |
| 2517 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c"/> |
| 2518 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_system.c"/> |
Robert Rostohar | 0e8657f | 2016-11-25 21:54:15 +0100 | [diff] [blame] | 2519 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evr.c"/> |
| 2520 | <!-- RTX sources (library configuration) --> |
| 2521 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 2522 | <!-- RTX sources (handlers ARMASM) --> |
| 2523 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv6m.s" condition="ARMASM ARMv6-M"/> |
| 2524 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv7m.s" condition="ARMASM ARMv7-M"/> |
| 2525 | <!-- RTX sources (handlers GAS) --> |
| 2526 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv6m.S" condition="GNUASM ARMv6-M"/> |
| 2527 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv7m.S" condition="GNUASM ARMv7-M"/> |
| 2528 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S" condition="GNUASM ARMv8-MBL"/> |
| 2529 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="GNUASM ARMv8-MML"/> |
Robert Rostohar | 0695d88 | 2016-12-20 12:26:34 +0100 | [diff] [blame] | 2530 | <!-- RTX sources (handlers IAR) --> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 2531 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv6m.s" condition="IARASM ARMv6-M"/> |
| 2532 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv7m.s" condition="IARASM ARMv7-M"/> |
| 2533 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl.s" condition="IARASM ARMv8-MBL"/> |
| 2534 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="IARASM ARMv8-MML"/> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 2535 | <!-- OS Tick (SysTick) --> |
| 2536 | <file category="source" name="CMSIS/RTOS2/Source/os_systick.c"/> |
| 2537 | </files> |
| 2538 | </component> |
Robert Rostohar | 4561974 | 2023-04-19 07:57:13 +0200 | [diff] [blame] | 2539 | <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Source" Cversion="5.7.0" Capiversion="2.2.0" condition="RTOS2 RTX5 v7-A"> |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2540 | <description>CMSIS-RTOS2 RTX5 for Armv7-A (Source)</description> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 2541 | <RTE_Components_h> |
| 2542 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 2543 | #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */ |
| 2544 | #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */ |
| 2545 | #define RTE_CMSIS_RTOS2_RTX5_SOURCE /* CMSIS-RTOS2 Keil RTX5 Source */ |
| 2546 | </RTE_Components_h> |
| 2547 | <files> |
| 2548 | <!-- RTX documentation --> |
| 2549 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/> |
| 2550 | |
| 2551 | <!-- RTX header files --> |
| 2552 | <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/> |
| 2553 | |
| 2554 | <!-- RTX configuration --> |
Robert Rostohar | 4561974 | 2023-04-19 07:57:13 +0200 | [diff] [blame] | 2555 | <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.6.0"/> |
| 2556 | <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.2.0"/> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 2557 | |
| 2558 | <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/handlers.c" version="5.1.0"/> |
| 2559 | |
| 2560 | <!-- RTX templates --> |
Robert Rostohar | 83177af | 2018-09-04 10:27:04 +0200 | [diff] [blame] | 2561 | <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] | 2562 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/> |
| 2563 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/> |
| 2564 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/> |
| 2565 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/> |
| 2566 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/> |
| 2567 | <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] | 2568 | <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] | 2569 | <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] | 2570 | <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/> |
| 2571 | |
| 2572 | <!-- RTX sources (core) --> |
| 2573 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_kernel.c"/> |
| 2574 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_thread.c"/> |
| 2575 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_delay.c"/> |
| 2576 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_timer.c"/> |
| 2577 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evflags.c"/> |
| 2578 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mutex.c"/> |
| 2579 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_semaphore.c"/> |
| 2580 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_memory.c"/> |
| 2581 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mempool.c"/> |
| 2582 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c"/> |
| 2583 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_system.c"/> |
| 2584 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evr.c"/> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 2585 | <!-- RTX sources (library configuration) --> |
| 2586 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 2587 | <!-- RTX sources (handlers ARMASM) --> |
| 2588 | <file category="source" name="CMSIS/RTOS2/RTX/Source/ARM/irq_armv7a.s" condition="ARMASM ARMv7-A"/> |
| 2589 | <!-- RTX sources (handlers GAS) --> |
| 2590 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv7a.S" condition="GNUASM ARMv7-A"/> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 2591 | <!-- RTX sources (handlers IAR) --> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 2592 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv7a.s" condition="IARASM ARMv7-A"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2593 | </files> |
| 2594 | </component> |
Robert Rostohar | 4561974 | 2023-04-19 07:57:13 +0200 | [diff] [blame] | 2595 | <component Cclass="CMSIS" Cgroup="RTOS2" Csub="Keil RTX5" Cvariant="Source" Cversion="5.7.0" Capiversion="2.2.0" condition="RTOS2 RTX5 NS"> |
Robert Rostohar | 1dd090b | 2020-03-26 19:53:08 +0100 | [diff] [blame] | 2596 | <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] | 2597 | <RTE_Components_h> |
| 2598 | <!-- the following content goes into file 'RTE_Components.h' --> |
| 2599 | #define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */ |
| 2600 | #define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */ |
Robert Rostohar | ecaa0d6 | 2016-10-28 09:05:16 +0200 | [diff] [blame] | 2601 | #define RTE_CMSIS_RTOS2_RTX5_SOURCE /* CMSIS-RTOS2 Keil RTX5 Source */ |
Jonatan Antoni | 18cc96d | 2018-01-09 17:29:30 +0100 | [diff] [blame] | 2602 | #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] | 2603 | </RTE_Components_h> |
| 2604 | <files> |
| 2605 | <!-- RTX documentation --> |
| 2606 | <file category="doc" name="CMSIS/Documentation/RTOS2/html/rtx5_impl.html"/> |
| 2607 | |
| 2608 | <!-- RTX header files --> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2609 | <file category="header" name="CMSIS/RTOS2/RTX/Include/rtx_os.h"/> |
| 2610 | |
| 2611 | <!-- RTX configuration --> |
Robert Rostohar | 4561974 | 2023-04-19 07:57:13 +0200 | [diff] [blame] | 2612 | <file category="header" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.h" version="5.6.0"/> |
| 2613 | <file category="source" attr="config" name="CMSIS/RTOS2/RTX/Config/RTX_Config.c" version="5.2.0"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2614 | |
| 2615 | <!-- RTX templates --> |
Robert Rostohar | 83177af | 2018-09-04 10:27:04 +0200 | [diff] [blame] | 2616 | <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] | 2617 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Events.c" version="2.0.0" select="CMSIS-RTOS2 Events"/> |
| 2618 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MemPool.c" version="2.0.0" select="CMSIS-RTOS2 Memory Pool"/> |
| 2619 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/MsgQueue.c" version="2.0.0" select="CMSIS-RTOS2 Message Queue"/> |
| 2620 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Mutex.c" version="2.0.0" select="CMSIS-RTOS2 Mutex"/> |
| 2621 | <file category="source" attr="template" name="CMSIS/RTOS2/RTX/Template/Semaphore.c" version="2.0.0" select="CMSIS-RTOS2 Semaphore"/> |
| 2622 | <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] | 2623 | <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] | 2624 | <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] | 2625 | <file category="other" name="CMSIS/RTOS2/RTX/RTX5.scvd"/> |
| 2626 | |
| 2627 | <!-- RTX sources (core) --> |
| 2628 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_kernel.c"/> |
| 2629 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_thread.c"/> |
| 2630 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_delay.c"/> |
| 2631 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_timer.c"/> |
| 2632 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evflags.c"/> |
| 2633 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mutex.c"/> |
| 2634 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_semaphore.c"/> |
| 2635 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_memory.c"/> |
| 2636 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_mempool.c"/> |
| 2637 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_msgqueue.c"/> |
| 2638 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_system.c"/> |
Robert Rostohar | 0e8657f | 2016-11-25 21:54:15 +0100 | [diff] [blame] | 2639 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_evr.c"/> |
| 2640 | <!-- RTX sources (library configuration) --> |
| 2641 | <file category="source" name="CMSIS/RTOS2/RTX/Source/rtx_lib.c"/> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 2642 | <!-- RTX sources (GAS handlers) --> |
| 2643 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S" condition="GNUASM ARMv8-MBL"/> |
| 2644 | <file category="source" name="CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S" condition="GNUASM ARMv8-MML"/> |
Jonatan Antoni | 65d8974 | 2017-11-08 11:28:47 +0100 | [diff] [blame] | 2645 | <!-- RTX sources (IAR handlers) --> |
Jonatan Antoni | 9e87d99 | 2022-02-28 16:56:33 +0100 | [diff] [blame] | 2646 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl.s" condition="IARASM ARMv8-MBL"/> |
| 2647 | <file category="source" name="CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml.s" condition="IARASM ARMv8-MML"/> |
Robert Rostohar | dcfd432 | 2017-06-09 13:11:57 +0200 | [diff] [blame] | 2648 | <!-- OS Tick (SysTick) --> |
| 2649 | <file category="source" name="CMSIS/RTOS2/Source/os_systick.c"/> |
Robert Rostohar | 014b554 | 2016-10-26 11:12:01 +0200 | [diff] [blame] | 2650 | </files> |
| 2651 | </component> |
Felix Johnny | 55034c6 | 2019-06-25 10:55:12 +0200 | [diff] [blame] | 2652 | |
Joachim Krech | 6e9e43a | 2019-03-14 08:52:25 +0100 | [diff] [blame] | 2653 | <!-- CMSIS-Driver Custom components --> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 2654 | <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] | 2655 | <description>Access to #include Driver_USART.h file and code template for custom implementation</description> |
| 2656 | <files> |
| 2657 | <file category="header" name="CMSIS/Driver/Include/Driver_USART.h" /> |
| 2658 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_USART.c" select="USART Driver"/> |
| 2659 | </files> |
| 2660 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 2661 | <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] | 2662 | <description>Access to #include Driver_SPI.h file and code template for custom implementation</description> |
| 2663 | <files> |
| 2664 | <file category="header" name="CMSIS/Driver/Include/Driver_SPI.h" /> |
| 2665 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_SPI.c" select="SPI Driver"/> |
| 2666 | </files> |
| 2667 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 2668 | <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] | 2669 | <description>Access to #include Driver_SAI.h file and code template for custom implementation</description> |
| 2670 | <files> |
| 2671 | <file category="header" name="CMSIS/Driver/Include/Driver_SAI.h" /> |
| 2672 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_SAI.c" select="SAI Driver"/> |
| 2673 | </files> |
| 2674 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 2675 | <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] | 2676 | <description>Access to #include Driver_I2C.h file and code template for custom implementation</description> |
| 2677 | <files> |
| 2678 | <file category="header" name="CMSIS/Driver/Include/Driver_I2C.h" /> |
| 2679 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_I2C.c" select="I2C Driver"/> |
| 2680 | </files> |
| 2681 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 2682 | <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] | 2683 | <description>Access to #include Driver_CAN.h file and code template for custom implementation</description> |
| 2684 | <files> |
| 2685 | <file category="header" name="CMSIS/Driver/Include/Driver_CAN.h" /> |
| 2686 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_CAN.c" select="CAN Driver"/> |
| 2687 | </files> |
| 2688 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 2689 | <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] | 2690 | <description>Access to #include Driver_Flash.h file and code template for custom implementation</description> |
| 2691 | <files> |
| 2692 | <file category="header" name="CMSIS/Driver/Include/Driver_Flash.h" /> |
| 2693 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_Flash.c" select="Flash Driver"/> |
| 2694 | </files> |
| 2695 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 2696 | <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] | 2697 | <description>Access to #include Driver_MCI.h file and code template for custom implementation</description> |
| 2698 | <files> |
| 2699 | <file category="header" name="CMSIS/Driver/Include/Driver_MCI.h" /> |
| 2700 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_MCI.c" select="MCI Driver"/> |
| 2701 | </files> |
| 2702 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 2703 | <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] | 2704 | <description>Access to #include Driver_NAND.h file and code template for custom implementation</description> |
| 2705 | <files> |
| 2706 | <file category="header" name="CMSIS/Driver/Include/Driver_NAND.h" /> |
Milorad Cvjetkovic | d7be594 | 2020-03-31 15:32:26 +0200 | [diff] [blame] | 2707 | <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] | 2708 | </files> |
| 2709 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 2710 | <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] | 2711 | <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] | 2712 | <files> |
| 2713 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" /> |
| 2714 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" /> |
| 2715 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c" select="Ethernet PHY and MAC Driver"/> |
| 2716 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c" select="Ethernet PHY and MAC Driver"/> |
| 2717 | </files> |
| 2718 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 2719 | <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] | 2720 | <description>Access to #include Driver_ETH_MAC.h file and code template for custom implementation</description> |
| 2721 | <files> |
| 2722 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_MAC.h" /> |
| 2723 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c" select="Ethernet MAC Driver"/> |
| 2724 | </files> |
| 2725 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 2726 | <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] | 2727 | <description>Access to #include Driver_ETH_PHY.h file and code template for custom implementation</description> |
| 2728 | <files> |
| 2729 | <file category="header" name="CMSIS/Driver/Include/Driver_ETH_PHY.h" /> |
| 2730 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c" select="Ethernet PHY Driver"/> |
| 2731 | </files> |
| 2732 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 2733 | <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] | 2734 | <description>Access to #include Driver_USBD.h file and code template for custom implementation</description> |
| 2735 | <files> |
| 2736 | <file category="header" name="CMSIS/Driver/Include/Driver_USBD.h" /> |
| 2737 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_USBD.c" select="USB Device Driver"/> |
| 2738 | </files> |
| 2739 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 2740 | <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] | 2741 | <description>Access to #include Driver_USBH.h file and code template for custom implementation</description> |
| 2742 | <files> |
| 2743 | <file category="header" name="CMSIS/Driver/Include/Driver_USBH.h" /> |
| 2744 | <file category="sourceC" attr="template" name="CMSIS/Driver/DriverTemplates/Driver_USBH.c" select="USB Host Driver"/> |
| 2745 | </files> |
| 2746 | </component> |
Robert Rostohar | d304491 | 2020-01-24 15:51:22 +0100 | [diff] [blame] | 2747 | <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] | 2748 | <description>Access to #include Driver_WiFi.h file</description> |
| 2749 | <files> |
| 2750 | <file category="header" name="CMSIS/Driver/Include/Driver_WiFi.h"/> |
Milorad Cvjetkovic | d7be594 | 2020-03-31 15:32:26 +0200 | [diff] [blame] | 2751 | <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] | 2752 | </files> |
| 2753 | </component> |
Robert Rostohar | 56cbb68 | 2020-03-19 13:31:52 +0100 | [diff] [blame] | 2754 | |
| 2755 | <!-- VIO components --> |
| 2756 | <component Cclass="CMSIS Driver" Cgroup="VIO" Csub="Custom" Cversion="1.0.0" Capiversion="0.1.0" custom="1"> |
| 2757 | <description>Virtual I/O custom implementation template</description> |
| 2758 | <files> |
| 2759 | <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] | 2760 | </files> |
| 2761 | </component> |
| 2762 | <component Cclass="CMSIS Driver" Cgroup="VIO" Csub="Virtual" Cversion="1.0.0" Capiversion="0.1.0"> |
| 2763 | <description>Virtual I/O implementation using memory only</description> |
| 2764 | <files> |
| 2765 | <file category="sourceC" name="CMSIS/Driver/VIO/Source/vio_memory.c"/> |
Robert Rostohar | 56cbb68 | 2020-03-19 13:31:52 +0100 | [diff] [blame] | 2766 | </files> |
| 2767 | </component> |
| 2768 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2769 | </components> |
| 2770 | |
| 2771 | <boards> |
| 2772 | <board name="uVision Simulator" vendor="Keil"> |
| 2773 | <description>uVision Simulator</description> |
| 2774 | <mountedDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0"/> |
| 2775 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0P"/> |
Jonatan Antoni | c4e9f46 | 2017-10-19 16:51:44 +0200 | [diff] [blame] | 2776 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0P_MPU"/> |
GuentherMartin | a3a6af2 | 2018-07-23 08:36:37 +0200 | [diff] [blame] | 2777 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM1"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2778 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM3"/> |
Joachim Krech | 465bd43 | 2016-11-21 09:15:30 +0100 | [diff] [blame] | 2779 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM4"/> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2780 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM4_FP"/> |
Joachim Krech | 465bd43 | 2016-11-21 09:15:30 +0100 | [diff] [blame] | 2781 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7"/> |
Martin Günther | 4ed8781 | 2016-10-27 15:29:12 +0200 | [diff] [blame] | 2782 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7_SP"/> |
Joachim Krech | 465bd43 | 2016-11-21 09:15:30 +0100 | [diff] [blame] | 2783 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7_DP"/> |
| 2784 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MBL"/> |
| 2785 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML"/> |
| 2786 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML_SP"/> |
| 2787 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML_DP"/> |
Jonatan Antoni | e907310 | 2020-03-26 10:32:48 +0100 | [diff] [blame] | 2788 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv81MML_DSP_DP_MVE_FP"/> |
Joachim Krech | 465bd43 | 2016-11-21 09:15:30 +0100 | [diff] [blame] | 2789 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM23"/> |
Joachim Krech | 4a03e6d | 2017-02-06 13:17:39 +0100 | [diff] [blame] | 2790 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM23_TZ"/> |
Joachim Krech | 465bd43 | 2016-11-21 09:15:30 +0100 | [diff] [blame] | 2791 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33"/> |
| 2792 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_TZ"/> |
| 2793 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP"/> |
| 2794 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP_TZ"/> |
GuentherMartin | ec9419c | 2018-09-04 10:03:24 +0200 | [diff] [blame] | 2795 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P"/> |
| 2796 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_TZ"/> |
| 2797 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_DSP_FP"/> |
| 2798 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_DSP_FP_TZ"/> |
Jonatan Antoni | e907310 | 2020-03-26 10:32:48 +0100 | [diff] [blame] | 2799 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM55"/> |
Daniel Brondani | faaa48f | 2017-07-31 14:00:54 +0200 | [diff] [blame] | 2800 | </board> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 2801 | |
TTornblom | d5e052f | 2018-10-02 16:16:44 +0200 | [diff] [blame] | 2802 | <board name="EWARM Simulator" vendor="IAR"> |
| 2803 | <description>EWARM Simulator</description> |
| 2804 | <mountedDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0"/> |
| 2805 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0P"/> |
| 2806 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM0P_MPU"/> |
| 2807 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM1"/> |
| 2808 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM3"/> |
| 2809 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM4"/> |
| 2810 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM4_FP"/> |
| 2811 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7"/> |
| 2812 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7_SP"/> |
| 2813 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM7_DP"/> |
| 2814 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MBL"/> |
| 2815 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML"/> |
| 2816 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML_SP"/> |
| 2817 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv8MML_DP"/> |
Jonatan Antoni | e907310 | 2020-03-26 10:32:48 +0100 | [diff] [blame] | 2818 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMv81MML_DSP_DP_MVE_FP"/> |
TTornblom | d5e052f | 2018-10-02 16:16:44 +0200 | [diff] [blame] | 2819 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM23"/> |
| 2820 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM23_TZ"/> |
| 2821 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33"/> |
| 2822 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_TZ"/> |
| 2823 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP"/> |
| 2824 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM33_DSP_FP_TZ"/> |
| 2825 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P"/> |
| 2826 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_TZ"/> |
| 2827 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_DSP_FP"/> |
| 2828 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM35P_DSP_FP_TZ"/> |
Jonatan Antoni | e907310 | 2020-03-26 10:32:48 +0100 | [diff] [blame] | 2829 | <compatibleDevice deviceIndex="0" Dvendor="ARM:82" Dname="ARMCM55"/> |
TTornblom | d5e052f | 2018-10-02 16:16:44 +0200 | [diff] [blame] | 2830 | </board> |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2831 | </boards> |
| 2832 | |
| 2833 | <examples> |
Matthias Hertel | 3bb828f | 2016-11-07 13:51:50 +0100 | [diff] [blame] | 2834 | <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] | 2835 | <description>CMSIS-RTOS2 Blinky example</description> |
| 2836 | <board name="uVision Simulator" vendor="Keil"/> |
| 2837 | <project> |
| 2838 | <environment name="uv" load="Blinky.uvprojx"/> |
| 2839 | </project> |
| 2840 | <attributes> |
| 2841 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2842 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 2843 | <component Cclass="Device" Cgroup="Startup"/> |
| 2844 | <category>Getting Started</category> |
| 2845 | </attributes> |
| 2846 | </example> |
Martin Günther | 0ffe8f9 | 2016-08-24 11:43:05 +0200 | [diff] [blame] | 2847 | |
Robert Rostohar | e13e470 | 2016-11-07 15:23:44 +0100 | [diff] [blame] | 2848 | <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] | 2849 | <description>CMSIS-RTOS2 mixed API v1 and v2</description> |
Matthias Hertel | 3bb828f | 2016-11-07 13:51:50 +0100 | [diff] [blame] | 2850 | <board name="uVision Simulator" vendor="Keil"/> |
| 2851 | <project> |
| 2852 | <environment name="uv" load="Blinky.uvprojx"/> |
| 2853 | </project> |
| 2854 | <attributes> |
| 2855 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2856 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 2857 | <component Cclass="Device" Cgroup="Startup"/> |
| 2858 | <category>Getting Started</category> |
| 2859 | </attributes> |
| 2860 | </example> |
| 2861 | |
Jonatan Antoni | 401391f | 2017-08-30 16:52:33 +0200 | [diff] [blame] | 2862 | <example name="CMSIS-RTOS2 RTX5 Message Queue" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/MsgQueue"> |
| 2863 | <description>CMSIS-RTOS2 Message Queue Example</description> |
| 2864 | <board name="uVision Simulator" vendor="Keil"/> |
| 2865 | <project> |
| 2866 | <environment name="uv" load="MsqQueue.uvprojx"/> |
| 2867 | </project> |
| 2868 | <attributes> |
| 2869 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2870 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 2871 | <component Cclass="Compiler" Cgroup="EventRecorder"/> |
| 2872 | <component Cclass="Device" Cgroup="Startup"/> |
| 2873 | <category>Getting Started</category> |
| 2874 | </attributes> |
| 2875 | </example> |
Jonatan Antoni | 6c160d4 | 2017-09-01 10:48:45 +0200 | [diff] [blame] | 2876 | |
| 2877 | <example name="CMSIS-RTOS2 RTX5 Memory Pool" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/MemPool"> |
| 2878 | <description>CMSIS-RTOS2 Memory Pool Example</description> |
Jonatan Antoni | 5398c46 | 2019-01-10 16:36:16 +0100 | [diff] [blame] | 2879 | <board name="uVision Simulator" vendor="Keil"/> |
Jonatan Antoni | 6c160d4 | 2017-09-01 10:48:45 +0200 | [diff] [blame] | 2880 | <project> |
| 2881 | <environment name="uv" load="MemPool.uvprojx"/> |
| 2882 | </project> |
| 2883 | <attributes> |
| 2884 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2885 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 2886 | <component Cclass="Compiler" Cgroup="EventRecorder"/> |
| 2887 | <component Cclass="Device" Cgroup="Startup"/> |
| 2888 | <category>Getting Started</category> |
| 2889 | </attributes> |
| 2890 | </example> |
Jonatan Antoni | 90e5beb | 2017-11-06 16:30:23 +0100 | [diff] [blame] | 2891 | |
Christopher Seidl | b8c998f | 2016-11-08 15:49:02 +0100 | [diff] [blame] | 2892 | <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] | 2893 | <description>Bare-metal secure/non-secure example without RTOS</description> |
Matthias Hertel | 3bb828f | 2016-11-07 13:51:50 +0100 | [diff] [blame] | 2894 | <board name="uVision Simulator" vendor="Keil"/> |
| 2895 | <project> |
| 2896 | <environment name="uv" load="NoRTOS.uvmpw"/> |
| 2897 | </project> |
| 2898 | <attributes> |
| 2899 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2900 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 2901 | <component Cclass="Device" Cgroup="Startup"/> |
| 2902 | <category>Getting Started</category> |
| 2903 | </attributes> |
| 2904 | </example> |
| 2905 | |
Christopher Seidl | b8c998f | 2016-11-08 15:49:02 +0100 | [diff] [blame] | 2906 | <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] | 2907 | <description>Secure/non-secure RTOS example with thread context management</description> |
Matthias Hertel | 3bb828f | 2016-11-07 13:51:50 +0100 | [diff] [blame] | 2908 | <board name="uVision Simulator" vendor="Keil"/> |
| 2909 | <project> |
| 2910 | <environment name="uv" load="RTOS.uvmpw"/> |
| 2911 | </project> |
| 2912 | <attributes> |
| 2913 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2914 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 2915 | <component Cclass="Device" Cgroup="Startup"/> |
| 2916 | <category>Getting Started</category> |
| 2917 | </attributes> |
| 2918 | </example> |
Matthias Hertel | 3bb828f | 2016-11-07 13:51:50 +0100 | [diff] [blame] | 2919 | |
ReinhardKeil | 3bd0e17 | 2016-11-10 07:59:24 +0100 | [diff] [blame] | 2920 | <example name="TrustZone for ARMv8-M RTOS Security Tests" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples/TrustZoneV8M/RTOS_Faults"> |
| 2921 | <description>Secure/non-secure RTOS example with security test cases and system recovery</description> |
| 2922 | <board name="uVision Simulator" vendor="Keil"/> |
| 2923 | <project> |
| 2924 | <environment name="uv" load="RTOS_Faults.uvmpw"/> |
| 2925 | </project> |
| 2926 | <attributes> |
| 2927 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2928 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 2929 | <component Cclass="Device" Cgroup="Startup"/> |
| 2930 | <category>Getting Started</category> |
| 2931 | </attributes> |
| 2932 | </example> |
| 2933 | |
TTornblom | c88880a | 2020-03-20 12:59:25 +0100 | [diff] [blame] | 2934 | <example name="CMSIS-RTOS2 Blinky" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples_IAR/Blinky"> |
| 2935 | <description>CMSIS-RTOS2 Blinky example</description> |
Jonatan Antoni | cd93ae8 | 2020-03-31 10:59:38 +0200 | [diff] [blame] | 2936 | <board name="EWARM Simulator" vendor="IAR"/> |
TTornblom | c88880a | 2020-03-20 12:59:25 +0100 | [diff] [blame] | 2937 | <project> |
| 2938 | <environment name="iar" load="Blinky/Blinky.ewp"/> |
| 2939 | </project> |
| 2940 | <attributes> |
| 2941 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2942 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 2943 | <component Cclass="Device" Cgroup="Startup"/> |
| 2944 | <category>Getting Started</category> |
| 2945 | </attributes> |
| 2946 | </example> |
| 2947 | |
| 2948 | <example name="CMSIS-RTOS2 RTX5 Message Queue" doc="Abstract.txt" folder="CMSIS/RTOS2/RTX/Examples_IAR/MsgQueue"> |
| 2949 | <description>CMSIS-RTOS2 Message Queue Example</description> |
Jonatan Antoni | cd93ae8 | 2020-03-31 10:59:38 +0200 | [diff] [blame] | 2950 | <board name="EWARM Simulator" vendor="IAR"/> |
TTornblom | c88880a | 2020-03-20 12:59:25 +0100 | [diff] [blame] | 2951 | <project> |
| 2952 | <environment name="iar" load="MsgQueue/MsgQueue.ewp"/> |
| 2953 | </project> |
| 2954 | <attributes> |
| 2955 | <component Cclass="CMSIS" Cgroup="CORE"/> |
| 2956 | <component Cclass="CMSIS" Cgroup="RTOS2"/> |
| 2957 | <component Cclass="Device" Cgroup="Startup"/> |
| 2958 | <category>Getting Started</category> |
| 2959 | </attributes> |
| 2960 | </example> |
| 2961 | |
Martin Günther | 89be652 | 2016-05-13 07:57:31 +0200 | [diff] [blame] | 2962 | </examples> |
| 2963 | |
| 2964 | </package> |