You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2023/03/31 19:00:25 UTC

[nuttx] branch master updated (3c58f5db2b -> cf90fa62b2)

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

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


    from 3c58f5db2b syscall/libc: add more syscall/libc symbols into csv file
     add c1efa8c85a risc-v/espressif: Fix include path for brownout.h
     add cf90fa62b2 risc-v/espressif: Add support for System Reset

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/src/espressif/Make.defs                |  4 +-
 arch/risc-v/src/espressif/esp_start.c              |  2 +-
 .../src/espressif/esp_systemreset.c}               | 46 +++++++++++++---------
 .../src/espressif/esp_systemreset.h}               | 32 +++++++++------
 arch/risc-v/src/espressif/hal_esp32c3.mk           |  3 +-
 arch/risc-v/src/espressif/hal_esp32c6.mk           |  3 +-
 arch/risc-v/src/espressif/hal_esp32h2.mk           |  4 +-
 .../esp32c3-generic/configs/nsh/defconfig          |  1 +
 .../risc-v/espressif/esp32c3-generic/src/Make.defs |  4 ++
 .../esp32c3-generic}/src/esp32c3_reset.c           | 10 ++---
 .../esp32c6-generic/configs/nsh/defconfig          |  1 +
 .../risc-v/espressif/esp32c6-generic/src/Make.defs |  4 ++
 .../esp32c6-generic/src/esp32c6_reset.c}           | 10 ++---
 .../esp32h2-generic/configs/nsh/defconfig          |  1 +
 .../risc-v/espressif/esp32h2-generic/src/Make.defs |  4 ++
 .../esp32h2-generic/src/esp32h2_reset.c}           | 10 ++---
 16 files changed, 86 insertions(+), 53 deletions(-)
 copy arch/{xtensa/src/esp32s3/esp32s3_systemreset.c => risc-v/src/espressif/esp_systemreset.c} (82%)
 copy arch/{xtensa/src/esp32/esp32_systemreset.h => risc-v/src/espressif/esp_systemreset.h} (78%)
 copy boards/risc-v/{esp32c3/esp32c3-devkit => espressif/esp32c3-generic}/src/esp32c3_reset.c (96%)
 copy boards/risc-v/{esp32c3/esp32c3-devkit/src/esp32c3_reset.c => espressif/esp32c6-generic/src/esp32c6_reset.c} (96%)
 copy boards/risc-v/{esp32c3/esp32c3-devkit/src/esp32c3_reset.c => espressif/esp32h2-generic/src/esp32h2_reset.c} (96%)