You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# LittleFS_esp32
2
2
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.***
4
+
5
+
3
6
## LittleFS library for arduino-esp32
4
7
5
8
- A LittleFS wrapper for Arduino ESP32 of [ARMmbed LittleFS](https://github.com/ARMmbed/littlefs)
@@ -91,4 +94,4 @@ Read [here](https://github.com/joltwallet/esp_littlefs/blob/master/Kconfig) and
91
94
-[recursive folders auto creation](https://github.com/esp8266/Arduino/blob/master/libraries/LittleFS/src/LittleFS.cpp#L60) when a new file is created at non-existing path
92
95
-[recursive folders auto deletion](https://github.com/esp8266/Arduino/blob/master/libraries/LittleFS/src/LittleFS.h#L149) on "last file" deletion (SPIFFS cannot have "folder w/o file")
93
96
- review other differences: opendir(), rmdir(), unlink()
94
-
-[] Follow-up / eventually retire this library if LittleFS gets implemented through IDF / esp32 Arduino core.
97
+
-[x] Follow-up / eventually retire this library if LittleFS gets implemented through IDF / esp32 Arduino core.
0 commit comments