Skip to content

Releases: earlephilhower/arduino-littlefs-upload

Release 1.5.3 - ESP32 ESPTOOL under Linux update

01 Jan 18:46
4c74c4c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.2...1.5.3

Release 1.5.2 - Add ESP8266 OTA support

21 Dec 23:26
Compare
Choose a tag to compare

Thanks, @pdfelen !

What's Changed

New Contributors

Full Changelog: 1.5.1...1.5.2

Release 1.5.1 - Fix ESP32 menu partition file names

20 Dec 16:57
ed3bf53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.5.1

Release 1.5.0 - OTA, Picotool, and OpenOCD uploads

21 Nov 20:46
8b5f3e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.5.0

Release 1.4.0 - Picotool and OpenOCD uploads

21 Nov 19:26
ddceea1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0

Release 1.3.0 - Better ESP32 partition support

03 Nov 18:02
5edc749
Compare
Choose a tag to compare

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

Full Changelog: 1.2.1...1.3.0

Release 1.2.1 - Fix for RP2040

13 Oct 01:55
Compare
Choose a tag to compare

Release 1.2.0 - RP2350 support

13 Sep 20:27
Compare
Choose a tag to compare

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

Full Changelog: 1.1.8...1.2.0

Release 1.1.8 - ESP32, ESP8266, and Pico Support with ESP32 upload speed selection

08 Jun 15:07
98172af
Compare
Choose a tag to compare

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

19 May 20:42
Compare
Choose a tag to compare

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.