Skip to content

Commit bda89d4

Browse files
committed
Deployed ab03161 to dev with MkDocs 1.3.0 and mike 1.1.2
1 parent e421e81 commit bda89d4

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

dev/UPGRADING/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5574,6 +5574,7 @@ <h3 id="changes-in-debug-command">Changes in <code>debug</code> command<a class=
55745574
debug.server.openocd.scripts_dir={runtime.tools.openocd-0.10.0-arduino7.path}/share/openocd/scripts/
55755575
debug.server.openocd.script={runtime.platform.path}/variants/{build.variant}/{build.openocdscript}
55765576
</code></pre></div>
5577+
<p>The <code>debug.executable</code> key must be present and non-empty for debugging to be supported.</p>
55775578
<p>The <code>debug.server.XXXX</code> subkeys are optional and also "free text", this means that the configuration may be extended as
55785579
needed by the specific server. For now only <code>openocd</code> is supported. Anyway, if this change works, any other kind of
55795580
server may be fairly easily added.</p>

dev/platform-specification/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3385,12 +3385,14 @@ <h3 id="debugger-configuration-directives">Debugger configuration directives<a c
33853385
<p>All the debug directives are grouped under the <code>debug.*</code> directives. Here is the complete list of the supported
33863386
directives:</p>
33873387
<ul>
3388+
<li><code>debug.executable</code>: is the absolute path to the compiled binary of the sketch</li>
33883389
<li><code>debug.toolchain</code>: is a unique identifier of the required toolchain, currently we support <code>gcc</code> (and compatible) only</li>
33893390
<li><code>debug.toolchain.path</code>: is the absolute path to the toolchain directory</li>
33903391
<li><code>debug.toolchain.prefix</code>: is the prefix of the toolchain (for example <code>arm-none-eabi-</code>)</li>
33913392
<li><code>debug.server</code>: is a unique identifier of the required debug server, currently we support only <code>openocd</code></li>
33923393
<li><code>debug.svd_file</code>: is the absolute path to the SVD descriptor.</li>
33933394
</ul>
3395+
<p>If the <code>debug.executable</code> property is not present or is empty debugging will not be allowed.</p>
33943396
<p>OpenOCD server specific configurations:</p>
33953397
<ul>
33963398
<li><code>debug.server.openocd.path</code>: is the absolute path to the OpenOCD directory</li>

dev/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dev/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)