Skip to content
  • Gregory Nutt's avatar
    5b04c25d
    drivers/serial/tcdrain: tcdrain() was recently added to the NuttX C library. ... · 5b04c25d
    Gregory Nutt authored
    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.
    5b04c25d
    drivers/serial/tcdrain: tcdrain() was recently added to the NuttX C library. ...
    Gregory Nutt authored
    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.
Loading