This is a minimal driver enabling console output during the port bringup. While the driver works, only one of the three UART devices are supported, and there isn't any way to change any parameters or use interrupts. This will most likely be superceded by a proper driver after the port has matured. Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
7 lines
135 B
Text
7 lines
135 B
Text
menuconfig UART_ESP32
|
|
bool "ESP32 UART driver"
|
|
default n
|
|
select SERIAL_HAS_DRIVER
|
|
help
|
|
Enable the ESP32 UART using ROM routines.
|
|
|