diff -r ddf0407d42be -r 1a09700229e7 src/eric7/Documentation/Source/eric7.MicroPython.CircuitPythonDevices.html --- a/src/eric7/Documentation/Source/eric7.MicroPython.CircuitPythonDevices.html Sun Feb 12 15:14:28 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.CircuitPythonDevices.html Sun Feb 12 18:11:20 2023 +0100 @@ -88,11 +88,7 @@ </tr> <tr> <td><a href="#CircuitPythonDevice.__flashCircuitPython">__flashCircuitPython</a></td> -<td>Private slot to flash a CircuitPython firmware to the device.</td> -</tr> -<tr> -<td><a href="#CircuitPythonDevice.__flashTeensy">__flashTeensy</a></td> -<td>Private method to show a message box because Teens does not support the UF2 bootloader yet.</td> +<td>Private slot to flash a CircuitPython firmware to a device supporting UF2.</td> </tr> <tr> <td><a href="#CircuitPythonDevice.__installLibraryFiles">__installLibraryFiles</a></td> @@ -103,6 +99,14 @@ <td>Private slot to show the CircuitPython version of a connected device and the latest available one (from Github).</td> </tr> <tr> +<td><a href="#CircuitPythonDevice.__showTeensyFlashInstructions">__showTeensyFlashInstructions</a></td> +<td>Private method to show a message box because Teensy does not support the UF2 bootloader yet.</td> +</tr> +<tr> +<td><a href="#CircuitPythonDevice.__startTeensyLoader">__startTeensyLoader</a></td> +<td>Private method to start the 'Teensy Loader' application.</td> +</tr> +<tr> <td><a href="#CircuitPythonDevice.addDeviceMenuEntries">addDeviceMenuEntries</a></td> <td>Public method to add device specific entries to the given menu.</td> </tr> @@ -296,15 +300,7 @@ <b>__flashCircuitPython</b>(<i></i>) <p> - Private slot to flash a CircuitPython firmware to the device. -</p> -<a NAME="CircuitPythonDevice.__flashTeensy" ID="CircuitPythonDevice.__flashTeensy"></a> -<h4>CircuitPythonDevice.__flashTeensy</h4> -<b>__flashTeensy</b>(<i></i>) - -<p> - Private method to show a message box because Teens does not support - the UF2 bootloader yet. + Private slot to flash a CircuitPython firmware to a device supporting UF2. </p> <a NAME="CircuitPythonDevice.__installLibraryFiles" ID="CircuitPythonDevice.__installLibraryFiles"></a> <h4>CircuitPythonDevice.__installLibraryFiles</h4> @@ -329,6 +325,24 @@ Private slot to show the CircuitPython version of a connected device and the latest available one (from Github). </p> +<a NAME="CircuitPythonDevice.__showTeensyFlashInstructions" ID="CircuitPythonDevice.__showTeensyFlashInstructions"></a> +<h4>CircuitPythonDevice.__showTeensyFlashInstructions</h4> +<b>__showTeensyFlashInstructions</b>(<i></i>) + +<p> + Private method to show a message box because Teensy does not support + the UF2 bootloader yet. +</p> +<a NAME="CircuitPythonDevice.__startTeensyLoader" ID="CircuitPythonDevice.__startTeensyLoader"></a> +<h4>CircuitPythonDevice.__startTeensyLoader</h4> +<b>__startTeensyLoader</b>(<i></i>) + +<p> + Private method to start the 'Teensy Loader' application. +</p> +<p> + Note: The application must be accessible via the application search path. +</p> <a NAME="CircuitPythonDevice.addDeviceMenuEntries" ID="CircuitPythonDevice.addDeviceMenuEntries"></a> <h4>CircuitPythonDevice.addDeviceMenuEntries</h4> <b>addDeviceMenuEntries</b>(<i>menu</i>)