Skip to content

Commit 20bd71d

Browse files
authored
Add Flash Silabs EFM32 GG11 task (#3065)
***NO_CI***
1 parent 4a10c50 commit 20bd71d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.vscode/tasks.TEMPLATE.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,23 @@
101101
}
102102
},
103103
"problemMatcher": []
104+
},
105+
{
106+
"label": "Flash Silabs GG11",
107+
"type": "shell",
108+
"command": "${env:JLINK_PATH}/Jlink.exe -device default -si swd -CommandFile ${workspaceRoot}/.jlink/flash_gg11.jlink",
109+
"windows": {
110+
"options": {
111+
"shell": {
112+
"executable": "cmd.exe",
113+
"args": [
114+
"/c"
115+
]
116+
},
117+
"cwd": "${workspaceFolder}/Build"
118+
}
119+
},
120+
"problemMatcher": []
104121
}
105122
],
106123
"inputs": [

0 commit comments

Comments
 (0)