File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1361,7 +1361,10 @@ OpenOCD server specific configurations:
1361
1361
1362
1362
- ` debug.server.openocd.path ` : is the absolute path to the OpenOCD directory
1363
1363
- ` debug.server.openocd.scripts_dir ` : is the absolute path to the OpenOCD scripts directory
1364
- - ` debug.server.openocd.scripts.N ` : is a list of OpenOCD scripts to run, where N is a number (a numbers sequence of non-consecutive numbers is allowed)
1364
+ - ` debug.server.openocd.scripts.N ` : is a list of OpenOCD scripts to run, where N is a number (a sequence of
1365
+ non-consecutive numbers is allowed)
1366
+ - ` debug.server.openocd.script ` : if there is only one OpenOCD script to run, this directive con be used instead of the
1367
+ ` debug.server.openocd.scripts.N ` (this directive is ignored if ` debug.server.openocd.scripts.N ` is present)
1365
1368
1366
1369
### Custom config for Cortext-debug plugin for Arduino IDE
1367
1370
You can’t perform that action at this time.
0 commit comments