You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gu...@apache.org on 2021/11/16 14:10:16 UTC

[incubator-nuttx] branch master updated (5a41572 -> 779a29f)

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

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


    from 5a41572  esp32c3/esp32c3_usbserial.c:  Initialize cpuint to ENOMEM, otherwise the first attempt to attaching an interrupt will trigger an assertion.
     add 92eedd9  risc-v/esp32c3: Fix reset triggering crash nested when crash
     add 779a29f  boards/Kconfig: set BOARD_ASSERT_RESET_VALUE default value to be 1

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/src/esp32c3/esp32c3_systemreset.c          | 17 ++++++++++++++---
 arch/risc-v/src/esp32c3/esp32c3_systemreset.h          | 10 ++++++++++
 arch/risc-v/src/esp32c3/esp32c3_wifi_adapter.c         |  2 ++
 boards/Kconfig                                         |  2 +-
 .../risc-v/esp32c3/esp32c3-devkit/src/esp32c3_reset.c  | 18 ++++++++++++++++++
 5 files changed, 45 insertions(+), 4 deletions(-)