Skip to content

Commit 6518e5a

Browse files
committed
Updated docs
1 parent 99c3ea8 commit 6518e5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: docs/platform-specification.md

+3
Original file line numberDiff line numberDiff line change
@@ -1369,12 +1369,15 @@ to provide some debug configuration directives.
13691369
All the debug directives are grouped under the `debug.*` directives. Here is the complete list of the supported
13701370
directives:
13711371

1372+
- `debug.executable`: is the absolute path to the compiled binary of the sketch
13721373
- `debug.toolchain`: is a unique identifier of the required toolchain, currently we support `gcc` (and compatible) only
13731374
- `debug.toolchain.path`: is the absolute path to the toolchain directory
13741375
- `debug.toolchain.prefix`: is the prefix of the toolchain (for example `arm-none-eabi-`)
13751376
- `debug.server`: is a unique identifier of the required debug server, currently we support only `openocd`
13761377
- `debug.svd_file`: is the absolute path to the SVD descriptor.
13771378

1379+
If the `debug.executable` property is not present or is empty debugging will not be allowed.
1380+
13781381
OpenOCD server specific configurations:
13791382

13801383
- `debug.server.openocd.path`: is the absolute path to the OpenOCD directory

0 commit comments

Comments
 (0)