File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
"name" : " Pixl.js JLink Debug" ,
10
10
"cwd" : " ${workspaceRoot}" ,
11
11
"executable" : " fw/_build/pixljs.out" ,
12
- "armToolchainPath" : " D:/dev/SDKs/gcc-arm-none-eabi-10-2020-q4-major/bin " ,
12
+ "armToolchainPath" : " " ,
13
13
"request" : " launch" ,
14
14
"type" : " cortex-debug" ,
15
15
"servertype" : " jlink" ,
22
22
"name" : " Pixl.js Pyocd Debug" ,
23
23
"cwd" : " ${workspaceRoot}" ,
24
24
"executable" : " fw/_build/pixljs.out" ,
25
- "armToolchainPath" : " D:/dev/SDKs/gcc-arm-none-eabi-10-2020-q4-major/bin " ,
25
+ "armToolchainPath" : " " ,
26
26
"request" : " launch" ,
27
27
"type" : " cortex-debug" ,
28
28
"servertype" : " pyocd" ,
35
35
"name" : " Pixl.js Openocd Debug" ,
36
36
"cwd" : " ${workspaceRoot}" ,
37
37
"executable" : " fw/_build/pixljs.out" ,
38
- "armToolchainPath" : " D:/dev/SDKs/gcc-arm-none-eabi-10-2020-q4-major/bin " ,
38
+ "armToolchainPath" : " " ,
39
39
"request" : " launch" ,
40
40
"type" : " cortex-debug" ,
41
41
"servertype" : " openocd" ,
You can’t perform that action at this time.
0 commit comments