source: rtems-central/config.yml @ 90a688d

Last change on this file since 90a688d was 90a688d, checked in by Sebastian Huber <sebastian.huber@…>, on 11/20/20 at 13:45:05

spec: Review object services API

  • Property mode set to 100644
File size: 4.5 KB
Line 
1build:
2  arch: sparc
3  bsp: leon3
4  config-ini: |
5    [${arch}/${bsp}]
6    RTEMS_SMP = True
7    RTEMS_QUAL = True
8    RTEMS_QUAL_ONLY = True
9    BUILD_TESTS = False
10    BUILD_VALIDATIONTESTS = True
11    INSTALL_LEGACY_MAKEFILES = False
12  doxyfile-template: templates/Doxyfile
13  enabled:
14  - RTEMS_QUAL
15  - RTEMS_SMP
16  source-directory: modules/rtems
17  sources:
18  - bsps/shared/doxygen.h
19  - bsps/shared/cache/cacheimpl.h
20  - bsps/shared/dev/clock/clockimpl.h
21  - bsps/sparc/shared/doxygen.h
22  - cpukit/doxygen.h
23  - cpukit/doxygen/appl-config.h
24  - cpukit/doxygen/top-level-groups.h
25  - cpukit/libcsupport/src/malloc_p.h
26  - cpukit/libtest/t-test-rtems.h
27  - cpukit/score/cpu/sparc/syscall.h
28  - cpukit/score/src/opt_compat.h
29  - cpukit/score/src/opt_ffclock.h
30  - cpukit/score/src/opt_ntp.h
31  - gccdeps.py
32  - long_gcc.py
33  - testsuites/validation/tr-event-constant.h
34  - testsuites/validation/tr-event-send-receive.h
35  - testsuites/validation/tr-object-ident.h
36  - testsuites/validation/tr-object-ident-local.h
37  - waf
38  - wscript
39  uids:
40  - /build/cpukit/librtemscpu
41  - /build/cpukit/librtemstest
42  - /build/testsuites/validation/grp
43  workspace-directory: workspace/rtems
44spec:
45  cache-directory: cache
46  spec-type-root-uid: /spec/root
47  paths:
48  - spec-spec
49  - spec
50  - spec-glossary
51  - modules/rtems/spec
52glossary:
53  project-groups:
54  - /glossary-general
55  project-header: Glossary
56  project-target: modules/rtems-docs/c-user/glossary.rst
57  documents:
58  - header: Glossary
59    rest-source-paths:
60    - modules/rtems-docs/eng
61    target: modules/rtems-docs/eng/glossary.rst
62appl-config:
63  doxygen-target: modules/rtems/cpukit/doxygen/appl-config.h
64  groups:
65  - uid: /acfg/if/group-bdbuf
66    target: modules/rtems-docs/c-user/config/bdbuf.rst
67  - uid: /acfg/if/group-bsp
68    target: modules/rtems-docs/c-user/config/bsp-related.rst
69  - uid: /acfg/if/group-classic
70    target: modules/rtems-docs/c-user/config/classic-api.rst
71  - uid: /acfg/if/group-classicinit
72    target: modules/rtems-docs/c-user/config/classic-init-task.rst
73  - uid: /acfg/if/group-devdrv
74    target: modules/rtems-docs/c-user/config/device-driver.rst
75  - uid: /acfg/if/group-eventrecord
76    target: modules/rtems-docs/c-user/config/event-record.rst
77  - uid: /acfg/if/group-filesystem
78    target: modules/rtems-docs/c-user/config/filesystem.rst
79  - uid: /acfg/if/group-general
80    target: modules/rtems-docs/c-user/config/general.rst
81  - uid: /acfg/if/group-idle
82    target: modules/rtems-docs/c-user/config/idle-task.rst
83  - uid: /acfg/if/group-mpci
84    target: modules/rtems-docs/c-user/config/mpci.rst
85  - uid: /acfg/if/group-posix
86    target: modules/rtems-docs/c-user/config/posix-api.rst
87  - uid: /acfg/if/group-posixinit
88    target: modules/rtems-docs/c-user/config/posix-init-thread.rst
89  - uid: /acfg/if/group-schedgeneral
90    target: modules/rtems-docs/c-user/config/scheduler-general.rst
91  - uid: /acfg/if/group-stackalloc
92    target: modules/rtems-docs/c-user/config/task-stack-alloc.rst
93validation:
94  base-directory: modules/rtems
95interface:
96  item-level-interfaces:
97  - /build-options/if/container
98  - /compiler/if/container
99  - /user/if/container
100  domains:
101    /if/domain: modules/rtems
102interface-documentation:
103- directives-target: modules/rtems-docs/c-user/io/directives.rst
104  group: /rtems/io/if/group
105  introduction-target: modules/rtems-docs/c-user/io/introduction.rst
106- directives-target: modules/rtems-docs/c-user/semaphore/directives.rst
107  group: /rtems/sem/if/group
108  introduction-target: modules/rtems-docs/c-user/semaphore/introduction.rst
109- directives-target: modules/rtems-docs/c-user/event/directives.rst
110  group: /rtems/event/if/group
111  introduction-target: modules/rtems-docs/c-user/event/introduction.rst
112- directives-target: modules/rtems-docs/c-user/partition/directives.rst
113  group: /rtems/part/if/group
114  introduction-target: modules/rtems-docs/c-user/partition/introduction.rst
115- directives-target: modules/rtems-docs/c-user/object-services/directives.rst
116  group: /rtems/object/if/group
117  introduction-target: modules/rtems-docs/c-user/object-services/introduction.rst
118spec-verification:
119  root-type: /spec/root
120spec-documentation:
121  doc-target: modules/rtems-docs/eng/req/items.rst
122  hierarchy-subsection-name: Specification Item Hierarchy
123  hierarchy-text: |
124    The specification item types have the following hierarchy:
125  ignore: '^$'
126  item-types-subsection-name: Specification Item Types
127  label-prefix: SpecType
128  root-type: /spec/root
129  section-label-prefix: ReqEng
130  section-name: Specification Items
131  value-types-subsection-name: Specification Attribute Sets and Value Types
Note: See TracBrowser for help on using the repository browser.