]> granicus.if.org Git - esp-idf/commit
Added an asynchronous UART example, using separate RX and TX tasks.
authorPieter du Preez <pdupreez@gmail.com>
Sun, 1 Oct 2017 11:02:06 +0000 (13:02 +0200)
committerkrzychb <krzychb@gazeta.pl>
Thu, 19 Oct 2017 19:46:09 +0000 (21:46 +0200)
commit479ba94ef716a7c093f47b885444fdeb8a684d50
tree881ef844343b793d68c9407a4e87146d4b45f39d
parent6cc809961033c9007a4250c8401c2c7e41c99d7b
Added an asynchronous UART example, using separate RX and TX tasks.

Signed-off-by: krzychb <krzychb@gazeta.pl>
examples/peripherals/uart_async_rxtxtasks/Makefile [new file with mode: 0644]
examples/peripherals/uart_async_rxtxtasks/README.md [new file with mode: 0644]
examples/peripherals/uart_async_rxtxtasks/main/component.mk [new file with mode: 0644]
examples/peripherals/uart_async_rxtxtasks/main/uart_async_rxtxtasks_main.c [new file with mode: 0644]