MicroPython eric7

Mon, 17 Mar 2025 17:58:39 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 17 Mar 2025 17:58:39 +0100
branch
eric7
changeset 11172
a5bbcf506ef0
parent 11171
f7cb33253cbf
child 11173
d63911a89570

MicroPython
- Updated the list of known UF2 capable boards.

docs/changelog.md file | annotate | diff | comparison | revisions
src/eric7/MicroPython/UF2FlashDialog.py file | annotate | diff | comparison | revisions
--- a/docs/changelog.md	Mon Mar 17 17:35:36 2025 +0100
+++ b/docs/changelog.md	Mon Mar 17 17:58:39 2025 +0100
@@ -18,6 +18,7 @@
         - `pydantic` and `dataclass` related topics based on `flake8-pydantic` v0.4.0
 - MicroPython
     - Added support for NRF52 based devices which support the UF2 standard.
+    - Updated the list of known UF2 capable boards.
 - pip Interface
     - Added a field to search for packages in the dependencies list.
 
--- a/src/eric7/MicroPython/UF2FlashDialog.py	Mon Mar 17 17:35:36 2025 +0100
+++ b/src/eric7/MicroPython/UF2FlashDialog.py	Mon Mar 17 17:58:39 2025 +0100
@@ -538,7 +538,7 @@
                 ("XIAO-BOOT", "XIAO nRF52840"),
             ],
             (0x2886, 0x0045): [
-                ("XIAO-SENSE", "XIAO nRF52840 Sense"),
+                ("XIAO-SENSE", "XIAO nRF52840"),
             ],
             (0x2886, 0x0057): [
                 ("T1000-E", "T1000-E for Meshtastic"),
@@ -669,6 +669,10 @@
             (0x303A, 0x8149): [
                 ("DY1A2BOOT", "Deneyap Kart 1A v2"),
             ],
+            (0x303A, 0x8155): [
+                ("TQTPROBOOT", "T-QT PRO (8M Flash, NO PSRAM)"),
+                ("TQTPROBOOT", "T-QT PRO (4M Flash, 2M PSRAM)"),
+            ],
             (0x303A, 0x8160): [
                 ("ATOMS3BOOT", "AtomS3 Lite"),
             ],
@@ -732,6 +736,12 @@
             (0x303A, 0x8248): [
                 ("SprMiniBoot", "ESP32-S3-Super-Mini"),
             ],
+            (0x303A, 0x826F): [
+                ("WS3MTXBOOT", "ESP32-S3-Matrix"),
+            ],
+            (0x303A, 0x82C3): [
+                ("LILYGOBOOT", "T-Dongle S3"),
+            ],
             (0x30A4, 0x0002): [
                 ("SWANBOOT", "Swan R5"),
             ],

eric ide

mercurial