This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
a83aef4763
nuttx
/
libc
/
termios
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
Squashed commit of the following:
2017-07-28 12:01:05 -06:00
lib_cfsetspeed.c
Squashed commit of the following:
2017-07-28 12:01:05 -06:00
lib_isatty.c
Add isatty() function. From Alan Carvalho de Assis
2014-10-27 12:29:15 -06:00
lib_tcflush.c
Squashed commit of the following:
2017-07-28 12:01:05 -06:00
lib_tcgetattr.c
Squashed commit of the following:
2017-07-28 12:01:05 -06:00
lib_tcsetattr.c
Squashed commit of the following:
2017-07-28 12:01:05 -06:00
Make.defs
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