Skip to content

Releases: pimoroni/pimoroni-pico

v0.0.1 Alpha

22 Jan 16:04
bf77e27
Compare
Choose a tag to compare
v0.0.1 Alpha Pre-release
Pre-release

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