Releases: earlephilhower/arduino-littlefs-upload
Releases · earlephilhower/arduino-littlefs-upload
Release 1.6.0 - Adds a build-only option for generating littlefs.bin files
Release 1.5.5 - ESP8266 and ESP32 co-existence
What's Changed
- Hardcode ESP8266 runtime tool version identifier by @earlephilhower in #109
Full Changelog: 1.5.4...1.5.5
Release 1.5.4 - ESP32 comment and OTA fix
What's Changed
- Changed esp32 OTA upload command by @MrMabulous in #85
- Fix octothorpe comments in ESP32 partitions by @earlephilhower in #91
New Contributors
- @MrMabulous made their first contribution in #85
Full Changelog: 1.5.3...1.5.4
Release 1.5.3 - ESP32 ESPTOOL under Linux update
What's Changed
- ESP32 Arduino now ships binary esptool under Linux by @earlephilhower in #77
Full Changelog: 1.5.2...1.5.3
Release 1.5.2 - Add ESP8266 OTA support
Release 1.5.1 - Fix ESP32 menu partition file names
What's Changed
- Double-indirect the ESP32 partition file name by @earlephilhower in #71
Full Changelog: 1.5.0...1.5.1
Release 1.5.0 - OTA, Picotool, and OpenOCD uploads
What's Changed
- Support Picotool and OpenOCD uploads on the Picos by @earlephilhower in #65
- Allow OTA uploads by @earlephilhower in #66
Full Changelog: 1.3.0...1.5.0
Release 1.4.0 - Picotool and OpenOCD uploads
What's Changed
- Support Picotool and OpenOCD uploads on the Picos by @earlephilhower in #65
Full Changelog: 1.3.0...1.4.0
Release 1.3.0 - Better ESP32 partition support
This release rewrites the ESP32 partitions.csv support to allow for things like using "M" and "K" to specify partition sizes, as well as automatic sequential assignment of addresses. It also checks the partition type, not name, as well as recognizing littlefs type partitions.
RP2040 and RP2350 should see no differences.
What's Changed
- Redo ESP32 partitions.csv parsing by @earlephilhower in #62
- Calculate the fsEnd for ESP32 properly by @earlephilhower in #63
Full Changelog: 1.2.1...1.3.0
Release 1.2.1 - Fix for RP2040
Full Changelog: 1.2.0...1.2.1