Skip to content

Commit 4e8cbbc

Browse files
committed
Manual sync with esp_littlefs see commit ba48c4
Added #define CONFIG_LITTLEFS_SPIFFS_COMPAT, when is set to 1 it is closer to SPIFFS folderless behaviour
1 parent 5da18c2 commit 4e8cbbc

7 files changed

+257
-47
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LittleFS_esp32
22

3-
### ***Notice: The Library is been integrated to [Arduino esp32 core esp32s2 branch](https://github.com/espressif/arduino-esp32/tree/esp32s2/ ) for future major core release.***
3+
### ***Notice: The Library is been integrated to [Arduino esp32 core idf-release/v4.2 branch](https://github.com/espressif/arduino-esp32/tree/idf-release/v4.2 ) for future major core release.***
44

55

66
## LittleFS library for arduino-esp32

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "git",
1313
"url": "https://github.com/lorol/LITTLEFS.git"
1414
},
15-
"version": "1.0",
15+
"version": "1.0.5",
1616
"license": "LGPL-2.0",
1717
"frameworks": "arduino",
1818
"platforms": "espressif32",

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=LittleFS_esp32
2-
version=1.0
2+
version=1.0.5
33
author=lorol
44
maintainer=lorol
5-
sentence=LittleFS for esp32
6-
paragraph=LittleFS for esp32
5+
sentence=LittleFS for esp32 based on esp_littlefs IDF component. Use esp32 core-provided LITTLEFS library instead this one (when it gets available)
6+
paragraph=. See littlefs.c #define CONFIG_LITTLEFS_SPIFFS_COMPAT 1 and #define CONFIG_LITTLEFS_FOR_IDF_3_2 to adjust for best SPIFFS and for older core releases compatibility.
77
category=Data Storage
88
url=https://github.com/lorol/LITTLEFS
99
architectures=esp32

0 commit comments

Comments
 (0)