eric6/Preferences/__init__.py

changeset 8053
5316e335722f
parent 8051
b78279548993
child 8059
32ba069e1328
diff -r 22d519ab13df -r 5316e335722f eric6/Preferences/__init__.py
--- a/eric6/Preferences/__init__.py	Tue Feb 02 09:45:20 2021 +0100
+++ b/eric6/Preferences/__init__.py	Tue Feb 02 14:32:59 2021 +0100
@@ -1455,17 +1455,21 @@
         "MpyCrossCompiler": "",         # path of the mpy-cross compiler
         "DfuUtilPath": "",              # path of the dfu-util flashing tool
         "IgnoredUnknownDevices": "[]",  # empty list encoded as JSON
+        
         # MicroPython URLs
         "MicroPythonDocuUrl":
             "https://docs.micropython.org/en/latest/",
         "MicroPythonFirmwareUrl":
             "http://micropython.org/download/",
+        
         # CircuitPython URLS
         "CircuitPythonDocuUrl":
             "https://circuitpython.readthedocs.io/en/latest/",
         "CircuitPythonFirmwareUrl":
             "https://circuitpython.org/downloads/",
-        # TODO: add entry for Adafruit library
+        "CircuitPythonLibrariesUrl":
+            "https://circuitpython.org/libraries",
+        
         # BBC micro:bit URLs
         "MicrobitDocuUrl":
             "https://microbit-micropython.readthedocs.io/en/latest/",
@@ -1473,6 +1477,7 @@
             "https://microbit.org/guide/firmware/",
         "MicrobitMicroPythonUrl":
             "https://github.com/bbcmicrobit/micropython/releases/",
+        
         # calliope mini URLS
         "CalliopeDocuUrl":
             "https://github.com/calliope-mini/calliope-mini-micropython/",

eric ide

mercurial