Skip to content

Commit 1a2259a

Browse files
committed
Deployed 4d20a25 to 0.35 with MkDocs 1.3.0 and mike 1.1.2
1 parent bda89d4 commit 1a2259a

File tree

5 files changed

+72
-69
lines changed

5 files changed

+72
-69
lines changed

0.35/UPGRADING/index.html

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

0.35/platform-specification/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3399,12 +3399,14 @@ <h3 id="debugger-configuration-directives">Debugger configuration directives<a c
33993399
<p>All the debug directives are grouped under the <code>debug.*</code> directives. Here is the complete list of the supported
34003400
directives:</p>
34013401
<ul>
3402+
<li><code>debug.executable</code>: is the absolute path to the compiled binary of the sketch</li>
34023403
<li><code>debug.toolchain</code>: is a unique identifier of the required toolchain, currently we support <code>gcc</code> (and compatible) only</li>
34033404
<li><code>debug.toolchain.path</code>: is the absolute path to the toolchain directory</li>
34043405
<li><code>debug.toolchain.prefix</code>: is the prefix of the toolchain (for example <code>arm-none-eabi-</code>)</li>
34053406
<li><code>debug.server</code>: is a unique identifier of the required debug server, currently we support only <code>openocd</code></li>
34063407
<li><code>debug.svd_file</code>: is the absolute path to the SVD descriptor.</li>
34073408
</ul>
3409+
<p>If the <code>debug.executable</code> property is not present or is empty debugging will not be allowed.</p>
34083410
<p>OpenOCD server specific configurations:</p>
34093411
<ul>
34103412
<li><code>debug.server.openocd.path</code>: is the absolute path to the OpenOCD directory</li>

0.35/search/search_index.json

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

0 commit comments

Comments
 (0)