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

branch
eric7
changeset 9915
fd5ff16632cb
parent 9853
080e060a0383
child 9990
54c614d91eff
--- a/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html	Fri Mar 17 11:29:09 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.MicroPythonWidget.html	Fri Mar 17 19:10:33 2023 +0100
@@ -96,6 +96,10 @@
 <td>Private method to connect to the selected device.</td>
 </tr>
 <tr>
+<td><a href="#MicroPythonWidget.__convertToUF2">__convertToUF2</a></td>
+<td>Private slot to convert a non-UF2 MicroPython firmware file to UF2.</td>
+</tr>
+<tr>
 <td><a href="#MicroPythonWidget.__crossCompile">__crossCompile</a></td>
 <td>Private method to cross compile a Python file to a .mpy file.</td>
 </tr>
@@ -384,6 +388,13 @@
             automatically
 </dd>
 </dl>
+<a NAME="MicroPythonWidget.__convertToUF2" ID="MicroPythonWidget.__convertToUF2"></a>
+<h4>MicroPythonWidget.__convertToUF2</h4>
+<b>__convertToUF2</b>(<i></i>)
+
+<p>
+        Private slot to convert a non-UF2 MicroPython firmware file to UF2.
+</p>
 <a NAME="MicroPythonWidget.__crossCompile" ID="MicroPythonWidget.__crossCompile"></a>
 <h4>MicroPythonWidget.__crossCompile</h4>
 <b>__crossCompile</b>(<i>pythonFile="", title=""</i>)

eric ide

mercurial