This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-16 10:04:58 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
a20e4e7eef556b1e0f97df3e9130efbfbfe7c822
nuttx
/
libc
/
termios
T
History
Gregory Nutt
5b04c25dcd
drivers/serial/tcdrain: tcdrain() was recently added to the NuttX C library. But there is a problem. The specification of tcdrain() requires that it be a cancellation point. In order to do this, tcdrain was moved from the C library into the OS and the addition cancellation point hooks were added. In non-FLAT builds, access via system calls is also now supported.
2017-10-06 10:55:36 -06:00
..
lib_cfgetspeed.c
…
lib_cfsetspeed.c
…
lib_isatty.c
…
lib_tcflush.c
…
lib_tcgetattr.c
…
lib_tcsetattr.c
…
Make.defs
…