src/eric7/MicroPython/Devices/__init__.py

branch
eric7
changeset 11171
f7cb33253cbf
parent 11170
6d6199d668fb
child 11174
ab097070aedf
equal deleted inserted replaced
11170:6d6199d668fb 11171:f7cb33253cbf
585 "port_description": "Board", 585 "port_description": "Board",
586 "module": ".GenericMicroPythonDevices", 586 "module": ".GenericMicroPythonDevices",
587 }, 587 },
588 "nrf52_uf2": { 588 "nrf52_uf2": {
589 "ids": ( 589 "ids": (
590 (0x239A, 0x802A), # Adafruit Industries LLC Feather nRF52840 Express
590 (0x239A, 0x8052), # Feather nRF52840 Express 591 (0x239A, 0x8052), # Feather nRF52840 Express
591 (0x2886, 0x0045), # XIAO nRF52840 Sense 592 (0x2886, 0x0045), # XIAO nRF52840 Sense
592 ), 593 ),
593 "description": QCoreApplication.translate( 594 "description": QCoreApplication.translate(
594 "MicroPythonDevice", "NRF52 Board with UF2 Support" 595 "MicroPythonDevice", "NRF52 Board with UF2 Support"

eric ide

mercurial