Aivar Annamaa
Aivar Annamaa
Perhaps you had accidentally changed your interpreter mode to "Remote Python 3 (SSH)"? If you click on the lower-right corner of Thonny's main window, you can switch back to the...
I was worrying about URL length limit, but now when I looked it up, it seems promising approach indeed!
https://github.com/adafruit/Adafruit_Board_Toolkit/issues/11 explains how you could get the proper `product` value for a serial port in Windows.
Have you tried View => Files?
The work-around is to open the file and then select File => Rename, #1446
NB! Also consider the case when source or target file is open in an editor! Do it together with #2154
I guess it wouldn't hurt anyone if I added "0x10000" option (without any explanation) to the address combobox. Would this be enough for you?
Oh, now I noticed that you are flashing three images. I'd rather not add the possibility for specifying several input files. Thonny is meant for beginners and trying to cover...
Thonny runs programs in single thread, which means that it can't query the variables while the program is running. If you want to get updates about changing variables, you need...
I could update the variables when the program is waiting for input, but it would be an arbitrary exception, so I don't like this idea.