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 bedcc5fc04 Add CONFIG_NET_ICMPv6_ROUTER_LIFETIME add a2c5cb729a fs:support zipfs,can mount zipfile add ae9d9054af zipfs:Add Documentation for zipfs No new revisions were added by this update. Summary of changes: Documentation/components/filesystem.rst | 41 ++ .../sim/sim/sim/configs/{nsh => zipfs}/defconfig | 6 +- fs/Kconfig | 1 + fs/Makefile | 1 + fs/mount/fs_mount.c | 6 + .../stm32f7/common/src => fs/zipfs}/CMakeLists.txt | 15 +- fs/zipfs/Kconfig | 18 + {arch/arm/src/a1x => fs/zipfs}/Make.defs | 15 +- fs/zipfs/zip_vfs.c | 655 +++++++++++++++++++++ fs/zipfs/zlib | 1 + include/sys/statfs.h | 1 + tools/nxstyle.c | 14 + 12 files changed, 758 insertions(+), 16 deletions(-) copy boards/sim/sim/sim/configs/{nsh => zipfs}/defconfig (94%) copy {boards/arm/stm32f7/common/src => fs/zipfs}/CMakeLists.txt (80%) create mode 100644 fs/zipfs/Kconfig copy {arch/arm/src/a1x => fs/zipfs}/Make.defs (76%) create mode 100644 fs/zipfs/zip_vfs.c create mode 120000 fs/zipfs/zlib