summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/termios09/init.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
2022-04-07testsuites/libtests/[p-z]*: Change license to BSD-2Joel Sherrill1-3/+22
2022-03-10bsps/testsuites/: Scripted embedded brains header file clean upJoel Sherrill1-6/+0
2019-12-19config: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORSSebastian Huber1-1/+1
2017-11-07termios: Fix canonical modeSebastian Huber1-20/+77
2017-11-06tests: Use simple console driverSebastian Huber1-1/+1
2017-10-28tests: Remove TEST_INITSebastian Huber1-2/+0
2017-10-23testsuite: Use printk for all test output where possible.Chris Johns1-0/+2
2017-06-07Move RTEMS-specific Termios API contentSebastian Huber1-3/+3
2017-02-28termios09: Test send callbackSebastian Huber1-0/+26
2017-02-28termios: Implement non-blocking writeSebastian Huber1-0/+33
2017-02-28termios: Make write POSIX compatibleSebastian Huber1-2/+136
2017-02-28termios: Simplify oproc()Sebastian Huber1-4/+5
2017-02-28termios09: Test output post processingSebastian Huber1-0/+358
2017-02-28termios: Fix infinite loop in receive pathSebastian Huber1-0/+3
2017-02-28termios: Change receive callback invocationSebastian Huber1-1/+325
2017-02-28termios: Ignore carriage return early if desiredSebastian Huber1-0/+269