drivers: serial: add support for esp32c3

into esp32_serial unified driver

Signed-off-by: Felipe Neves <felipe.neves@espressif.com>
This commit is contained in:
Felipe Neves 2021-10-18 17:19:25 -03:00 committed by Christopher Friedt
commit 4c069b9894
6 changed files with 53 additions and 7 deletions

View file

@ -9,6 +9,6 @@ config UART_ESP32
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
select GPIO_ESP32
depends on SOC_ESP32 || SOC_ESP32S2
depends on SOC_ESP32 || SOC_ESP32S2 || SOC_ESP32C3
help
Enable the ESP32 UART using ROM routines.