--- a/eric6/Preferences/__init__.py Sun Jan 31 17:47:01 2021 +0100 +++ b/eric6/Preferences/__init__.py Sun Jan 31 17:47:55 2021 +0100 @@ -1455,19 +1455,26 @@ "MpyCrossCompiler": "", # path of the mpy-cross compiler "DfuUtilPath": "", # path of the dfu-util flashing tool "IgnoredUnknownDevices": "[]", # empty list encoded as JSON - # documentation URLs + # 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/", + # BBC micro:bit URLs "MicrobitDocuUrl": "https://microbit-micropython.readthedocs.io/en/latest/", + "MicrobitFirmwareUrl": + "https://microbit.org/guide/firmware/", + "MicrobitMicroPythonUrl": + "https://github.com/bbcmicrobit/micropython/releases", + # calliope mini URLS "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/", }