eric6/Preferences/__init__.py

changeset 7548
e1c6a2e32a38
parent 7536
861e46f99d65
child 7560
343db73c4842
child 7564
787684e6f2f3
child 7565
928373562e36
--- a/eric6/Preferences/__init__.py	Tue Apr 21 19:47:10 2020 +0200
+++ b/eric6/Preferences/__init__.py	Tue Apr 21 19:52:43 2020 +0200
@@ -1474,15 +1474,21 @@
                                         # QChart.ChartTheme otherwise
         "MpyCrossCompiler": "",         # path of the mpy-cross compiler
         "DfuUtilPath": "",              # path of the dfu-util flashing tool
+        # documentation URLs
         "MicroPythonDocuUrl":
             "https://docs.micropython.org/en/latest/",
         "CircuitPythonDocuUrl":
             "https://circuitpython.readthedocs.io/en/latest/",
         "MicrobitDocuUrl":
             "https://microbit-micropython.readthedocs.io/en/latest/",
-        "MicroPythonFirmwareUrl": "http://micropython.org/download",
-        "CircuitPythonFirmwareUrl": "https://circuitpython.org/downloads",
+        "CalliopeDocuUrl":
+            "https://github.com/calliope-mini/calliope-mini-micropython/", 
+        # MicroPython firmware URLs
+        "MicroPythonFirmwareUrl": "http://micropython.org/download/",
+        "CircuitPythonFirmwareUrl": "https://circuitpython.org/downloads/",
         "MicrobitFirmwareUrl": "https://microbit.org/guide/firmware/",
+        "CalliopeFirmwareUrl":
+            "https://github.com/calliope-mini/calliope-mini-micropython/", 
     }
     if Globals.isWindowsPlatform():
         microPythonDefaults["ColorScheme"] = "Windows 10"

eric ide

mercurial