GitPedia
earlephilhower

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

23 Releases
Latest: 5mo ago
Release 1.6.3 - Fix for hangs on very large ESP32 uploads1.6.3Latest
github-actions[bot]github-actions[bot]·5mo ago·January 15, 2026
GitHub

📋 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
Release 1.6.2 - Proper dependency pinning1.6.2
github-actions[bot]github-actions[bot]·5mo ago·January 4, 2026
GitHub

📋 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
Release 1.6.1 - Windows OpenOCD upload fixes1.6.1
github-actions[bot]github-actions[bot]·6mo ago·December 29, 2025
GitHub

📋 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
Release 1.6.0 - Adds a build-only option for generating littlefs.bin files1.6.0
github-actions[bot]github-actions[bot]·8mo ago·October 30, 2025
GitHub

📋 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
Release 1.5.5 - ESP8266 and ESP32 co-existence1.5.5
github-actions[bot]github-actions[bot]·8mo ago·October 24, 2025
GitHub

📋 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
Release 1.5.4 - ESP32 comment and OTA fix1.5.4
github-actions[bot]github-actions[bot]·1y ago·March 20, 2025
GitHub

📋 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
Release 1.5.3 - ESP32 ESPTOOL under Linux update1.5.3
github-actions[bot]github-actions[bot]·1y ago·January 1, 2025
GitHub

📋 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
Release 1.5.2 - Add ESP8266 OTA support1.5.2
github-actions[bot]github-actions[bot]·1y ago·December 21, 2024
GitHub

📋 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
Release 1.5.1 - Fix ESP32 menu partition file names1.5.1
github-actions[bot]github-actions[bot]·1y ago·December 20, 2024
GitHub

📋 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
Release 1.5.0 - OTA, Picotool, and OpenOCD uploads1.5.0
github-actions[bot]github-actions[bot]·1y ago·November 21, 2024
GitHub

📋 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
Release 1.4.0 - Picotool and OpenOCD uploads1.4.0
github-actions[bot]github-actions[bot]·1y ago·November 21, 2024
GitHub

📋 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
Release 1.3.0 - Better ESP32 partition support1.3.0
github-actions[bot]github-actions[bot]·1y ago·November 3, 2024
GitHub

📋 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
Release 1.2.1 - Fix for RP20401.2.1
github-actions[bot]github-actions[bot]·1y ago·October 13, 2024
GitHub

**Full Changelog**: https://github.com/earlephilhower/arduino-littlefs-upload/compare/1.2.0...1.2.1

Release 1.2.0 - RP2350 support1.2.0
github-actions[bot]github-actions[bot]·1y ago·September 13, 2024
GitHub

📋 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
Release 1.1.8 - ESP32, ESP8266, and Pico Support with ESP32 upload speed selection1.1.8
earlephilhowerearlephilhower·2y ago·June 8, 2024
GitHub

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 support1.1.7
earlephilhowerearlephilhower·2y ago·May 19, 2024
GitHub

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 logging1.1.6
earlephilhowerearlephilhower·2y ago·May 16, 2024
GitHub

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

Release 1.1.5 - ESP32, ESP8266, and Pico Support1.1.5
earlephilhowerearlephilhower·2y ago·April 29, 2024
GitHub

New in this release: ESP32 family board name fixes

Release 1.1.4 - ESP32, ESP8266, and Pico Support1.1.4
earlephilhowerearlephilhower·2y ago·April 27, 2024
GitHub

Includes fix for Mac ESP32 uploads

Release 1.1.3 - ESP32, ESP8266, and Pico Support1.1.2
earlephilhowerearlephilhower·2y ago·April 23, 2024
GitHub

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

Release 1.1.1 - ESP32, ESP8266, and Pico Support1.1.1
earlephilhowerearlephilhower·2y ago·April 23, 2024
GitHub

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

Release 1.1.0 - ESP32, ESP8266, and Pico Support1.1.0
earlephilhowerearlephilhower·2y ago·April 19, 2024
GitHub
Initial release1.0.0
earlephilhowerearlephilhower·2y ago·September 29, 2023
GitHub