LITTLEFS icon indicating copy to clipboard operation
LITTLEFS copied to clipboard

LittleFS library for arduino-esp32

Results 38 LITTLEFS issues
Sort by recently updated
recently updated
newest added

```C assert failed: lfs_file_read lfs.c:5161 (lfs_mlist_isopen(lfs->mlist, (struct lfs_mlist*)file)) Backtrace:0x40083e1d:0x3ffee6800x4008edc5:0x3ffee6a0 0x40094521:0x3ffee6c0 0x40148667:0x3ffee7f0 0x40144588:0x3ffee810 0x401194fe:0x3ffee830 0x4008ba79:0x3ffee850 0x4008b9bd:0x3ffee870 0x4019a586:0x3ffee890 0x4019a619:0x3ffee8d0 0x40195267:0x3ffee8f0 0x400f7515:0x3ffee910 0x40108054:0x3ffee940 0x401080ad:0x3ffee960 0x400e0201:0x3ffee980 0x400ed6f1:0x3ffeea20 0x400ee1c5:0x3ffeeaf0 0x401ab55b:0x3ffeeb10 0x401abb55:0x3ffeeb30 0x400f8d72:0x3ffeeb80 0x400f8d99:0x3ffeebc0 04 0196386:0x3ffeebe0...

I'm using VS Code and PlatformIO. After a Deep Sleep on a 4Mb ESP32, I occasionally get messages like this: ``` 2022-07-01 16:35:09 --> E (24) esp_littlefs: partition "wtiogs" could...

Hi, This is a patch roll-up that we use in our project WLED - actually we cannot use newer IDF versions, because there are annoying bugs in the I2S and...

In the newly released Arduino framework the vfs_api.h open functions header changes such that it takes a mandatory additional parameter. `FileImplPtr open(const char* path, const char* mode, const bool create)...

Im wondering people creating good things for arduino/esp32 but if somebody try as beginner use these fail, because there is no tutorial, description/use case. Without any description as beginner i...

https://github.com/lorol/LITTLEFS/issues/43

``` Compiling .pio/build/esp32dev/lib63a/LittleFS_esp32/LITTLEFS.cpp.o .pio/libdeps/esp32dev/LittleFS_esp32/src/LITTLEFS.cpp: In member function 'virtual bool LITTLEFSImpl::exists(const char*)': .pio/libdeps/esp32dev/LittleFS_esp32/src/LITTLEFS.cpp:44:28: error: no matching function for call to 'LITTLEFSImpl::open(const char*&, const char [2])' File f = open(path, "r"); In...

add a comment to make it clear, since platformIO still creating the `spiffs.bin` for filesystem image. The file name `spiffs.bin` is so much CONFUSING! it makes the user fill the...

fixed multithreading problem in requesting the FS info