src/eric7/Documentation/Source/eric7.MicroPython.RP2040Devices.html

branch
eric7
changeset 9747
b7976868d5b0
parent 9738
4ae976ee5339
child 9753
a774e75a45ca
--- a/src/eric7/Documentation/Source/eric7.MicroPython.RP2040Devices.html	Tue Feb 07 11:01:29 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.RP2040Devices.html	Tue Feb 07 18:07:12 2023 +0100
@@ -68,10 +68,18 @@
 <td>Private method to switch the board into 'bootloader' mode.</td>
 </tr>
 <tr>
+<td><a href="#RP2040Device.__firmwareVersionResponse">__firmwareVersionResponse</a></td>
+<td>Private method handling the response of the latest version request.</td>
+</tr>
+<tr>
 <td><a href="#RP2040Device.__flashPython">__flashPython</a></td>
 <td>Private slot to flash a MicroPython firmware to the device.</td>
 </tr>
 <tr>
+<td><a href="#RP2040Device.__showFirmwareVersions">__showFirmwareVersions</a></td>
+<td>Private slot to show the firmware version of the connected device and the available firmware version.</td>
+</tr>
+<tr>
 <td><a href="#RP2040Device.addDeviceMenuEntries">addDeviceMenuEntries</a></td>
 <td>Public method to add device specific entries to the given menu.</td>
 </tr>
@@ -155,6 +163,25 @@
 <p>
         Private method to switch the board into 'bootloader' mode.
 </p>
+<a NAME="RP2040Device.__firmwareVersionResponse" ID="RP2040Device.__firmwareVersionResponse"></a>
+<h4>RP2040Device.__firmwareVersionResponse</h4>
+<b>__firmwareVersionResponse</b>(<i>reply, implementation</i>)
+
+<p>
+        Private method handling the response of the latest version request.
+</p>
+<dl>
+
+<dt><i>reply</i> (QNetworkReply)</dt>
+<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>
 <b>__flashPython</b>(<i></i>)
@@ -162,6 +189,14 @@
 <p>
         Private slot to flash a MicroPython firmware to the device.
 </p>
+<a NAME="RP2040Device.__showFirmwareVersions" ID="RP2040Device.__showFirmwareVersions"></a>
+<h4>RP2040Device.__showFirmwareVersions</h4>
+<b>__showFirmwareVersions</b>(<i></i>)
+
+<p>
+        Private slot to show the firmware version of the connected device and the
+        available firmware version.
+</p>
 <a NAME="RP2040Device.addDeviceMenuEntries" ID="RP2040Device.addDeviceMenuEntries"></a>
 <h4>RP2040Device.addDeviceMenuEntries</h4>
 <b>addDeviceMenuEntries</b>(<i>menu</i>)

eric ide

mercurial