esp-idf/components/esp_driver_uart
Song Ruo Jing 8c603c24cd fix(uart): re-initialize uart_event fields to some certain values for every loop
Although uart_event.size and uart_event.timeout_flags fields are
meaningless to events other than UART_DATA, fix the values to 0 could
help reduce confusion.

Closes https://github.com/espressif/esp-idf/issues/12299
2024-04-24 19:19:04 +08:00
..
include/driver fix(drivers): fix typos found by codespell 2024-03-28 10:01:27 +08:00
src fix(uart): re-initialize uart_event fields to some certain values for every loop 2024-04-24 19:19:04 +08:00
test_apps Merge branch 'bugfix/forbid_uart_suspend_auto_lightsleep' into 'master' 2024-04-10 10:49:24 +08:00
CMakeLists.txt feat(esp32c61): introduce target esp32c61 2024-03-01 21:12:25 +08:00
Kconfig refactor(uart): make uart driver as component, and fix astyle 2023-12-15 17:03:51 +08:00
linker.lf refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart 2023-12-15 17:14:55 +08:00