]> granicus.if.org Git - esp-idf/commit
Fix uart tx function block issue
authorWangjialin <wangjialin@espressif.com>
Wed, 12 Apr 2017 08:57:37 +0000 (16:57 +0800)
committerWangjialin <wangjialin@espressif.com>
Wed, 12 Apr 2017 08:57:37 +0000 (16:57 +0800)
commit315aa1fcd8089113c12eaaf8cff3fea8a9d7d65a
treee8bbe0f87cddf670a123261efccd35c0c8dc2d6f
parent3cad00fdcca7dd4b7939d7862407c000c29657c1
Fix uart tx function block issue

To enable tx empty interrupt each time the tx ringbuffer get filled, so that tx function will not block if tx data length is larger than tx ringbuffer size.
Reported from customer of Audio team.
components/driver/uart.c