MicroPython eric7

Sat, 31 Aug 2024 17:23:12 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 31 Aug 2024 17:23:12 +0200
branch
eric7
changeset 10902
f369290e8b42
parent 10901
07b5cc115d09
child 10903
234e640c2518

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	Sat Aug 31 17:22:47 2024 +0200
+++ b/docs/changelog.md	Sat Aug 31 17:23:12 2024 +0200
@@ -4,6 +4,8 @@
 - bug fixes
 - MicroPython
     - Added MicroPython support for RP2350 based controllers.
+    - Updated the list of known CircuitPython boards for CPy 9.2.0-alpha.2351.
+    - Updated the list of known UF2 capable boards.
 
 ### Version 24.9
 - bug fixes
--- a/src/eric7/MicroPython/UF2FlashDialog.py	Sat Aug 31 17:22:47 2024 +0200
+++ b/src/eric7/MicroPython/UF2FlashDialog.py	Sat Aug 31 17:23:12 2024 +0200
@@ -521,6 +521,9 @@
             (0x2886, 0x0045): [
                 ("XIAO-SENSE", "XIAO nRF52840"),
             ],
+            (0x2886, 0x0057): [
+                ("T1000-E", "T1000-E for Meshtastic"),
+            ],
             (0x2886, 0x8056): [
                 ("XIAOS3BOOT", "XIAO ESP32-S3"),
             ],
@@ -673,12 +676,30 @@
             (0x303A, 0x81AC): [
                 ("MAGICS3BOOT", "MagiClick S3"),
             ],
+            (0x303A, 0x81B2): [
+                ("TWS3BOOT", "TinyWATCHS3"),
+            ],
             (0x303A, 0x81BA): [
                 ("senseBox", "MCU-S2 ESP32S2"),
             ],
             (0x303A, 0x81FD): [
                 ("UFTHS3NBOOT", "FeatherS3 Neo"),
             ],
+            (0x303A, 0x8200): [
+                ("RGBTMBOOT", "RGB Touch Mini"),
+            ],
+            (0x303A, 0x821D): [
+                ("TWS3BOOT", "T-Watch-S3"),
+            ],
+            (0x303A, 0x8220): [
+                ("WSS3BOOT", "ESP32-S3-Touch-LCD-1.69"),
+            ],
+            (0x303A, 0x8223): [
+                ("WSS3BOOT", "ESP32-S3-LCD-1.69"),
+            ],
+            (0x303A, 0x8226): [
+                ("OMGS3BOOT", "OMGS3"),
+            ],
             (0x30A4, 0x0002): [
                 ("SWANBOOT", "Swan R5"),
             ],

eric ide

mercurial