Skip to content

v0.0.1 Alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@Gadgetoid Gadgetoid released this 22 Jan 16:04
· 2362 commits to main since this release
bf77e27

Tentative first release to give us somewhere to hang the firmware.uf2 on. This is upstream MicroPython + Usermod Support built against our modules with:

make USER_C_MODULES=../../../pimoroni-pico/micropython/modules/

Note: ⚠️ If you're used to CircuitPython, note that MicroPython will not show up as mass storage.

Note: This uf2 uses a slight modification to MicroPython's available stack so we can allocate a buffer for displays in C++, if gc.mem_free() shows unexpected results, this is where your memory has gone.

See Raspberry Pi's Python SDK documentation (specifically the sections regarding IDEs) for details on working with MicroPython on the Pico - https://datasheets.raspberrypi.org/pico/sdk/pico_python_sdk.pdf