Skip to content

Commit 41b431a

Browse files
LucasTamborcarlescufi
authored andcommitted
drivers: uart: esp32c3: Add async support
Add UART async support for ESP32C3 Signed-off-by: Lucas Tamborrino <[email protected]>
1 parent e919123 commit 41b431a

File tree

3 files changed

+553
-72
lines changed

3 files changed

+553
-72
lines changed

drivers/serial/Kconfig.esp32

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ config UART_ESP32
77
depends on DT_HAS_ESPRESSIF_ESP32_UART_ENABLED
88
select SERIAL_HAS_DRIVER
99
select SERIAL_SUPPORT_INTERRUPT
10+
select SERIAL_SUPPORT_ASYNC if SOC_ESP32C3
1011
select GPIO_ESP32
1112
help
1213
Enable the ESP32 UART.

0 commit comments

Comments
 (0)