Module implementing the device interface class for PyBoard boards.
None |
PyBoardDevice | Class implementing the device for PyBoard boards. |
createDevice | Function to instantiate a MicroPython device object. |
Class implementing the device for PyBoard boards.
DeviceVolumeName |
FlashInstructionsURL |
None |
PyBoardDevice | Constructor |
__activateBootloader | Private slot to activate the bootloader and disconnect. |
__createPyboardMenu | Private method to create the pyboard submenu. |
__deviceVolumeMounted | Private method to check, if the device volume is mounted. |
__dfuUtilAvailable | Private method to check the availability of dfu-util. |
__findWorkspace | Private method to find the workspace directory. |
__firmwareVersionResponse | Private slot handling the response of the latest version request. |
__flashMicroPython | Private slot to flash a MicroPython firmware. |
__listDfuCapableDevices | Private slot to list all DFU-capable devices. |
__resetDevice | Private slot to reset the connected device. |
__showDfuDisableInstructions | Private method to show some instructions to disable the DFU mode. |
__showDfuEnableInstructions | Private method to show some instructions to enable the DFU mode. |
__showFirmwareVersions | Private slot to show the firmware version of the connected device and the available firmware version. |
__showFlashInstructions | Private slot to open the URL containing instructions for installing MicroPython on the pyboard. |
_getSetTimeCode | Protected method to get the device code to set the time. |
addDeviceMenuEntries | Public method to add device specific entries to the given menu. |
canRunScript | Public method to determine, if a script can be executed. |
canStartFileManager | Public method to determine, if a File Manager can be started. |
canStartPlotter | Public method to determine, if a Plotter can be started. |
canStartRepl | Public method to determine, if a REPL can be started. |
deviceName | Public method to get the name of the device. |
forceInterrupt | Public method to determine the need for an interrupt when opening the serial connection. |
getDocumentationUrl | Public method to get the device documentation URL. |
getFirmwareUrl | Public method to get the device firmware download URL. |
getWorkspace | Public method to get the workspace directory. |
hasFlashMenuEntry | Public method to check, if the device has its own flash menu entry. |
runScript | Public method to run the given Python script. |
setButtons | Public method to enable the supported action buttons. |
supportsLocalFileAccess | Public method to indicate file access via a local directory. |
None |
Constructor
Private slot to activate the bootloader and disconnect.
Private method to create the pyboard submenu.
Private method to check, if the device volume is mounted.
Private method to check the availability of dfu-util.
Private method to find the workspace directory.
Private slot handling the response of the latest version request.
Private slot to flash a MicroPython firmware.
Private slot to list all DFU-capable devices.
Private slot to reset the connected device.
Private method to show some instructions to disable the DFU mode.
Private method to show some instructions to enable the DFU mode.
Private slot to show the firmware version of the connected device and the available firmware version.
Private slot to open the URL containing instructions for installing MicroPython on the pyboard.
Protected method to get the device code to set the time.
Note: This method must be implemented in the various device specific subclasses.
Public method to add device specific entries to the given menu.
Public method to determine, if a script can be executed.
Public method to determine, if a File Manager can be started.
Public method to determine, if a Plotter can be started.
Public method to determine, if a REPL can be started.
Public method to get the name of the device.
Public method to determine the need for an interrupt when opening the serial connection.
Public method to get the device documentation URL.
Public method to get the device firmware download URL.
Public method to get the workspace directory.
Public method to check, if the device has its own flash menu entry.
Public method to run the given Python script.
Public method to enable the supported action buttons.
Public method to indicate file access via a local directory.
Function to instantiate a MicroPython device object.