uart: add wakeup event for esp32c3

This commit is contained in:
Chen Yi Qun
2021-07-22 18:10:30 +08:00
committed by laokaiyao
parent 0ebf93c01e
commit 56e9920958
4 changed files with 22 additions and 1 deletions

View File

@@ -288,6 +288,7 @@
#define SOC_UART_SUPPORT_RTC_CLK (1)
#define SOC_UART_SUPPORT_XTAL_CLK (1)
#define SOC_UART_SUPPORT_WAKEUP (1)
#define SOC_UART_REQUIRE_CORE_RESET (1)
// UART has an extra TX_WAIT_SEND state when the FIFO is not empty and XOFF is enabled