From f914a32733f681d08693bcbf964a9d2669d17b35 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 2 Mar 2021 08:27:49 +0100 Subject: config.yml: Generate more chapters --- config.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config.yml b/config.yml index 98984d50..25bebb5e 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: -- cgit v1.2.3