]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/uart_example_separate_tx_rx_tasks' into 'master'
authorAngus Gratton <angus@espressif.com>
Fri, 27 Oct 2017 05:13:24 +0000 (13:13 +0800)
committerAngus Gratton <angus@espressif.com>
Fri, 27 Oct 2017 05:13:24 +0000 (13:13 +0800)
commit62e24370f1c7282d834c098245e73917d6e87a4e
treedd7f492cf4918a9870a30c63e2a878ef75339386
parent00bf160f94d177560fead6ba0dc4c9beef03df26
parent61dcade807d356349982cf4825199735e9a87010
Merge branch 'feature/uart_example_separate_tx_rx_tasks' into 'master'

Added an asynchronous UART example, using separate RX and TX tasks.

See merge request !1403