1.. _arduino_esp_littlefs:
2
3====================
4Arduino ESP littlefs
5====================
6
7LittleFS is a little fail-safe filesystem designed for microcontrollers and integrated in the Arduino framework
8when used with ESP32 and ESP8266.
9
10Detailed introduction:
11
12- https://github.com/esp8266/Arduino
13- https://github.com/espressif/arduino-esp32
14
15
16Usage
17-----
18
19Enable :c:macro:`LV_USE_FS_ARDUINO_ESP_LITTLEFS` and define a :c:macro:`LV_FS_ARDUINO_ESP_LITTLEFS_LETTER` in ``lv_conf.h``.
20
21
22API
23---
24