-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathHello.cproject.yml
72 lines (64 loc) · 1.68 KB
/
Hello.cproject.yml
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
# A project translates into one executable or library.
project:
# List components to use for your application.
# A software component is a re-usable unit that may be configurable.
components:
- component: CMSIS:CORE
- component: CMSIS:RTOS2:Keil RTX5&Source
- component: CMSIS:OS Tick:SysTick
- component: CMSIS Driver:USART
- component: Device:Startup&C Startup
- component: CMSIS-Compiler:CORE
- component: CMSIS-Compiler:STDERR:Custom
- component: CMSIS-Compiler:STDOUT:Custom
- component: CMSIS-Compiler:STDIN:Custom
- component: Device:Native Driver:IO
for-context:
- +CS300
- +CS310
- +CS315
- +CS320
- component: Device:Native Driver:UART
for-context:
- +CS300
- +CS310
- +CS315
- +CS320
- component: Device:Native Driver:SysCounter
for-context:
- +CS300
- +CS310
- +CS315
- +CS320
- component: Device:Native Driver:SysTimer
for-context:
- +CS300
- +CS310
- +CS315
- +CS320
- component: Device:Native Driver:Timeout
for-context:
- +CS300
- +CS310
- +CS315
- +CS320
- component: Device:Definition
for-context:
- +CS300
- +CS310
- +CS315
- +CS320
# List of source groups and files added to a project or a layer.
groups:
- group: Documentation
files:
- file: ./README.md
- group: Main
files:
- file: ./main.c
- group: App
files:
- file: ./hello.c
- group: Board IO
files:
- file: ./Board_IO/retarget_stdio.c