v923z / micropython-ulab

a numpy-like fast vector module for micropython, circuitpython, and their derivatives
https://micropython-ulab.readthedocs.io/en/latest
MIT License
403 stars 111 forks source link

Add a build script for Raspberry Pi Pico W #598

Closed yamamotomas closed 1 year ago

yamamotomas commented 1 year ago

In v923z/micropython-ulab, build/rp2.sh works fine for Raspberry Pi Pico but doesn't work for Pico W (the latest board with WiFi capability).

v923z commented 1 year ago

@yamamotomas Thanks a lot! Do you want to add this to https://github.com/v923z/micropython-builder? That would automatically compile the firmware.

yamamotomas commented 1 year ago

Do you want to add this to https://github.com/v923z/micropython-builder? That would automatically compile the firmware.

@v923z It's way over my skills ;-) This build script is originally from @jimmo contribution.