--- a/src/eric7/APIs/Python3/eric7.api Tue Feb 14 11:09:49 2023 +0100 +++ b/src/eric7/APIs/Python3/eric7.api Tue Feb 14 18:10:30 2023 +0100 @@ -2586,26 +2586,45 @@ eric7.MicroPython.Devices.CircuitPythonUpdater.ShowOutdatedDialog.ShowOutdatedDialog.getSelection?4() eric7.MicroPython.Devices.CircuitPythonUpdater.ShowOutdatedDialog.ShowOutdatedDialog.on_modulesList_itemChanged?4(item, column) eric7.MicroPython.Devices.CircuitPythonUpdater.ShowOutdatedDialog.ShowOutdatedDialog?1(devicePath, selectionMode=False, parent=None) +eric7.MicroPython.Devices.DeviceBase.BaseDevice._getSetTimeCode?5() +eric7.MicroPython.Devices.DeviceBase.BaseDevice._shortError?5(error) eric7.MicroPython.Devices.DeviceBase.BaseDevice.addDeviceMenuEntries?4(menu) eric7.MicroPython.Devices.DeviceBase.BaseDevice.canRunScript?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.canStartFileManager?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.canStartPlotter?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.canStartRepl?4() +eric7.MicroPython.Devices.DeviceBase.BaseDevice.cd?4(dirname) eric7.MicroPython.Devices.DeviceBase.BaseDevice.checkDeviceData?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.deviceName?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.downloadFirmware?4() +eric7.MicroPython.Devices.DeviceBase.BaseDevice.fileSystemInfo?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.forceInterrupt?4() +eric7.MicroPython.Devices.DeviceBase.BaseDevice.get?4(deviceFileName, hostFileName=None) +eric7.MicroPython.Devices.DeviceBase.BaseDevice.getBoardInformation?4() +eric7.MicroPython.Devices.DeviceBase.BaseDevice.getData?4(deviceFileName) eric7.MicroPython.Devices.DeviceBase.BaseDevice.getDeviceData?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.getDeviceType?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.getDocumentationUrl?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.getDownloadMenuEntries?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.getFirmwareUrl?4() +eric7.MicroPython.Devices.DeviceBase.BaseDevice.getModules?4() +eric7.MicroPython.Devices.DeviceBase.BaseDevice.getTime?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.getWorkspace?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.handleDataFlood?4() +eric7.MicroPython.Devices.DeviceBase.BaseDevice.hasCircuitPython?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.hasDocumentationUrl?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.hasFirmwareUrl?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.hasFlashMenuEntry?4() eric7.MicroPython.Devices.DeviceBase.BaseDevice.hasTimeCommands?4() +eric7.MicroPython.Devices.DeviceBase.BaseDevice.lls?4(dirname="", fullstat=False, showHidden=False) +eric7.MicroPython.Devices.DeviceBase.BaseDevice.ls?4(dirname="") +eric7.MicroPython.Devices.DeviceBase.BaseDevice.mkdir?4(dirname) +eric7.MicroPython.Devices.DeviceBase.BaseDevice.put?4(hostFileName, deviceFileName=None) +eric7.MicroPython.Devices.DeviceBase.BaseDevice.putData?4(deviceFileName, content) +eric7.MicroPython.Devices.DeviceBase.BaseDevice.pwd?4() +eric7.MicroPython.Devices.DeviceBase.BaseDevice.rm?4(filename) +eric7.MicroPython.Devices.DeviceBase.BaseDevice.rmdir?4(dirname) +eric7.MicroPython.Devices.DeviceBase.BaseDevice.rmrf?4(name, recursive=False, force=False) eric7.MicroPython.Devices.DeviceBase.BaseDevice.runScript?4(script) eric7.MicroPython.Devices.DeviceBase.BaseDevice.selectDeviceDirectory?4(deviceDirectories) eric7.MicroPython.Devices.DeviceBase.BaseDevice.sendCommands?4(commandsList) @@ -2615,7 +2634,9 @@ eric7.MicroPython.Devices.DeviceBase.BaseDevice.setPlotter?4(on) eric7.MicroPython.Devices.DeviceBase.BaseDevice.setRepl?4(on) eric7.MicroPython.Devices.DeviceBase.BaseDevice.supportsLocalFileAccess?4() +eric7.MicroPython.Devices.DeviceBase.BaseDevice.syncTime?4(deviceType, hasCPy=False) eric7.MicroPython.Devices.DeviceBase.BaseDevice?1(microPythonWidget, deviceType, parent=None) +eric7.MicroPython.Devices.EspDevices.EspDevice._getSetTimeCode?5() eric7.MicroPython.Devices.EspDevices.EspDevice.addDeviceMenuEntries?4(menu) eric7.MicroPython.Devices.EspDevices.EspDevice.canRunScript?4() eric7.MicroPython.Devices.EspDevices.EspDevice.canStartFileManager?4() @@ -2659,6 +2680,7 @@ eric7.MicroPython.Devices.GenericMicroPythonDevices.GenericMicroPythonDevice?1(microPythonWidget, deviceType, vid, pid, parent=None) eric7.MicroPython.Devices.GenericMicroPythonDevices.createDevice?4(microPythonWidget, deviceType, vid, pid, boardName, serialNumber) eric7.MicroPython.Devices.IgnoredBoards?7 +eric7.MicroPython.Devices.MicrobitDevices.MicrobitDevice._getSetTimeCode?5() eric7.MicroPython.Devices.MicrobitDevices.MicrobitDevice.addDeviceMenuEntries?4(menu) eric7.MicroPython.Devices.MicrobitDevices.MicrobitDevice.canRunScript?4() eric7.MicroPython.Devices.MicrobitDevices.MicrobitDevice.canStartFileManager?4() @@ -2670,12 +2692,16 @@ eric7.MicroPython.Devices.MicrobitDevices.MicrobitDevice.getDownloadMenuEntries?4() eric7.MicroPython.Devices.MicrobitDevices.MicrobitDevice.hasFlashMenuEntry?4() eric7.MicroPython.Devices.MicrobitDevices.MicrobitDevice.hasTimeCommands?4() +eric7.MicroPython.Devices.MicrobitDevices.MicrobitDevice.lls?4(dirname="", fullstat=False, showHidden=False) +eric7.MicroPython.Devices.MicrobitDevices.MicrobitDevice.ls?4(dirname="") +eric7.MicroPython.Devices.MicrobitDevices.MicrobitDevice.pwd?4() eric7.MicroPython.Devices.MicrobitDevices.MicrobitDevice.runScript?4(script) eric7.MicroPython.Devices.MicrobitDevices.MicrobitDevice.setButtons?4() eric7.MicroPython.Devices.MicrobitDevices.MicrobitDevice?1(microPythonWidget, deviceType, serialNumber, parent=None) eric7.MicroPython.Devices.MicrobitDevices.createDevice?4(microPythonWidget, deviceType, vid, pid, boardName, serialNumber) eric7.MicroPython.Devices.PyBoardDevices.PyBoardDevice.DeviceVolumeName?7 eric7.MicroPython.Devices.PyBoardDevices.PyBoardDevice.FlashInstructionsURL?7 +eric7.MicroPython.Devices.PyBoardDevices.PyBoardDevice._getSetTimeCode?5() eric7.MicroPython.Devices.PyBoardDevices.PyBoardDevice.addDeviceMenuEntries?4(menu) eric7.MicroPython.Devices.PyBoardDevices.PyBoardDevice.canRunScript?4() eric7.MicroPython.Devices.PyBoardDevices.PyBoardDevice.canStartFileManager?4() @@ -2692,6 +2718,7 @@ eric7.MicroPython.Devices.PyBoardDevices.PyBoardDevice.supportsLocalFileAccess?4() eric7.MicroPython.Devices.PyBoardDevices.PyBoardDevice?1(microPythonWidget, deviceType, parent=None) eric7.MicroPython.Devices.PyBoardDevices.createDevice?4(microPythonWidget, deviceType, vid, pid, boardName, serialNumber) +eric7.MicroPython.Devices.RP2040Devices.RP2040Device._getSetTimeCode?5() eric7.MicroPython.Devices.RP2040Devices.RP2040Device.addDeviceMenuEntries?4(menu) eric7.MicroPython.Devices.RP2040Devices.RP2040Device.canRunScript?4() eric7.MicroPython.Devices.RP2040Devices.RP2040Device.canStartFileManager?4() @@ -2707,6 +2734,7 @@ eric7.MicroPython.Devices.RP2040Devices.RP2040Device?1(microPythonWidget, deviceType, parent=None) eric7.MicroPython.Devices.RP2040Devices.createDevice?4(microPythonWidget, deviceType, vid, pid, boardName, serialNumber) eric7.MicroPython.Devices.SupportedBoards?7 +eric7.MicroPython.Devices.TeensyDevices.TeensyDevice._getSetTimeCode?5() eric7.MicroPython.Devices.TeensyDevices.TeensyDevice.addDeviceMenuEntries?4(menu) eric7.MicroPython.Devices.TeensyDevices.TeensyDevice.canRunScript?4() eric7.MicroPython.Devices.TeensyDevices.TeensyDevice.canStartFileManager?4() @@ -2726,36 +2754,17 @@ eric7.MicroPython.Devices.getSupportedDevices?4() eric7.MicroPython.IgnoredDevicesDialog.IgnoredDevicesDialog.getDevices?4() eric7.MicroPython.IgnoredDevicesDialog.IgnoredDevicesDialog?1(deviceList, parent=None) -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.cd?4(dirname) -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.connectToDevice?4(port) -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.dataReceived?7 -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.disconnectFromDevice?4() -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.execute?4(commands) -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.executeAsync?4(commandsList) -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.executeAsyncFinished?7 -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.fileSystemInfo?4() -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.get?4(deviceFileName, hostFileName=None) -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.getBoardInformation?4() -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.getData?4(deviceFileName) -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.getDeviceData?4() -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.getModules?4() -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.getTime?4() -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.handlePreferencesChanged?4() -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.isConnected?4() -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.lls?4(dirname="", fullstat=False, showHidden=False) -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.ls?4(dirname="") -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.mkdir?4(dirname) -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.probeDevice?4() -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.put?4(hostFileName, deviceFileName=None) -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.putData?4(deviceFileName, content) -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.pwd?4() -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.remainingTask?4() -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.rm?4(filename) -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.rmdir?4(dirname) -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.rmrf?4(name, recursive=False, force=False) -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.syncTime?4(deviceType, hasCPy=False) -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface.write?4(data) -eric7.MicroPython.MicroPythonCommandsInterface.MicroPythonCommandsInterface?1(parent=None) +eric7.MicroPython.MicroPythonDeviceInterface.MicroPythonDeviceInterface.connectToDevice?4(port) +eric7.MicroPython.MicroPythonDeviceInterface.MicroPythonDeviceInterface.dataReceived?7 +eric7.MicroPython.MicroPythonDeviceInterface.MicroPythonDeviceInterface.disconnectFromDevice?4() +eric7.MicroPython.MicroPythonDeviceInterface.MicroPythonDeviceInterface.execute?4(commands) +eric7.MicroPython.MicroPythonDeviceInterface.MicroPythonDeviceInterface.executeAsync?4(commandsList) +eric7.MicroPython.MicroPythonDeviceInterface.MicroPythonDeviceInterface.executeAsyncFinished?7 +eric7.MicroPython.MicroPythonDeviceInterface.MicroPythonDeviceInterface.handlePreferencesChanged?4() +eric7.MicroPython.MicroPythonDeviceInterface.MicroPythonDeviceInterface.isConnected?4() +eric7.MicroPython.MicroPythonDeviceInterface.MicroPythonDeviceInterface.probeDevice?4() +eric7.MicroPython.MicroPythonDeviceInterface.MicroPythonDeviceInterface.write?4(data) +eric7.MicroPython.MicroPythonDeviceInterface.MicroPythonDeviceInterface?1(parent=None) eric7.MicroPython.MicroPythonFileManager.MicroPythonFileManager.cd?4(dirname) eric7.MicroPython.MicroPythonFileManager.MicroPythonFileManager.createDirectoryDone?7 eric7.MicroPython.MicroPythonFileManager.MicroPythonFileManager.currentDir?7 @@ -2781,7 +2790,7 @@ eric7.MicroPython.MicroPythonFileManager.MicroPythonFileManager.rsync?4(hostDirectory, deviceDirectory, mirror=True, localDevice=False) eric7.MicroPython.MicroPythonFileManager.MicroPythonFileManager.rsyncDone?7 eric7.MicroPython.MicroPythonFileManager.MicroPythonFileManager.rsyncProgressMessage?7 -eric7.MicroPython.MicroPythonFileManager.MicroPythonFileManager?1(commandsInterface, parent=None) +eric7.MicroPython.MicroPythonFileManager.MicroPythonFileManager?1(device, parent=None) eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemActivated?4(item, column) eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_deviceFileTreeWidget_itemSelectionChanged?4() eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_deviceHomeButton_clicked?4() @@ -2802,7 +2811,7 @@ eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.on_syncButton_clicked?4() eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.start?4() eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget.stop?4() -eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget?1(commandsInterface, deviceWithLocalAccess, parent=None) +eric7.MicroPython.MicroPythonFileManagerWidget.MicroPythonFileManagerWidget?1(device, parent=None) eric7.MicroPython.MicroPythonFileSystemUtilities.MPY_EPOCH?7 eric7.MicroPython.MicroPythonFileSystemUtilities.decoratedName?4(name, mode, isDir=False) eric7.MicroPython.MicroPythonFileSystemUtilities.fstat?4(filename) @@ -2837,8 +2846,8 @@ eric7.MicroPython.MicroPythonWidget.MicroPythonWidget.ManualMarker?7 eric7.MicroPython.MicroPythonWidget.MicroPythonWidget.ZoomMax?7 eric7.MicroPython.MicroPythonWidget.MicroPythonWidget.ZoomMin?7 -eric7.MicroPython.MicroPythonWidget.MicroPythonWidget.commandsInterface?4() eric7.MicroPython.MicroPythonWidget.MicroPythonWidget.dataReceived?7 +eric7.MicroPython.MicroPythonWidget.MicroPythonWidget.deviceInterface?4() eric7.MicroPython.MicroPythonWidget.MicroPythonWidget.eventFilter?4(obj, evt) eric7.MicroPython.MicroPythonWidget.MicroPythonWidget.getCurrentBoard?4() eric7.MicroPython.MicroPythonWidget.MicroPythonWidget.getCurrentPort?4()