Skip to content

Commit

Permalink
Deployed 3a2f9f1 to dev with MkDocs 1.3.0 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ArduinoBot committed Oct 12, 2023
1 parent 61881c7 commit 8d39000
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 70 deletions.
5 changes: 4 additions & 1 deletion dev/platform-specification/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3359,7 +3359,10 @@ <h3 id="debugger-configuration-directives">Debugger configuration directives<a c
<ul>
<li><code>debug.server.openocd.path</code>: is the absolute path to the OpenOCD directory</li>
<li><code>debug.server.openocd.scripts_dir</code>: is the absolute path to the OpenOCD scripts directory</li>
<li><code>debug.server.openocd.scripts.N</code>: is a list of OpenOCD scripts to run (where N is a number starting from 0)</li>
<li><code>debug.server.openocd.scripts.N</code>: is a list of OpenOCD script files to run, where N is a number (a sequence of
non-consecutive numbers is allowed)</li>
<li><code>debug.server.openocd.script</code>: if there is only one OpenOCD script to run, this directive con be used instead of the
<code>debug.server.openocd.scripts.N</code> (this directive is ignored if <code>debug.server.openocd.scripts.N</code> is present)</li>
</ul>
<h3 id="custom-config-for-cortext-debug-plugin-for-arduino-ide">Custom config for Cortext-debug plugin for Arduino IDE<a class="headerlink" href="#custom-config-for-cortext-debug-plugin-for-arduino-ide" title="Permanent link">&para;</a></h3>
<p>The Arduino IDE uses cortex-debug plugin to start a debugging session. The IDE creates a <code>launch.json</code> file that is
Expand Down
2 changes: 1 addition & 1 deletion dev/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 8d39000

Please sign in to comment.