Skip to content

Commit 8312c41

Browse files
committed
Deployed 642ce2e to dev with MkDocs 1.3.0 and mike 1.1.2
1 parent ce5c7b2 commit 8312c41

File tree

8 files changed

+128
-94
lines changed

8 files changed

+128
-94
lines changed

dev/commands/arduino-cli_burn-bootloader/index.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,15 +1459,16 @@ <h3 id="examples">Examples<a class="headerlink" href="#examples" title="Permanen
14591459
<div class="highlight"><pre><span></span><code> arduino-cli burn-bootloader -b arduino:avr:uno -P atmel_ice
14601460
</code></pre></div>
14611461
<h3 id="options">Options<a class="headerlink" href="#options" title="Permanent link">&para;</a></h3>
1462-
<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.
1463-
--discovery-timeout duration Max time to wait for port discovery, e.g.: 30s, 1m (default 1s)
1464-
-b, --fqbn string Fully Qualified Board Name, e.g.: arduino:avr:uno
1465-
-h, --help help for burn-bootloader
1466-
-p, --port string Upload port address, e.g.: COM3 or /dev/ttyACM2
1467-
-P, --programmer string Programmer to use, e.g: atmel_ice
1468-
-l, --protocol string Upload port protocol, e.g: serial
1469-
-v, --verbose Turns on verbose mode.
1470-
-t, --verify Verify uploaded binary after the upload.
1462+
<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.
1463+
--discovery-timeout duration Max time to wait for port discovery, e.g.: 30s, 1m (default 1s)
1464+
-b, --fqbn string Fully Qualified Board Name, e.g.: arduino:avr:uno
1465+
-h, --help help for burn-bootloader
1466+
-p, --port string Upload port address, e.g.: COM3 or /dev/ttyACM2
1467+
-P, --programmer string Programmer to use, e.g: atmel_ice
1468+
-l, --protocol string Upload port protocol, e.g: serial
1469+
--upload-property stringArray Override an upload property with a custom value. Can be used multiple times for multiple properties.
1470+
-v, --verbose Turns on verbose mode.
1471+
-t, --verify Verify uploaded binary after the upload.
14711472
</code></pre></div>
14721473
<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>
14731474
<div class="highlight"><pre><span></span><code> --additional-urls strings Comma-separated list of additional URLs for the Boards Manager.

dev/commands/arduino-cli_debug/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,6 +1460,7 @@ <h3 id="examples">Examples<a class="headerlink" href="#examples" title="Permanen
14601460
</code></pre></div>
14611461
<h3 id="options">Options<a class="headerlink" href="#options" title="Permanent link">&para;</a></h3>
14621462
<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.
1463+
--debug-property stringArray Override an debug property with a custom value. Can be used multiple times for multiple properties.
14631464
--discovery-timeout duration Max time to wait for port discovery, e.g.: 30s, 1m (default 1s)
14641465
-b, --fqbn string Fully Qualified Board Name, e.g.: arduino:avr:uno
14651466
-h, --help help for debug

dev/commands/arduino-cli_debug_check/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,6 +1370,7 @@ <h3 id="examples">Examples<a class="headerlink" href="#examples" title="Permanen
13701370
</code></pre></div>
13711371
<h3 id="options">Options<a class="headerlink" href="#options" title="Permanent link">&para;</a></h3>
13721372
<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.
1373+
--debug-property stringArray Override an debug property with a custom value. Can be used multiple times for multiple properties.
13731374
--discovery-timeout duration Max time to wait for port discovery, e.g.: 30s, 1m (default 1s)
13741375
-b, --fqbn string Fully Qualified Board Name, e.g.: arduino:avr:uno
13751376
-h, --help help for check

dev/commands/arduino-cli_upload/index.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,19 +1460,20 @@ <h3 id="examples">Examples<a class="headerlink" href="#examples" title="Permanen
14601460
arduino-cli upload -p 192.168.10.1 -b arduino:avr:uno --upload-field password=abc
14611461
</code></pre></div>
14621462
<h3 id="options">Options<a class="headerlink" href="#options" title="Permanent link">&para;</a></h3>
1463-
<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.
1464-
--discovery-timeout duration Max time to wait for port discovery, e.g.: 30s, 1m (default 1s)
1465-
-b, --fqbn string Fully Qualified Board Name, e.g.: arduino:avr:uno
1466-
-h, --help help for upload
1467-
--input-dir string Directory containing binaries to upload.
1468-
-i, --input-file string Binary file to upload.
1469-
-p, --port string Upload port address, e.g.: COM3 or /dev/ttyACM2
1470-
-m, --profile string Sketch profile to use
1471-
-P, --programmer string Programmer to use, e.g: atmel_ice
1472-
-l, --protocol string Upload port protocol, e.g: serial
1473-
-F, --upload-field key=value Set a value for a field required to upload.
1474-
-v, --verbose Optional, turns on verbose mode.
1475-
-t, --verify Verify uploaded binary after the upload.
1463+
<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.
1464+
--discovery-timeout duration Max time to wait for port discovery, e.g.: 30s, 1m (default 1s)
1465+
-b, --fqbn string Fully Qualified Board Name, e.g.: arduino:avr:uno
1466+
-h, --help help for upload
1467+
--input-dir string Directory containing binaries to upload.
1468+
-i, --input-file string Binary file to upload.
1469+
-p, --port string Upload port address, e.g.: COM3 or /dev/ttyACM2
1470+
-m, --profile string Sketch profile to use
1471+
-P, --programmer string Programmer to use, e.g: atmel_ice
1472+
-l, --protocol string Upload port protocol, e.g: serial
1473+
-F, --upload-field key=value Set a value for a field required to upload.
1474+
--upload-property stringArray Override an upload property with a custom value. Can be used multiple times for multiple properties.
1475+
-v, --verbose Optional, turns on verbose mode.
1476+
-t, --verify Verify uploaded binary after the upload.
14761477
</code></pre></div>
14771478
<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>
14781479
<div class="highlight"><pre><span></span><code> --additional-urls strings Comma-separated list of additional URLs for the Boards Manager.

dev/rpc/commands/index.html

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7314,7 +7314,7 @@ <h3 id="compilerequest">CompileRequest<a class="headerlink" href="#compilereques
73147314
<td>build_properties</td>
73157315
<td><a href="#string">string</a></td>
73167316
<td>repeated</td>
7317-
<td>List of custom build properties separated by commas.</td>
7317+
<td>List of custom build properties.</td>
73187318
</tr>
73197319
<tr>
73207320
<td>warnings</td>
@@ -8087,6 +8087,12 @@ <h3 id="getdebugconfigrequest">GetDebugConfigRequest<a class="headerlink" href="
80878087
<td></td>
80888088
<td>The programmer to use for debugging.</td>
80898089
</tr>
8090+
<tr>
8091+
<td>debug_properties</td>
8092+
<td><a href="#string">string</a></td>
8093+
<td>repeated</td>
8094+
<td>List of custom debug properties.</td>
8095+
</tr>
80908096
</tbody>
80918097
</table>
80928098
<p><a name="cc.arduino.cli.commands.v1.GetDebugConfigResponse"></a></p>
@@ -8237,6 +8243,12 @@ <h3 id="isdebugsupportedrequest">IsDebugSupportedRequest<a class="headerlink" hr
82378243
<td></td>
82388244
<td>The programmer to use for debugging.</td>
82398245
</tr>
8246+
<tr>
8247+
<td>debug_properties</td>
8248+
<td><a href="#string">string</a></td>
8249+
<td>repeated</td>
8250+
<td>List of custom debug properties.</td>
8251+
</tr>
82408252
</tbody>
82418253
</table>
82428254
<p><a name="cc.arduino.cli.commands.v1.IsDebugSupportedResponse"></a></p>
@@ -10502,6 +10514,12 @@ <h3 id="burnbootloaderrequest">BurnBootloaderRequest<a class="headerlink" href="
1050210514
<td>repeated</td>
1050310515
<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>
1050410516
</tr>
10517+
<tr>
10518+
<td>upload_properties</td>
10519+
<td><a href="#string">string</a></td>
10520+
<td>repeated</td>
10521+
<td>List of custom upload properties.</td>
10522+
</tr>
1050510523
</tbody>
1050610524
</table>
1050710525
<p><a name="cc.arduino.cli.commands.v1.BurnBootloaderRequest.UserFieldsEntry"></a></p>
@@ -10734,6 +10752,12 @@ <h3 id="uploadrequest">UploadRequest<a class="headerlink" href="#uploadrequest"
1073410752
<td>repeated</td>
1073510753
<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>
1073610754
</tr>
10755+
<tr>
10756+
<td>upload_properties</td>
10757+
<td><a href="#string">string</a></td>
10758+
<td>repeated</td>
10759+
<td>List of custom upload properties.</td>
10760+
</tr>
1073710761
</tbody>
1073810762
</table>
1073910763
<p><a name="cc.arduino.cli.commands.v1.UploadRequest.UserFieldsEntry"></a></p>
@@ -10892,6 +10916,12 @@ <h3 id="uploadusingprogrammerrequest">UploadUsingProgrammerRequest<a class="head
1089210916
<td>repeated</td>
1089310917
<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>
1089410918
</tr>
10919+
<tr>
10920+
<td>upload_properties</td>
10921+
<td><a href="#string">string</a></td>
10922+
<td>repeated</td>
10923+
<td>List of custom upload properties.</td>
10924+
</tr>
1089510925
</tbody>
1089610926
</table>
1089710927
<p><a name="cc.arduino.cli.commands.v1.UploadUsingProgrammerRequest.UserFieldsEntry"></a></p>

dev/search/search_index.json

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

0 commit comments

Comments
 (0)