diff -r 2b9546c0cbd9 -r a774e75a45ca src/eric7/Documentation/Source/eric7.MicroPython.RP2040Devices.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.RP2040Devices.html Sat Feb 11 19:52:53 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.RP2040Devices.html Sat Feb 11 19:53:53 2023 +0100 @@ -68,6 +68,10 @@ <td>Private method to switch the board into 'bootloader' mode.</td> </tr> <tr> +<td><a href="#RP2040Device.__createRP2040Menu">__createRP2040Menu</a></td> +<td>Private method to create the microbit submenu.</td> +</tr> +<tr> <td><a href="#RP2040Device.__firmwareVersionResponse">__firmwareVersionResponse</a></td> <td>Private method handling the response of the latest version request.</td> </tr> @@ -163,9 +167,16 @@ <p> Private method to switch the board into 'bootloader' mode. </p> +<a NAME="RP2040Device.__createRP2040Menu" ID="RP2040Device.__createRP2040Menu"></a> +<h4>RP2040Device.__createRP2040Menu</h4> +<b>__createRP2040Menu</b>(<i></i>) + +<p> + Private method to create the microbit submenu. +</p> <a NAME="RP2040Device.__firmwareVersionResponse" ID="RP2040Device.__firmwareVersionResponse"></a> <h4>RP2040Device.__firmwareVersionResponse</h4> -<b>__firmwareVersionResponse</b>(<i>reply, implementation</i>) +<b>__firmwareVersionResponse</b>(<i>reply</i>) <p> Private method handling the response of the latest version request. @@ -176,11 +187,6 @@ <dd> reference to the reply object </dd> -<dt><i>implementation</i> (dict)</dt> -<dd> -dictionary containing the implementation data of the - connected device -</dd> </dl> <a NAME="RP2040Device.__flashPython" ID="RP2040Device.__flashPython"></a> <h4>RP2040Device.__flashPython</h4> @@ -414,7 +420,7 @@ <hr /> <a NAME="createDevice" ID="createDevice"></a> <h2>createDevice</h2> -<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName</i>) +<b>createDevice</b>(<i>microPythonWidget, deviceType, vid, pid, boardName, serialNumber</i>) <p> Function to instantiate a MicroPython device object. @@ -441,6 +447,10 @@ <dd> name of the board </dd> +<dt><i>serialNumber</i> (str)</dt> +<dd> +serial number of the board +</dd> </dl> <dl> <dt>Return:</dt>