-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yml
222 lines (222 loc) · 8.93 KB
/
config.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
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
build:
arch: sparc
bsp: gr712rc
config-ini: |
[${arch}/${bsp}]
RTEMS_SMP = True
RTEMS_QUAL = True
BUILD_TESTS = False
BUILD_MEMBENCH = True
BUILD_UNITTESTS = True
BUILD_VALIDATIONTESTS = True
BSP_PRINT_EXCEPTION_CONTEXT = False
doxyfile-template: templates/Doxyfile
enabled:
- bsps/sparc/leon3
- INSTALL_LEGACY_MAKEFILES
- RTEMS_QUAL
- RTEMS_SMP
- sparc/gr712rc
source-directory: modules/rtems
extra-files:
- bsps/shared/doxygen.h
- bsps/shared/cache/cacheimpl.h
- bsps/shared/dev/clock/clockimpl.h
- bsps/sparc/leon3/include/tm27.h
- bsps/sparc/shared/doxygen.h
- cpukit/compiler-rt/lib/builtins/int_div_impl.inc
- cpukit/compiler-rt/lib/builtins/int_endianness.h
- cpukit/compiler-rt/lib/builtins/int_lib.h
- cpukit/compiler-rt/lib/builtins/int_types.h
- cpukit/compiler-rt/lib/builtins/int_util.h
- cpukit/doxygen.h
- cpukit/doxygen/appl-config.h
- cpukit/doxygen/build.h
- cpukit/doxygen/hash-algorithms.h
- cpukit/doxygen/top-level-groups.h
- cpukit/libc/string/local.h
- cpukit/libmisc/cpuuse/cpuuseimpl.h
- cpukit/libtest/t-test-rtems.h
- cpukit/score/cpu/sparc/syscall.h
- cpukit/score/src/opt_compat.h
- cpukit/score/src/opt_ffclock.h
- cpukit/score/src/opt_ntp.h
- gccdeps.py
- long_gcc.py
- testsuites/validation/tc-basedefs-pendant.h
- testsuites/validation/tc-userext.h
- testsuites/validation/tr-chains-api-model.h
- testsuites/validation/tr-event-mgr-model.h
- testsuites/validation/ts-acfg.h
- testsuites/validation/ts-config.h
- testsuites/validation/ts-default.h
- testsuites/validation/ts-fatal-sysinit.h
- testsuites/validation/ts-idle.h
- testsuites/validation/tx-support.h
- testsuites/validation/tx-thread-queue.h
- waf
- wscript
build-uids:
- /build/cpukit/librtemscpu
- /build/cpukit/librtemstest
- /build/testsuites/membench/grp
- /build/testsuites/unit/grp
- /build/testsuites/validation/grp
workspace-directory: workspace/rtems
spec:
cache-directory: cache
paths:
- spec-spec
- spec
- spec-glossary
- modules/rtems/spec
resolve-proxies: true
spec-type-root-uid: /spec/root
glossary:
project-groups:
- /glossary-general
project-header: Glossary
project-target: modules/rtems-docs/c-user/glossary.rst
documents:
- header: Glossary
rest-source-paths:
- modules/rtems-docs/eng
target: modules/rtems-docs/eng/glossary.rst
appl-config:
doxygen-target: modules/rtems/cpukit/doxygen/appl-config.h
enabled-source:
- RTEMS_QUAL
enabled-documentation: []
groups:
- uid: /acfg/if/group-bdbuf
target: modules/rtems-docs/c-user/config/bdbuf.rst
- uid: /acfg/if/group-classic
target: modules/rtems-docs/c-user/config/classic-api.rst
- uid: /acfg/if/group-classicinit
target: modules/rtems-docs/c-user/config/classic-init-task.rst
- uid: /acfg/if/group-devdrv
target: modules/rtems-docs/c-user/config/device-driver.rst
- uid: /acfg/if/group-eventrecord
target: modules/rtems-docs/c-user/config/event-record.rst
- uid: /acfg/if/group-face
target: modules/rtems-docs/c-user/config/face-technical-standard.rst
- uid: /acfg/if/group-filesystem
target: modules/rtems-docs/c-user/config/filesystem.rst
- uid: /acfg/if/group-general
target: modules/rtems-docs/c-user/config/general.rst
- uid: /acfg/if/group-idle
target: modules/rtems-docs/c-user/config/idle-task.rst
- uid: /acfg/if/group-mpci
target: modules/rtems-docs/c-user/config/mpci.rst
- uid: /acfg/if/group-posix
target: modules/rtems-docs/c-user/config/posix-api.rst
- uid: /acfg/if/group-posixinit
target: modules/rtems-docs/c-user/config/posix-init-thread.rst
- uid: /acfg/if/group-schedgeneral
target: modules/rtems-docs/c-user/config/scheduler-general.rst
- uid: /acfg/if/group-stackalloc
target: modules/rtems-docs/c-user/config/task-stack-alloc.rst
validation:
base-directory: modules/rtems
interface:
enabled:
- RTEMS_QUAL
item-level-interfaces:
- /build-options/if/group
- /compiler/if/group
- /user/if/group
domains:
/if/domain: modules/rtems
/dev/if/domain: modules/rtems
interface-documentation:
enabled: []
groups:
- directives-target: modules/rtems-docs/c-user/barrier/directives.rst
group: /rtems/barrier/if/group
introduction-target: modules/rtems-docs/c-user/barrier/introduction.rst
- directives-target: modules/rtems-docs/c-user/cache/directives.rst
group: /rtems/cache/if/group
introduction-target: modules/rtems-docs/c-user/cache/introduction.rst
- directives-target: modules/rtems-docs/c-user/config/directives.rst
group: /rtems/config/if/group
introduction-target: modules/rtems-docs/c-user/config/introduction.rst
- directives-target: modules/rtems-docs/c-user/dual-ported-memory/directives.rst
group: /rtems/dpmem/if/group
introduction-target: modules/rtems-docs/c-user/dual-ported-memory/introduction.rst
- directives-target: modules/rtems-docs/c-user/fatal-error/directives.rst
group: /rtems/fatal/if/group
introduction-target: modules/rtems-docs/c-user/fatal-error/introduction.rst
- directives-target: modules/rtems-docs/c-user/timer/directives.rst
group: /rtems/timer/if/group
introduction-target: modules/rtems-docs/c-user/timer/introduction.rst
- directives-target: modules/rtems-docs/c-user/initialization/directives.rst
group: /rtems/init/if/group
introduction-target: modules/rtems-docs/c-user/initialization/introduction.rst
- directives-target: modules/rtems-docs/c-user/io/directives.rst
group: /rtems/io/if/group
introduction-target: modules/rtems-docs/c-user/io/introduction.rst
- directives-target: modules/rtems-docs/c-user/kernel-character-io/directives.rst
group: /rtems/io/if/group-3
introduction-target: modules/rtems-docs/c-user/kernel-character-io/introduction.rst
- directives-target: modules/rtems-docs/c-user/region/directives.rst
group: /rtems/region/if/group
introduction-target: modules/rtems-docs/c-user/region/introduction.rst
- directives-target: modules/rtems-docs/c-user/multiprocessing/directives.rst
group: /rtems/mp/if/group
introduction-target: modules/rtems-docs/c-user/multiprocessing/introduction.rst
- directives-target: modules/rtems-docs/c-user/semaphore/directives.rst
group: /rtems/sem/if/group
introduction-target: modules/rtems-docs/c-user/semaphore/introduction.rst
- directives-target: modules/rtems-docs/c-user/event/directives.rst
group: /rtems/event/if/group
introduction-target: modules/rtems-docs/c-user/event/introduction.rst
- directives-target: modules/rtems-docs/c-user/partition/directives.rst
group: /rtems/part/if/group
introduction-target: modules/rtems-docs/c-user/partition/introduction.rst
- directives-target: modules/rtems-docs/c-user/task/directives.rst
group: /rtems/task/if/group
introduction-target: modules/rtems-docs/c-user/task/introduction.rst
- directives-target: modules/rtems-docs/c-user/message/directives.rst
group: /rtems/message/if/group
introduction-target: modules/rtems-docs/c-user/message/introduction.rst
- directives-target: modules/rtems-docs/c-user/object-services/directives.rst
group: /rtems/object/if/group
introduction-target: modules/rtems-docs/c-user/object-services/introduction.rst
- directives-target: modules/rtems-docs/c-user/signal/directives.rst
group: /rtems/signal/if/group
introduction-target: modules/rtems-docs/c-user/signal/introduction.rst
- directives-target: modules/rtems-docs/c-user/user-extensions/directives.rst
group: /rtems/userext/if/group
introduction-target: modules/rtems-docs/c-user/user-extensions/introduction.rst
- directives-target: modules/rtems-docs/c-user/scheduling-concepts/directives.rst
group: /rtems/scheduler/if/group
introduction-target: modules/rtems-docs/c-user/scheduling-concepts/introduction.rst
- directives-target: modules/rtems-docs/c-user/clock/directives.rst
group: /rtems/clock/if/group
introduction-target: modules/rtems-docs/c-user/clock/introduction.rst
- directives-target: modules/rtems-docs/c-user/interrupt/directives.rst
group: /rtems/intr/if/group
introduction-target: modules/rtems-docs/c-user/interrupt/introduction.rst
- directives-target: modules/rtems-docs/c-user/rate-monotonic/directives.rst
group: /rtems/ratemon/if/group
introduction-target: modules/rtems-docs/c-user/rate-monotonic/introduction.rst
types:
domains:
- /if/domain
groups:
- /rtems/type/if/group
target: modules/rtems-docs/c-user/rtems_data_types.rst
spec-verification:
root-type: /spec/root
spec-documentation:
doc-target: modules/rtems-docs/eng/req/items.rst
hierarchy-subsection-name: Specification Item Hierarchy
hierarchy-text: |
The specification item types have the following hierarchy:
ignore: '^$'
item-types-subsection-name: Specification Item Types
label-prefix: SpecType
root-type: /spec/root
section-label-prefix: ReqEng
section-name: Specification Items
value-types-subsection-name: Specification Attribute Sets and Value Types