Skip to content

Commit 5da18c2

Browse files
committed
Added notice to moing to esp32s2 branch
1 parent e2dc0d5 commit 5da18c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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.***
4+
5+
36
## LittleFS library for arduino-esp32
47

58
- 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
9194
- [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
9295
- [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")
9396
- 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

Comments
 (0)