Mercurial > ecos-v3_0-branch
diff packages/io/serial/current/cdl/termios.cdl @ 2284:e869b71cc3ed
* cdl/termios.cdl:
src/common/termiostty.c: added Termios TTY channel #3
* cdl/tty.cdl:
src/common/tty.c: added TTY mode channel #3
| author | asl |
|---|---|
| date | Sun, 03 Sep 2006 17:32:31 +0000 |
| parents | d2c90368aeef |
| children | 74dbf4c3f2e1 |
line wrap: on
line diff
--- a/packages/io/serial/current/cdl/termios.cdl +++ b/packages/io/serial/current/cdl/termios.cdl @@ -116,6 +116,25 @@ cdl_component CYGPKG_IO_SERIAL_TERMIOS_T } } +cdl_component CYGPKG_IO_SERIAL_TERMIOS_TERMIOS3 { + display "Termios TTY channel #3" + flavor bool + default_value 0 + implements CYGINT_IO_SERIAL_TERMIOS_TERMIOS_TTY + description " + This option causes '/dev/termios3' to be included in the standard + drivers." + + cdl_option CYGDAT_IO_SERIAL_TERMIOS_TERMIOS3_DEV { + display "Termios TTY channel #3 device" + flavor data + default_value {"\"/dev/ser3\""} + description " + This option selects the physical device to use for + '/dev/termios3'." + } +} + cdl_option CYGSEM_IO_SERIAL_TERMIOS_USE_SIGNALS { display "Support signals" flavor bool
