forked from Open-CMSIS-Pack/devtools
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathproject.Debug+TEST_TARGET.cbuild.yml
More file actions
75 lines (75 loc) · 2.33 KB
/
Copy pathproject.Debug+TEST_TARGET.cbuild.yml
File metadata and controls
75 lines (75 loc) · 2.33 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
build:
generated-by: csolution version 0.0.0+g11955b66
solution: ../../data/TestDefault/empty.csolution.yml
project: ../../data/TestDefault/project.cproject.yml
context: project.Debug+TEST_TARGET
compiler: GCC
device: ARM::RteTest_ARMCM0
device-pack: ARM::RteTest_DFP@0.1.1
device-books:
- name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html
title: Cortex-M0 Device Generic Users Guide
processor:
fpu: off
core: Cortex-M0
packs:
- pack: ARM::RteTest_DFP@0.1.1
path: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.1.1
misc:
ASM:
- defaultMiscASM-RteTest_ARMCM0
define:
- ARMCM0
- _RTE_
define-asm:
- ARMCM0
- _RTE_
add-path:
- ../../data/TestDefault/RTE/_Debug_TEST_TARGET
- ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.1.1/Device/ARM/ARMCM0/Include
add-path-asm:
- ../../data/TestDefault/RTE/_Debug_TEST_TARGET
- ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.1.1/Device/ARM/ARMCM0/Include
output-dirs:
intdir: tmp/project/TEST_TARGET/Debug
outdir: out/project/TEST_TARGET/Debug
rtedir: ../../data/TestDefault/RTE
output:
- type: elf
file: project.elf
components:
- component: ARM::RteTest:CORE@0.1.1
condition: Cortex-M Device
from-pack: ARM::RteTest_DFP@0.1.1
selected-by: CORE
implements: RteTest:CORE@1.1.1
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.1.1/Doc/html/index.html
category: doc
version: 0.1.1
apis:
- api: RteTest:CORE@1.1.1
from-pack: ARM::RteTest_DFP@0.1.1
implemented-by: ARM::RteTest:CORE@0.1.1
files:
- file: https://arm-software.github.io/CMSIS_5/Pack/html/pdsc_apis_pg.html
category: doc
version: 1.1.1
linker:
script: ../../data/TestDefault/RTE/Device/RteTest_ARMCM0/gcc_linker_script.ld.src
regions: ../../data/TestDefault/RTE/Device/RteTest_ARMCM0/regions_RteTest_ARMCM0.h
groups:
- group: Sources
files:
- file: ../../data/TestDefault/main.c
category: sourceC
constructed-files:
- file: ../../data/TestDefault/RTE/_Debug_TEST_TARGET/RTE_Components.h
category: header
licenses:
- license: <unknown>
packs:
- pack: ARM::RteTest_DFP@0.1.1
components:
- component: ARM::RteTest:CORE@0.1.1
- component: RteTest:CORE(API)