src/eric7/MicroPython/Devices/__init__.py

branch
eric7
changeset 10901
07b5cc115d09
parent 10897
caba0e2456b6
child 11003
2378a67798b7
--- a/src/eric7/MicroPython/Devices/__init__.py	Sat Aug 31 17:19:33 2024 +0200
+++ b/src/eric7/MicroPython/Devices/__init__.py	Sat Aug 31 17:22:47 2024 +0200
@@ -85,6 +85,8 @@
             (0x1209, 0x8CAE),  # takayoshiotake Octave RP2040
             (0x1209, 0x9000),  # Hack Club Sprig
             (0x1209, 0xA182),  # Solder Party RP2040 Stamp
+            (0x1209, 0xA183),  # Solder Party RP2350 Stamp
+            (0x1209, 0xA184),  # Solder Party RP2350 Stamp XL
             (0x1209, 0xADF0),  # ICBbuy SuperMini NRF52840
             (0x1209, 0xB182),  # Solder Party BBQ20 Keyboard
             (0x1209, 0xBAB0),  # Electronic Cats Bast WiFi
@@ -123,6 +125,7 @@
             (0x1B4F, 0x0027),  # SparkFun STM32 MicroMod Processor
             (0x1B4F, 0x0028),  # SparkFun Thing Plus - STM32
             (0x1B4F, 0x002E),  # PJRC/Sparkfun Teensy MicroMod
+            (0x1B4F, 0x0039),  # SparkFun Pro Micro RP2350
             (0x1B4F, 0x5289),  # SparkFun SFE_nRF52840_Mini
             (0x1B4F, 0x8D22),  # SparkFun SAMD21 Mini Breakout
             (0x1B4F, 0x8D23),  # SparkFun SAMD21 Dev Breakout
@@ -155,6 +158,7 @@
             (0x2B04, 0xC00C),  # Particle Argon
             (0x2B04, 0xC00D),  # Particle Boron
             (0x2B04, 0xC00E),  # Particle Xenon
+            (0x2E8A, 0x000B),  # Raspberry Pi Pico 2
             (0x2E8A, 0x1000),  # Cytron Maker Pi RP2040
             (0x2E8A, 0x1002),  # Pimoroni Pico LiPo (4MB)
             (0x2E8A, 0x1003),  # Pimoroni Pico LiPo (16MB)
@@ -190,6 +194,7 @@
             (0x2E8A, 0x102E),  # VCC-GND Studio YD-RP2040
             (0x2E8A, 0x1032),  # Invector Labs Challenger RP2040 SubGHz
             (0x2E8A, 0x1039),  # Waveshare Electronics Waveshare RP2040-LCD-1.28
+            (0x2E8A, 0x103A),  # Waveshare Electronics RP2040-One
             (0x2E8A, 0x1043),  # NEWSAN ARCHI
             (0x2E8A, 0x1048),  # nullbits Bit-C PRO
             (0x2E8A, 0x104A),  # Boardsource BLOK
@@ -214,8 +219,15 @@
             (0x2E8A, 0x1081),  # Pimoroni Inky Frame 7.3
             (0x2E8A, 0x1083),  # Waveshare Electronics RP2040-PiZero
             (0x2E8A, 0x1084),  # Waveshare Electronics RP2040-Tiny
+            (0x2E8A, 0x1093),  # Cytron IRIV IO Controller
+            (0x2E8A, 0x1096),  # Cytron MOTION 2350 Pro
+            (0x2E8A, 0x10A3),  # Pimoroni Pico Plus 2
+            (0x2E8A, 0x10A4),  # Pimoroni Tiny 2350
+            (0x2E8A, 0x10A5),  # Pimoroni Plasma 2350
+            (0x2E8A, 0x10A6),  # Pimoroni PGA2350
             (0x303A, 0x7001),  # Espressif ESP32-S2-HMI-DevKit-1
             (0x303A, 0x7003),  # Espressif ESP32-S3-DevKitC-1
+            (0x303A, 0x7003),  # Espressif ESP32-S3-DevKitC-1-N16
             (0x303A, 0x7003),  # Espressif ESP32-S3-DevKitC-1-N32R8
             (0x303A, 0x7003),  # Espressif ESP32-S3-DevKitC-1-N8
             (0x303A, 0x7003),  # Espressif ESP32-S3-DevKitC-1-N8R2
@@ -295,8 +307,11 @@
             (0x303A, 0x81EA),  # Waveshare Electronics ESP32-S3-GEEK
             (0x303A, 0x81F8),  # Waveshare Electronics ESP32-S3-Tiny
             (0x303A, 0x81FC),  # UnexpectedMaker FeatherS3 Neo
+            (0x303A, 0x81FF),  # UnexpectedMaker RGB Touch Mini
             (0x303A, 0x8204),  # ThingPulse Pendrive S3
             (0x303A, 0x8211),  # LILYGO T-Display S3 Pro
+            (0x303A, 0x821C),  # LILYGO T-Watch-S3
+            (0x303A, 0x8225),  # UnexpectedMaker OMGS3
             (0x30A4, 0x0002),  # Blues Inc. Swan R5
             (0x3171, 0x0101),  # 8086.net Commander
             (0x3171, 0x010C),  # 8086.net USB Interposer

eric ide

mercurial