Skip to content

Commit 3961ae5

Browse files
committed
Updated docs
1 parent 9d82ade commit 3961ae5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/platform-specification.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,10 @@ OpenOCD server specific configurations:
13611361

13621362
- `debug.server.openocd.path`: is the absolute path to the OpenOCD directory
13631363
- `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)
13651368

13661369
### Custom config for Cortext-debug plugin for Arduino IDE
13671370

0 commit comments

Comments
 (0)