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