mirror of
https://github.com/Architeuthis-Flux/Jumperless.git
synced 2024-11-30 18:24:36 +01:00
20 lines
327 B
JSON
20 lines
327 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"type": "PlatformIO",
|
||
|
"task": "Pre-Debug",
|
||
|
"problemMatcher": [
|
||
|
"$platformio"
|
||
|
],
|
||
|
"label": "PlatformIO: Pre-Debug",
|
||
|
"server": "${config:openocd.bin}/openocd",
|
||
|
"serverArgs": [
|
||
|
"-f",
|
||
|
"interface/picoprobe.cfg",
|
||
|
"-f",
|
||
|
"target/rp2040.cfg",
|
||
|
],
|
||
|
}
|
||
|
]
|
||
|
}
|