src/eric7/Documentation/Help/source.qhp

branch
eric7
changeset 9958
a78b83d1062a
parent 9956
5b138f996a1e
child 9960
f78a1dc5d003
diff -r 0457d754fc9a -r a78b83d1062a src/eric7/Documentation/Help/source.qhp
--- a/src/eric7/Documentation/Help/source.qhp	Sun Apr 02 11:13:14 2023 +0200
+++ b/src/eric7/Documentation/Help/source.qhp	Sun Apr 02 15:55:20 2023 +0200
@@ -294,6 +294,7 @@
               <section title="eric7.MicroPython.Devices.MicrobitDevices" ref="eric7.MicroPython.Devices.MicrobitDevices.html" />
               <section title="eric7.MicroPython.Devices.PyBoardDevices" ref="eric7.MicroPython.Devices.PyBoardDevices.html" />
               <section title="eric7.MicroPython.Devices.RP2040Devices" ref="eric7.MicroPython.Devices.RP2040Devices.html" />
+              <section title="eric7.MicroPython.Devices.STLinkDevices" ref="eric7.MicroPython.Devices.STLinkDevices.html" />
               <section title="eric7.MicroPython.Devices.TeensyDevices" ref="eric7.MicroPython.Devices.TeensyDevices.html" />
               <section title="eric7.MicroPython.Devices.__init__" ref="eric7.MicroPython.Devices.__init__.html" />
             </section>
@@ -14083,6 +14084,34 @@
       <keyword name="ReturnVisitor.visit_While" id="ReturnVisitor.visit_While" ref="eric7.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.MiscellaneousChecker.html#ReturnVisitor.visit_While" />
       <keyword name="ReversedPackageDAG" id="ReversedPackageDAG" ref="eric7.PipInterface.pipdeptree.html#ReversedPackageDAG" />
       <keyword name="ReversedPackageDAG.reverse" id="ReversedPackageDAG.reverse" ref="eric7.PipInterface.pipdeptree.html#ReversedPackageDAG.reverse" />
+      <keyword name="STLinkDevice" id="STLinkDevice" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice" />
+      <keyword name="STLinkDevice (Constructor)" id="STLinkDevice (Constructor)" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.__init__" />
+      <keyword name="STLinkDevice.__createSTLinkMenu" id="STLinkDevice.__createSTLinkMenu" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.__createSTLinkMenu" />
+      <keyword name="STLinkDevice.__deviceVolumeMounted" id="STLinkDevice.__deviceVolumeMounted" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.__deviceVolumeMounted" />
+      <keyword name="STLinkDevice.__findWorkspace" id="STLinkDevice.__findWorkspace" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.__findWorkspace" />
+      <keyword name="STLinkDevice.__firmwareVersionResponse" id="STLinkDevice.__firmwareVersionResponse" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.__firmwareVersionResponse" />
+      <keyword name="STLinkDevice.__flashMicroPython" id="STLinkDevice.__flashMicroPython" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.__flashMicroPython" />
+      <keyword name="STLinkDevice.__resetDevice" id="STLinkDevice.__resetDevice" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.__resetDevice" />
+      <keyword name="STLinkDevice.__showDeviceInfo" id="STLinkDevice.__showDeviceInfo" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.__showDeviceInfo" />
+      <keyword name="STLinkDevice.__showFirmwareVersions" id="STLinkDevice.__showFirmwareVersions" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.__showFirmwareVersions" />
+      <keyword name="STLinkDevice.__stflashAvailable" id="STLinkDevice.__stflashAvailable" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.__stflashAvailable" />
+      <keyword name="STLinkDevice.__stinfoAvailable" id="STLinkDevice.__stinfoAvailable" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.__stinfoAvailable" />
+      <keyword name="STLinkDevice.__stlinkToolAvailable" id="STLinkDevice.__stlinkToolAvailable" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.__stlinkToolAvailable" />
+      <keyword name="STLinkDevice.addDeviceMenuEntries" id="STLinkDevice.addDeviceMenuEntries" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.addDeviceMenuEntries" />
+      <keyword name="STLinkDevice.canRunScript" id="STLinkDevice.canRunScript" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.canRunScript" />
+      <keyword name="STLinkDevice.canStartFileManager" id="STLinkDevice.canStartFileManager" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.canStartFileManager" />
+      <keyword name="STLinkDevice.canStartPlotter" id="STLinkDevice.canStartPlotter" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.canStartPlotter" />
+      <keyword name="STLinkDevice.canStartRepl" id="STLinkDevice.canStartRepl" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.canStartRepl" />
+      <keyword name="STLinkDevice.deviceName" id="STLinkDevice.deviceName" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.deviceName" />
+      <keyword name="STLinkDevice.forceInterrupt" id="STLinkDevice.forceInterrupt" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.forceInterrupt" />
+      <keyword name="STLinkDevice.getDocumentationUrl" id="STLinkDevice.getDocumentationUrl" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.getDocumentationUrl" />
+      <keyword name="STLinkDevice.getFirmwareUrl" id="STLinkDevice.getFirmwareUrl" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.getFirmwareUrl" />
+      <keyword name="STLinkDevice.getWorkspace" id="STLinkDevice.getWorkspace" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.getWorkspace" />
+      <keyword name="STLinkDevice.hasFlashMenuEntry" id="STLinkDevice.hasFlashMenuEntry" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.hasFlashMenuEntry" />
+      <keyword name="STLinkDevice.runScript" id="STLinkDevice.runScript" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.runScript" />
+      <keyword name="STLinkDevice.setButtons" id="STLinkDevice.setButtons" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.setButtons" />
+      <keyword name="STLinkDevice.supportsLocalFileAccess" id="STLinkDevice.supportsLocalFileAccess" ref="eric7.MicroPython.Devices.STLinkDevices.html#STLinkDevice.supportsLocalFileAccess" />
+      <keyword name="STLinkDevices (Module)" id="STLinkDevices (Module)" ref="eric7.MicroPython.Devices.STLinkDevices.html" />
       <keyword name="SafariImporter" id="SafariImporter" ref="eric7.WebBrowser.Bookmarks.BookmarksImporters.SafariImporter.html#SafariImporter" />
       <keyword name="SafariImporter (Constructor)" id="SafariImporter (Constructor)" ref="eric7.WebBrowser.Bookmarks.BookmarksImporters.SafariImporter.html#SafariImporter.__init__" />
       <keyword name="SafariImporter (Module)" id="SafariImporter (Module)" ref="eric7.WebBrowser.Bookmarks.BookmarksImporters.SafariImporter.html" />
@@ -19337,6 +19366,7 @@
       <keyword name="createDevice" id="createDevice" ref="eric7.MicroPython.Devices.MicrobitDevices.html#createDevice" />
       <keyword name="createDevice" id="createDevice" ref="eric7.MicroPython.Devices.PyBoardDevices.html#createDevice" />
       <keyword name="createDevice" id="createDevice" ref="eric7.MicroPython.Devices.RP2040Devices.html#createDevice" />
+      <keyword name="createDevice" id="createDevice" ref="eric7.MicroPython.Devices.STLinkDevices.html#createDevice" />
       <keyword name="createDevice" id="createDevice" ref="eric7.MicroPython.Devices.TeensyDevices.html#createDevice" />
       <keyword name="createEngine" id="createEngine" ref="eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.DeepLEngine.html#createEngine" />
       <keyword name="createEngine" id="createEngine" ref="eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.GoogleV1Engine.html#createEngine" />
@@ -20502,6 +20532,7 @@
       <file>eric7.MicroPython.Devices.MicrobitDevices.html</file>
       <file>eric7.MicroPython.Devices.PyBoardDevices.html</file>
       <file>eric7.MicroPython.Devices.RP2040Devices.html</file>
+      <file>eric7.MicroPython.Devices.STLinkDevices.html</file>
       <file>eric7.MicroPython.Devices.TeensyDevices.html</file>
       <file>eric7.MicroPython.Devices.__init__.html</file>
       <file>eric7.MicroPython.EthernetDialogs.EthernetController.html</file>

eric ide

mercurial