paulober / MicroPico

MicroPico (aka Pico-W-Go) is a Visual Studio Code extension designed to simplify and speed up the development of MicroPython projects for the Raspberry Pi Pico and Pico W boards.
https://marketplace.visualstudio.com/items?itemName=paulober.pico-w-go
Mozilla Public License 2.0
293 stars 26 forks source link

Support for locally compiled firmware #158

Open IRWeidman opened 1 year ago

IRWeidman commented 1 year ago

Support for locally compiled firmware

I love MicroPico, but I would really love to see the option to used other firmwares. Not sure how that might be done, if even possible.

Is your feature request related to a problem? Please describe.

This came about because I compiled a custom uf2 for my pico that includes ulab. The inclusion of slab certainly doesn't break the extension, but it would be nice to have proper type hinting for that

Possible solution

The extension could either be compiled with a firmware uf2 that includes ulab, or (probably far more difficult) give an option to load a different uf2 into the extension.

cyberaxcess commented 2 weeks ago

Would love to see Circuit Python support (I think that falls under this). This is the best extension for VS Code for MicroPython and would be fantastic if it could support various similar platforms.