src/eric7/Documentation/Help/source.qhp

branch
eric7-maintenance
changeset 11194
1bfb44d3bedc
parent 11155
e1843b6efa73
parent 11190
f5ffdf0164ab
--- a/src/eric7/Documentation/Help/source.qhp	Sat Mar 01 16:09:50 2025 +0100
+++ b/src/eric7/Documentation/Help/source.qhp	Sun Mar 30 15:10:50 2025 +0200
@@ -292,6 +292,7 @@
               <section title="eric7.MicroPython.Devices.EspDevices" ref="eric7.MicroPython.Devices.EspDevices.html" />
               <section title="eric7.MicroPython.Devices.GenericMicroPythonDevices" ref="eric7.MicroPython.Devices.GenericMicroPythonDevices.html" />
               <section title="eric7.MicroPython.Devices.MicrobitDevices" ref="eric7.MicroPython.Devices.MicrobitDevices.html" />
+              <section title="eric7.MicroPython.Devices.Nrf52Devices" ref="eric7.MicroPython.Devices.Nrf52Devices.html" />
               <section title="eric7.MicroPython.Devices.PyBoardDevices" ref="eric7.MicroPython.Devices.PyBoardDevices.html" />
               <section title="eric7.MicroPython.Devices.RP2Devices" ref="eric7.MicroPython.Devices.RP2Devices.html" />
               <section title="eric7.MicroPython.Devices.STLinkDevices" ref="eric7.MicroPython.Devices.STLinkDevices.html" />
@@ -2195,6 +2196,8 @@
       <keyword name="BaseDevice" id="BaseDevice" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice" />
       <keyword name="BaseDevice (Constructor)" id="BaseDevice (Constructor)" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.__init__" />
       <keyword name="BaseDevice.__getDeviceData" id="BaseDevice.__getDeviceData" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.__getDeviceData" />
+      <keyword name="BaseDevice.__supportsHash" id="BaseDevice.__supportsHash" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.__supportsHash" />
+      <keyword name="BaseDevice._boardInformationCommands" id="BaseDevice._boardInformationCommands" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice._boardInformationCommands" />
       <keyword name="BaseDevice._getSetTimeCode" id="BaseDevice._getSetTimeCode" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice._getSetTimeCode" />
       <keyword name="BaseDevice._shortError" id="BaseDevice._shortError" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice._shortError" />
       <keyword name="BaseDevice.activateBluetoothInterface" id="BaseDevice.activateBluetoothInterface" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.activateBluetoothInterface" />
@@ -2255,7 +2258,9 @@
       <keyword name="BaseDevice.hasTimeCommands" id="BaseDevice.hasTimeCommands" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.hasTimeCommands" />
       <keyword name="BaseDevice.hasWifi" id="BaseDevice.hasWifi" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.hasWifi" />
       <keyword name="BaseDevice.hasWifiCountry" id="BaseDevice.hasWifiCountry" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.hasWifiCountry" />
+      <keyword name="BaseDevice.hash" id="BaseDevice.hash" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.hash" />
       <keyword name="BaseDevice.isLanConnected" id="BaseDevice.isLanConnected" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.isLanConnected" />
+      <keyword name="BaseDevice.isMicrobit" id="BaseDevice.isMicrobit" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.isMicrobit" />
       <keyword name="BaseDevice.isNetworkConnected" id="BaseDevice.isNetworkConnected" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.isNetworkConnected" />
       <keyword name="BaseDevice.isWifiApConnected" id="BaseDevice.isWifiApConnected" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.isWifiApConnected" />
       <keyword name="BaseDevice.isWifiClientConnected" id="BaseDevice.isWifiClientConnected" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.isWifiClientConnected" />
@@ -2286,8 +2291,12 @@
       <keyword name="BaseDevice.startAccessPoint" id="BaseDevice.startAccessPoint" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.startAccessPoint" />
       <keyword name="BaseDevice.stopAccessPoint" id="BaseDevice.stopAccessPoint" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.stopAccessPoint" />
       <keyword name="BaseDevice.submitMode" id="BaseDevice.submitMode" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.submitMode" />
+      <keyword name="BaseDevice.supportsDeviceScan" id="BaseDevice.supportsDeviceScan" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.supportsDeviceScan" />
+      <keyword name="BaseDevice.supportsDirectories" id="BaseDevice.supportsDirectories" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.supportsDirectories" />
       <keyword name="BaseDevice.supportsLocalFileAccess" id="BaseDevice.supportsLocalFileAccess" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.supportsLocalFileAccess" />
+      <keyword name="BaseDevice.supportsRenameFiles" id="BaseDevice.supportsRenameFiles" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.supportsRenameFiles" />
       <keyword name="BaseDevice.syncTime" id="BaseDevice.syncTime" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.syncTime" />
+      <keyword name="BaseDevice.touch" id="BaseDevice.touch" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.touch" />
       <keyword name="BaseDevice.upipInstall" id="BaseDevice.upipInstall" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.upipInstall" />
       <keyword name="BaseDevice.writeCredentials" id="BaseDevice.writeCredentials" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.writeCredentials" />
       <keyword name="BaseDevice.writeLanAutoConnect" id="BaseDevice.writeLanAutoConnect" ref="eric7.MicroPython.Devices.DeviceBase.html#BaseDevice.writeLanAutoConnect" />
@@ -2411,6 +2420,7 @@
       <keyword name="BluetoothStatusDialog" id="BluetoothStatusDialog" ref="eric7.MicroPython.BluetoothDialogs.BluetoothStatusDialog.html#BluetoothStatusDialog" />
       <keyword name="BluetoothStatusDialog (Constructor)" id="BluetoothStatusDialog (Constructor)" ref="eric7.MicroPython.BluetoothDialogs.BluetoothStatusDialog.html#BluetoothStatusDialog.__init__" />
       <keyword name="BluetoothStatusDialog (Module)" id="BluetoothStatusDialog (Module)" ref="eric7.MicroPython.BluetoothDialogs.BluetoothStatusDialog.html" />
+      <keyword name="BluetoothStatusDialog.__showStatus" id="BluetoothStatusDialog.__showStatus" ref="eric7.MicroPython.BluetoothDialogs.BluetoothStatusDialog.html#BluetoothStatusDialog.__showStatus" />
       <keyword name="BoardDataDialog" id="BoardDataDialog" ref="eric7.MicroPython.BoardDataDialog.html#BoardDataDialog" />
       <keyword name="BoardDataDialog (Constructor)" id="BoardDataDialog (Constructor)" ref="eric7.MicroPython.BoardDataDialog.html#BoardDataDialog.__init__" />
       <keyword name="BoardDataDialog (Module)" id="BoardDataDialog (Module)" ref="eric7.MicroPython.BoardDataDialog.html" />
@@ -3105,6 +3115,7 @@
       <keyword name="CircuitPythonDevice.showCircuitPythonVersions" id="CircuitPythonDevice.showCircuitPythonVersions" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.showCircuitPythonVersions" />
       <keyword name="CircuitPythonDevice.startAccessPoint" id="CircuitPythonDevice.startAccessPoint" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.startAccessPoint" />
       <keyword name="CircuitPythonDevice.stopAccessPoint" id="CircuitPythonDevice.stopAccessPoint" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.stopAccessPoint" />
+      <keyword name="CircuitPythonDevice.supportsDeviceScan" id="CircuitPythonDevice.supportsDeviceScan" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.supportsDeviceScan" />
       <keyword name="CircuitPythonDevice.supportsLocalFileAccess" id="CircuitPythonDevice.supportsLocalFileAccess" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.supportsLocalFileAccess" />
       <keyword name="CircuitPythonDevice.writeCredentials" id="CircuitPythonDevice.writeCredentials" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.writeCredentials" />
       <keyword name="CircuitPythonDevice.writeLanAutoConnect" id="CircuitPythonDevice.writeLanAutoConnect" ref="eric7.MicroPython.Devices.CircuitPythonDevices.html#CircuitPythonDevice.writeLanAutoConnect" />
@@ -6919,6 +6930,7 @@
       <keyword name="EspDevice.setNetworkTime" id="EspDevice.setNetworkTime" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.setNetworkTime" />
       <keyword name="EspDevice.startAccessPoint" id="EspDevice.startAccessPoint" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.startAccessPoint" />
       <keyword name="EspDevice.stopAccessPoint" id="EspDevice.stopAccessPoint" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.stopAccessPoint" />
+      <keyword name="EspDevice.supportsDeviceScan" id="EspDevice.supportsDeviceScan" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.supportsDeviceScan" />
       <keyword name="EspDevice.writeCredentials" id="EspDevice.writeCredentials" ref="eric7.MicroPython.Devices.EspDevices.html#EspDevice.writeCredentials" />
       <keyword name="EspDevices (Module)" id="EspDevices (Module)" ref="eric7.MicroPython.Devices.EspDevices.html" />
       <keyword name="EspDialogs (Package)" id="EspDialogs (Package)" ref="index-eric7.MicroPython.Devices.EspDialogs.html" />
@@ -11572,6 +11584,7 @@
       <keyword name="MicroPythonFileManager.fileSystemInfo" id="MicroPythonFileManager.fileSystemInfo" ref="eric7.MicroPython.MicroPythonFileManager.html#MicroPythonFileManager.fileSystemInfo" />
       <keyword name="MicroPythonFileManager.get" id="MicroPythonFileManager.get" ref="eric7.MicroPython.MicroPythonFileManager.html#MicroPythonFileManager.get" />
       <keyword name="MicroPythonFileManager.getData" id="MicroPythonFileManager.getData" ref="eric7.MicroPython.MicroPythonFileManager.html#MicroPythonFileManager.getData" />
+      <keyword name="MicroPythonFileManager.hashFile" id="MicroPythonFileManager.hashFile" ref="eric7.MicroPython.MicroPythonFileManager.html#MicroPythonFileManager.hashFile" />
       <keyword name="MicroPythonFileManager.lls" id="MicroPythonFileManager.lls" ref="eric7.MicroPython.MicroPythonFileManager.html#MicroPythonFileManager.lls" />
       <keyword name="MicroPythonFileManager.makedirs" id="MicroPythonFileManager.makedirs" ref="eric7.MicroPython.MicroPythonFileManager.html#MicroPythonFileManager.makedirs" />
       <keyword name="MicroPythonFileManager.mkdir" id="MicroPythonFileManager.mkdir" ref="eric7.MicroPython.MicroPythonFileManager.html#MicroPythonFileManager.mkdir" />
@@ -11581,6 +11594,7 @@
       <keyword name="MicroPythonFileManager.rename" id="MicroPythonFileManager.rename" ref="eric7.MicroPython.MicroPythonFileManager.html#MicroPythonFileManager.rename" />
       <keyword name="MicroPythonFileManager.rmdir" id="MicroPythonFileManager.rmdir" ref="eric7.MicroPython.MicroPythonFileManager.html#MicroPythonFileManager.rmdir" />
       <keyword name="MicroPythonFileManager.rsync" id="MicroPythonFileManager.rsync" ref="eric7.MicroPython.MicroPythonFileManager.html#MicroPythonFileManager.rsync" />
+      <keyword name="MicroPythonFileManager.touchFile" id="MicroPythonFileManager.touchFile" ref="eric7.MicroPython.MicroPythonFileManager.html#MicroPythonFileManager.touchFile" />
       <keyword name="MicroPythonFileManager.writeFile" id="MicroPythonFileManager.writeFile" ref="eric7.MicroPython.MicroPythonFileManager.html#MicroPythonFileManager.writeFile" />
       <keyword name="MicroPythonFileManagerWidget" id="MicroPythonFileManagerWidget" ref="eric7.MicroPython.MicroPythonFileManagerWidget.html#MicroPythonFileManagerWidget" />
       <keyword name="MicroPythonFileManagerWidget (Constructor)" id="MicroPythonFileManagerWidget (Constructor)" ref="eric7.MicroPython.MicroPythonFileManagerWidget.html#MicroPythonFileManagerWidget.__init__" />
@@ -11618,8 +11632,11 @@
       <keyword name="MicroPythonFileManagerWidget.__renameLocalFile" id="MicroPythonFileManagerWidget.__renameLocalFile" ref="eric7.MicroPython.MicroPythonFileManagerWidget.html#MicroPythonFileManagerWidget.__renameLocalFile" />
       <keyword name="MicroPythonFileManagerWidget.__repopulateLocalFilesList" id="MicroPythonFileManagerWidget.__repopulateLocalFilesList" ref="eric7.MicroPython.MicroPythonFileManagerWidget.html#MicroPythonFileManagerWidget.__repopulateLocalFilesList" />
       <keyword name="MicroPythonFileManagerWidget.__showDeviceContextMenu" id="MicroPythonFileManagerWidget.__showDeviceContextMenu" ref="eric7.MicroPython.MicroPythonFileManagerWidget.html#MicroPythonFileManagerWidget.__showDeviceContextMenu" />
+      <keyword name="MicroPythonFileManagerWidget.__showDeviceFileHash" id="MicroPythonFileManagerWidget.__showDeviceFileHash" ref="eric7.MicroPython.MicroPythonFileManagerWidget.html#MicroPythonFileManagerWidget.__showDeviceFileHash" />
+      <keyword name="MicroPythonFileManagerWidget.__showFileHash" id="MicroPythonFileManagerWidget.__showFileHash" ref="eric7.MicroPython.MicroPythonFileManagerWidget.html#MicroPythonFileManagerWidget.__showFileHash" />
       <keyword name="MicroPythonFileManagerWidget.__showFileSystemInfo" id="MicroPythonFileManagerWidget.__showFileSystemInfo" ref="eric7.MicroPython.MicroPythonFileManagerWidget.html#MicroPythonFileManagerWidget.__showFileSystemInfo" />
       <keyword name="MicroPythonFileManagerWidget.__showLocalContextMenu" id="MicroPythonFileManagerWidget.__showLocalContextMenu" ref="eric7.MicroPython.MicroPythonFileManagerWidget.html#MicroPythonFileManagerWidget.__showLocalContextMenu" />
+      <keyword name="MicroPythonFileManagerWidget.__touchDeviceFile" id="MicroPythonFileManagerWidget.__touchDeviceFile" ref="eric7.MicroPython.MicroPythonFileManagerWidget.html#MicroPythonFileManagerWidget.__touchDeviceFile" />
       <keyword name="MicroPythonFileManagerWidget.__updateSaveButtonStates" id="MicroPythonFileManagerWidget.__updateSaveButtonStates" ref="eric7.MicroPython.MicroPythonFileManagerWidget.html#MicroPythonFileManagerWidget.__updateSaveButtonStates" />
       <keyword name="MicroPythonFileManagerWidget.on_deviceCwd_textChanged" id="MicroPythonFileManagerWidget.on_deviceCwd_textChanged" ref="eric7.MicroPython.MicroPythonFileManagerWidget.html#MicroPythonFileManagerWidget.on_deviceCwd_textChanged" />
       <keyword name="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated" id="MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated" ref="eric7.MicroPython.MicroPythonFileManagerWidget.html#MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated" />
@@ -11817,6 +11834,7 @@
       <keyword name="MicroPythonWidget.getDeviceWorkspace" id="MicroPythonWidget.getDeviceWorkspace" ref="eric7.MicroPython.MicroPythonWidget.html#MicroPythonWidget.getDeviceWorkspace" />
       <keyword name="MicroPythonWidget.getFileManager" id="MicroPythonWidget.getFileManager" ref="eric7.MicroPython.MicroPythonWidget.html#MicroPythonWidget.getFileManager" />
       <keyword name="MicroPythonWidget.handleDataFlood" id="MicroPythonWidget.handleDataFlood" ref="eric7.MicroPython.MicroPythonWidget.html#MicroPythonWidget.handleDataFlood" />
+      <keyword name="MicroPythonWidget.insertData" id="MicroPythonWidget.insertData" ref="eric7.MicroPython.MicroPythonWidget.html#MicroPythonWidget.insertData" />
       <keyword name="MicroPythonWidget.isConnected" id="MicroPythonWidget.isConnected" ref="eric7.MicroPython.MicroPythonWidget.html#MicroPythonWidget.isConnected" />
       <keyword name="MicroPythonWidget.isLinkConnected" id="MicroPythonWidget.isLinkConnected" ref="eric7.MicroPython.MicroPythonWidget.html#MicroPythonWidget.isLinkConnected" />
       <keyword name="MicroPythonWidget.isMicrobit" id="MicroPythonWidget.isMicrobit" ref="eric7.MicroPython.MicroPythonWidget.html#MicroPythonWidget.isMicrobit" />
@@ -11859,6 +11877,7 @@
       <keyword name="MicrobitDevice.__resetDevice" id="MicrobitDevice.__resetDevice" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.__resetDevice" />
       <keyword name="MicrobitDevice.__saveMain" id="MicrobitDevice.__saveMain" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.__saveMain" />
       <keyword name="MicrobitDevice.__showFirmwareVersions" id="MicrobitDevice.__showFirmwareVersions" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.__showFirmwareVersions" />
+      <keyword name="MicrobitDevice._boardInformationCommands" id="MicrobitDevice._boardInformationCommands" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice._boardInformationCommands" />
       <keyword name="MicrobitDevice._getSetTimeCode" id="MicrobitDevice._getSetTimeCode" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice._getSetTimeCode" />
       <keyword name="MicrobitDevice.activateBluetoothInterface" id="MicrobitDevice.activateBluetoothInterface" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.activateBluetoothInterface" />
       <keyword name="MicrobitDevice.addDeviceMenuEntries" id="MicrobitDevice.addDeviceMenuEntries" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.addDeviceMenuEntries" />
@@ -11870,18 +11889,24 @@
       <keyword name="MicrobitDevice.deviceName" id="MicrobitDevice.deviceName" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.deviceName" />
       <keyword name="MicrobitDevice.forceInterrupt" id="MicrobitDevice.forceInterrupt" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.forceInterrupt" />
       <keyword name="MicrobitDevice.getBluetoothStatus" id="MicrobitDevice.getBluetoothStatus" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.getBluetoothStatus" />
+      <keyword name="MicrobitDevice.getBoardInformation" id="MicrobitDevice.getBoardInformation" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.getBoardInformation" />
+      <keyword name="MicrobitDevice.getData" id="MicrobitDevice.getData" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.getData" />
       <keyword name="MicrobitDevice.getDeviceScan" id="MicrobitDevice.getDeviceScan" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.getDeviceScan" />
       <keyword name="MicrobitDevice.getDocumentationUrl" id="MicrobitDevice.getDocumentationUrl" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.getDocumentationUrl" />
       <keyword name="MicrobitDevice.getDownloadMenuEntries" id="MicrobitDevice.getDownloadMenuEntries" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.getDownloadMenuEntries" />
       <keyword name="MicrobitDevice.hasBluetooth" id="MicrobitDevice.hasBluetooth" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.hasBluetooth" />
       <keyword name="MicrobitDevice.hasFlashMenuEntry" id="MicrobitDevice.hasFlashMenuEntry" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.hasFlashMenuEntry" />
       <keyword name="MicrobitDevice.hasTimeCommands" id="MicrobitDevice.hasTimeCommands" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.hasTimeCommands" />
+      <keyword name="MicrobitDevice.isMicrobit" id="MicrobitDevice.isMicrobit" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.isMicrobit" />
       <keyword name="MicrobitDevice.lls" id="MicrobitDevice.lls" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.lls" />
       <keyword name="MicrobitDevice.ls" id="MicrobitDevice.ls" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.ls" />
+      <keyword name="MicrobitDevice.putData" id="MicrobitDevice.putData" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.putData" />
       <keyword name="MicrobitDevice.pwd" id="MicrobitDevice.pwd" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.pwd" />
+      <keyword name="MicrobitDevice.rm" id="MicrobitDevice.rm" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.rm" />
       <keyword name="MicrobitDevice.runScript" id="MicrobitDevice.runScript" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.runScript" />
       <keyword name="MicrobitDevice.setButtons" id="MicrobitDevice.setButtons" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.setButtons" />
       <keyword name="MicrobitDevice.setConnected" id="MicrobitDevice.setConnected" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.setConnected" />
+      <keyword name="MicrobitDevice.supportsDeviceScan" id="MicrobitDevice.supportsDeviceScan" ref="eric7.MicroPython.Devices.MicrobitDevices.html#MicrobitDevice.supportsDeviceScan" />
       <keyword name="MicrobitDevices (Module)" id="MicrobitDevices (Module)" ref="eric7.MicroPython.Devices.MicrobitDevices.html" />
       <keyword name="MicrosoftEngine" id="MicrosoftEngine" ref="eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.MicrosoftEngine.html#MicrosoftEngine" />
       <keyword name="MicrosoftEngine (Constructor)" id="MicrosoftEngine (Constructor)" ref="eric7.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.MicrosoftEngine.html#MicrosoftEngine.__init__" />
@@ -11990,6 +12015,8 @@
       <keyword name="MiniEditor.getSearchSelectionHighlight" id="MiniEditor.getSearchSelectionHighlight" ref="eric7.QScintilla.MiniEditor.html#MiniEditor.getSearchSelectionHighlight" />
       <keyword name="MiniEditor.gotoLine" id="MiniEditor.gotoLine" ref="eric7.QScintilla.MiniEditor.html#MiniEditor.gotoLine" />
       <keyword name="MiniEditor.highlightSearchSelection" id="MiniEditor.highlightSearchSelection" ref="eric7.QScintilla.MiniEditor.html#MiniEditor.highlightSearchSelection" />
+      <keyword name="MiniEditor.isMicroPythonFile" id="MiniEditor.isMicroPythonFile" ref="eric7.QScintilla.MiniEditor.html#MiniEditor.isMicroPythonFile" />
+      <keyword name="MiniEditor.isPy3File" id="MiniEditor.isPy3File" ref="eric7.QScintilla.MiniEditor.html#MiniEditor.isPy3File" />
       <keyword name="MiniEditor.setFileName" id="MiniEditor.setFileName" ref="eric7.QScintilla.MiniEditor.html#MiniEditor.setFileName" />
       <keyword name="MiniEditor.setLanguage" id="MiniEditor.setLanguage" ref="eric7.QScintilla.MiniEditor.html#MiniEditor.setLanguage" />
       <keyword name="MiniEditor.setModified" id="MiniEditor.setModified" ref="eric7.QScintilla.MiniEditor.html#MiniEditor.setModified" />
@@ -12427,6 +12454,33 @@
       <keyword name="NotificationsPage.on_warningFgButton_clicked" id="NotificationsPage.on_warningFgButton_clicked" ref="eric7.Preferences.ConfigurationPages.NotificationsPage.html#NotificationsPage.on_warningFgButton_clicked" />
       <keyword name="NotificationsPage.on_warningResetButton_clicked" id="NotificationsPage.on_warningResetButton_clicked" ref="eric7.Preferences.ConfigurationPages.NotificationsPage.html#NotificationsPage.on_warningResetButton_clicked" />
       <keyword name="NotificationsPage.save" id="NotificationsPage.save" ref="eric7.Preferences.ConfigurationPages.NotificationsPage.html#NotificationsPage.save" />
+      <keyword name="Nrf52Device" id="Nrf52Device" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device" />
+      <keyword name="Nrf52Device (Constructor)" id="Nrf52Device (Constructor)" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.__init__" />
+      <keyword name="Nrf52Device.__activateBootloader" id="Nrf52Device.__activateBootloader" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.__activateBootloader" />
+      <keyword name="Nrf52Device.__createNrfMenu" id="Nrf52Device.__createNrfMenu" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.__createNrfMenu" />
+      <keyword name="Nrf52Device.__firmwareVersionResponse" id="Nrf52Device.__firmwareVersionResponse" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.__firmwareVersionResponse" />
+      <keyword name="Nrf52Device.__flashPython" id="Nrf52Device.__flashPython" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.__flashPython" />
+      <keyword name="Nrf52Device.__resetDevice" id="Nrf52Device.__resetDevice" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.__resetDevice" />
+      <keyword name="Nrf52Device.__showFirmwareVersions" id="Nrf52Device.__showFirmwareVersions" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.__showFirmwareVersions" />
+      <keyword name="Nrf52Device.activateBluetoothInterface" id="Nrf52Device.activateBluetoothInterface" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.activateBluetoothInterface" />
+      <keyword name="Nrf52Device.addDeviceMenuEntries" id="Nrf52Device.addDeviceMenuEntries" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.addDeviceMenuEntries" />
+      <keyword name="Nrf52Device.canRunScript" id="Nrf52Device.canRunScript" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.canRunScript" />
+      <keyword name="Nrf52Device.canStartFileManager" id="Nrf52Device.canStartFileManager" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.canStartFileManager" />
+      <keyword name="Nrf52Device.canStartPlotter" id="Nrf52Device.canStartPlotter" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.canStartPlotter" />
+      <keyword name="Nrf52Device.canStartRepl" id="Nrf52Device.canStartRepl" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.canStartRepl" />
+      <keyword name="Nrf52Device.deactivateBluetoothInterface" id="Nrf52Device.deactivateBluetoothInterface" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.deactivateBluetoothInterface" />
+      <keyword name="Nrf52Device.deviceName" id="Nrf52Device.deviceName" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.deviceName" />
+      <keyword name="Nrf52Device.forceInterrupt" id="Nrf52Device.forceInterrupt" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.forceInterrupt" />
+      <keyword name="Nrf52Device.getBluetoothStatus" id="Nrf52Device.getBluetoothStatus" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.getBluetoothStatus" />
+      <keyword name="Nrf52Device.getDeviceScan" id="Nrf52Device.getDeviceScan" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.getDeviceScan" />
+      <keyword name="Nrf52Device.getDocumentationUrl" id="Nrf52Device.getDocumentationUrl" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.getDocumentationUrl" />
+      <keyword name="Nrf52Device.getDownloadMenuEntries" id="Nrf52Device.getDownloadMenuEntries" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.getDownloadMenuEntries" />
+      <keyword name="Nrf52Device.hasBluetooth" id="Nrf52Device.hasBluetooth" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.hasBluetooth" />
+      <keyword name="Nrf52Device.hasFlashMenuEntry" id="Nrf52Device.hasFlashMenuEntry" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.hasFlashMenuEntry" />
+      <keyword name="Nrf52Device.runScript" id="Nrf52Device.runScript" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.runScript" />
+      <keyword name="Nrf52Device.setButtons" id="Nrf52Device.setButtons" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.setButtons" />
+      <keyword name="Nrf52Device.supportsDeviceScan" id="Nrf52Device.supportsDeviceScan" ref="eric7.MicroPython.Devices.Nrf52Devices.html#Nrf52Device.supportsDeviceScan" />
+      <keyword name="Nrf52Devices (Module)" id="Nrf52Devices (Module)" ref="eric7.MicroPython.Devices.Nrf52Devices.html" />
       <keyword name="NsHtmlReader" id="NsHtmlReader" ref="eric7.WebBrowser.Bookmarks.NsHtmlReader.html#NsHtmlReader" />
       <keyword name="NsHtmlReader (Constructor)" id="NsHtmlReader (Constructor)" ref="eric7.WebBrowser.Bookmarks.NsHtmlReader.html#NsHtmlReader.__init__" />
       <keyword name="NsHtmlReader (Module)" id="NsHtmlReader (Module)" ref="eric7.WebBrowser.Bookmarks.NsHtmlReader.html" />
@@ -14887,6 +14941,7 @@
       <keyword name="RP2Device.enableWebrepl" id="RP2Device.enableWebrepl" ref="eric7.MicroPython.Devices.RP2Devices.html#RP2Device.enableWebrepl" />
       <keyword name="RP2Device.forceInterrupt" id="RP2Device.forceInterrupt" ref="eric7.MicroPython.Devices.RP2Devices.html#RP2Device.forceInterrupt" />
       <keyword name="RP2Device.getBluetoothStatus" id="RP2Device.getBluetoothStatus" ref="eric7.MicroPython.Devices.RP2Devices.html#RP2Device.getBluetoothStatus" />
+      <keyword name="RP2Device.getBoardInformation" id="RP2Device.getBoardInformation" ref="eric7.MicroPython.Devices.RP2Devices.html#RP2Device.getBoardInformation" />
       <keyword name="RP2Device.getConnectedClients" id="RP2Device.getConnectedClients" ref="eric7.MicroPython.Devices.RP2Devices.html#RP2Device.getConnectedClients" />
       <keyword name="RP2Device.getDeviceScan" id="RP2Device.getDeviceScan" ref="eric7.MicroPython.Devices.RP2Devices.html#RP2Device.getDeviceScan" />
       <keyword name="RP2Device.getDocumentationUrl" id="RP2Device.getDocumentationUrl" ref="eric7.MicroPython.Devices.RP2Devices.html#RP2Device.getDocumentationUrl" />
@@ -14910,6 +14965,7 @@
       <keyword name="RP2Device.setNetworkTime" id="RP2Device.setNetworkTime" ref="eric7.MicroPython.Devices.RP2Devices.html#RP2Device.setNetworkTime" />
       <keyword name="RP2Device.startAccessPoint" id="RP2Device.startAccessPoint" ref="eric7.MicroPython.Devices.RP2Devices.html#RP2Device.startAccessPoint" />
       <keyword name="RP2Device.stopAccessPoint" id="RP2Device.stopAccessPoint" ref="eric7.MicroPython.Devices.RP2Devices.html#RP2Device.stopAccessPoint" />
+      <keyword name="RP2Device.supportsDeviceScan" id="RP2Device.supportsDeviceScan" ref="eric7.MicroPython.Devices.RP2Devices.html#RP2Device.supportsDeviceScan" />
       <keyword name="RP2Device.writeCredentials" id="RP2Device.writeCredentials" ref="eric7.MicroPython.Devices.RP2Devices.html#RP2Device.writeCredentials" />
       <keyword name="RP2Device.writeLanAutoConnect" id="RP2Device.writeLanAutoConnect" ref="eric7.MicroPython.Devices.RP2Devices.html#RP2Device.writeLanAutoConnect" />
       <keyword name="RP2Devices (Module)" id="RP2Devices (Module)" ref="eric7.MicroPython.Devices.RP2Devices.html" />
@@ -15039,8 +15095,6 @@
       <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" />
@@ -15058,11 +15112,9 @@
       <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__" />
@@ -17497,12 +17549,12 @@
       <keyword name="TaskViewer.findParentTask" id="TaskViewer.findParentTask" ref="eric7.Tasks.TaskViewer.html#TaskViewer.findParentTask" />
       <keyword name="TaskViewer.getGlobalTasks" id="TaskViewer.getGlobalTasks" ref="eric7.Tasks.TaskViewer.html#TaskViewer.getGlobalTasks" />
       <keyword name="TaskViewer.getProjectTasks" id="TaskViewer.getProjectTasks" ref="eric7.Tasks.TaskViewer.html#TaskViewer.getProjectTasks" />
-      <keyword name="TaskViewer.getTasksScanFilter" id="TaskViewer.getTasksScanFilter" ref="eric7.Tasks.TaskViewer.html#TaskViewer.getTasksScanFilter" />
+      <keyword name="TaskViewer.getProjectTasksScanFilter" id="TaskViewer.getProjectTasksScanFilter" ref="eric7.Tasks.TaskViewer.html#TaskViewer.getProjectTasksScanFilter" />
       <keyword name="TaskViewer.handlePreferencesChanged" id="TaskViewer.handlePreferencesChanged" ref="eric7.Tasks.TaskViewer.html#TaskViewer.handlePreferencesChanged" />
       <keyword name="TaskViewer.regenerateProjectTasks" id="TaskViewer.regenerateProjectTasks" ref="eric7.Tasks.TaskViewer.html#TaskViewer.regenerateProjectTasks" />
       <keyword name="TaskViewer.saveProjectTasks" id="TaskViewer.saveProjectTasks" ref="eric7.Tasks.TaskViewer.html#TaskViewer.saveProjectTasks" />
       <keyword name="TaskViewer.setProjectOpen" id="TaskViewer.setProjectOpen" ref="eric7.Tasks.TaskViewer.html#TaskViewer.setProjectOpen" />
-      <keyword name="TaskViewer.setTasksScanFilter" id="TaskViewer.setTasksScanFilter" ref="eric7.Tasks.TaskViewer.html#TaskViewer.setTasksScanFilter" />
+      <keyword name="TaskViewer.setProjectTasksScanFilter" id="TaskViewer.setProjectTasksScanFilter" ref="eric7.Tasks.TaskViewer.html#TaskViewer.setProjectTasksScanFilter" />
       <keyword name="TaskViewer.stopProjectTaskExtraction" id="TaskViewer.stopProjectTaskExtraction" ref="eric7.Tasks.TaskViewer.html#TaskViewer.stopProjectTaskExtraction" />
       <keyword name="Tasks (Package)" id="Tasks (Package)" ref="index-eric7.Tasks.html" />
       <keyword name="TasksFile" id="TasksFile" ref="eric7.Tasks.TasksFile.html#TasksFile" />
@@ -17690,6 +17742,7 @@
       <keyword name="TestingWidget.__coverageData" id="TestingWidget.__coverageData" ref="eric7.Testing.TestingWidget.html#TestingWidget.__coverageData" />
       <keyword name="TestingWidget.__determineInterpreter" id="TestingWidget.__determineInterpreter" ref="eric7.Testing.TestingWidget.html#TestingWidget.__determineInterpreter" />
       <keyword name="TestingWidget.__discoverTests" id="TestingWidget.__discoverTests" ref="eric7.Testing.TestingWidget.html#TestingWidget.__discoverTests" />
+      <keyword name="TestingWidget.__editorClosing" id="TestingWidget.__editorClosing" ref="eric7.Testing.TestingWidget.html#TestingWidget.__editorClosing" />
       <keyword name="TestingWidget.__findDiscoveryItem" id="TestingWidget.__findDiscoveryItem" ref="eric7.Testing.TestingWidget.html#TestingWidget.__findDiscoveryItem" />
       <keyword name="TestingWidget.__insertDiscovery" id="TestingWidget.__insertDiscovery" ref="eric7.Testing.TestingWidget.html#TestingWidget.__insertDiscovery" />
       <keyword name="TestingWidget.__insertHistory" id="TestingWidget.__insertHistory" ref="eric7.Testing.TestingWidget.html#TestingWidget.__insertHistory" />
@@ -17988,6 +18041,7 @@
       <keyword name="UF2FlashDialog (Module)" id="UF2FlashDialog (Module)" ref="eric7.MicroPython.UF2FlashDialog.html" />
       <keyword name="UF2FlashDialog.__populate" id="UF2FlashDialog.__populate" ref="eric7.MicroPython.UF2FlashDialog.html#UF2FlashDialog.__populate" />
       <keyword name="UF2FlashDialog.__showAllInstructions" id="UF2FlashDialog.__showAllInstructions" ref="eric7.MicroPython.UF2FlashDialog.html#UF2FlashDialog.__showAllInstructions" />
+      <keyword name="UF2FlashDialog.__showFlashInstruction" id="UF2FlashDialog.__showFlashInstruction" ref="eric7.MicroPython.UF2FlashDialog.html#UF2FlashDialog.__showFlashInstruction" />
       <keyword name="UF2FlashDialog.__showManualInstructions" id="UF2FlashDialog.__showManualInstructions" ref="eric7.MicroPython.UF2FlashDialog.html#UF2FlashDialog.__showManualInstructions" />
       <keyword name="UF2FlashDialog.__showMultipleVolumesInformation" id="UF2FlashDialog.__showMultipleVolumesInformation" ref="eric7.MicroPython.UF2FlashDialog.html#UF2FlashDialog.__showMultipleVolumesInformation" />
       <keyword name="UF2FlashDialog.__showNoVolumeInformation" id="UF2FlashDialog.__showNoVolumeInformation" ref="eric7.MicroPython.UF2FlashDialog.html#UF2FlashDialog.__showNoVolumeInformation" />
@@ -19676,6 +19730,7 @@
       <keyword name="WebBrowserWindow.__cut" id="WebBrowserWindow.__cut" ref="eric7.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.__cut" />
       <keyword name="WebBrowserWindow.__del__" id="WebBrowserWindow.__del__" ref="eric7.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.__del__" />
       <keyword name="WebBrowserWindow.__docsInstalled" id="WebBrowserWindow.__docsInstalled" ref="eric7.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.__docsInstalled" />
+      <keyword name="WebBrowserWindow.__editorClosing" id="WebBrowserWindow.__editorClosing" ref="eric7.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.__editorClosing" />
       <keyword name="WebBrowserWindow.__exportShortcuts" id="WebBrowserWindow.__exportShortcuts" ref="eric7.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.__exportShortcuts" />
       <keyword name="WebBrowserWindow.__feedsManagerClosed" id="WebBrowserWindow.__feedsManagerClosed" ref="eric7.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.__feedsManagerClosed" />
       <keyword name="WebBrowserWindow.__filterQtHelpDocumentation" id="WebBrowserWindow.__filterQtHelpDocumentation" ref="eric7.WebBrowser.WebBrowserWindow.html#WebBrowserWindow.__filterQtHelpDocumentation" />
@@ -19975,6 +20030,7 @@
       <keyword name="WifiStatusDialog (Module)" id="WifiStatusDialog (Module)" ref="eric7.MicroPython.WifiDialogs.WifiStatusDialog.html" />
       <keyword name="WifiStatusDialog.__createHeader" id="WifiStatusDialog.__createHeader" ref="eric7.MicroPython.WifiDialogs.WifiStatusDialog.html#WifiStatusDialog.__createHeader" />
       <keyword name="WifiStatusDialog.__createSubheader" id="WifiStatusDialog.__createSubheader" ref="eric7.MicroPython.WifiDialogs.WifiStatusDialog.html#WifiStatusDialog.__createSubheader" />
+      <keyword name="WifiStatusDialog.__showStatus" id="WifiStatusDialog.__showStatus" ref="eric7.MicroPython.WifiDialogs.WifiStatusDialog.html#WifiStatusDialog.__showStatus" />
       <keyword name="WizardEricPluginWizard" id="WizardEricPluginWizard" ref="eric7.Plugins.PluginWizardEricPlugin.html#WizardEricPluginWizard" />
       <keyword name="WizardEricPluginWizard (Constructor)" id="WizardEricPluginWizard (Constructor)" ref="eric7.Plugins.PluginWizardEricPlugin.html#WizardEricPluginWizard.__init__" />
       <keyword name="WizardEricPluginWizard.__callForm" id="WizardEricPluginWizard.__callForm" ref="eric7.Plugins.PluginWizardEricPlugin.html#WizardEricPluginWizard.__callForm" />
@@ -20480,6 +20536,7 @@
       <keyword name="createDevice" id="createDevice" ref="eric7.MicroPython.Devices.EspDevices.html#createDevice" />
       <keyword name="createDevice" id="createDevice" ref="eric7.MicroPython.Devices.GenericMicroPythonDevices.html#createDevice" />
       <keyword name="createDevice" id="createDevice" ref="eric7.MicroPython.Devices.MicrobitDevices.html#createDevice" />
+      <keyword name="createDevice" id="createDevice" ref="eric7.MicroPython.Devices.Nrf52Devices.html#createDevice" />
       <keyword name="createDevice" id="createDevice" ref="eric7.MicroPython.Devices.PyBoardDevices.html#createDevice" />
       <keyword name="createDevice" id="createDevice" ref="eric7.MicroPython.Devices.RP2Devices.html#createDevice" />
       <keyword name="createDevice" id="createDevice" ref="eric7.MicroPython.Devices.STLinkDevices.html#createDevice" />
@@ -20943,7 +21000,6 @@
       <keyword name="getVcsSystemIndicator" id="getVcsSystemIndicator" ref="eric7.Plugins.PluginVcsSubversion.html#getVcsSystemIndicator" />
       <keyword name="getVersions" id="getVersions" ref="eric7.Testing.Interfaces.PytestRunner.html#getVersions" />
       <keyword name="getViewManager" id="getViewManager" ref="eric7.Preferences.__init__.html#getViewManager" />
-      <keyword name="getVolumeName" id="getVolumeName" ref="eric7.SystemUtilities.FileSystemUtilities.html#getVolumeName" />
       <keyword name="getWebBrowser" id="getWebBrowser" ref="eric7.Preferences.__init__.html#getWebBrowser" />
       <keyword name="getWebBrowserSupport" id="getWebBrowserSupport" ref="eric7.Globals.__init__.html#getWebBrowserSupport" />
       <keyword name="getWebEngineVersions" id="getWebEngineVersions" ref="eric7.WebBrowser.Tools.WebBrowserTools.html#getWebEngineVersions" />
@@ -21689,6 +21745,7 @@
       <file>eric7.MicroPython.Devices.EspDialogs.EspFirmwareSelectionDialog.html</file>
       <file>eric7.MicroPython.Devices.GenericMicroPythonDevices.html</file>
       <file>eric7.MicroPython.Devices.MicrobitDevices.html</file>
+      <file>eric7.MicroPython.Devices.Nrf52Devices.html</file>
       <file>eric7.MicroPython.Devices.PyBoardDevices.html</file>
       <file>eric7.MicroPython.Devices.RP2Devices.html</file>
       <file>eric7.MicroPython.Devices.STLinkDevices.html</file>

eric ide

mercurial