summaryrefslogtreecommitdiff
path: root/spec/if/acfg/malloc-bsp-supports-sbrk.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-07 08:49:58 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-07 12:58:52 +0200
commitb29dd738f97901f464400a19510056790807dc47 (patch)
tree12530221be861aad0f8ba217192fc52db98dffd4 /spec/if/acfg/malloc-bsp-supports-sbrk.yml
parent374e1bf214e0f9691b06fcec30a7d88407ccba0a (diff)
spec: Use ${...} references in /if/acfg/*
This allows generation of Sphinx and Doxygen output.
Diffstat (limited to 'spec/if/acfg/malloc-bsp-supports-sbrk.yml')
-rw-r--r--spec/if/acfg/malloc-bsp-supports-sbrk.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/if/acfg/malloc-bsp-supports-sbrk.yml b/spec/if/acfg/malloc-bsp-supports-sbrk.yml
index 8ffd6a31..4589d2fd 100644
--- a/spec/if/acfg/malloc-bsp-supports-sbrk.yml
+++ b/spec/if/acfg/malloc-bsp-supports-sbrk.yml
@@ -7,12 +7,12 @@ description: |
* this configuration option is defined by the BSP
- * and :ref:`CONFIGURE_DISABLE_BSP_SETTINGS` is undefined,
+ * and ${disable-bsp-settings:/name} 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
+ system initialization time. When ``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.
+ supplied ``sbrk()`` function to obtain more memory.
enabled-by: true
index-entries: []
interface-type: appl-config-option