diff -r 37d460e32843 -r b7976868d5b0 src/eric7/MicroPython/MicroPythonDevices.py --- a/src/eric7/MicroPython/MicroPythonDevices.py Tue Feb 07 11:01:29 2023 +0100 +++ b/src/eric7/MicroPython/MicroPythonDevices.py Tue Feb 07 18:07:12 2023 +0100 @@ -284,6 +284,12 @@ (0x8086, None), ) +FirmwareGithubUrls = { + "micropython": "https://github.com/micropython/micropython/releases/latest", + "circuitpython": "https://github.com/adafruit/circuitpython/releases/latest", + "pimoroni_pico": "https://github.com/pimoroni/pimoroni-pico/releases/latest", +} + def getSupportedDevices(): """