nuttx/boards/sim/sim/sim
anjiahao a2c5cb729a fs:support zipfs,can mount zipfile
we can mount a zipfile in nuttx use mount command like this:

mount -t zipfs -o /data/test.zip /zip

The zipfs is a read only file system,The advantage is that it
does not occupy additional space when reading the decompressed file.

When used, reading and decompression operations are simultaneous.
The known disadvantage is that when using seek to read forward,
it will reopen and cause slow speed problems.

Signed-off-by: anjiahao <anjiahao@xiaomi.com>
2023-09-27 01:06:04 +08:00
..
configs fs:support zipfs,can mount zipfile 2023-09-27 01:06:04 +08:00
include boards: sim: Add Apache license to files 2022-04-20 21:05:45 +08:00
scripts Fix loading of ET_DYN type of shared objects 2023-09-20 09:35:28 -04:00
src usbdev/mtp: support mtp class driver 2023-09-16 14:40:08 +08:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig boards/sim: Remove the unused SIM_NOTIFYSIGNO from Kconfig 2023-03-26 08:31:36 -06:00
NETWORK-LINUX.txt script: support IPv6 in simhostroute.sh 2023-01-05 23:36:43 +08:00
NETWORK-VPNKIT.txt sim: Mention vpnkit docker image 2020-03-24 20:49:19 -05:00