walnux/fs/littlefs
YAMAMOTO Takashi f7e2e23f12 fs/littlefs: stop applying local patches for unknown versions of littlefs
Because they are not expected to apply cleanly.
In that case, disable all features which require the local patches.

Note: lfs_util.patch is actually necessary regardless of
the littlefs version. It should be ok to drop it for the simplest
flat memory model configurations with a single heap though. I plan
to fix it once littlefs 2.9.4 is released.

Tested with esp32s3-devkitc:toywasm + CONFIG_FS_LITTLEFS_VERSION="v2.9.3".
2024-11-27 02:56:52 +08:00
..
.gitignore
CMakeLists.txt fs/littlefs: stop applying local patches for unknown versions of littlefs 2024-11-27 02:56:52 +08:00
Kconfig fs/littlefs: stop applying local patches for unknown versions of littlefs 2024-11-27 02:56:52 +08:00
lfs_getpath.patch littlefs/Make.defs:Add get path temp patch 2024-02-21 06:15:39 -08:00
lfs_getsetattr.patch fs/littlefs: revert fstat and use lfs_file_attr function 2024-10-11 15:46:02 +08:00
lfs_util.patch fs/xxfs:Replace kmm with fs heap 2024-09-30 16:30:56 +08:00
lfs_vfs.c fs/littlefs: stop applying local patches for unknown versions of littlefs 2024-11-27 02:56:52 +08:00
lfs_vfs.h fs: migrate to SPDX identifier 2024-11-06 01:58:54 +08:00
Make.defs fs/littlefs: stop applying local patches for unknown versions of littlefs 2024-11-27 02:56:52 +08:00