Skip to content
Commit 5b04c25d authored by Gregory Nutt's avatar Gregory Nutt
Browse files

drivers/serial/tcdrain: tcdrain() was recently added to the NuttX C library. ...

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.
parent 936df1bc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment