AlexanderVasiljev opened a new pull request #2036:
URL: https://github.com/apache/incubator-nuttx/pull/2036


   ## Summary
   
   Break from read function after closing serial device.
   A serial device hangs on read and doesn't quit read function after closing. 
It blocks on semaphore.
   
   ## Impact
   
   Serial device driver.
   
   ## Testing
   
   Open non-console serial device. Read from it in one thread and close it in 
another thread. With this patch read function should quit.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to