Software › MicroPython REPL
MicroPython REPL
firmware Open · freely redistributable
The official, unmodified MicroPython firmware for the Raspberry Pi Pico (RP2040), loaded from its .uf2 image. It boots through the real path and drops you at an interactive >>> prompt on the USB-CDC virtual serial port. Type real Python: print(2+2), or import machine; machine.Pin(25, machine.Pin.OUT).toggle() to flip the on-board LED. Because it is real ARM machine code on the rp2040js SoC, every instruction single-steps in the debugger.
Format: MicroPython UF2 (RPI_PICO v1.20.0), base64 · By: Damien George and the MicroPython contributors · Licence: MIT (MicroPython) — see micropython.org