You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/07/27 02:44:37 UTC

[incubator-nuttx] branch master updated (7e39376 -> 400d927)

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 7e39376  sim/rptun: optimize multi-core startup and don't need to wait each other.
     add 5baeb74  xtensa/esp32: Wrap wdt deinitialization in a function
     add 0794991  risc-v/esp32-c3: Disable wdt in the start function.
     add 400d927  xtensa/esp32s2: Disable wdt and wrap it.

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/src/esp32c3/Make.defs                  |  5 +---
 arch/risc-v/src/esp32c3/esp32c3_start.c            |  5 ++++
 arch/risc-v/src/esp32c3/esp32c3_wdt.c              | 18 ++++++++++++++
 arch/risc-v/src/esp32c3/esp32c3_wdt.h              |  1 +
 arch/risc-v/src/esp32c3/hardware/esp32c3_rtccntl.h |  4 ++--
 arch/xtensa/src/esp32/Make.defs                    |  5 +---
 arch/xtensa/src/esp32/esp32_start.c                |  7 ++----
 arch/xtensa/src/esp32/esp32_wdt.c                  | 18 ++++++++++++++
 arch/xtensa/src/esp32/esp32_wdt.h                  |  1 +
 arch/xtensa/src/esp32s2/Make.defs                  |  2 +-
 arch/xtensa/src/esp32s2/esp32s2_start.c            |  7 +++---
 .../{esp32s2_systemreset.c => esp32s2_wdt.c}       | 28 ++++++++++------------
 .../src/esp32s2/esp32s2_wdt.h}                     | 12 +++++-----
 arch/xtensa/src/esp32s2/hardware/esp32s2_rtccntl.h |  6 +++++
 14 files changed, 77 insertions(+), 42 deletions(-)
 copy arch/xtensa/src/esp32s2/{esp32s2_systemreset.c => esp32s2_wdt.c} (77%)
 copy arch/{arm/src/lc823450/lc823450_start.h => xtensa/src/esp32s2/esp32s2_wdt.h} (85%)