Skip to content

Releases: SolderedElectronics/Soldered-MicroPython-Helper

Version 0.2.0

11 Aug 11:28
62f4b80
Compare
Choose a tag to compare

✨ 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

29 Jul 08:13
2c0edc9
Compare
Choose a tag to compare

This patch release includes minor tweaks and updates.

Release 0.1.0

07 Jul 11:39
Compare
Choose a tag to compare

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.