eric6/MicroPython/CircuitPythonFirmwareSelectionDialog.py

changeset 7596
1b1f401e1d70
parent 7595
5db6bfeff23e
child 7597
9dac5ef0126d
equal deleted inserted replaced
7595:5db6bfeff23e 7596:1b1f401e1d70
50 50
51 self.__manualMarker = "<manual>" 51 self.__manualMarker = "<manual>"
52 boards = ( 52 boards = (
53 ("", ""), # indicator for no selection 53 ("", ""), # indicator for no selection
54 54
55 ("Adafruit CLUE", "CLUEBOOT"),
56 ("Circuit Playground Bluefruit", "CPLAYBTBOOT"),
55 ("Circuit Playground Express", "CPLAYBOOT"), 57 ("Circuit Playground Express", "CPLAYBOOT"),
56 ("Feather M0 Express", "FEATHERBOOT"), 58 ("Feather M0 Express", "FEATHERBOOT"),
57 ("Feather M4 Express", "FEATHERBOOT"), 59 ("Feather M4 Express", "FEATHERBOOT"),
58 ("Gemma M0", "GEMMABOOT"), 60 ("Gemma M0", "GEMMABOOT"),
59 ("Grand Central M4 Express", "GCM4BOOT"), 61 ("Grand Central M4 Express", "GCM4BOOT"),

eric ide

mercurial