]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'bugfix/syscall_write' into 'master'
authorAngus Gratton <angus@espressif.com>
Thu, 6 Oct 2016 07:58:34 +0000 (15:58 +0800)
committerAngus Gratton <angus@espressif.com>
Thu, 6 Oct 2016 07:58:34 +0000 (15:58 +0800)
syscall write: Should return number of bytes written

Fixes bug where sometimes output truncates after a newline, or large
chunks of large output buffers are lost.

Closes #44

See merge request !133


Trivial merge