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

branch
eric7
changeset 9747
b7976868d5b0
parent 9738
4ae976ee5339
child 9753
a774e75a45ca
equal deleted inserted replaced
9746:37d460e32843 9747:b7976868d5b0
66 <tr> 66 <tr>
67 <td><a href="#RP2040Device.__activateBootloader">__activateBootloader</a></td> 67 <td><a href="#RP2040Device.__activateBootloader">__activateBootloader</a></td>
68 <td>Private method to switch the board into 'bootloader' mode.</td> 68 <td>Private method to switch the board into 'bootloader' mode.</td>
69 </tr> 69 </tr>
70 <tr> 70 <tr>
71 <td><a href="#RP2040Device.__firmwareVersionResponse">__firmwareVersionResponse</a></td>
72 <td>Private method handling the response of the latest version request.</td>
73 </tr>
74 <tr>
71 <td><a href="#RP2040Device.__flashPython">__flashPython</a></td> 75 <td><a href="#RP2040Device.__flashPython">__flashPython</a></td>
72 <td>Private slot to flash a MicroPython firmware to the device.</td> 76 <td>Private slot to flash a MicroPython firmware to the device.</td>
77 </tr>
78 <tr>
79 <td><a href="#RP2040Device.__showFirmwareVersions">__showFirmwareVersions</a></td>
80 <td>Private slot to show the firmware version of the connected device and the available firmware version.</td>
73 </tr> 81 </tr>
74 <tr> 82 <tr>
75 <td><a href="#RP2040Device.addDeviceMenuEntries">addDeviceMenuEntries</a></td> 83 <td><a href="#RP2040Device.addDeviceMenuEntries">addDeviceMenuEntries</a></td>
76 <td>Public method to add device specific entries to the given menu.</td> 84 <td>Public method to add device specific entries to the given menu.</td>
77 </tr> 85 </tr>
153 <b>__activateBootloader</b>(<i></i>) 161 <b>__activateBootloader</b>(<i></i>)
154 162
155 <p> 163 <p>
156 Private method to switch the board into 'bootloader' mode. 164 Private method to switch the board into 'bootloader' mode.
157 </p> 165 </p>
166 <a NAME="RP2040Device.__firmwareVersionResponse" ID="RP2040Device.__firmwareVersionResponse"></a>
167 <h4>RP2040Device.__firmwareVersionResponse</h4>
168 <b>__firmwareVersionResponse</b>(<i>reply, implementation</i>)
169
170 <p>
171 Private method handling the response of the latest version request.
172 </p>
173 <dl>
174
175 <dt><i>reply</i> (QNetworkReply)</dt>
176 <dd>
177 reference to the reply object
178 </dd>
179 <dt><i>implementation</i> (dict)</dt>
180 <dd>
181 dictionary containing the implementation data of the
182 connected device
183 </dd>
184 </dl>
158 <a NAME="RP2040Device.__flashPython" ID="RP2040Device.__flashPython"></a> 185 <a NAME="RP2040Device.__flashPython" ID="RP2040Device.__flashPython"></a>
159 <h4>RP2040Device.__flashPython</h4> 186 <h4>RP2040Device.__flashPython</h4>
160 <b>__flashPython</b>(<i></i>) 187 <b>__flashPython</b>(<i></i>)
161 188
162 <p> 189 <p>
163 Private slot to flash a MicroPython firmware to the device. 190 Private slot to flash a MicroPython firmware to the device.
191 </p>
192 <a NAME="RP2040Device.__showFirmwareVersions" ID="RP2040Device.__showFirmwareVersions"></a>
193 <h4>RP2040Device.__showFirmwareVersions</h4>
194 <b>__showFirmwareVersions</b>(<i></i>)
195
196 <p>
197 Private slot to show the firmware version of the connected device and the
198 available firmware version.
164 </p> 199 </p>
165 <a NAME="RP2040Device.addDeviceMenuEntries" ID="RP2040Device.addDeviceMenuEntries"></a> 200 <a NAME="RP2040Device.addDeviceMenuEntries" ID="RP2040Device.addDeviceMenuEntries"></a>
166 <h4>RP2040Device.addDeviceMenuEntries</h4> 201 <h4>RP2040Device.addDeviceMenuEntries</h4>
167 <b>addDeviceMenuEntries</b>(<i>menu</i>) 202 <b>addDeviceMenuEntries</b>(<i>menu</i>)
168 203

eric ide

mercurial