Software › MicroPython REPL
MicroPython REPL
firmware Open · freely redistributable
The official, unmodified MicroPython firmware for the Raspberry Pi Pico W (RP2040 + CYW43439), 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). Its cyw43-driver really brings the CYW43439 WiFi chip up over our high-level gSPI model. Because it is real ARM machine code on the rp2040js SoC, every instruction single-steps in the debugger.
Format: MicroPython UF2 (RPI_PICO_W v1.20.0), base64 · By: Damien George and the MicroPython contributors · Licence: MIT (MicroPython) — see micropython.org