2 // See https://go.microsoft.com/fwlink/?LinkId=733558
3 // for the documentation about the tasks.json format
7 "TARGET": "${config:TARGET}",
8 "SEMIHOSTING": "${config:SEMIHOSTING}"
15 "command": "make", "args": ["hex"],
16 "problemMatcher": "$gcc",
30 "command": "make", "args": ["elf"],
31 "problemMatcher": "$gcc",
40 "label": "openocd-flash",
42 "command": "make", "args": ["openocd-flash"],
48 "command": "make", "args": ["clean"],
54 "command": "make", "args": ["svd"],
58 "label": "openocd-cfg",
60 "command": "make", "args": ["openocd-cfg"],
64 "label": "openocd-debug-prepare",
66 "dependsOn": ["svd", "openocd-cfg", "openocd-flash"],