We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a10c50 commit 20bd71dCopy full SHA for 20bd71d
.vscode/tasks.TEMPLATE.json
@@ -101,6 +101,23 @@
101
}
102
},
103
"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": []
121
122
],
123
"inputs": [
0 commit comments