summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/consolesimpleread.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* console: Be fair in simple console readSebastian Huber2018-10-181-2/+7
| | | | | | | Wait for one tick in case no character is available after a call to getchark(). Otherwise the system is constantly busy within an input loop (for example in the RTEMS shell). The polled Termios driver uses the same approach.
* Add a simple task console driverSebastian Huber2018-03-061-0/+44
Close #3320.