victoryred
victoryred
Yes, my thoughts, too. BTW, I'm running on a Debian X86 machine. The more interesting question however is this. In the OUTPUT window of the IDE, the Info: messages are...
Thanks for the pointer. I reached out to E.P. and got a redirect to Raspberrypi since they are maintaining picoprobe for their device. FWIW, I've put in a big effort...
I found this in openocd/scripts/test/syntax1.cfg- $_TARGETNAME configure -event reset-init { soft_reset_halt mvb 0xE01FC040 0x01 }
The Arduino-ide v2.2.1 throws the following notification after halting as stated above- "Request 2 cancelled on connection close"
I would like to add to this issue..... Setup: Hardware Intel Corporation NUC6i7KYB Memory 16.0 GiB Processor Intel® Core™ i7-6770HQ × 8 OS Name Debian GNU/Linux 12 (bookworm) DevEnv Arduino-Ide...
Thanks, Kittaakos I got the nightly build update. I have a comment regarding the issue thread and my original post to share with others (dav322). First we are seeing the...
issue #1846 indeed covers what I am seeing. The fix for #2299 did not work for me. I'll try again. The launch.json edits look like what I was expecting but...
@kittaakos - I downloaded the current nightly build arduino-ide_nightly-20240115_Linux_64bit and I still have the same problem although with a popup message "Debug- No programmer selected for Raspberry Pi Pico". (#2299)...
@kittaakos I'll remember to edit the launch.json file for each project. I tried the nightly build just now (arduino-ide_nightly-20240115_Linux_64bit). The large debug icon in the toolbar remained inactive (gray) but...
Make sure you have python 3.9.17 installed. If not get it. Then Perform the following- pyenv versions pyenv local 3.9.17 Verify your work $ pyenv versions system * 3.9.17 (set...