src/eric7/MicroPython/Devices/__init__.py

branch
eric7
changeset 11010
798440273c11
parent 11003
2378a67798b7
child 11031
9f75293fcd57
diff -r 5206e4c572e8 -r 798440273c11 src/eric7/MicroPython/Devices/__init__.py
--- a/src/eric7/MicroPython/Devices/__init__.py	Sun Oct 27 15:52:30 2024 +0100
+++ b/src/eric7/MicroPython/Devices/__init__.py	Tue Oct 29 10:59:48 2024 +0100
@@ -79,6 +79,7 @@
             (0x1209, 0x4DF6),  # Oak Dev Tech RPGA Feather
             (0x1209, 0x5A52),  # ZRichard RP2.65-F
             (0x1209, 0x5BF0),  # Foosn Fomu
+            (0x1209, 0x6036),  # Weekin WK-50
             (0x1209, 0x7150),  # Electronic Cats Hunter Cat NFC
             (0x1209, 0x7382),  # Invector Labs AB iLabs Challenger 840
             (0x1209, 0x805A),  # Electronic Cats BastBLE
@@ -150,11 +151,14 @@
             (0x2886, 0x002F),  # Seeed Seeeduino XIAO
             (0x2886, 0x0042),  # Seeed Seeeduino XIAO RP2040
             (0x2886, 0x0045),  # Seeed XIAO nRF52840 Sense
+            (0x2886, 0x0058),  # Seeed Seeeduino XIAO RP2350
             (0x2886, 0x802D),  # Seeed Seeeduino Wio Terminal
             (0x2886, 0x802F),  # Seeed Seeeduino XIAO KB
+            (0x2886, 0x8056),  # Seeed Studio Seeed Xiao ESP32-S3 Sense
             (0x2886, 0xF001),  # Makerdiary nRF52840 M.2 Developer Kit
             (0x2886, 0xF002),  # Makerdiary M60 Keyboard
             (0x2886, 0xF003),  # Makerdiary nRF52840 Connect Kit
+            (0x2886, 0xF004),  # Makerdiary iMX RT1011 Nano Kit
             (0x2B04, 0xC00C),  # Particle Argon
             (0x2B04, 0xC00D),  # Particle Boron
             (0x2B04, 0xC00E),  # Particle Xenon
@@ -221,10 +225,14 @@
             (0x2E8A, 0x1084),  # Waveshare Electronics RP2040-Tiny
             (0x2E8A, 0x1093),  # Cytron IRIV IO Controller
             (0x2E8A, 0x1096),  # Cytron MOTION 2350 Pro
+            (0x2E8A, 0x109A),  # Invector Labs Challenger+ RP2350 WiFi6/BLE5
+            (0x2E8A, 0x109B),  # Invector Labs Challenger+ RP2350 BConnect
+            (0x2E8A, 0x10A2),  # Pimoroni Tiny FX
             (0x2E8A, 0x10A3),  # Pimoroni Pico Plus 2
             (0x2E8A, 0x10A4),  # Pimoroni Tiny 2350
             (0x2E8A, 0x10A5),  # Pimoroni Plasma 2350
             (0x2E8A, 0x10A6),  # Pimoroni PGA2350
+            (0x2E8A, 0x10AE),  # Datanoise PicoADK V2
             (0x303A, 0x7001),  # Espressif ESP32-S2-HMI-DevKit-1
             (0x303A, 0x7003),  # Espressif ESP32-S3-DevKitC-1
             (0x303A, 0x7003),  # Espressif ESP32-S3-DevKitC-1-N16
@@ -241,6 +249,7 @@
             (0x303A, 0x700B),  # Espressif ESP32-S3-USB-OTG-N8
             (0x303A, 0x700D),  # Espressif ESP32-S3-Box-Lite
             (0x303A, 0x700F),  # Espressif ESP32-S3-EYE
+            (0x303A, 0x7011),  # Espressif ESP32-S3-EV-LCD-Board_v1.5
             (0x303A, 0x8002),  # UnexpectedMaker TinyS2
             (0x303A, 0x8007),  # LILYGO TTGO T8 ESP32-S2
             (0x303A, 0x800D),  # Gravitech Cucumber RS
@@ -260,6 +269,7 @@
             (0x303A, 0x80D4),  # UnexpectedMaker ProS3
             (0x303A, 0x80D7),  # UnexpectedMaker FeatherS3
             (0x303A, 0x80D9),  # FutureKeys HexKy_S2
+            (0x303A, 0x80DD),  # CircuitArt ZeroS3
             (0x303A, 0x80E0),  # BananaPi BPI-Leaf-S3
             (0x303A, 0x80E6),  # BananaPi BPI-Bit-S2
             (0x303A, 0x80E8),  # HiiBot IoTs2
@@ -312,6 +322,7 @@
             (0x303A, 0x8211),  # LILYGO T-Display S3 Pro
             (0x303A, 0x821C),  # LILYGO T-Watch-S3
             (0x303A, 0x8225),  # UnexpectedMaker OMGS3
+            (0x303A, 0x8244),  # Fablab Barcelona Barduino 4.0.2
             (0x30A4, 0x0002),  # Blues Inc. Swan R5
             (0x3171, 0x0101),  # 8086.net Commander
             (0x3171, 0x010C),  # 8086.net USB Interposer

eric ide

mercurial