summaryrefslogtreecommitdiffstats
path: root/bsps/shared/dev/serial/console-termios.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-20bsps: Move console drivers to bspsSebastian Huber1-0/+0
This patch is a part of the BSP source reorganization. Update #3285.
2016-09-19termios: Use IMFS nodes for new Termios devicesSebastian Huber1-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.
2014-07-09bsps: Basic console driver for Termios devicesSebastian Huber1-0/+73