Skip to content

Commit

Permalink
Deployed 642ce2e 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 Sep 9, 2024
1 parent ce5c7b2 commit 8312c41
Show file tree
Hide file tree
Showing 8 changed files with 128 additions and 94 deletions.
19 changes: 10 additions & 9 deletions dev/commands/arduino-cli_burn-bootloader/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1459,15 +1459,16 @@ <h3 id="examples">Examples<a class="headerlink" href="#examples" title="Permanen
<div class="highlight"><pre><span></span><code> arduino-cli burn-bootloader -b arduino:avr:uno -P atmel_ice
</code></pre></div>
<h3 id="options">Options<a class="headerlink" href="#options" title="Permanent link">&para;</a></h3>
<div class="highlight"><pre><span></span><code> --board-options strings List of board options separated by commas. Or can be used multiple times for multiple options.
--discovery-timeout duration Max time to wait for port discovery, e.g.: 30s, 1m (default 1s)
-b, --fqbn string Fully Qualified Board Name, e.g.: arduino:avr:uno
-h, --help help for burn-bootloader
-p, --port string Upload port address, e.g.: COM3 or /dev/ttyACM2
-P, --programmer string Programmer to use, e.g: atmel_ice
-l, --protocol string Upload port protocol, e.g: serial
-v, --verbose Turns on verbose mode.
-t, --verify Verify uploaded binary after the upload.
<div class="highlight"><pre><span></span><code> --board-options strings List of board options separated by commas. Or can be used multiple times for multiple options.
--discovery-timeout duration Max time to wait for port discovery, e.g.: 30s, 1m (default 1s)
-b, --fqbn string Fully Qualified Board Name, e.g.: arduino:avr:uno
-h, --help help for burn-bootloader
-p, --port string Upload port address, e.g.: COM3 or /dev/ttyACM2
-P, --programmer string Programmer to use, e.g: atmel_ice
-l, --protocol string Upload port protocol, e.g: serial
--upload-property stringArray Override an upload property with a custom value. Can be used multiple times for multiple properties.
-v, --verbose Turns on verbose mode.
-t, --verify Verify uploaded binary after the upload.
</code></pre></div>
<h3 id="options-inherited-from-parent-commands">Options inherited from parent commands<a class="headerlink" href="#options-inherited-from-parent-commands" title="Permanent link">&para;</a></h3>
<div class="highlight"><pre><span></span><code> --additional-urls strings Comma-separated list of additional URLs for the Boards Manager.
Expand Down
1 change: 1 addition & 0 deletions dev/commands/arduino-cli_debug/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1460,6 +1460,7 @@ <h3 id="examples">Examples<a class="headerlink" href="#examples" title="Permanen
</code></pre></div>
<h3 id="options">Options<a class="headerlink" href="#options" title="Permanent link">&para;</a></h3>
<div class="highlight"><pre><span></span><code> --board-options strings List of board options separated by commas. Or can be used multiple times for multiple options.
--debug-property stringArray Override an debug property with a custom value. Can be used multiple times for multiple properties.
--discovery-timeout duration Max time to wait for port discovery, e.g.: 30s, 1m (default 1s)
-b, --fqbn string Fully Qualified Board Name, e.g.: arduino:avr:uno
-h, --help help for debug
Expand Down
1 change: 1 addition & 0 deletions dev/commands/arduino-cli_debug_check/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1370,6 +1370,7 @@ <h3 id="examples">Examples<a class="headerlink" href="#examples" title="Permanen
</code></pre></div>
<h3 id="options">Options<a class="headerlink" href="#options" title="Permanent link">&para;</a></h3>
<div class="highlight"><pre><span></span><code> --board-options strings List of board options separated by commas. Or can be used multiple times for multiple options.
--debug-property stringArray Override an debug property with a custom value. Can be used multiple times for multiple properties.
--discovery-timeout duration Max time to wait for port discovery, e.g.: 30s, 1m (default 1s)
-b, --fqbn string Fully Qualified Board Name, e.g.: arduino:avr:uno
-h, --help help for check
Expand Down
27 changes: 14 additions & 13 deletions dev/commands/arduino-cli_upload/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1460,19 +1460,20 @@ <h3 id="examples">Examples<a class="headerlink" href="#examples" title="Permanen
arduino-cli upload -p 192.168.10.1 -b arduino:avr:uno --upload-field password=abc
</code></pre></div>
<h3 id="options">Options<a class="headerlink" href="#options" title="Permanent link">&para;</a></h3>
<div class="highlight"><pre><span></span><code> --board-options strings List of board options separated by commas. Or can be used multiple times for multiple options.
--discovery-timeout duration Max time to wait for port discovery, e.g.: 30s, 1m (default 1s)
-b, --fqbn string Fully Qualified Board Name, e.g.: arduino:avr:uno
-h, --help help for upload
--input-dir string Directory containing binaries to upload.
-i, --input-file string Binary file to upload.
-p, --port string Upload port address, e.g.: COM3 or /dev/ttyACM2
-m, --profile string Sketch profile to use
-P, --programmer string Programmer to use, e.g: atmel_ice
-l, --protocol string Upload port protocol, e.g: serial
-F, --upload-field key=value Set a value for a field required to upload.
-v, --verbose Optional, turns on verbose mode.
-t, --verify Verify uploaded binary after the upload.
<div class="highlight"><pre><span></span><code> --board-options strings List of board options separated by commas. Or can be used multiple times for multiple options.
--discovery-timeout duration Max time to wait for port discovery, e.g.: 30s, 1m (default 1s)
-b, --fqbn string Fully Qualified Board Name, e.g.: arduino:avr:uno
-h, --help help for upload
--input-dir string Directory containing binaries to upload.
-i, --input-file string Binary file to upload.
-p, --port string Upload port address, e.g.: COM3 or /dev/ttyACM2
-m, --profile string Sketch profile to use
-P, --programmer string Programmer to use, e.g: atmel_ice
-l, --protocol string Upload port protocol, e.g: serial
-F, --upload-field key=value Set a value for a field required to upload.
--upload-property stringArray Override an upload property with a custom value. Can be used multiple times for multiple properties.
-v, --verbose Optional, turns on verbose mode.
-t, --verify Verify uploaded binary after the upload.
</code></pre></div>
<h3 id="options-inherited-from-parent-commands">Options inherited from parent commands<a class="headerlink" href="#options-inherited-from-parent-commands" title="Permanent link">&para;</a></h3>
<div class="highlight"><pre><span></span><code> --additional-urls strings Comma-separated list of additional URLs for the Boards Manager.
Expand Down
32 changes: 31 additions & 1 deletion dev/rpc/commands/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7314,7 +7314,7 @@ <h3 id="compilerequest">CompileRequest<a class="headerlink" href="#compilereques
<td>build_properties</td>
<td><a href="#string">string</a></td>
<td>repeated</td>
<td>List of custom build properties separated by commas.</td>
<td>List of custom build properties.</td>
</tr>
<tr>
<td>warnings</td>
Expand Down Expand Up @@ -8087,6 +8087,12 @@ <h3 id="getdebugconfigrequest">GetDebugConfigRequest<a class="headerlink" href="
<td></td>
<td>The programmer to use for debugging.</td>
</tr>
<tr>
<td>debug_properties</td>
<td><a href="#string">string</a></td>
<td>repeated</td>
<td>List of custom debug properties.</td>
</tr>
</tbody>
</table>
<p><a name="cc.arduino.cli.commands.v1.GetDebugConfigResponse"></a></p>
Expand Down Expand Up @@ -8237,6 +8243,12 @@ <h3 id="isdebugsupportedrequest">IsDebugSupportedRequest<a class="headerlink" hr
<td></td>
<td>The programmer to use for debugging.</td>
</tr>
<tr>
<td>debug_properties</td>
<td><a href="#string">string</a></td>
<td>repeated</td>
<td>List of custom debug properties.</td>
</tr>
</tbody>
</table>
<p><a name="cc.arduino.cli.commands.v1.IsDebugSupportedResponse"></a></p>
Expand Down Expand Up @@ -10502,6 +10514,12 @@ <h3 id="burnbootloaderrequest">BurnBootloaderRequest<a class="headerlink" href="
<td>repeated</td>
<td>User provided fields usually used by upload tools that need authentication or in any case fields that can be customized by the user at upload time and cannot be known previously. For more info: <a href="https://arduino.github.io/arduino-cli/latest/platform-specification/#user-provided-fields">https://arduino.github.io/arduino-cli/latest/platform-specification/#user-provided-fields</a></td>
</tr>
<tr>
<td>upload_properties</td>
<td><a href="#string">string</a></td>
<td>repeated</td>
<td>List of custom upload properties.</td>
</tr>
</tbody>
</table>
<p><a name="cc.arduino.cli.commands.v1.BurnBootloaderRequest.UserFieldsEntry"></a></p>
Expand Down Expand Up @@ -10734,6 +10752,12 @@ <h3 id="uploadrequest">UploadRequest<a class="headerlink" href="#uploadrequest"
<td>repeated</td>
<td>User provided fields usually used by upload tools that need authentication or in any case fields that can be customized by the user at upload time and cannot be known previously. For more info: <a href="https://arduino.github.io/arduino-cli/latest/platform-specification/#user-provided-fields">https://arduino.github.io/arduino-cli/latest/platform-specification/#user-provided-fields</a></td>
</tr>
<tr>
<td>upload_properties</td>
<td><a href="#string">string</a></td>
<td>repeated</td>
<td>List of custom upload properties.</td>
</tr>
</tbody>
</table>
<p><a name="cc.arduino.cli.commands.v1.UploadRequest.UserFieldsEntry"></a></p>
Expand Down Expand Up @@ -10892,6 +10916,12 @@ <h3 id="uploadusingprogrammerrequest">UploadUsingProgrammerRequest<a class="head
<td>repeated</td>
<td>User provided fields usually used by upload tools that need authentication or in any case fields that can be customized by the user at upload time and cannot be known previously. For more info: <a href="https://arduino.github.io/arduino-cli/latest/platform-specification/#user-provided-fields">https://arduino.github.io/arduino-cli/latest/platform-specification/#user-provided-fields</a></td>
</tr>
<tr>
<td>upload_properties</td>
<td><a href="#string">string</a></td>
<td>repeated</td>
<td>List of custom upload properties.</td>
</tr>
</tbody>
</table>
<p><a name="cc.arduino.cli.commands.v1.UploadUsingProgrammerRequest.UserFieldsEntry"></a></p>
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 8312c41

Please sign in to comment.