Skip to content

Commit e85fc6f

Browse files
committed
Deployed 7a4f716 to dev with MkDocs 1.3.0 and mike 1.1.2
1 parent ba6b499 commit e85fc6f

File tree

4 files changed

+79
-79
lines changed

4 files changed

+79
-79
lines changed

dev/platform-specification/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2821,14 +2821,14 @@ <h2 id="boardstxt">boards.txt<a class="headerlink" href="#boardstxt" title="Perm
28212821
<p>If the platform supports pluggable discovery it may also declare a set of <code>upload_port.*</code> properties, these properties
28222822
will be used to identify a board by the discovery process when plugged in.</p>
28232823
<p>For example we could declare a series of <code>upload_port.vid</code> and <code>upload_port.pid</code> properties for the Uno like so:</p>
2824-
<div class="highlight"><pre><span></span><code>uno.upload_port.vid.0=0x2341
2825-
uno.upload_port.pid.0=0x0043
2826-
uno.upload_port.vid.1=0x2341
2827-
uno.upload_port.pid.1=0x0001
2828-
uno.upload_port.vid.2=0x2A03
2829-
uno.upload_port.pid.2=0x0043
2830-
uno.upload_port.vid.3=0x2341
2831-
uno.upload_port.pid.3=0x0243
2824+
<div class="highlight"><pre><span></span><code>uno.upload_port.0.vid=0x2341
2825+
uno.upload_port.0.pid=0x0043
2826+
uno.upload_port.1.vid=0x2341
2827+
uno.upload_port.1.pid=0x0001
2828+
uno.upload_port.2.vid=0x2A03
2829+
uno.upload_port.2.pid=0x0043
2830+
uno.upload_port.3.vid=0x2341
2831+
uno.upload_port.3.pid=0x0243
28322832
</code></pre></div>
28332833
<p>In this case we're using the board's USB VID/PID pair to identify it but <code>upload_port.*</code> properties can be anything that
28342834
can help identify a certain board. For more detailed information see the

dev/search/search_index.json

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

0 commit comments

Comments
 (0)