intellij-micropython
intellij-micropython copied to clipboard
Run code without flashing
RP2040 If you use Thonny it is possible to run code without having to flash the processor. This is a huge time saver.
As you can see in this screenshot, main.py is running and there are no files whatsoever on the Pico board. When you click the green run button the code just runs, no flashing at all. If I reboot the board there is no main.py for it to run, just the REPL.