Skip to content

Commit 0a088a6

Browse files
author
Cruz Monrreal
authored
Merge pull request #10200 from studavekar/vscode-gcc-ver
update vscode default gcc arm version to 6-2017-q1-update
2 parents eef1b48 + 31d4ea8 commit 0a088a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/vscode/launch.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"windows": {
4747
"preLaunchTask": "make.exe",
4848
"MIMode": "gdb",
49-
"MIDebuggerPath": "C:\\Program Files (x86)\\GNU Tools ARM Embedded\\4.9 2015q3\\bin\\arm-none-eabi-gdb.exe",
49+
"MIDebuggerPath": "C:\\Program Files (x86)\\GNU Tools ARM Embedded\\6 2017-q1-update\\bin\\arm-none-eabi-gdb.exe",
5050
"debugServerPath": "pyocd-gdbserver.exe",
5151
"setupCommands": [
5252
{ "text": "-environment-cd ${workspaceRoot}\\BUILD" },

0 commit comments

Comments
 (0)