You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/04/06 14:44:13 UTC

[incubator-nuttx] branch master updated (3c30c8b -> 0926e7c)

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

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


    from 3c30c8b  arch/arm: Remove g_irqtmp, g_undeftmp and g_aborttmp
     add 0926e7c  risc-v/esp32-c3: Fixes gargabe UART issue, refactors serial driver, changes default pins of UART 1 and fixes low baud rate issue.

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/src/esp32c3/Kconfig           |   4 +-
 arch/risc-v/src/esp32c3/esp32c3_lowputc.c | 130 +++++++++++++++++-------------
 arch/risc-v/src/esp32c3/esp32c3_lowputc.h |   8 ++
 arch/risc-v/src/esp32c3/esp32c3_serial.c  | 117 +++++++++++++--------------
 arch/risc-v/src/esp32c3/esp32c3_start.c   |   6 ++
 5 files changed, 144 insertions(+), 121 deletions(-)