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 7774cdd Appease many of nxstyle errors for esp32 related files
add c18d7dc xtensa: Implement simcall
add 7a06ff0 xtensa: hostfs using simcall
add 9aec407 xtensa_hostfs.c: Change the license to Apache 2.0
No new revisions were added by this update.
Summary of changes:
.../include/arch.h => xtensa/include/simcall.h} | 74 ++++---
arch/xtensa/src/common/xtensa_hostfs.c | 216 +++++++++++++++++++++
.../src/common/xtensa_simcall.S} | 38 ++--
arch/xtensa/src/esp32/Make.defs | 5 +
4 files changed, 288 insertions(+), 45 deletions(-)
copy arch/{x86_64/include/arch.h => xtensa/include/simcall.h} (61%)
create mode 100644 arch/xtensa/src/common/xtensa_hostfs.c
copy arch/{x86_64/src/intel64/up_savestate.c =>
xtensa/src/common/xtensa_simcall.S} (78%)