]> granicus.if.org Git - esp-idf/commit
driver(uart):merge branch into v3.0 which fixed three bug related with uart
authorkooho <2229179028@qq.com>
Wed, 24 Jan 2018 13:27:12 +0000 (21:27 +0800)
committerkooho <2229179028@qq.com>
Wed, 24 Jan 2018 13:27:31 +0000 (21:27 +0800)
commit3a6be0594584e07dafa521812e18ffa09d440cbc
treeb1380607d71e39f6a1ca13a2c6cafed0ac271704
parent2a55629556950d78c864d9ebc32973c6256aaeca
driver(uart):merge branch into v3.0 which fixed three bug related with uart
    1. uart fifo reset
    2. uart pattern interrupt
    3. uart buffered_len error.
components/driver/include/driver/uart.h
components/driver/uart.c
components/soc/esp32/include/soc/uart_reg.h
components/soc/esp32/include/soc/uart_struct.h
examples/peripherals/uart_events/main/uart_events_example_main.c