-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathARM.CMSIS-Compiler.pdsc
More file actions
539 lines (513 loc) · 26.5 KB
/
ARM.CMSIS-Compiler.pdsc
File metadata and controls
539 lines (513 loc) · 26.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
<?xml version="1.0" encoding="UTF-8"?>
<package schemaVersion="1.7.36" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.36/schema/PACK.xsd">
<vendor>ARM</vendor>
<name>CMSIS-Compiler</name>
<description overview="overview/README.md">CMSIS Compiler extensions for Arm Compiler, GCC, Clang, and IAR Compiler</description>
<url>https://www.keil.com/pack/</url>
<license>LICENSE</license>
<licenseSets>
<licenseSet id="all" default="true" gating="true">
<license name="LICENSE" title="Apache 2.0 open-source license" spdx="Apache-2.0"/>
</licenseSet>
</licenseSets>
<repository type="git">https://github.com/ARM-software/CMSIS-Compiler.git</repository>
<releases>
<release version="2.2.1-dev">
Active Development ...
CLANG:
- Added standard I/O stream support for LLVM-libc
</release>
</releases>
<conditions>
<condition id="Cortex-M Device">
<description>Cortex-M processor based device: Cortex-M0/M0+/M1/M3/M4/M7/M23/M33/M35P/M55/M85, ARMV8MBL/ML, Star-MC1, SC000/300</description>
<accept Dcore="Cortex-M0"/>
<accept Dcore="Cortex-M0+"/>
<accept Dcore="Cortex-M1"/>
<accept Dcore="Cortex-M3"/>
<accept Dcore="Cortex-M4"/>
<accept Dcore="Cortex-M7"/>
<accept Dcore="Cortex-M23"/>
<accept Dcore="Cortex-M33"/>
<accept Dcore="Cortex-M35P"/>
<accept Dcore="Cortex-M52"/>
<accept Dcore="Cortex-M55"/>
<accept Dcore="Cortex-M85"/>
<accept Dcore="ARMV8MBL"/>
<accept Dcore="ARMV8MML"/>
<accept Dcore="ARMV81MML"/>
<accept Dcore="Star-MC1"/>
<accept Dcore="SC000"/>
<accept Dcore="SC300"/>
</condition>
<condition id="Cortex-A Device">
<description>Cortex-A based device: Cortex-A5/A7/A9</description>
<accept Dcore="Cortex-A5"/>
<accept Dcore="Cortex-A7"/>
<accept Dcore="Cortex-A9"/>
</condition>
<condition id="CortexDevice">
<description>Cortex based device</description>
<accept condition="Cortex-A Device"/>
<accept condition="Cortex-M Device"/>
</condition>
<condition id="CortexDevice_ITM">
<description>Cortex device with ITM</description>
<require condition="Cortex-M Device"/>
<deny Dcore="Cortex-M0"/>
<deny Dcore="Cortex-M0+"/>
<deny Dcore="Cortex-M1"/>
<deny Dcore="SC000"/>
</condition>
<condition id="ARMCC CortexDevice">
<description>ARMCC and Cortex device</description>
<require Tcompiler="ARMCC"/>
<require condition="CortexDevice"/>
</condition>
<condition id="GCC CortexDevice">
<description>GCC and Cortex device</description>
<require Tcompiler="GCC"/>
<require condition="CortexDevice"/>
</condition>
<condition id="CLANG CortexDevice">
<description>Clang and Cortex device</description>
<require Tcompiler="CLANG"/>
<require condition="CortexDevice"/>
</condition>
<condition id="IAR CortexDevice">
<description>ICC and Cortex device</description>
<require Tcompiler="IAR"/>
<require condition="CortexDevice"/>
</condition>
<condition id="IO">
<description>Deny selection of Compiler class when using CMSIS-Compiler</description>
<deny Cclass="Compiler" Cgroup="I/O"/>
</condition>
<condition id="CORE">
<description>CMSIS-Compiler CORE component</description>
<require condition="IO"/>
<require Cclass="CMSIS-Compiler" Cgroup="CORE"/>
</condition>
<condition id="CORE EVR">
<description>CMSIS-Compiler CORE component and Event Recorder</description>
<require condition="CORE"/>
<require Cclass="CMSIS-View" Cgroup="Event Recorder"/>
</condition>
<condition id="CORE ITM">
<description>CMSIS-Compiler CORE component and Cortex device with ITM</description>
<require condition="CORE"/>
<require condition="CortexDevice_ITM"/>
</condition>
<condition id="CORE UART_CMSIS">
<description>CMSIS-Compiler CORE component and CMSIS-Driver USART</description>
<require condition="CORE"/>
<require Cclass="CMSIS Driver" Cgroup="USART"/>
</condition>
<condition id="ARMCC CORE">
<description>ARMCC and CORE component</description>
<require Tcompiler="ARMCC"/>
<require condition="CORE"/>
</condition>
<condition id="GCC CORE">
<description>GCC and CORE component</description>
<require Tcompiler="GCC"/>
<require condition="CORE"/>
</condition>
<condition id="CLANG CORE">
<description>Clang and CORE component</description>
<require Tcompiler="CLANG"/>
<require condition="CORE"/>
</condition>
<condition id="IAR CORE">
<description>IAR and CORE component</description>
<require Tcompiler="IAR"/>
<require condition="CORE"/>
</condition>
<condition id="ARMCC CORE ITM">
<description>ARMCC and CORE component and Cortex device with ITM</description>
<require Tcompiler="ARMCC"/>
<require condition="CORE"/>
<require condition="CortexDevice_ITM"/>
</condition>
<condition id="ARMCC CORE CMSIS-RTOS2">
<description>ARMCC and CORE component and CMSIS-RTOS2</description>
<require Tcompiler="ARMCC"/>
<require condition="CORE"/>
<require Cclass="CMSIS" Cgroup="RTOS2"/>
</condition>
<condition id="GCC CORE CMSIS-RTOS2">
<description>GCC and CORE component and CMSIS-RTOS2</description>
<require Tcompiler="GCC"/>
<require condition="CORE"/>
<require Cclass="CMSIS" Cgroup="RTOS2"/>
</condition>
<condition id="IAR CORE CMSIS-RTOS2">
<description>IAR and CORE component and CMSIS-RTOS2</description>
<require Tcompiler="IAR"/>
<require condition="CORE"/>
<require Cclass="CMSIS" Cgroup="RTOS2"/>
</condition>
<condition id="STDIO UART CMSIS">
<description>STDIO retarget to CMSIS Driver UART</description>
<accept Cclass="CMSIS-Compiler" Cgroup="STDERR" Csub="UART" Cvariant="CMSIS"/>
<accept Cclass="CMSIS-Compiler" Cgroup="STDIN" Csub="UART" Cvariant="CMSIS"/>
<accept Cclass="CMSIS-Compiler" Cgroup="STDOUT" Csub="UART" Cvariant="CMSIS"/>
</condition>
</conditions>
<taxonomy>
<description Cclass="CMSIS-Compiler" doc="documentation/html/index.html">Compiler Specific Interfaces</description>
</taxonomy>
<apis>
<api Cclass="CMSIS-Compiler" Cgroup="File Interface" Capiversion="1.1.0" exclusive="1" condition="CortexDevice">
<description>Standard C Library File Operations Retarget Interface</description>
<files>
<file category="doc" name="documentation/html/group__fs__interface__api.html"/>
<file category="header" name="include/retarget_fs.h"/>
</files>
</api>
<api Cclass="CMSIS-Compiler" Cgroup="STDERR" Capiversion="1.1.0" exclusive="1" condition="CortexDevice">
<description>Standard Error Stream (STDERR) Retarget Interface</description>
<files>
<file category="header" name="include/retarget_stderr.h"/>
</files>
</api>
<api Cclass="CMSIS-Compiler" Cgroup="STDIN" Capiversion="1.1.0" exclusive="1" condition="CortexDevice">
<description>Standard Input Stream (STDIN) Retarget Interface</description>
<files>
<file category="header" name="include/retarget_stdin.h"/>
</files>
</api>
<api Cclass="CMSIS-Compiler" Cgroup="STDOUT" Capiversion="1.1.0" exclusive="1" condition="CortexDevice">
<description>Standard Output Stream (STDOUT) Retarget Interface</description>
<files>
<file category="header" name="include/retarget_stdout.h"/>
</files>
</api>
<api Cclass="CMSIS-Compiler" Cgroup="TTY" Capiversion="1.1.0" exclusive="1" condition="ARMCC CortexDevice">
<description>Teletype (TTY) Retarget Interface</description>
<files>
<file category="header" name="include/retarget_tty.h"/>
</files>
</api>
<api Cclass="CMSIS-Compiler" Cgroup="OS Interface" Capiversion="1.1.0" exclusive="1" condition="ARMCC CortexDevice">
<description>Standard C Library OS Retarget Interface</description>
<files>
<file category="doc" name="documentation/html/group__retarget__os__armclib.html"/>
<file category="header" name="include/armcc/retarget_os.h"/>
</files>
</api>
<api Cclass="CMSIS-Compiler" Cgroup="OS Interface" Capiversion="1.1.0" exclusive="1" condition="GCC CortexDevice">
<description>Standard C Library OS Retarget Interface</description>
<files>
<file category="doc" name="documentation/html/group__retarget__os__newlib.html"/>
<file category="header" name="include/gcc/retarget_os.h"/>
</files>
</api>
<api Cclass="CMSIS-Compiler" Cgroup="OS Interface" Capiversion="1.0.0" exclusive="1" condition="IAR CortexDevice">
<description>Standard C Library OS Retarget Interface</description>
<files>
<file category="doc" name="documentation/html/group__retarget__os__iarclib.html"/>
<file category="header" name="include/iarcc/retarget_os.h"/>
</files>
</api>
</apis>
<components>
<!-- Core -->
<component Cclass="CMSIS-Compiler" Cgroup="CORE" Cversion="1.2.0" condition="ARMCC CortexDevice">
<description>Standard C Library Retarget Core</description>
<files>
<file category="sourceC" name="source/core/armcc/retarget_io.c"/>
<file category="sourceC" name="source/core/stdio_cmsis_uart.c" condition="STDIO UART CMSIS"/>
<file category="header" name="config/stdio_cmsis_uart_config.h" attr="config" version="1.0.0" condition="STDIO UART CMSIS"/>
</files>
</component>
<component Cclass="CMSIS-Compiler" Cgroup="CORE" Cversion="1.2.0" condition="GCC CortexDevice">
<description>Standard C Library Retarget Core</description>
<files>
<file category="sourceC" name="source/core/gcc/retarget_syscalls.c"/>
<file category="sourceC" name="source/core/stdio_cmsis_uart.c" condition="STDIO UART CMSIS"/>
<file category="header" name="config/stdio_cmsis_uart_config.h" attr="config" version="1.0.0" condition="STDIO UART CMSIS"/>
</files>
</component>
<component Cclass="CMSIS-Compiler" Cgroup="CORE" Cversion="1.3.0" condition="CLANG CortexDevice">
<description>Standard C Library Retarget Core</description>
<files>
<file category="sourceC" name="source/core/clang/retarget_syscalls.c"/>
<file category="sourceC" name="source/core/stdio_cmsis_uart.c" condition="STDIO UART CMSIS"/>
<file category="header" name="config/stdio_cmsis_uart_config.h" attr="config" version="1.0.0" condition="STDIO UART CMSIS"/>
</files>
</component>
<component Cclass="CMSIS-Compiler" Cgroup="CORE" Cversion="1.3.0" condition="IAR CortexDevice">
<description>Standard C Library Retarget Core</description>
<files>
<file category="sourceC" name="source/core/iar/retarget_io.c"/>
<file category="sourceC" name="source/core/stdio_cmsis_uart.c" condition="STDIO UART CMSIS"/>
<file category="header" name="config/stdio_cmsis_uart_config.h" attr="config" version="1.0.0" condition="STDIO UART CMSIS"/>
</files>
</component>
<!-- File Interface -->
<component Cclass="CMSIS-Compiler" Cgroup="File Interface" Csub="Custom" Capiversion="1.1.0" Cversion="1.1.0" custom="1" condition="CORE">
<description>Access to #include retarget_fs.h and code template for custom implementation</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_File_Interface /* Compiler File Interface */
#define RTE_CMSIS_Compiler_File_Interface_Custom /* Compiler File Interface: Custom */
</RTE_Components_h>
<files>
<file category="sourceC" name="template/file_interface/retarget_fs.c" attr="template" select="File Interface Custom Template"/>
</files>
</component>
<component Cclass="CMSIS-Compiler" Cgroup="File Interface" Csub="Breakpoint" Capiversion="1.1.0" Cversion="1.1.0" condition="CORE">
<description>Stop program execution at a breakpoint when using file operations</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_File_Interface /* Compiler File Interface */
#define RTE_CMSIS_Compiler_File_Interface_Breakpoint /* Compiler File Interface: Breakpoint */
</RTE_Components_h>
<files>
<file category="sourceC" name="source/file_interface/retarget_fs_bkpt.c"/>
</files>
</component>
<!-- STDERR -->
<component Cclass="CMSIS-Compiler" Cgroup="STDERR" Csub="Custom" Capiversion="1.1.0" Cversion="1.1.0" custom="1" condition="CORE">
<description>Access to #include retarget_stderr.h and code template for custom implementation</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_STDERR /* CMSIS-Compiler STDERR */
#define RTE_CMSIS_Compiler_STDERR_Custom /* CMSIS-Compiler STDERR: Custom */
</RTE_Components_h>
<files>
<file category="sourceC" name="template/stdio/stderr_user.c" attr="template" select="STDERR User Template"/>
</files>
</component>
<component Cclass="CMSIS-Compiler" Cgroup="STDERR" Csub="Breakpoint" Capiversion="1.1.0" Cversion="1.1.0" condition="CORE">
<description>Stop program execution at a breakpoint when using STDERR</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_STDERR /* CMSIS-Compiler STDERR */
#define RTE_CMSIS_Compiler_STDERR_Breakpoint /* CMSIS-Compiler STDERR: Breakpoint */
</RTE_Components_h>
<files>
<file category="sourceC" name="source/stderr/stderr_bkpt.c"/>
</files>
</component>
<component Cclass="CMSIS-Compiler" Cgroup="STDERR" Csub="Event Recorder" Capiversion="1.1.0" Cversion="1.1.0" condition="CORE EVR">
<description>Redirect STDERR to a debug output window using Event Recorder</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_STDERR /* CMSIS-Compiler STDERR */
#define RTE_CMSIS_Compiler_STDERR_Event_Recorder /* CMSIS-Compiler STDERR: Event Recorder */
</RTE_Components_h>
<files>
<file category="sourceC" name="source/stderr/stderr_evr.c"/>
</files>
</component>
<component Cclass="CMSIS-Compiler" Cgroup="STDERR" Csub="ITM" Capiversion="1.1.0" Cversion="1.1.0" condition="CORE ITM">
<description>Redirect STDERR to a debug output window using ITM</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_STDERR /* CMSIS-Compiler STDERR */
#define RTE_CMSIS_Compiler_STDERR_ITM /* CMSIS-Compiler STDERR: ITM */
</RTE_Components_h>
<files>
<file category="sourceC" name="source/stderr/stderr_itm.c"/>
</files>
</component>
<component Cclass="CMSIS-Compiler" Cgroup="STDERR" Csub="UART" Cvariant="CMSIS" Capiversion="1.1.0" Cversion="1.0.0" condition="CORE UART_CMSIS">
<description>Redirect STDERR to a CMSIS-Driver USART</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_STDERR /* CMSIS-Compiler STDERR */
#define RTE_CMSIS_Compiler_STDERR_UART_CMSIS /* CMSIS-Compiler STDERR: UART: CMSIS */
</RTE_Components_h>
<files>
<file category="header" name="config/stderr_cmsis_uart_config.h" attr="config" version="1.0.0"/>
</files>
</component>
<!-- STDIN -->
<component Cclass="CMSIS-Compiler" Cgroup="STDIN" Csub="Custom" Capiversion="1.1.0" Cversion="1.1.0" custom="1" condition="CORE">
<description>Access to #include retarget_stdin.h and code template for custom implementation</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_STDIN /* CMSIS-Compiler STDIN */
#define RTE_CMSIS_Compiler_STDIN_Custom /* CMSIS-Compiler STDIN: Custom */
</RTE_Components_h>
<files>
<file category="sourceC" name="template/stdio/stdin_user.c" attr="template" select="STDIN User Template"/>
</files>
</component>
<component Cclass="CMSIS-Compiler" Cgroup="STDIN" Csub="Breakpoint" Capiversion="1.1.0" Cversion="1.1.0" condition="CORE">
<description>Stop program execution at a breakpoint when using STDIN</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_STDIN /* CMSIS-Compiler STDIN */
#define RTE_CMSIS_Compiler_STDIN_Breakpoint /* CMSIS-Compiler STDIN: Breakpoint */
</RTE_Components_h>
<files>
<file category="sourceC" name="source/stdin/stdin_bkpt.c"/>
</files>
</component>
<component Cclass="CMSIS-Compiler" Cgroup="STDIN" Csub="ITM" Capiversion="1.1.0" Cversion="1.1.0" condition="CORE ITM">
<description>Retrieve STDIN from a debug output window using ITM</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_STDIN /* CMSIS-Compiler STDIN */
#define RTE_CMSIS_Compiler_STDIN_ITM /* CMSIS-Compiler STDIN: ITM */
</RTE_Components_h>
<files>
<file category="sourceC" name="source/stdin/stdin_itm.c"/>
</files>
</component>
<component Cclass="CMSIS-Compiler" Cgroup="STDIN" Csub="UART" Cvariant="CMSIS" Capiversion="1.1.0" Cversion="1.0.0" condition="CORE UART_CMSIS">
<description>Retrieve STDIN from a CMSIS-Driver USART</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_STDIN /* CMSIS-Compiler STDIN */
#define RTE_CMSIS_Compiler_STDIN_UART_CMSIS /* CMSIS-Compiler STDIN: UART: CMSIS */
</RTE_Components_h>
<files>
<file category="header" name="config/stdin_cmsis_uart_config.h" attr="config" version="1.0.0"/>
</files>
</component>
<!-- STDOUT -->
<component Cclass="CMSIS-Compiler" Cgroup="STDOUT" Csub="Custom" Capiversion="1.1.0" Cversion="1.1.0" custom="1" condition="CORE">
<description>Access to #include retarget_stdout.h and code template for custom implementation</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_STDOUT /* CMSIS-Compiler STDOUT */
#define RTE_CMSIS_Compiler_STDOUT_Custom /* CMSIS-Compiler STDOUT: Custom */
</RTE_Components_h>
<files>
<file category="sourceC" name="template/stdio/stdout_user.c" attr="template" select="STDOUT User Template"/>
</files>
</component>
<component Cclass="CMSIS-Compiler" Cgroup="STDOUT" Csub="Breakpoint" Capiversion="1.1.0" Cversion="1.1.0" condition="CORE">
<description>Stop program execution at a breakpoint when using STDOUT</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_STDOUT /* CMSIS-Compiler STDOUT */
#define RTE_CMSIS_Compiler_STDOUT_Breakpoint /* CMSIS-Compiler STDOUT: Breakpoint */
</RTE_Components_h>
<files>
<file category="sourceC" name="source/stdout/stdout_bkpt.c"/>
</files>
</component>
<component Cclass="CMSIS-Compiler" Cgroup="STDOUT" Csub="Event Recorder" Capiversion="1.1.0" Cversion="1.1.0" condition="CORE EVR">
<description>Redirect STDOUT to a debug output window using Event Recorder</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_STDOUT /* CMSIS-Compiler STDOUT */
#define RTE_CMSIS_Compiler_STDOUT_Event_Recorder /* CMSIS-Compiler STDOUT: Event Recorder */
</RTE_Components_h>
<files>
<file category="sourceC" name="source/stdout/stdout_evr.c"/>
</files>
</component>
<component Cclass="CMSIS-Compiler" Cgroup="STDOUT" Csub="ITM" Capiversion="1.1.0" Cversion="1.1.0" condition="CORE ITM">
<description>Redirect STDOUT to a debug output window using ITM</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_STDOUT /* CMSIS-Compiler STDOUT */
#define RTE_CMSIS_Compiler_STDOUT_ITM /* CMSIS-Compiler STDOUT: ITM */
</RTE_Components_h>
<files>
<file category="sourceC" name="source/stdout/stdout_itm.c"/>
</files>
</component>
<component Cclass="CMSIS-Compiler" Cgroup="STDOUT" Csub="UART" Cvariant="CMSIS" Capiversion="1.1.0" Cversion="1.0.0" condition="CORE UART_CMSIS">
<description>Redirect STDOUT to a CMSIS-Driver USART</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_STDOUT /* CMSIS-Compiler STDOUT */
#define RTE_CMSIS_Compiler_STDOUT_UART_CMSIS /* CMSIS-Compiler STDOUT: UART: CMSIS */
</RTE_Components_h>
<files>
<file category="header" name="config/stdout_cmsis_uart_config.h" attr="config" version="1.0.0"/>
</files>
</component>
<!-- TTY -->
<component Cclass="CMSIS-Compiler" Cgroup="TTY" Csub="Custom" Capiversion="1.1.0" Cversion="1.1.0" custom="1" condition="ARMCC CORE">
<description>Access to #include retarget_tty.h and code template for custom implementation</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_TTY /* CMSIS-Compiler TTY */
#define RTE_CMSIS_Compiler_TTY_Custom /* CMSIS-Compiler TTY: Custom */
</RTE_Components_h>
<files>
<file category="sourceC" name="template/stdio/tty_user.c" attr="template" select="TTY User Template"/>
</files>
</component>
<component Cclass="CMSIS-Compiler" Cgroup="TTY" Csub="Breakpoint" Capiversion="1.1.0" Cversion="1.1.0" condition="ARMCC CORE">
<description>Stop program execution at a breakpoint when using TTY</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_TTY /* CMSIS-Compiler TTY */
#define RTE_CMSIS_Compiler_TTY_Breakpoint /* CMSIS-Compiler TTY: Breakpoint */
</RTE_Components_h>
<files>
<file category="sourceC" name="source/tty/tty_bkpt.c"/>
</files>
</component>
<component Cclass="CMSIS-Compiler" Cgroup="TTY" Csub="ITM" Capiversion="1.1.0" Cversion="1.1.0" condition="ARMCC CORE ITM">
<description>Redirect TTY to a debug output window using ITM</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_TTY /* CMSIS-Compiler TTY */
#define RTE_CMSIS_Compiler_TTY_ITM /* CMSIS-Compiler TTY: ITM */
</RTE_Components_h>
<files>
<file category="sourceC" name="source/tty/tty_itm.c"/>
</files>
</component>
<!-- OS Interface -->
<component Cclass="CMSIS-Compiler" Cgroup="OS Interface" Csub="Custom" Capiversion="1.1.0" Cversion="2.1.0" custom="1" condition="ARMCC CORE">
<description>Access to #include retarget_os.h and code template for custom implementation</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_OS_Interface /* Compiler OS Interface */
#define RTE_CMSIS_Compiler_OS_Interface_Custom /* Compiler OS Interface: Custom */
</RTE_Components_h>
<files>
<file category="sourceC" name="template/os_interface/armcc/retarget_os.c" attr="template" select="OS Interface Custom Template"/>
</files>
</component>
<component Cclass="CMSIS-Compiler" Cgroup="OS Interface" Csub="Custom" Capiversion="1.1.0" Cversion="2.1.0" custom="1" condition="GCC CORE">
<description>Access to #include retarget_os.h and code template for custom implementation</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_OS_Interface /* Compiler OS Interface */
#define RTE_CMSIS_Compiler_OS_Interface_Custom /* Compiler OS Interface: Custom */
</RTE_Components_h>
<files>
<file category="sourceC" name="template/os_interface/gcc/retarget_lock.c" attr="template" select="OS Interface Lock Custom Template"/>
<file category="sourceC" name="template/os_interface/gcc/retarget_syscalls.c" attr="template" select="OS Interface SysCalls Custom Template"/>
</files>
</component>
<component Cclass="CMSIS-Compiler" Cgroup="OS Interface" Csub="CMSIS-RTOS2" Capiversion="1.1.0" Cversion="2.1.0" condition="ARMCC CORE CMSIS-RTOS2">
<description>C library OS interface implementation using CMSIS-RTOS2</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_OS_Interface /* Compiler OS Interface */
#define RTE_CMSIS_Compiler_OS_Interface_RTOS2 /* Compiler OS Interface: CMSIS-RTOS2 */
/* Features */
#define RTE_CMSIS_Compiler_OS_Interface_RTOS2_LOCKS /* Implements _mutex functions */
#define RTE_CMSIS_Compiler_OS_Interface_RTOS2_LIBSPACE /* Implements per-thread static data management */
</RTE_Components_h>
<files>
<file category="sourceC" name="source/os_interface/armcc/retarget_os_rtos2.c"/>
</files>
</component>
<component Cclass="CMSIS-Compiler" Cgroup="OS Interface" Csub="CMSIS-RTOS2" Capiversion="1.1.0" Cversion="2.1.0" condition="GCC CORE CMSIS-RTOS2">
<description>C library OS interface implementation using CMSIS-RTOS2</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_OS_Interface /* Compiler OS Interface */
#define RTE_CMSIS_Compiler_OS_Interface_RTOS2 /* Compiler OS Interface: CMSIS-RTOS2 */
/* Features */
#define RTE_CMSIS_Compiler_OS_Interface_RTOS2_LOCKS /* Implements locking routines */
</RTE_Components_h>
<files>
<file category="sourceC" name="source/os_interface/gcc/retarget_lock_rtos2.c"/>
</files>
</component>
<component Cclass="CMSIS-Compiler" Cgroup="OS Interface" Csub="CMSIS-RTOS2" Capiversion="1.0.0" Cversion="2.0.0" condition="IAR CORE CMSIS-RTOS2">
<description>C library OS interface implementation using CMSIS-RTOS2</description>
<RTE_Components_h>
#define RTE_CMSIS_Compiler_OS_Interface /* Compiler OS Interface */
#define RTE_CMSIS_Compiler_OS_Interface_RTOS2 /* Compiler OS Interface: CMSIS-RTOS2 */
/* Features */
#define RTE_CMSIS_Compiler_OS_Interface_RTOS2_LOCKS /* Implements locking routines */
</RTE_Components_h>
<files>
<file category="sourceC" name="source/os_interface/iar/retarget_os_rtos2.c"/>
</files>
</component>
</components>
<examples>
<example name="retarget" folder="example" doc="README.md">
<description>Simple example retargeting stdout to USART.</description>
<board name="V2M-MPS2" vendor="ARM"/>
<project>
<environment name="csolution" load="retarget.csolution.yml"/>
</project>
<attributes/>
</example>
</examples>
</package>