Mon, 17 Mar 2025 17:35:36 +0100
Updated the MicroPython board data for the "Feather nRF52840 Express" board.
src/eric7/MicroPython/Devices/__init__.py | file | annotate | diff | comparison | revisions | |
src/eric7/MicroPython/UF2FlashDialog.py | file | annotate | diff | comparison | revisions |
--- a/src/eric7/MicroPython/Devices/__init__.py Sun Mar 16 12:53:12 2025 +0100 +++ b/src/eric7/MicroPython/Devices/__init__.py Mon Mar 17 17:35:36 2025 +0100 @@ -587,6 +587,7 @@ }, "nrf52_uf2": { "ids": ( + (0x239A, 0x802A), # Adafruit Industries LLC Feather nRF52840 Express (0x239A, 0x8052), # Feather nRF52840 Express (0x2886, 0x0045), # XIAO nRF52840 Sense ),
--- a/src/eric7/MicroPython/UF2FlashDialog.py Sun Mar 16 12:53:12 2025 +0100 +++ b/src/eric7/MicroPython/UF2FlashDialog.py Mon Mar 17 17:35:36 2025 +0100 @@ -772,6 +772,9 @@ }, "nrf52": { "volumes": { + (0x239A, 0x0029): [ + ("FTHR840BOOT", "Feather nRF52840 Express"), + ], (0x2886, 0x0045): [ ("XIAO-SENSE", "XIAO nRF52840 Sense"), ],