summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport/src/consolesimpleread.c (follow)
AgeCommit message (Collapse)Author
2018-10-18console: Be fair in simple console readSebastian Huber
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.
2018-03-06Add a simple task console driverSebastian Huber
Close #3320.