2 // See https://go.microsoft.com/fwlink/?LinkId=733558
3 // for the documentation about the tasks.json format
7 "TARGET": "${config:TARGET}",
14 "command": "make", "args": ["-C", "${config:BUILD_DIR}", "${config:TARGET}"],
15 "problemMatcher": "$gcc",
29 "command": "make", "args": ["-C", "${config:BUILD_DIR}", "openocd_flash_${config:TARGET}"],
35 "command": "make", "args": ["-C", "${config:BUILD_DIR}", "svd_${config:TARGET}"],
39 "label": "openocd-cfg",
41 "command": "make", "args": ["-C", "${config:BUILD_DIR}", "openocd_cfg_${config:TARGET}"],
45 "label": "openocd-debug-prepare",
47 "dependsOn": ["svd", "openocd-cfg", "flash"],