diff --git a/targets/rp2040.json b/targets/rp2040.json index c679758e..917a743e 100644 --- a/targets/rp2040.json +++ b/targets/rp2040.json @@ -9,5 +9,7 @@ "rp2040-boot-patch": true, "extra-files": [ "src/device/rp/rp2040.s" - ] + ], + "openocd-transport": "swd", + "openocd-target": "rp2040" }