Pre-Release v0.1.0a1.post0
Pre-release
Pre-release
pymcu-arm 0.1.0a1.post0
What's new
RP2040 flasher — pymcu flash now works for Raspberry Pi Pico targets.
Rp2040Programmer is registered under the pymcu.programmers entry-point and uses two strategies in order:
- picotool — if found on system PATH (
brew install picotool/apt install picotool). Runspicotool load -f firmware.uf2 && picotool reboot. - 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]"