summaryrefslogtreecommitdiff
path: root/spec/if/acfg/appl-needs-simple-task-console-driver.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-06 10:27:29 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-06 15:08:20 +0200
commit35d9ba4090066117a4c7f8bd6ea5a02256a39554 (patch)
tree388b286db03cc5963250732f756461f88cb6c64f /spec/if/acfg/appl-needs-simple-task-console-driver.yml
parente9312e279dd296708a52c5cf7ae02305c03f4209 (diff)
spec: Improve references in appl config options
Diffstat (limited to 'spec/if/acfg/appl-needs-simple-task-console-driver.yml')
-rw-r--r--spec/if/acfg/appl-needs-simple-task-console-driver.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/if/acfg/appl-needs-simple-task-console-driver.yml b/spec/if/acfg/appl-needs-simple-task-console-driver.yml
index b2d9a650..83650785 100644
--- a/spec/if/acfg/appl-needs-simple-task-console-driver.yml
+++ b/spec/if/acfg/appl-needs-simple-task-console-driver.yml
@@ -13,18 +13,18 @@ links:
uid: group-devdrv
name: CONFIGURE_APPLICATION_NEEDS_SIMPLE_TASK_CONSOLE_DRIVER
notes: |
- This device driver is responsible for providing the ``/dev/console``
+ This device driver is responsible for providing the :file:`/dev/console`
device file. This device is used to initialize the standard input, output,
and error file descriptors.
- This device driver reads via ``getchark()``.
+ This device driver reads via ${../rtems/io/getchark:/name}.
This device driver writes into a write buffer. The count of characters
written into the write buffer is returned. It might be less than the
requested count, in case the write buffer is full. The write is
non-blocking and may be called from interrupt context. A dedicated task
reads from the write buffer and outputs the characters via
- ``rtems_putc()``. This task runs with the least important priority.
+ ${../rtems/io/putc:/name}. This task runs with the least important priority.
The write buffer size is 2047 characters and it is not configurable.
Use ``fsync( STDOUT_FILENO )`` or ``fdatasync( STDOUT_FILENO )`` to drain the
@@ -39,7 +39,7 @@ notes: |
* ${appl-needs-simple-console-driver:/name}, and
- * ${appl-needs-simple-task-console-driver:/name}
+ * ``CONFIGURE_APPLICATION_NEEDS_SIMPLE_TASK_CONSOLE_DRIVER``
configuration options are mutually exclusive.
text: ''