v923z / micropython-builder

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

RP2350 build? #28

Open cuedcad opened 2 months ago

cuedcad commented 2 months ago

Apologies if I have missed it, but will you be adding a RP2350/Pico 2 build that makes use of the fpu in the CortexM33?

Many Thanks to the other versions!

v923z commented 2 months ago

You mean the new chip, right? micropython doesn't seem to have a build script for that chip, so it would be a bit hard for me to include it here. But I would be happy to add it.

cuedcad commented 2 months ago

Yes the new mcu from RPi. As you have probably seen there is a 'preview' uf2 (https://micropython.org/download/RPI_PICO2/) but reading around there may be issues with the gpio pins and https://www.youtube.com/watch?v=_O3Aeyv2ILM seems to indicate that there may need to be some care taken when compiling to get the best performance, but hopefully on the near future. Thank you again for your builds

v923z commented 2 months ago

OK, thanks for the clarification! I would suggest that we keep the issue open, and pick it up again, once micropython officially supports the chip. If I happen to forget, just ping me!

Derfies commented 1 month ago

@v923z I'm also very keen to make use of this.

Are these the scripts you're referring to? Looks like there was some activity last week:

https://github.com/micropython/micropython/tree/master/ports/rp2/boards/RPI_PICO2

v923z commented 1 month ago

Thanks for the pointer, I'll try to find some time to fix this.