mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-20 11:27:42 +08:00
Adding modified FreeBSD headers to synchronize RTEMS termios with FreeBSD. Modify termios to support dedicated input and output baud for termios structure. Updated BSPs to use dedicated input and output baud in termios structure. Updated tools to use dedicated input and output baud in termios structure. Updated termios testsuites to use dedicated input and output baud in termios structure. Close #2897.
19 lines
494 B
Plaintext
19 lines
494 B
Plaintext
*** BEGIN OF TEST TERMIOS 8 ***
|
|
open(/dev/test) - OK
|
|
Changing c_lflag to: non-canonical
|
|
Changing to polling - VMIN=0 VTIME=0
|
|
read - 0 expected
|
|
Changing to half-second timeout - VMIN=0 VTIME=5
|
|
read - 0 expected
|
|
Changing to half-second timeout - VMIN=5 VTIME=3
|
|
Enqueue 2 characters
|
|
read - 2 expected
|
|
Changing to half-second timeout - VMIN=5 VTIME=3
|
|
Enqueue 1 character
|
|
read - 1 expected
|
|
Enqueue 7 characters
|
|
read - 5 expected
|
|
read - 2 expected
|
|
close(/dev/test) - OK
|
|
*** END OF TEST TERMIOS 8 ***
|