v923z / micropython-builder

Ready-to-run firmware files with micropython and ulab
MIT License
29 stars 13 forks source link

ulab firmware support for ESP32-WROOM-32 required. #11

Closed hamza-712 closed 1 year ago

hamza-712 commented 1 year ago

Hi, Can you please include ESP32 support in micropython builder.

zachmoshe commented 1 year ago

I just submitted a PR that adds this: https://github.com/v923z/micropython-builder/pull/12 If you need to compile before @v923z gets to approve this, you can find a working version here: https://github.com/zachmoshe/micropython-builder/tree/testing Just clone and run ./scripts/esp32/generic.sh (or s3.sh for ESP32-S3)

v923z commented 1 year ago

@hamza-712 I think this is fixed via https://github.com/v923z/micropython-builder/pull/12.

hamza-712 commented 1 year ago

thanks. its fixed

v923z commented 1 year ago

@hamza-712 As far as I understand, this issue has been fixed. If so, please, close it. Thanks!