- name: Build MicroPythonforRP2040 run:|cdmicropython make -C mpy-crosscdports/rp2 make USER_C_MODULES=$GITHUB_WORKSPACE/st7789_mpy/st7789/micropython.cmake make submodules make - name: Move .uf2 files to artifacts run:|mkdir -p ./artifacts cp micropython/ports/rp2/build-RPI_PICO/*.u...
You’ll also be most excited to know that the Wio RP2040 comes with a Seeedstudio Wio RP2040 MicroPython UF2 bootloader file, which gives your Wio RP2040 module wireless drivers, network, usocket, MQTT support right out of the box – getting you right to developmen...
In case you missed it… The Raspberry Pi Pico features the RP2040 dual-core Cortex-M0+, Raspberry Pi Foundation’s very own silicon, and was announced to support MicroPython and C at launch. Shortly after, Arduino announced their plans to port the Arduino core to the Raspberry Pi Pico...