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/incubator-nuttx.git.
from 48ff647 risc-v/esp32c3: Fix erroneous references to ESP32-C3 add fb68a4b esp32c3: Add system reset. No new revisions were added by this update. Summary of changes: arch/risc-v/Kconfig | 1 + arch/risc-v/src/esp32c3/Make.defs | 1 + .../src/esp32c3/esp32c3_resetcause.c} | 29 ++++++------------ .../src/esp32c3/esp32c3_resetcause.h} | 34 +++++++++++----------- .../src/esp32c3/esp32c3_systemreset.c} | 6 ++-- boards/risc-v/esp32c3/esp32c3-devkit/src/Makefile | 4 +++ .../esp32c3/esp32c3-devkit/src/esp32c3_reset.c} | 2 +- 7 files changed, 36 insertions(+), 41 deletions(-) copy arch/{xtensa/src/esp32/esp32_resetcause.c => risc-v/src/esp32c3/esp32c3_resetcause.c} (76%) copy arch/{xtensa/src/esp32/esp32_resetcause.h => risc-v/src/esp32c3/esp32c3_resetcause.h} (68%) copy arch/{xtensa/src/esp32/esp32_systemreset.c => risc-v/src/esp32c3/esp32c3_systemreset.c} (94%) copy boards/{xtensa/esp32/esp32-devkitc/src/esp32_reset.c => risc-v/esp32c3/esp32c3-devkit/src/esp32c3_reset.c} (97%)