summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/console-termios.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* termios: Use IMFS nodes for new Termios devicesSebastian Huber2016-09-191-6/+14
| | | | | | | | This makes the new Termios devices independent of device major/minor numbers. It enables BSP independent Termios device drivers which may reside in the cpukit domain. These drivers require an IMFS and do not work with the device file system. However, the device file system should go away in the future.
* bsps: Basic console driver for Termios devicesSebastian Huber2014-07-091-0/+73