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:
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