debugprobe
debugprobe copied to clipboard
This commit fixes a few deadlock scenarios and makes cdc_task more amenable to being called in a threadable context. Full-duplex is now reliable at fast and slow baudrates. There is...
Fix questionable onboard LED handling. Enforce/limit on/off time, extend to both SWD and UART read/write. Tested with LED on GP7 on a Waveshare RP2040-Zero. This would benefit from attention from...
This PR adds MS OS Descriptor 2.0 to load WinUSB driver automatically on Windows. MS OS 2.0 Descriptor spec is here. https://docs.microsoft.com/en-us/windows-hardware/drivers/usbcon/microsoft-os-2-0-descriptors-specification I've confirmed that this modification works with Windows...
I implemented 50Mhz 16-bit logic analyzer (grabber) on top of the picoprobe to have all-in-one debugging pico board (programmer / debugger, TTL UART, logic grabber for the problem analysis). I...
Hi, When compiling picoprobe in a Linux environment (Ubuntu 20.04) the following error appears: ``` [ 23%] Building C object CMakeFiles/picoprobe.dir/src/get_serial.c.obj In file included from /home/user/Documents/RBPico/picoprobe/src/get_serial.c:27: home/dev/pico-sdk/src/rp2_common/pico_unique_id/include/pico/unique_id.h:72:52: error: unknown type...
Hi, I tried to compile picoprobe for the pico w. Anyways, the pins for LED and SWD have changed on the pico w. Is there already a common solution for...
I've added a USB Mass Storage device which uses the on-board flash of the Pico. It's not very large (Windows reports 1.92MB once formatted), but it could be useful for...
I've recently picked up a couple of pico boards and I'm using picoprobe and openocd from Linux to flash and run with minicom as the output terminal. All works great....
I added the pin names to the binary information in case someone downloaded the firmware ten years ago and forget which pins to use.