2024-03-20 13:51:20 +01:00
|
|
|
.. _arduino_esp_littlefs:
|
|
|
|
|
|
|
|
====================
|
|
|
|
Arduino ESP littlefs
|
|
|
|
====================
|
|
|
|
|
|
|
|
LittleFS is a little fail-safe filesystem designed for microcontrollers and integrated in the Arduino framework
|
|
|
|
when used with ESP32 and ESP8266.
|
|
|
|
|
2024-08-21 11:47:29 +02:00
|
|
|
Detailed introduction:
|
|
|
|
|
2024-03-20 13:51:20 +01:00
|
|
|
- https://github.com/esp8266/Arduino
|
|
|
|
- https://github.com/espressif/arduino-esp32
|
|
|
|
|
|
|
|
|
|
|
|
Usage
|
|
|
|
-----
|
|
|
|
|
2024-08-21 11:47:29 +02:00
|
|
|
Enable :c:macro:`LV_USE_FS_ARDUINO_ESP_LITTLEFS` and define a :c:macro:`LV_FS_ARDUINO_ESP_LITTLEFS_LETTER` in ``lv_conf.h``.
|
2024-03-20 13:51:20 +01:00
|
|
|
|
|
|
|
|
|
|
|
API
|
|
|
|
---
|