This is an automated email from the ASF dual-hosted git repository.
GUIDINGLI pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from b42ec9a2c18 boards/esp32s3-devkit: disable C++ in usbmsc to avoid
esptool align assert
new 40844c002ca fs/hostfs: move global lock into hostfs_mountpt_s
new c7a78c01c1d fs/hostfs: change fs_heap to lib_tempbuffer
new 86193c95cae fs/hostfs: add link, symlink, readlink and lstat support
new 41ec966941f fs/rpmsgfs: add link, symlink, readlink and lstat support
new 9c467c51142 fs/hostfs: fix pre-existing nxstyle issues in touched files
The 5 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/arm/src/common/arm_hostfs.c | 36 ++-
arch/arm64/src/common/arm64_hostfs.c | 30 +-
arch/risc-v/src/common/riscv_hostfs.c | 30 +-
arch/sim/src/nuttx-names.in | 3 +
arch/sim/src/sim/posix/sim_hostfs.c | 86 ++++++
arch/sim/src/sim/win/sim_hostfs.c | 47 ++++
arch/xtensa/src/common/xtensa_hostfs.c | 25 ++
fs/hostfs/hostfs.c | 491 +++++++++++++++++++++++++++------
fs/hostfs/hostfs.h | 3 +
fs/rpmsgfs/rpmsgfs.c | 239 ++++++++++++++++
fs/rpmsgfs/rpmsgfs.h | 18 ++
fs/rpmsgfs/rpmsgfs_client.c | 141 ++++++++++
fs/rpmsgfs/rpmsgfs_server.c | 176 ++++++++----
include/nuttx/fs/hostfs.h | 13 +
14 files changed, 1206 insertions(+), 132 deletions(-)