--- a/src/eric7/Documentation/Source/eric7.MicroPython.Devices.STLinkDevices.html Fri Mar 21 18:11:36 2025 +0100 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.Devices.STLinkDevices.html Fri Mar 21 18:12:17 2025 +0100 @@ -63,14 +63,6 @@ <td>Private method to create the STLink submenu.</td> </tr> <tr> -<td><a href="#STLinkDevice.__deviceVolumeMounted">__deviceVolumeMounted</a></td> -<td>Private method to check, if the device volume is mounted.</td> -</tr> -<tr> -<td><a href="#STLinkDevice.__findWorkspace">__findWorkspace</a></td> -<td>Private method to find the workspace directory.</td> -</tr> -<tr> <td><a href="#STLinkDevice.__firmwareVersionResponse">__firmwareVersionResponse</a></td> <td>Private slot handling the response of the latest version request.</td> </tr> @@ -139,10 +131,6 @@ <td>Public method to get the device firmware download URL.</td> </tr> <tr> -<td><a href="#STLinkDevice.getWorkspace">getWorkspace</a></td> -<td>Public method to get the workspace directory.</td> -</tr> -<tr> <td><a href="#STLinkDevice.hasFlashMenuEntry">hasFlashMenuEntry</a></td> <td>Public method to check, if the device has its own flash menu entry.</td> </tr> @@ -154,10 +142,6 @@ <td><a href="#STLinkDevice.setButtons">setButtons</a></td> <td>Public method to enable the supported action buttons.</td> </tr> -<tr> -<td><a href="#STLinkDevice.supportsLocalFileAccess">supportsLocalFileAccess</a></td> -<td>Public method to indicate file access via a local directory.</td> -</tr> </table> <h3>Static Methods</h3> @@ -195,51 +179,6 @@ Private method to create the STLink submenu. </p> -<a NAME="STLinkDevice.__deviceVolumeMounted" ID="STLinkDevice.__deviceVolumeMounted"></a> -<h4>STLinkDevice.__deviceVolumeMounted</h4> -<b>__deviceVolumeMounted</b>(<i></i>) -<p> - Private method to check, if the device volume is mounted. -</p> - -<dl> -<dt>Return:</dt> -<dd> -flag indicated a mounted device -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -bool -</dd> -</dl> -<a NAME="STLinkDevice.__findWorkspace" ID="STLinkDevice.__findWorkspace"></a> -<h4>STLinkDevice.__findWorkspace</h4> -<b>__findWorkspace</b>(<i>silent=False</i>) -<p> - Private method to find the workspace directory. -</p> - -<dl> - -<dt><i>silent</i> (bool)</dt> -<dd> -flag indicating silent operations -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -workspace directory used for saving files -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -str -</dd> -</dl> <a NAME="STLinkDevice.__firmwareVersionResponse" ID="STLinkDevice.__firmwareVersionResponse"></a> <h4>STLinkDevice.__firmwareVersionResponse</h4> <b>__firmwareVersionResponse</b>(<i>reply</i>) @@ -530,32 +469,6 @@ str </dd> </dl> -<a NAME="STLinkDevice.getWorkspace" ID="STLinkDevice.getWorkspace"></a> -<h4>STLinkDevice.getWorkspace</h4> -<b>getWorkspace</b>(<i>silent=False</i>) -<p> - Public method to get the workspace directory. -</p> - -<dl> - -<dt><i>silent</i> (bool)</dt> -<dd> -flag indicating silent operations -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -workspace directory used for saving files -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -str -</dd> -</dl> <a NAME="STLinkDevice.hasFlashMenuEntry" ID="STLinkDevice.hasFlashMenuEntry"></a> <h4>STLinkDevice.hasFlashMenuEntry</h4> <b>hasFlashMenuEntry</b>(<i></i>) @@ -596,25 +509,6 @@ Public method to enable the supported action buttons. </p> -<a NAME="STLinkDevice.supportsLocalFileAccess" ID="STLinkDevice.supportsLocalFileAccess"></a> -<h4>STLinkDevice.supportsLocalFileAccess</h4> -<b>supportsLocalFileAccess</b>(<i></i>) -<p> - Public method to indicate file access via a local directory. -</p> - -<dl> -<dt>Return:</dt> -<dd> -flag indicating file access via local directory -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -bool -</dd> -</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr />