Skip to content

Implement absolute UART basics

AC:

  • UART can output a character (as described in Technical reference)
  • The ESP32_C3 machine is modified so that the UART0 / UART1 controllers are part of it

UART's are implemented in hw/char/. There are other implementations there which may be used as templates.