Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

LittleFS and FatFS on ESP32, feedback needed #792

@lorol

Description

@lorol

Updates:


Hi I made a LittleFS for ESP32, too. see the example my library and tool plus the core conversation.
Please test and comment. (performance, speed, stability, code size, slashes, directories and root / as well as other compatibility concerns)

Example (modified from the master ESP_AsyncFSBrowser)
Note I did tweaks of Editor as well to handle folders and slashes
https://github.com/lorol/ESPAsyncWebServer/tree/master/examples/ESP_AsyncFSBrowser

Library:
https://github.com/lorol/LITTLEFS

Tool:
https://github.com/lorol/arduino-esp32littlefs-plugin

Core discussion:
espressif/arduino-esp32#3765

Simple usage:
#include <FS.h>
#define SPIFFS LITTLEFS
#include <LITTLEFS.h>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions