Hello,
When I include LitteFS in the code #include <LittleFS.h>
, Platformio/ESP32/VSCode reports as a dependency: LittleFS @ 2.0.0
However, I have a question. Is version 2.0.0 the same as the library in the littlefs-project/littlefs
project? (link) GitHub - littlefs-project/littlefs: A little fail-safe filesystem designed for microcontrollers
Currently, LitteFS in the littlefs-project/littlefs
project is already at version 2.9.3
Or is it the version in the espressif/arduino-esp32
project? (link) arduino-esp32/libraries/LittleFS at master · espressif/arduino-esp32 · GitHub
I would like to know which version and project/github of LittleFS platform: espressif32@6.8.1
is using to track bugs when using SQLite.
[env:esp32doit-devkit-v1]
platform = espressif32@6.8.1
board = esp32doit-devkit-v1
framework = arduino
monitor_speed = 115200
monitor_filters = time, log2file
board_build.filesystem = littlefs
board_build.partitions = min_spiffs.csv
Processing esp32doit-devkit-v1 (platform: espressif32@6.8.1; board: esp32doit-devkit-v1; framework: arduino)
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
Verbose mode can be enabled via `-v, --verbose` option CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32doit-devkit-v1.html PLA TFORM:
Espressif 32 (6.8.1) > DOIT ESP32 DEVKIT V1 HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash DEBUG: Current (cmsis-dap) External (cmsis-dap, esp-bridge, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa) PACKAGES: - framework-arduinoespressif32 @ 3.20017.0 (2.0.17) - tool-esptoolpy @ 1.40501.0 (4.5.1) - toolchain-xtensa- esp32 @ 8.4.0+2021r2-patch5 LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf LDF Modes: Finder ~ chain, Compatibility ~ soft Found 36 compatible libraries Scanning dependencies... Dependency Graph
|-- FS @ 2.0.0
|-- LittleFS @ 2.0.0
|-- SPI @ 2.0.0
|-- Sqlite3Esp32 @ 2.5
Building in release mode