forked from Open-CMSIS-Pack/csolution-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHello.cproject.yml
More file actions
45 lines (38 loc) · 1.53 KB
/
Copy pathHello.cproject.yml
File metadata and controls
45 lines (38 loc) · 1.53 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
project:
# it is recommended to list the packs that contain the components in the cproject.yml file.
packs:
- pack: ARM::V2M_MPS3_SSE_300_BSP@1.5.0 # optional packs can specify a version
- pack: ARM::CMSIS-Compiler # for retargeting stdout to UART
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
linker:
- for-compiler: AC6
script: RTE/Device/SSE-300-MPS3/linker_SSE300MPS3_secure.sct
regions: RTE/Device/SSE-300-MPS3/region_defs.h
components:
- component: CMSIS:CORE # short form, vendor selected from available packs
- component: ARM::CMSIS:RTOS2:Keil RTX5&Source # long form, vendor explicitly stated
- component: ARM::CMSIS:OS Tick
- component: CMSIS Driver:USART
- component: ARM::Device:Startup&C Startup
- component: ARM::Device:Native Driver:IO
- component: ARM::Device:Native Driver:UART
- component: ARM::Device:Native Driver:SysCounter
- component: ARM::Device:Native Driver:SysTimer
- component: ARM::Device:Native Driver:Timeout
- component: ARM::Device:Definition
- component: ARM::CMSIS-Compiler:CORE
- component: ARM::CMSIS-Compiler:STDERR:Custom
- component: ARM::CMSIS-Compiler:STDOUT:Custom
- component: ARM::CMSIS-Compiler:STDIN:Custom