mirror of
https://github.com/Architeuthis-Flux/Jumperless.git
synced 2024-11-28 01:11:00 +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",
|
|
],
|
|
}
|
|
]
|
|
} |