Releases: earlephilhower/arduino-littlefs-upload
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
Release 1.2.0 - RP2350 support
Overview
Adds support for the RP2350 (which needs a slightly different upload method than the RP2040). No changes for ESP8266, ESP32, or RP2040.
What's Changed
- Automate build process using GH Actions by @earlephilhower in #41
- Support RP2350 uploads automatically by @earlephilhower in #52
Full Changelog: 1.1.8...1.2.0
Release 1.1.8 - ESP32, ESP8266, and Pico Support with ESP32 upload speed selection
For the ESP32, use the new menu names to grab upload speed from the menus. Lets you upload at < 921600 baud.
Release 1.1.7 - ESP32, ESP8266, and Pico Support with better ESP32 partition support
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.