--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html Fri Mar 03 11:31:53 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.EspDevices.html Fri Mar 03 11:34:59 2023 +0100 @@ -34,6 +34,18 @@ <td><a href="#createDevice">createDevice</a></td> <td>Function to instantiate a MicroPython device object.</td> </tr> +<tr> +<td><a href="#eraseFlash">eraseFlash</a></td> +<td>Slot to erase the device flash memory.</td> +</tr> +<tr> +<td><a href="#flashAddonFirmware">flashAddonFirmware</a></td> +<td>Slot to flash some additional firmware images.</td> +</tr> +<tr> +<td><a href="#flashPythonFirmware">flashPythonFirmware</a></td> +<td>Slot to flash a MicroPython firmware to the device.</td> +</tr> </table> <hr /> <hr /> @@ -77,7 +89,7 @@ </tr> <tr> <td><a href="#EspDevice.__firmwareVersionResponse">__firmwareVersionResponse</a></td> -<td>Private method handling the response of the latest version request.</td> +<td>Private slot handling the response of the latest version request.</td> </tr> <tr> <td><a href="#EspDevice.__flashAddons">__flashAddons</a></td> @@ -270,7 +282,7 @@ <b>__firmwareVersionResponse</b>(<i>reply</i>) <p> - Private method handling the response of the latest version request. + Private slot handling the response of the latest version request. </p> <dl> @@ -925,4 +937,55 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="eraseFlash" ID="eraseFlash"></a> +<h2>eraseFlash</h2> +<b>eraseFlash</b>(<i>port</i>) + +<p> + Slot to erase the device flash memory. +</p> +<dl> + +<dt><i>port</i> (str)</dt> +<dd> +name of the serial port device to be used +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="flashAddonFirmware" ID="flashAddonFirmware"></a> +<h2>flashAddonFirmware</h2> +<b>flashAddonFirmware</b>(<i>port</i>) + +<p> + Slot to flash some additional firmware images. +</p> +<dl> + +<dt><i>port</i> (str)</dt> +<dd> +name of the serial port device to be used +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> +<hr /> +<a NAME="flashPythonFirmware" ID="flashPythonFirmware"></a> +<h2>flashPythonFirmware</h2> +<b>flashPythonFirmware</b>(<i>port</i>) + +<p> + Slot to flash a MicroPython firmware to the device. +</p> +<dl> + +<dt><i>port</i> (str)</dt> +<dd> +name of the serial port device to be used +</dd> +</dl> +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html> \ No newline at end of file