schmidtsamuelw cb692a46a1 Detect user-selected partitions file (and partitions.csv in sketch folder) (#34)
A board's `build.partitions` setting seems to only ever be the default
setting defined for the board. This change checks for a partitions.csv
file in the sketch folder, then refers to the partition scheme
selected in the IDE through `BoardDetails.configOptions` before falling
back to the default.
2024-05-19 13:39:33 -07:00
2023-09-25 18:39:54 -07:00
2023-09-25 18:39:54 -07:00
2023-09-25 18:39:54 -07:00
2023-09-25 18:39:54 -07:00
2023-09-25 18:39:54 -07:00
2024-04-19 10:49:18 -07:00
2024-04-29 11:02:10 -07:00
2024-04-19 10:49:18 -07:00

arduino-littlefs-upload README

(C) 2023 Earle F. Philhower, III

MIT licensed, see LICENSE.md

LittleFS uploader compatible with Arduino IDE 2.2.1 or higher. For use with the Raspberry Pi Pico RP2040 Arduino core arduino-pico, the community ESP8266 Arduino core and the community ESP32 Arduino core.

Usage

[Ctrl] + [Shift] + [P], then "Upload LittleFS to Pico/ESP8266/ESP32".

On macOS, press [⌘] + [Shift] + [P] to open the Command Palette in the Arduino IDE, then "Upload LittleFS to Pico/ESP8266/ESP32".

Glitches

The first sketch auto-opened by the IDE presently may have corrupted state which causes uploads to fail. To work around this, you can change the board once (to anything) and then change it back to your proper board. You can also open another sketch, close the auto-opened one, then re-open it.

A fix is already in the Arduino repository for this issue.

If you get:

A fatal error occurred: Could not open <serial port>, the port doesn't exist
ERROR:  Upload failed, error code: 2

Make sure that you close any open Serial Monitor windows.

Installation

Copy the VSIX file to ~/.arduinoIDE/plugins/ on Mac and Linux or C:\Users\<username>\.arduinoIDE\plugins\ on Windows (you may need to make this directory yourself beforehand). Restart the IDE.

Description
No description provided
Readme 2.3 MiB
Languages
TypeScript 99.4%
Shell 0.6%