--- a/eric6/MicroPython/CircuitPythonDevices.py Sat Aug 03 13:37:17 2019 +0200 +++ b/eric6/MicroPython/CircuitPythonDevices.py Tue Aug 06 16:42:39 2019 +0200 @@ -146,6 +146,10 @@ act = menu.addAction(self.tr("Flash CircuitPython Firmware"), self.__flashCircuitPython) act.setEnabled(not connected) + # TODO: add menu entry to copy a .mpy or .py file to the + # device library (creating the /lib folder if it doesn't + # exist already) + # TODO: add menu entry to cross-compile a .py file (using mpy-cross) @pyqtSlot() def __flashCircuitPython(self):