I trying to get the rusty-probe working to debug an app on the raspberry pi pico w. I soldered 2.54mm pin headers to the SWD through-holes on the pico, and soldered 2.54m pin headers to the pads on the rusty-probe. Here is what the connection looks like: https://github.com/CodingInGreen/rp-2040-project/blob/master/rp2040-and-rusty-probe/rp2040-and-rusty-probe.jpeg Both the pico and the rusty-probe are recognized by the macos. I took the rp-project template and cloned it, added the .svd file to the project and updated the .vscode/launch.json file accordingly. I try to flash with: probe-rs run --chip RP2040 --protocol swd target/thumbv6m-none-eabi/debug/rp2040-project-template But I get this: Error: No connected probes were found. Could this be because both chips are RP2040?