]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/newlib_locking' into 'master'
authorAngus Gratton <angus@espressif.com>
Thu, 1 Sep 2016 08:17:22 +0000 (16:17 +0800)
committerAngus Gratton <angus@espressif.com>
Thu, 1 Sep 2016 08:17:22 +0000 (16:17 +0800)
commitfb87346864e8ec3eab6192abcf0716b1fab31b3e
tree81e57334f0436723bae78356b50ca457ddd81885
parent9db4732861e9e71547be11731a6266a9f85060f8
parent00ea21f736fbe03345b1701a48739314bae46a89
Merge branch 'feature/newlib_locking' into 'master'

newlib locking support

Has matching tests here: http://gitlab.espressif.cn/idf/esp-idf-tests/commits/feature/newlib_locking_tests

This is ready, the "bug" I saw was me not understanding how newlib stream locking works (I still don't understand why it works like it does, but that's less important for now.)

See merge request !17