summaryrefslogtreecommitdiffstats
path: root/config.yml
blob: 38353704c9a3be08255f489b3a1c6ed182c2aeb4 (plain) (blame)
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
build:
  arch: sparc
  bsp: leon3
  config-ini: |
    [${arch}/${bsp}]
    RTEMS_SMP = True
    RTEMS_QUAL = True
    RTEMS_QUAL_ONLY = True
    BUILD_TESTS = False
    BUILD_MEMBENCH = True
    BUILD_VALIDATIONTESTS = True
  doxyfile-template: templates/Doxyfile
  enabled:
  - INSTALL_LEGACY_MAKEFILES
  - RTEMS_QUAL
  - RTEMS_QUAL_ONLY
  - RTEMS_SMP
  source-directory: modules/rtems
  sources:
  - bsps/shared/doxygen.h
  - bsps/shared/cache/cacheimpl.h
  - bsps/shared/dev/clock/clockimpl.h
  - bsps/sparc/shared/doxygen.h
  - cpukit/doxygen.h
  - cpukit/doxygen/appl-config.h
  - cpukit/doxygen/top-level-groups.h
  - cpukit/libc/string/local.h
  - cpukit/libcsupport/src/malloc_p.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-support.h
  - testsuites/validation/tr-event-constant.h
  - testsuites/validation/tr-event-send-receive.h
  - testsuites/validation/tr-model-events-mgr.h
  - testsuites/validation/tr-object-ident.h
  - testsuites/validation/tr-object-ident-local.h
  - testsuites/validation/ts-default.h
  - waf
  - wscript
  uids:
  - /build/cpukit/librtemscpu
  - /build/cpukit/librtemstest
  - /build/testsuites/membench/grp
  - /build/testsuites/validation/grp
  workspace-directory: workspace/rtems
spec:
  cache-directory: cache
  spec-type-root-uid: /spec/root
  paths:
  - spec-spec
  - spec
  - spec-glossary
  - modules/rtems/spec
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
  groups:
  - uid: /acfg/if/group-bdbuf
    target: modules/rtems-docs/c-user/config/bdbuf.rst
  - uid: /acfg/if/group-bsp
    target: modules/rtems-docs/c-user/config/bsp-related.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-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:
  item-level-interfaces:
  - /build-options/if/container
  - /compiler/if/container
  - /user/if/container
  domains:
    /if/domain: modules/rtems
interface-documentation:
- 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/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/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/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/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/clock/directives.rst
  group: /rtems/clock/if/group
  introduction-target: modules/rtems-docs/c-user/clock/introduction.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