This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 53d0d04e8e arch/risc-v/src/esp32c6/Kconfig: Fix help attribute
new 274a79fd34 arch/xtensa/esp32: Define syscall table to enable using ROM
functions
new a895cd4854 arch/xtensa/esp32s2: Define syscall table to enable using
ROM functions
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/xtensa/src/esp32/Make.defs | 2 +-
.../src/esp32/esp32_libc_stubs.c} | 117 ++++--------------
arch/xtensa/src/esp32/esp32_start.c | 5 +
arch/xtensa/src/esp32/esp32_wifi_adapter.c | 25 ----
.../rom/esp32_libc_stubs.h} | 98 +++++++--------
arch/xtensa/src/esp32s2/Make.defs | 2 +-
.../src/esp32s2/esp32s2_libc_stubs.c} | 110 ++---------------
arch/xtensa/src/esp32s2/esp32s2_start.c | 5 +
arch/xtensa/src/esp32s2/rom/esp32s2_libc_stubs.h | 132 +++++++++++++++++++++
boards/xtensa/esp32/common/scripts/esp32_rom.ld | 4 +
.../xtensa/esp32s2/common/scripts/esp32s2_rom.ld | 2 +
11 files changed, 229 insertions(+), 273 deletions(-)
copy arch/{risc-v/src/espressif/esp_libc_stubs.c =>
xtensa/src/esp32/esp32_libc_stubs.c} (74%)
copy arch/xtensa/src/{esp32s3/rom/esp32s3_libc_stubs.h =>
esp32/rom/esp32_libc_stubs.h} (50%)
copy arch/{risc-v/src/espressif/esp_libc_stubs.c =>
xtensa/src/esp32s2/esp32s2_libc_stubs.c} (74%)
create mode 100644 arch/xtensa/src/esp32s2/rom/esp32s2_libc_stubs.h