|
1306 | 1306 | BoardIdentificationProperties.PropertiesEntry
|
1307 | 1307 | </a>
|
1308 | 1308 |
|
| 1309 | +</li> |
| 1310 | + |
| 1311 | + <li class="md-nav__item"> |
| 1312 | + <a href="#boardidentifyrequest" class="md-nav__link"> |
| 1313 | + BoardIdentifyRequest |
| 1314 | + </a> |
| 1315 | + |
| 1316 | +</li> |
| 1317 | + |
| 1318 | + <li class="md-nav__item"> |
| 1319 | + <a href="#boardidentifyrequestpropertiesentry" class="md-nav__link"> |
| 1320 | + BoardIdentifyRequest.PropertiesEntry |
| 1321 | + </a> |
| 1322 | + |
| 1323 | +</li> |
| 1324 | + |
| 1325 | + <li class="md-nav__item"> |
| 1326 | + <a href="#boardidentifyresponse" class="md-nav__link"> |
| 1327 | + BoardIdentifyResponse |
| 1328 | + </a> |
| 1329 | + |
1309 | 1330 | </li>
|
1310 | 1331 |
|
1311 | 1332 | <li class="md-nav__item">
|
|
3104 | 3125 | BoardIdentificationProperties.PropertiesEntry
|
3105 | 3126 | </a>
|
3106 | 3127 |
|
| 3128 | +</li> |
| 3129 | + |
| 3130 | + <li class="md-nav__item"> |
| 3131 | + <a href="#boardidentifyrequest" class="md-nav__link"> |
| 3132 | + BoardIdentifyRequest |
| 3133 | + </a> |
| 3134 | + |
| 3135 | +</li> |
| 3136 | + |
| 3137 | + <li class="md-nav__item"> |
| 3138 | + <a href="#boardidentifyrequestpropertiesentry" class="md-nav__link"> |
| 3139 | + BoardIdentifyRequest.PropertiesEntry |
| 3140 | + </a> |
| 3141 | + |
| 3142 | +</li> |
| 3143 | + |
| 3144 | + <li class="md-nav__item"> |
| 3145 | + <a href="#boardidentifyresponse" class="md-nav__link"> |
| 3146 | + BoardIdentifyResponse |
| 3147 | + </a> |
| 3148 | + |
3107 | 3149 | </li>
|
3108 | 3150 |
|
3109 | 3151 | <li class="md-nav__item">
|
@@ -4480,6 +4522,9 @@ <h2 id="table-of-contents">Table of Contents<a class="headerlink" href="#table-o
|
4480 | 4522 | - <a href="#cc.arduino.cli.commands.v1.BoardDetailsResponse">BoardDetailsResponse</a>
|
4481 | 4523 | - <a href="#cc.arduino.cli.commands.v1.BoardIdentificationProperties">BoardIdentificationProperties</a>
|
4482 | 4524 | - <a href="#cc.arduino.cli.commands.v1.BoardIdentificationProperties.PropertiesEntry">BoardIdentificationProperties.PropertiesEntry</a>
|
| 4525 | + - <a href="#cc.arduino.cli.commands.v1.BoardIdentifyRequest">BoardIdentifyRequest</a> |
| 4526 | + - <a href="#cc.arduino.cli.commands.v1.BoardIdentifyRequest.PropertiesEntry">BoardIdentifyRequest.PropertiesEntry</a> |
| 4527 | + - <a href="#cc.arduino.cli.commands.v1.BoardIdentifyResponse">BoardIdentifyResponse</a> |
4483 | 4528 | - <a href="#cc.arduino.cli.commands.v1.BoardListAllRequest">BoardListAllRequest</a>
|
4484 | 4529 | - <a href="#cc.arduino.cli.commands.v1.BoardListAllResponse">BoardListAllResponse</a>
|
4485 | 4530 | - <a href="#cc.arduino.cli.commands.v1.BoardListItem">BoardListItem</a>
|
@@ -5642,6 +5687,84 @@ <h3 id="boardidentificationpropertiespropertiesentry">BoardIdentificationPropert
|
5642 | 5687 | </tr>
|
5643 | 5688 | </tbody>
|
5644 | 5689 | </table>
|
| 5690 | +<p><a name="cc.arduino.cli.commands.v1.BoardIdentifyRequest"></a></p> |
| 5691 | +<h3 id="boardidentifyrequest">BoardIdentifyRequest<a class="headerlink" href="#boardidentifyrequest" title="Permanent link">¶</a></h3> |
| 5692 | +<table> |
| 5693 | +<thead> |
| 5694 | +<tr> |
| 5695 | +<th>Field</th> |
| 5696 | +<th>Type</th> |
| 5697 | +<th>Label</th> |
| 5698 | +<th>Description</th> |
| 5699 | +</tr> |
| 5700 | +</thead> |
| 5701 | +<tbody> |
| 5702 | +<tr> |
| 5703 | +<td>instance</td> |
| 5704 | +<td><a href="#cc.arduino.cli.commands.v1.Instance">Instance</a></td> |
| 5705 | +<td></td> |
| 5706 | +<td>Arduino Core Service instance from the <code>Init</code> response.</td> |
| 5707 | +</tr> |
| 5708 | +<tr> |
| 5709 | +<td>properties</td> |
| 5710 | +<td><a href="#cc.arduino.cli.commands.v1.BoardIdentifyRequest.PropertiesEntry">BoardIdentifyRequest.PropertiesEntry</a></td> |
| 5711 | +<td>repeated</td> |
| 5712 | +<td>A set of properties to search (can be taken from a Port message).</td> |
| 5713 | +</tr> |
| 5714 | +<tr> |
| 5715 | +<td>use_cloud_api_for_unknown_board_detection</td> |
| 5716 | +<td><a href="#bool">bool</a></td> |
| 5717 | +<td></td> |
| 5718 | +<td>If set to true, when a board cannot be identified using the installed platforms, the cloud API will be called to detect the board.</td> |
| 5719 | +</tr> |
| 5720 | +</tbody> |
| 5721 | +</table> |
| 5722 | +<p><a name="cc.arduino.cli.commands.v1.BoardIdentifyRequest.PropertiesEntry"></a></p> |
| 5723 | +<h3 id="boardidentifyrequestpropertiesentry">BoardIdentifyRequest.PropertiesEntry<a class="headerlink" href="#boardidentifyrequestpropertiesentry" title="Permanent link">¶</a></h3> |
| 5724 | +<table> |
| 5725 | +<thead> |
| 5726 | +<tr> |
| 5727 | +<th>Field</th> |
| 5728 | +<th>Type</th> |
| 5729 | +<th>Label</th> |
| 5730 | +<th>Description</th> |
| 5731 | +</tr> |
| 5732 | +</thead> |
| 5733 | +<tbody> |
| 5734 | +<tr> |
| 5735 | +<td>key</td> |
| 5736 | +<td><a href="#string">string</a></td> |
| 5737 | +<td></td> |
| 5738 | +<td></td> |
| 5739 | +</tr> |
| 5740 | +<tr> |
| 5741 | +<td>value</td> |
| 5742 | +<td><a href="#string">string</a></td> |
| 5743 | +<td></td> |
| 5744 | +<td></td> |
| 5745 | +</tr> |
| 5746 | +</tbody> |
| 5747 | +</table> |
| 5748 | +<p><a name="cc.arduino.cli.commands.v1.BoardIdentifyResponse"></a></p> |
| 5749 | +<h3 id="boardidentifyresponse">BoardIdentifyResponse<a class="headerlink" href="#boardidentifyresponse" title="Permanent link">¶</a></h3> |
| 5750 | +<table> |
| 5751 | +<thead> |
| 5752 | +<tr> |
| 5753 | +<th>Field</th> |
| 5754 | +<th>Type</th> |
| 5755 | +<th>Label</th> |
| 5756 | +<th>Description</th> |
| 5757 | +</tr> |
| 5758 | +</thead> |
| 5759 | +<tbody> |
| 5760 | +<tr> |
| 5761 | +<td>boards</td> |
| 5762 | +<td><a href="#cc.arduino.cli.commands.v1.BoardListItem">BoardListItem</a></td> |
| 5763 | +<td>repeated</td> |
| 5764 | +<td>List of matching boards (they may have an FQBN with options set).</td> |
| 5765 | +</tr> |
| 5766 | +</tbody> |
| 5767 | +</table> |
5645 | 5768 | <p><a name="cc.arduino.cli.commands.v1.BoardListAllRequest"></a></p>
|
5646 | 5769 | <h3 id="boardlistallrequest">BoardListAllRequest<a class="headerlink" href="#boardlistallrequest" title="Permanent link">¶</a></h3>
|
5647 | 5770 | <table>
|
@@ -10845,6 +10968,12 @@ <h3 id="arduinocoreservice">ArduinoCoreService<a class="headerlink" href="#ardui
|
10845 | 10968 | <td>Search boards in installed and not installed Platforms.</td>
|
10846 | 10969 | </tr>
|
10847 | 10970 | <tr>
|
| 10971 | +<td>BoardIdentify</td> |
| 10972 | +<td><a href="#cc.arduino.cli.commands.v1.BoardIdentifyRequest">BoardIdentifyRequest</a></td> |
| 10973 | +<td><a href="#cc.arduino.cli.commands.v1.BoardIdentifyResponse">BoardIdentifyResponse</a></td> |
| 10974 | +<td>Identify a board using the given properties.</td> |
| 10975 | +</tr> |
| 10976 | +<tr> |
10848 | 10977 | <td>BoardListWatch</td>
|
10849 | 10978 | <td><a href="#cc.arduino.cli.commands.v1.BoardListWatchRequest">BoardListWatchRequest</a></td>
|
10850 | 10979 | <td><a href="#cc.arduino.cli.commands.v1.BoardListWatchResponse">BoardListWatchResponse</a> stream</td>
|
|
0 commit comments