Skip to content

Pre-Release v0.1.0a1.post0

Pre-release
Pre-release

Choose a tag to compare

@begeistert begeistert released this 08 Jun 03:55
4664412

pymcu-arm 0.1.0a1.post0

What's new

RP2040 flasherpymcu flash now works for Raspberry Pi Pico targets.

Rp2040Programmer is registered under the pymcu.programmers entry-point and uses two strategies in order:

  1. picotool — if found on system PATH (brew install picotool / apt install picotool). Runs picotool load -f firmware.uf2 && picotool reboot.
  2. UF2 drag-and-drop — no extra tools required. Hold BOOTSEL while plugging in USB; the board mounts as RPI-RP2. PyMCU finds the volume automatically on macOS, Linux, and Windows and copies the .uf2. Waits up to 10 s for the board to appear.

Installation

pip install --pre "pymcu-arm==0.1.0a1.post0"

Or via the compiler:

pip install --pre "pymcu-compiler[arm]"