forked from Open-CMSIS-Pack/devtools
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathsetup-test.Build_GCC+TEST_TARGET.cbuild.yml
More file actions
99 lines (99 loc) · 3.13 KB
/
setup-test.Build_GCC+TEST_TARGET.cbuild.yml
File metadata and controls
99 lines (99 loc) · 3.13 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
build:
generated-by: csolution version 0.0.0
solution: ../../../../../data/TestProjectSetup/setup-test.csolution.yml
project: ../../../../../data/TestProjectSetup/setup-test.cproject.yml
context: setup-test.Build_GCC+TEST_TARGET
compiler: GCC
device: ARM::RteTest_ARMCM0
device-pack: ARM::RteTest_DFP@0.2.0
device-books:
- name: http://infocenter.arm.com/help/topic/com.arm.doc.dui0497a/index.html
title: Cortex-M0 Device Generic Users Guide
dbgconf:
- file: ../../../../../data/TestProjectSetup/.cmsis/setup-test+TEST_TARGET.dbgconf
version: 0.0.2
processor:
fpu: off
trustzone: off
core: Cortex-M0
packs:
- pack: ARM::RteTest_DFP@0.2.0
path: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0
optimize: size
debug: on
warnings: on
language-C: c11
language-CPP: c++11
misc:
C:
- SETUP_GCC_MISC
- SETUP_COMMON_MISC
define:
- SETUP_GCC
- SETUP_COMMON
- ARMCM0
- _RTE_
define-asm:
- ARMCM0
- _RTE_
add-path:
- ../../../../../data/TestProjectSetup/setup/GCC
- ../../../../../data/TestProjectSetup/setup/common
- ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Device/ARM/ARMCM0/Include
- ../../../../../data/TestProjectSetup/RTE/_Build_GCC_TEST_TARGET
add-path-asm:
- ../../../../../data/TestProjectSetup/RTE/_Build_GCC_TEST_TARGET
- ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Device/ARM/ARMCM0/Include
output-dirs:
intdir: ../../../../tmp
outdir: .
rtedir: ../../../../../data/TestProjectSetup/RTE
output:
- type: elf
file: setup-test.elf
- type: comp-db
file: compile_commands.json
- type: comp-db
file: compile_macros.h
components:
- component: ARM::RteTest:CORE@0.1.1
condition: Cortex-M Device
from-pack: ARM::RteTest_DFP@0.2.0
selected-by: CORE
implements: RteTest:CORE@1.1.2
files:
- file: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/html/index.html
category: doc
version: 0.1.1
apis:
- api: RteTest:CORE@1.1.2
from-pack: ARM::RteTest_DFP@0.2.0
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.2
linker:
script: ../../../../../data/TestProjectSetup/RTE/Device/RteTest_ARMCM0/gcc_linker_script.ld.src
regions: ../../../../../data/TestProjectSetup/RTE/Device/RteTest_ARMCM0/regions_RteTest_ARMCM0.h
groups:
- group: Generic Group
files:
- file: ../../../../../data/TestProjectSetup/gcc.c
category: sourceC
- file: ../../../../../data/TestProjectSetup/generic.c
category: sourceC
misc:
C:
- -DMISC-FILE-GCC
constructed-files:
- file: ../../../../../data/TestProjectSetup/RTE/_Build_GCC_TEST_TARGET/RTE_Components.h
category: header
licenses:
- license: <unknown>
license-agreement: ${CMSIS_PACK_ROOT}/ARM/RteTest_DFP/0.2.0/Doc/license.txt
packs:
- pack: ARM::RteTest_DFP@0.2.0
components:
- component: ARM::RteTest:CORE@0.1.1
- component: RteTest:CORE(API)