This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 880c8e5d266 drivers/net: add IGB network card support
     add 1c48c0cba70 arch/risc-v/esp32[c6]: Add LP_UART support
     add d8f241b29d8 Documentation/risc-v/esp32[c6]: Add LP_UART support docs

No new revisions were added by this update.

Summary of changes:
 Documentation/platforms/risc-v/esp32c6/index.rst |   2 +-
 arch/risc-v/src/common/espressif/Kconfig         |  13 ++
 arch/risc-v/src/common/espressif/Make.defs       |   2 +-
 arch/risc-v/src/common/espressif/esp_config.h    |  12 +-
 arch/risc-v/src/common/espressif/esp_lowputc.c   | 197 +++++++++++++++++++++--
 arch/risc-v/src/common/espressif/esp_lowputc.h   |   2 +
 arch/risc-v/src/common/espressif/esp_serial.c    | 128 ++++++++++++++-
 arch/risc-v/src/esp32c6/hal_esp32c6.mk           |   8 +-
 8 files changed, 339 insertions(+), 25 deletions(-)

Reply via email to