1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-09-15 05:41:31 +03:00
Files
esp8266/libraries/FSTools/package.json
sticilface f0d8f33d83 Add FSTools with examples of how to convert between SPIFFS and LITTLEFS. (#7696)
* Add FSTools with examples of how to convert between SPIFFS and LITTLEFS.

* Oops.  Need to pass layout by reference in order to capture the correct address.  Took a while to find that.  There maybe a better way to store all these configs

* Update FSTools.cpp

fix ESP.h to Esp.h

* Fix unused variable i

* Parsed with restyle.sh.  Compile with all errors.

* remove unused variable

* fix different sign complication error

* Fix indentation to spaces
Run test/restyle.sh
Remove commented code
Use #ifdef blocks for debugging.  `DEBUG_ESP_CORE` and `DEBUG_ESP_PORT`
use `static constexpr  layout` which saves ROM ~500B for unused vars

* Update FSTools.cpp

Add yield in between file copy
2022-06-26 20:22:31 +02:00

10 lines
324 B
JSON

{
"name": "FSTools",
"keywords": "SPIFFS LittleFS",
"description": "A library that manages convertion between SPIFFS and LITTLEFS as well as mounting partitions outside of sketch default.",
"homepage": "",
"author": "sticilface",
"version": "1.0.0",
"frameworks": "arduino",
"platforms": "esp8266"
}