Releases: SolderedElectronics/Soldered-MicroPython-Helper
Releases · SolderedElectronics/Soldered-MicroPython-Helper
Version 0.2.0
✨ What’s New
- RP2040 & RP2350 support — including UF2 flashing flows for supported boards.
- Minor visual overhaul — cleaner layout and controls.
- Improved saving options — optional auto-save to both PC and device on file save.
You can turn this on/off in File → Preferences → Settings and search for “MicroPython Tools”. - Smarter actions — better automatic behavior when selecting ports and managing files.
- Upload a whole folder — pick a directory and upload all
.py
files (recursively, including subfolders) to the device in one go.
Version 0.1.3
This patch release includes minor tweaks and updates.
Release 0.1.0
This is the first public release of the Soldered MicroPython Helper extension for Visual Studio Code.
It provides a simple graphical interface for working with MicroPython boards, using mpremote and esptool.py behind the scenes.
Included features:
Upload Python files to the board (as main.py, original name, or from PC)
Live serial output monitoring
File manager for listing, opening, running, or deleting files on the device
Module downloader for fetching libraries and examples for Soldered hardware
This version focuses on streamlining common MicroPython tasks to make development easier and more accessible.