pimoroni-pico icon indicating copy to clipboard operation
pimoroni-pico copied to clipboard

Experimental: Attempt to build USB firmware.

Open Gadgetoid opened this issue 1 year ago • 1 comments

This is an attempt to build a USB-compatible firmware ahead of the official release.

It comprises these changes to MicroPython - https://github.com/micropython/micropython/pull/9497

And these changes to the Python libs - https://github.com/micropython/micropython-lib/pull/558

Gadgetoid avatar Mar 25 '24 10:03 Gadgetoid

Hopefully caught up with the major refactor mentioned in https://github.com/micropython/micropython-lib/pull/558

I have not frozen midi, keyboard or mouse modules since that 2MB flash is getting reeeaally cozy.

Gadgetoid avatar Mar 30 '24 20:03 Gadgetoid

Needs the STATIC fix to ulab, merged here: https://github.com/v923z/micropython-ulab/pull/664

Gadgetoid avatar Jun 03 '24 12:06 Gadgetoid