source: rtems-central/spec/acfg/opt/RTEMS-ACFG-OPT-APPLNEEDSSIMPLECONSOLEDRIVER.yml @ 64987c4

Last change on this file since 64987c4 was 64987c4, checked in by Sebastian Huber <sebastian.huber@…>, on 03/17/20 at 09:06:27

spec: Add application configuration

  • Property mode set to 100644
File size: 1.5 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0
2active: true
3appl-config-option-data-type: |
4  Boolean feature macro.
5appl-config-option-default-value: |
6  This is not defined by default.
7appl-config-option-description: |
8  ``CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER`` is defined if the
9  application wishes to include the Simple Console Device Driver.
10appl-config-option-index: []
11appl-config-option-name: CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
12appl-config-option-notes: |
13  This device driver is responsible for providing the :file:`/dev/console`
14  device file.  This device is used to initialize the standard input, output,
15  and error file descriptors.
16
17  This device driver reads via ``getchark()``.
18
19  This device driver writes via ``rtems_putc()``.
20
21  The Termios framework is not used.  There is no support to change device
22  settings, e.g. baud, stop bits, parity, etc.
23
24  The
25
26  * ``CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER``,
27
28  * ``CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER``, and
29
30  * ``CONFIGURE_APPLICATION_NEEDS_SIMPLE_TASK_CONSOLE_DRIVER``
31
32  configuration options are mutually exclusive.
33appl-config-option-range: |
34  Defined or undefined.
35copyrights:
36- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
37derived: false
38enabled-by: []
39header: ''
40interface-type: appl-config-option
41level: 1.39
42links:
43- RTEMS-ACFG-DEVDRV: 75G0LF6n2XEdjSX-qN_FPap1vl0feYAa0HTSDWPm6-8=
44normative: true
45ref: ''
46reviewed: qkHAEqgIdMA19PJTZzuAlwHxp0KIMoT4BbzrDP2ik7M=
47text: ''
48type: interface
Note: See TracBrowser for help on using the repository browser.