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/nuttx.git
from d4bcdcb2fc fs/tmpfs: Skip any slash at the beginning of relpath
new bbb9ce114f esp32[c3|c6|h2]: Add nxdiag without esptool wrapper
new 001a663b74 esp32[s2|s3]: Add nxdiag without esptool wrapper
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
arch/risc-v/src/common/espressif/Make.defs | 4 +
arch/risc-v/src/common/espressif/esp_nxdiag.c | 334 ++++++++++++++++++++
.../src/common/espressif/esp_nxdiag.h} | 29 +-
arch/xtensa/src/common/espressif/Make.defs | 4 +
arch/xtensa/src/common/espressif/esp_nxdiag.c | 341 +++++++++++++++++++++
.../espressif/esp_nxdiag.h} | 29 +-
arch/xtensa/src/esp32/hal.mk | 3 +
.../esp32c3/esp32c3-generic/src/esp32c3_bringup.c | 12 +
.../esp32c6/esp32c6-devkitc/src/esp32c6_bringup.c | 12 +
.../esp32c6/esp32c6-devkitm/src/esp32c6_bringup.c | 12 +
.../esp32h2/esp32h2-devkit/src/esp32h2_bringup.c | 12 +
.../xtensa/esp32/esp32-devkitc/src/esp32_bringup.c | 12 +
.../esp32s2/esp32s2-saola-1/src/esp32s2_bringup.c | 12 +
.../esp32s3/esp32s3-devkit/src/esp32s3_bringup.c | 12 +
14 files changed, 792 insertions(+), 36 deletions(-)
create mode 100644 arch/risc-v/src/common/espressif/esp_nxdiag.c
copy arch/{xtensa/src/esp32s2/esp32s2_i2s.h =>
risc-v/src/common/espressif/esp_nxdiag.h} (76%)
create mode 100644 arch/xtensa/src/common/espressif/esp_nxdiag.c
copy arch/xtensa/src/{esp32s2/esp32s2_i2s.h => common/espressif/esp_nxdiag.h}
(76%)