nuttx/fs
YAMAMOTO Takashi 097543681a fs/littlefs/Make.defs: fix a littlefs unpack regression
Note that $(CONFIG_FS_LITTLEFS_VERSION).tar.gz is expanded to
eg. "v2.5.1".tar.gz. The extra quotes break make's file existence
checks.

Fixes: https://github.com/apache/nuttx/issues/15148

The regression was caused by https://github.com/apache/nuttx/pull/14903
2024-12-16 17:09:16 +08:00
..
aio
binfs
cromfs
driver fs: add merge partitions support 2024-11-07 14:59:23 +08:00
event Fix path error 2024-11-28 15:04:59 +08:00
fat fs/fat/fs_fat32util.c: fix potential exception due to dividing zero during mounting when fat is corrupted 2024-12-13 11:22:54 +08:00
hostfs
inode fs: fix comment in https://github.com/apache/nuttx/pull/15163 2024-12-16 14:33:50 +08:00
littlefs fs/littlefs/Make.defs: fix a littlefs unpack regression 2024-12-16 17:09:16 +08:00
mmap
mnemofs fix nxstyle 2024-12-10 01:29:00 +08:00
mount fs_automount:fix ci break 2024-11-13 13:16:51 +08:00
mqueue arch_atomic: only support atomic_xx and atomic64_xx function 2024-12-04 14:03:14 +01:00
nfs
notify
nxffs
partition fs/partition/txtable: Fix panic when no txtable was found in last eraseblock 2024-11-26 18:23:06 +08:00
procfs procfs:fix cmdline overflow 2024-12-12 11:49:37 +08:00
romfs
rpmsgfs Use lib_get_pathbuffer instead of stack variables 2024-11-12 17:21:42 +08:00
semaphore
shm fs/shm/shmfs_alloc.c: Allocate zero-initialized memory in flat build 2024-12-12 21:47:41 +08:00
smartfs
socket
spiffs
tmpfs fs/tmpfs: Skip any slash at the beginning of relpath 2024-12-07 11:40:00 +08:00
unionfs
userfs
v9fs Use lib_get_pathbuffer instead of stack variables 2024-11-12 17:21:42 +08:00
vfs arch_atomic: only support atomic_xx and atomic64_xx function 2024-12-04 14:03:14 +01:00
zipfs
CMakeLists.txt
fs_heap.c
fs_heap.h
fs_initialize.c
Kconfig fs/reference_count: set default reference count option depends on DISABLE_PTHREAD 2024-12-12 13:47:22 +08:00
Make.defs
Makefile