]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/open_uart_non_blocking' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 4 Apr 2018 06:43:31 +0000 (14:43 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 4 Apr 2018 06:43:31 +0000 (14:43 +0800)
commit1a302cbac176ad320c1b644e2b1064d10e21ec8e
tree76470b22f5796d397244e0be3b3239a3fb348628
parent53234ef2bce2b2cb0216100840670ff365277e0f
parentc55987a3e9041894b74ad969a1d78adabcc5a7f9
Merge branch 'bugfix/open_uart_non_blocking' into 'master'

Make UART non-blocking when the file descriptor was opened with the O_NONBLOCK flag

See merge request idf/esp-idf!2153