earlephilhower/arduino-littlefs-upload
Build and uploads LittleFS filesystems for the Arduino-Pico RP2040, RP2350, ESP8266, and ESP32 cores under Arduino IDE 2.2.1 or higher
📋 What's Changed
- Use event driven STDERR/STDOUT dumping for tools by @earlephilhower in https://github.com/earlephilhower/arduino-littlefs-upload/pull/127
- Full Changelog: https://github.com/earlephilhower/arduino-littlefs-upload/compare/1.6.2...1.6.3
📋 What's Changed
- chore: pin IDE2-compatible Arduino API and clean up tooling by @dankeboy36 in https://github.com/earlephilhower/arduino-littlefs-upload/pull/123
✨ New Contributors
- @dankeboy36 made their first contribution in https://github.com/earlephilhower/arduino-littlefs-upload/pull/123
- Full Changelog: https://github.com/earlephilhower/arduino-littlefs-upload/compare/1.6.1...1.6.2
📋 What's Changed
- Handle backslashes in image file path on Windows by @earlephilhower in https://github.com/earlephilhower/arduino-littlefs-upload/pull/118
- Manually escape spaces and backslashes for OpenOCD image path by @earlephilhower in https://github.com/earlephilhower/arduino-littlefs-upload/pull/120
- Full Changelog: https://github.com/earlephilhower/arduino-littlefs-upload/compare/1.6.0...1.6.1
📋 What's Changed
- Add Build LittleFS command by @earlephilhower in https://github.com/earlephilhower/arduino-littlefs-upload/pull/110
- Full Changelog: https://github.com/earlephilhower/arduino-littlefs-upload/compare/1.5.5...1.6.0
📋 What's Changed
- Hardcode ESP8266 runtime tool version identifier by @earlephilhower in https://github.com/earlephilhower/arduino-littlefs-upload/pull/109
- Full Changelog: https://github.com/earlephilhower/arduino-littlefs-upload/compare/1.5.4...1.5.5
📋 What's Changed
- Changed esp32 OTA upload command by @MrMabulous in https://github.com/earlephilhower/arduino-littlefs-upload/pull/85
- Fix octothorpe comments in ESP32 partitions by @earlephilhower in https://github.com/earlephilhower/arduino-littlefs-upload/pull/91
✨ New Contributors
- @MrMabulous made their first contribution in https://github.com/earlephilhower/arduino-littlefs-upload/pull/85
- Full Changelog: https://github.com/earlephilhower/arduino-littlefs-upload/compare/1.5.3...1.5.4
📋 What's Changed
- ESP32 Arduino now ships binary esptool under Linux by @earlephilhower in https://github.com/earlephilhower/arduino-littlefs-upload/pull/77
- Full Changelog: https://github.com/earlephilhower/arduino-littlefs-upload/compare/1.5.2...1.5.3
📋 What's Changed
- Enable ESP8266 OTA (#17, #70) by @pdfelen in https://github.com/earlephilhower/arduino-littlefs-upload/pull/74
✨ New Contributors
- @pdfelen made their first contribution in https://github.com/earlephilhower/arduino-littlefs-upload/pull/74
- Full Changelog: https://github.com/earlephilhower/arduino-littlefs-upload/compare/1.5.1...1.5.2
📋 What's Changed
- Double-indirect the ESP32 partition file name by @earlephilhower in https://github.com/earlephilhower/arduino-littlefs-upload/pull/71
- Full Changelog: https://github.com/earlephilhower/arduino-littlefs-upload/compare/1.5.0...1.5.1
📋 What's Changed
- Support Picotool and OpenOCD uploads on the Picos by @earlephilhower in https://github.com/earlephilhower/arduino-littlefs-upload/pull/65
- Allow OTA uploads by @earlephilhower in https://github.com/earlephilhower/arduino-littlefs-upload/pull/66
- Full Changelog: https://github.com/earlephilhower/arduino-littlefs-upload/compare/1.3.0...1.5.0
📋 What's Changed
- Support Picotool and OpenOCD uploads on the Picos by @earlephilhower in https://github.com/earlephilhower/arduino-littlefs-upload/pull/65
- Full Changelog: https://github.com/earlephilhower/arduino-littlefs-upload/compare/1.3.0...1.4.0
📋 What's Changed
- Redo ESP32 partitions.csv parsing by @earlephilhower in https://github.com/earlephilhower/arduino-littlefs-upload/pull/62
- Calculate the fsEnd for ESP32 properly by @earlephilhower in https://github.com/earlephilhower/arduino-littlefs-upload/pull/63
- Full Changelog: https://github.com/earlephilhower/arduino-littlefs-upload/compare/1.2.1...1.3.0
**Full Changelog**: https://github.com/earlephilhower/arduino-littlefs-upload/compare/1.2.0...1.2.1
📋 What's Changed
- Automate build process using GH Actions by @earlephilhower in https://github.com/earlephilhower/arduino-littlefs-upload/pull/41
- Support RP2350 uploads automatically by @earlephilhower in https://github.com/earlephilhower/arduino-littlefs-upload/pull/52
- Full Changelog: https://github.com/earlephilhower/arduino-littlefs-upload/compare/1.1.8...1.2.0
For the ESP32, use the new menu names to grab upload speed from the menus. Lets you upload at < 921600 baud.
For the ESP32, obey user selected partitioning scheme. It will check for sketch `partitions.csv` file and the menu options before falling back to the default partition scheme.
Minor upgrade which provides more logging to help debugging if things go wrong.
New in this release: ESP32 family board name fixes
Includes fix for Mac ESP32 uploads
Linux and Mac uploads were broken, fixed here by using the system `python3` interpreter.
Minor update to support ESP32 variants (C6, S2, etc.)
