micropicostack
micropicostack
@harmanvishnoi I had the same issue, but it was solved by allowing _'Notifications'_ under _'System->Notifications & actions'_ Should this be added to the readme as prerequisite?
I have similar setup as you @MarByteBeep but the "Upload project to pico" command uploads all files in the project, not just the source. I think if you would add...
Maybe hijacking the issue but what we are also missing is distinguishing between Pimoroni MicroPython and "Vanilla" MicroPython version. For example if we would use the `uos` library and get...
> > Now to the question or idea - could we update the `FindLIBUSB.cmake` to consider 32bit and 64bit machines, Windows MSVC and MinGW lib > > Yes, we've done...
> If you're just looking to compile picotool on Windows without the overhead of Visual Studio or WSL, MSYS2 works fine with no changes, like [we've done for pico-setup-windows](https://github.com/raspberrypi/pico-setup-windows/blob/master/packages/picotool/build-picotool.sh). I...
Created a PR https://github.com/raspberrypi/picotool/pull/102 This should improve the tool build on Windows machines.