src/eric7/MicroPython/MicroPythonDevices.py

branch
eric7
changeset 9747
b7976868d5b0
parent 9738
4ae976ee5339
child 9749
5d409223cf3f
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():
     """

eric ide

mercurial