[rtems-central commit] config.yml: Generate more chapters
Sebastian Huber
sebh at rtems.org
Fri May 7 08:46:18 UTC 2021
Module: rtems-central
Branch: master
Commit: f914a32733f681d08693bcbf964a9d2669d17b35
Changeset: http://git.rtems.org/rtems-central/commit/?id=f914a32733f681d08693bcbf964a9d2669d17b35
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Tue Mar 2 08:27:49 2021 +0100
config.yml: Generate more chapters
---
config.yml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/config.yml b/config.yml
index 98984d5..25bebb5 100644
--- a/config.yml
+++ b/config.yml
@@ -148,6 +148,12 @@ interface-documentation:
- 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
@@ -157,9 +163,18 @@ interface-documentation:
- 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
spec-verification:
root-type: /spec/root
spec-documentation:
More information about the vc
mailing list