--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html Mon Feb 01 10:38:16 2021 +0100 @@ -114,6 +114,10 @@ <td>Public method to get the name of the device.</td> </tr> <tr> +<td><a href="#MicroPythonDevice.downloadFirmware">downloadFirmware</a></td> +<td>Public method to download the device firmware.</td> +</tr> +<tr> <td><a href="#MicroPythonDevice.forceInterrupt">forceInterrupt</a></td> <td>Public method to determine the need for an interrupt when opening the serial connection.</td> </tr> @@ -220,7 +224,7 @@ Public method to determine, if a script can be executed. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a Plotter and a reason why it cannot. @@ -240,7 +244,7 @@ Public method to determine, if a File Manager can be started. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a File Manager and a reason why it cannot. @@ -260,7 +264,7 @@ Public method to determine, if a Plotter can be started. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a Plotter and a reason why it cannot. @@ -280,7 +284,7 @@ Public method to determine, if a REPL can be started. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a REPL and a reason why it cannot. @@ -300,7 +304,7 @@ Public method to get the name of the device. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the device </dd> @@ -311,6 +315,13 @@ str </dd> </dl> +<a NAME="MicroPythonDevice.downloadFirmware" ID="MicroPythonDevice.downloadFirmware"></a> +<h4>MicroPythonDevice.downloadFirmware</h4> +<b>downloadFirmware</b>(<i></i>) + +<p> + Public method to download the device firmware. +</p> <a NAME="MicroPythonDevice.forceInterrupt" ID="MicroPythonDevice.forceInterrupt"></a> <h4>MicroPythonDevice.forceInterrupt</h4> <b>forceInterrupt</b>(<i></i>) @@ -320,7 +331,7 @@ serial connection. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an interrupt is needed </dd> @@ -339,7 +350,7 @@ Public method to get the device documentation URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> documentation URL of the device </dd> @@ -358,7 +369,7 @@ Public method to get the device firmware download URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> firmware download URL of the device </dd> @@ -377,7 +388,7 @@ Public method to get the workspace directory. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> workspace directory used for saving files </dd> @@ -404,7 +415,7 @@ URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a configured documentation URL </dd> @@ -424,7 +435,7 @@ download URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a configured firmware download URL </dd> @@ -446,7 +457,7 @@ The default returns True. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating support for time commands </dd> @@ -542,7 +553,7 @@ Public method to indicate file access via a local directory. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating file access via local directory </dd> @@ -575,7 +586,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> instantiated device interface </dd> @@ -608,7 +619,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> icon for the board (iconFormat == True) or a pixmap (iconFormat == False) @@ -631,7 +642,7 @@ Function to check the serial ports for supported MicroPython devices. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a list of tuples with the board type, a description and the serial port it is connected at for known device @@ -657,7 +668,7 @@ Function to get a list of supported MicroPython devices. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> set of tuples with the board type and description </dd>