targets: add openocd configuration for rp2040

This commit is contained in:
sago35
2021-08-31 20:45:44 +09:00
committed by Ron Evans
parent f0936ffccb
commit f985f2c376
+3 -1
View File
@@ -9,5 +9,7 @@
"rp2040-boot-patch": true,
"extra-files": [
"src/device/rp/rp2040.s"
]
],
"openocd-transport": "swd",
"openocd-target": "rp2040"
}