pico_debug icon indicating copy to clipboard operation
pico_debug copied to clipboard

A fast flasher/debugger for RP2040 based devices (runs on Raspberry Pi Pico)

Results 7 pico_debug issues
Sort by recently updated
recently updated
newest added

I've implemented a SWD-based profiler that seems to work surprisingly well; info at https://github.com/vvuk/pico_debug/blob/profiler/PROFILING.md . Opening this PR to see how much appetite there is to bringing this back upstream....

I came across this project randomly and it looks fantastic! I'm thinking about implementing a SWD-based sampling profiler, and this codebase seems like a great place to start. I wanted...

Hello, Flashing the most recent pico-debug.uf2 from https://forums.raspberrypi.com/viewtopic.php?t=337284 or when building from git main on a normal pico and a pico-w results in the debug output overflooded and the debug...

Hi, if I compile it with PICO_BOARD=pico, I'm getting the following error: Fatal error: lwip/tcp.h: No such file or directory The code should be compatible with the Pico too, not...

Hello, first let me thank you so much for this great effort and making it available to everyone. I have successfully used your debugger to debug a single core of...

Fixed missing delay between "continue" and "clear main".

would be great if you can consider adding a simple way to extend the feature-set, usually you just wanna control and toggle some gpio's for remote reset, or i2c for...