Skip to content

Commit c8a4010

Browse files
authored
Rename LITTLEFS to LittleFS to match ESP8266 (#5396)
Fixes: #5103
1 parent dd25e2b commit c8a4010

File tree

19 files changed

+80
-80
lines changed

19 files changed

+80
-80
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ set(LIBRARY_SRCS
5555
libraries/FS/src/vfs_api.cpp
5656
libraries/HTTPClient/src/HTTPClient.cpp
5757
libraries/HTTPUpdate/src/HTTPUpdate.cpp
58-
libraries/LITTLEFS/src/LITTLEFS.cpp
58+
libraries/LittleFS/src/LittleFS.cpp
5959
libraries/NetBIOS/src/NetBIOS.cpp
6060
libraries/Preferences/src/Preferences.cpp
6161
libraries/RainMaker/src/RMaker.cpp
@@ -140,7 +140,7 @@ set(includedirs
140140
libraries/FS/src
141141
libraries/HTTPClient/src
142142
libraries/HTTPUpdate/src
143-
libraries/LITTLEFS/src
143+
libraries/LittleFS/src
144144
libraries/NetBIOS/src
145145
libraries/Preferences/src
146146
libraries/RainMaker/src

libraries/LITTLEFS/examples/LITTLEFS_PlatformIO/.gitignore renamed to libraries/LittleFS/examples/LITTLEFS_PlatformIO/.gitignore

File renamed without changes.

libraries/LITTLEFS/examples/LITTLEFS_PlatformIO/README.md renamed to libraries/LittleFS/examples/LITTLEFS_PlatformIO/README.md

File renamed without changes.

libraries/LITTLEFS/examples/LITTLEFS_PlatformIO/data/file1.txt renamed to libraries/LittleFS/examples/LITTLEFS_PlatformIO/data/file1.txt

File renamed without changes.

libraries/LITTLEFS/examples/LITTLEFS_PlatformIO/data/testfolder/test2.txt renamed to libraries/LittleFS/examples/LITTLEFS_PlatformIO/data/testfolder/test2.txt

File renamed without changes.

libraries/LITTLEFS/examples/LITTLEFS_PlatformIO/include/.placeholder.txt renamed to libraries/LittleFS/examples/LITTLEFS_PlatformIO/include/.placeholder.txt

File renamed without changes.

libraries/LITTLEFS/examples/LITTLEFS_PlatformIO/lib/.placeholder.txt renamed to libraries/LittleFS/examples/LITTLEFS_PlatformIO/lib/.placeholder.txt

File renamed without changes.

libraries/LITTLEFS/examples/LITTLEFS_PlatformIO/littlefsbuilder.py renamed to libraries/LittleFS/examples/LITTLEFS_PlatformIO/littlefsbuilder.py

File renamed without changes.

libraries/LITTLEFS/examples/LITTLEFS_PlatformIO/partitions_custom.csv renamed to libraries/LittleFS/examples/LITTLEFS_PlatformIO/partitions_custom.csv

File renamed without changes.

libraries/LITTLEFS/examples/LITTLEFS_PlatformIO/platformio.ini renamed to libraries/LittleFS/examples/LITTLEFS_PlatformIO/platformio.ini

File renamed without changes.

0 commit comments

Comments
 (0)