From 51a5138bfea0c1bebfa25ba9e726f52589f3c21a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 12 Oct 2020 15:51:24 +0200 Subject: c-user: Add "Generated from ..." comments --- c-user/config/bsp-related.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'c-user/config/bsp-related.rst') diff --git a/c-user/config/bsp-related.rst b/c-user/config/bsp-related.rst index 8ed34cf..71bcd58 100644 --- a/c-user/config/bsp-related.rst +++ b/c-user/config/bsp-related.rst @@ -15,6 +15,8 @@ .. .. https://docs.rtems.org/branches/master/eng/req/howto.html +.. Generated from spec:/acfg/if/group-bsp + BSP Related Configuration Options ================================= @@ -23,6 +25,8 @@ configuration options may have a BSP-specific setting which is defined by ````. The BSP-specific settings can be disabled by the :ref:`CONFIGURE_DISABLE_BSP_SETTINGS` configuration option. +.. Generated from spec:/acfg/if/bsp-idle-task-body + .. index:: BSP_IDLE_TASK_BODY .. _BSP_IDLE_TASK_BODY: @@ -58,6 +62,8 @@ NOTES: peripheral buses, a BSP-specific IDLE task may be capable of turning components off to save power during extended periods of no task activity. +.. Generated from spec:/acfg/if/bsp-idle-task-stack-size + .. index:: BSP_IDLE_TASK_STACK_SIZE .. _BSP_IDLE_TASK_STACK_SIZE: @@ -98,6 +104,8 @@ DESCRIPTION: NOTES: None. +.. Generated from spec:/acfg/if/bsp-initial-extension + .. index:: BSP_INITIAL_EXTENSION .. _BSP_INITIAL_EXTENSION: @@ -132,6 +140,8 @@ NOTES: The value of this configuration option is placed after the entries of all other initial user extensions. +.. Generated from spec:/acfg/if/bsp-interrupt-stack-size + .. index:: BSP_INTERRUPT_STACK_SIZE .. _BSP_INTERRUPT_STACK_SIZE: @@ -175,6 +185,8 @@ DESCRIPTION: NOTES: None. +.. Generated from spec:/acfg/if/bsp-prerequisite-drivers + .. index:: CONFIGURE_BSP_PREREQUISITE_DRIVERS .. _CONFIGURE_BSP_PREREQUISITE_DRIVERS: @@ -210,6 +222,8 @@ NOTES: other initial user extensions (including :ref:`CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS`). +.. Generated from spec:/acfg/if/disable-bsp-settings + .. index:: CONFIGURE_DISABLE_BSP_SETTINGS .. _CONFIGURE_DISABLE_BSP_SETTINGS: @@ -246,6 +260,8 @@ DESCRIPTION: NOTES: None. +.. Generated from spec:/acfg/if/malloc-bsp-supports-sbrk + .. index:: CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK .. _CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK: -- cgit v1.2.3