Skip to content

Releases: earlephilhower/arduino-littlefs-upload

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.

Release 1.1.6 - ESP32, ESP8266, and Pico Support with more logging

16 May 00:27
e02295a
Compare
Choose a tag to compare

Minor upgrade which provides more logging to help debugging if things go wrong.

Release 1.1.5 - ESP32, ESP8266, and Pico Support

29 Apr 16:55
ff27d47
Compare
Choose a tag to compare

New in this release: ESP32 family board name fixes

Release 1.1.4 - ESP32, ESP8266, and Pico Support

27 Apr 16:45
da80f52
Compare
Choose a tag to compare

Includes fix for Mac ESP32 uploads

Release 1.1.3 - ESP32, ESP8266, and Pico Support

23 Apr 22:10
a86975b
Compare
Choose a tag to compare

Linux and Mac uploads were broken, fixed here by using the system python3 interpreter.

Release 1.1.1 - ESP32, ESP8266, and Pico Support

23 Apr 21:26
f0f5140
Compare
Choose a tag to compare

Minor update to support ESP32 variants (C6, S2, etc.)

Release 1.1.0 - ESP32, ESP8266, and Pico Support

19 Apr 17:50
8286a58
Compare
Choose a tag to compare
Add ESP32 support (#16)

* Add support for ESP32

Fix #15 Add support for ESP32 hardware.

* Update the vsix compiled extenstion

Update the compiled, bundled Arduino extension file to 1.1

* Update README.md

Clean up additions made to the Readme

* Update tsconfig.json, add allowSyntheticDefaultImports

Initial release

29 Sep 00:00
Compare
Choose a tag to compare
1.0.0

Update version to 1.0, this is functional enough.