esp-idf/examples/peripherals/uart/uart_echo/main
Omar Chebib 779e7400b0 uart: uart_set_pin function will now use IOMUX whenever possible
By using IOMUX instead of GPIO Matrix for UART, it is now possible
on ESP32 boards to use the UART as a wake up source even if it is
not used as a console.
For other boards where this issue was not present, using IOMUX has
the advantage to be faster than using GPIO matrix, so a highest
baudrate can be used
2021-08-04 12:48:30 +08:00
..
CMakeLists.txt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
component.mk example: add nmea0183 parser example 2018-12-07 10:57:34 +08:00
Kconfig.projbuild uart: uart_set_pin function will now use IOMUX whenever possible 2021-08-04 12:48:30 +08:00
uart_echo_example_main.c examples: fix echo example crash when UART interrupt handler placed in IRAM 2020-08-06 19:32:11 +08:00