From db22500e842ed26b56865cd7c06fc28d4551ff35 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 23 Jul 2020 12:45:00 +0200 Subject: c-user: Improve refs and formatting in appl config The formatting is generated through references within the specification. Update #3994. --- c-user/config/bsp-related.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (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 5af5cc2..0c87d7f 100644 --- a/c-user/config/bsp-related.rst +++ b/c-user/config/bsp-related.rst @@ -71,7 +71,7 @@ VALUE CONSTRAINTS: * It shall be small enough so that the IDLE task stack area calculation carried out by ```` does not - overflow an integer of type ``size_t``. + overflow an integer of type `size_t `_. DESCRIPTION: If @@ -145,10 +145,10 @@ VALUE CONSTRAINTS: * It shall be small enough so that the interrupt stack area calculation carried out by ```` does - not overflow an integer of type ``size_t``. + not overflow an integer of type `size_t `_. * It shall be aligned according to - ``CPU_INTERRUPT_STACK_ALIGNMENT``. + :c:macro:`CPU_INTERRUPT_STACK_ALIGNMENT`. DESCRIPTION: If @@ -259,9 +259,9 @@ DESCRIPTION: * and :ref:`CONFIGURE_DISABLE_BSP_SETTINGS` is undefined, then not all memory is made available to the C Program Heap immediately at - system initialization time. When :c:func:`malloc()` or other standard memory - allocation functions are unable to allocate memory, they will call the BSP - supplied :c:func:`sbrk()` function to obtain more memory. + system initialization time. When :c:func:`malloc` or other standard + memory allocation functions are unable to allocate memory, they will call the + BSP supplied :c:func:`sbrk` function to obtain more memory. NOTES: This option should not be defined by the application. Only the BSP knows how -- cgit v1.2.3