--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonWidget.html Sat Feb 06 19:22:22 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonWidget.html Sat Feb 06 19:22:43 2021 +0100 @@ -66,7 +66,7 @@ <h3>Class Attributes</h3> <table> -<tr><td>DeviceBoardRole</td></tr><tr><td>DevicePortRole</td></tr><tr><td>DeviceTypeRole</td></tr><tr><td>ZoomMax</td></tr><tr><td>ZoomMin</td></tr> +<tr><td>DeviceBoardRole</td></tr><tr><td>DevicePidRole</td></tr><tr><td>DevicePortRole</td></tr><tr><td>DeviceTypeRole</td></tr><tr><td>DeviceVidRole</td></tr><tr><td>ZoomMax</td></tr><tr><td>ZoomMin</td></tr> </table> <h3>Class Methods</h3> @@ -86,6 +86,10 @@ <td>Private slot to populate the Super Menu before showing it.</td> </tr> <tr> +<td><a href="#MicroPythonWidget.__addUnknownDevices">__addUnknownDevices</a></td> +<td>Private method to add devices to the list of manually added boards.</td> +</tr> +<tr> <td><a href="#MicroPythonWidget.__clear">__clear</a></td> <td>Private slot to clear the REPL pane.</td> </tr> @@ -138,6 +142,10 @@ <td>Private slot to manage the list of ignored serial devices.</td> </tr> <tr> +<td><a href="#MicroPythonWidget.__manageUnknownDevices">__manageUnknownDevices</a></td> +<td>Private slot to manage manually added boards (i.e.</td> +</tr> +<tr> <td><a href="#MicroPythonWidget.__mpyCrossAvailable">__mpyCrossAvailable</a></td> <td>Private method to check the availability of mpy-cross.</td> </tr> @@ -301,6 +309,20 @@ <p> Private slot to populate the Super Menu before showing it. </p> +<a NAME="MicroPythonWidget.__addUnknownDevices" ID="MicroPythonWidget.__addUnknownDevices"></a> +<h4>MicroPythonWidget.__addUnknownDevices</h4> +<b>__addUnknownDevices</b>(<i>devices</i>) + +<p> + Private method to add devices to the list of manually added boards. +</p> +<dl> + +<dt><i>devices</i> (list of tuple of (int, int, str))</dt> +<dd> +list of not ignored but unknown devices +</dd> +</dl> <a NAME="MicroPythonWidget.__clear" ID="MicroPythonWidget.__clear"></a> <h4>MicroPythonWidget.__clear</h4> <b>__clear</b>(<i></i>) @@ -430,6 +452,14 @@ <p> Private slot to manage the list of ignored serial devices. </p> +<a NAME="MicroPythonWidget.__manageUnknownDevices" ID="MicroPythonWidget.__manageUnknownDevices"></a> +<h4>MicroPythonWidget.__manageUnknownDevices</h4> +<b>__manageUnknownDevices</b>(<i></i>) + +<p> + Private slot to manage manually added boards (i.e. those not in the + list of supported boards). +</p> <a NAME="MicroPythonWidget.__mpyCrossAvailable" ID="MicroPythonWidget.__mpyCrossAvailable"></a> <h4>MicroPythonWidget.__mpyCrossAvailable</h4> <b>__mpyCrossAvailable</b>(<i></i>)