src/eric7/MicroPython/MicroPythonDevices.py

branch
eric7
changeset 9747
b7976868d5b0
parent 9738
4ae976ee5339
child 9749
5d409223cf3f
equal deleted inserted replaced
9746:37d460e32843 9747:b7976868d5b0
282 IgnoredBoards = ( 282 IgnoredBoards = (
283 (0x8086, 0x9C3D), 283 (0x8086, 0x9C3D),
284 (0x8086, None), 284 (0x8086, None),
285 ) 285 )
286 286
287 FirmwareGithubUrls = {
288 "micropython": "https://github.com/micropython/micropython/releases/latest",
289 "circuitpython": "https://github.com/adafruit/circuitpython/releases/latest",
290 "pimoroni_pico": "https://github.com/pimoroni/pimoroni-pico/releases/latest",
291 }
292
287 293
288 def getSupportedDevices(): 294 def getSupportedDevices():
289 """ 295 """
290 Function to get a list of supported MicroPython devices. 296 Function to get a list of supported MicroPython devices.
291 297

eric ide

mercurial