src/eric7/MicroPython/Devices/__init__.py

branch
eric7
changeset 11038
918bc08e1f89
parent 11033
6b197c3389f7
child 11070
5d354c287553
--- a/src/eric7/MicroPython/Devices/__init__.py	Mon Nov 04 11:39:18 2024 +0100
+++ b/src/eric7/MicroPython/Devices/__init__.py	Mon Nov 04 17:03:29 2024 +0100
@@ -351,8 +351,18 @@
             (0x10C4, 0xEA60),  # CP210x
             (0x1A86, 0x55D4),  # CH343
             (0x1A86, 0x7523),  # HL-340, CH340
+            (0x2341, 0x056B),  # Arduino Nano ESP32
+            (0x303A, 0x0002),  # ESP32-S2
             (0x303A, 0x1001),  # USB JTAG serial debug unit,
             (0x303A, 0x4001),  # Espressif Device
+            (0x303A, 0x80D1),  # UnexpectedMaker TinyS3
+            (0x303A, 0x80D4),  # UnexpectedMaker ProS3
+            (0x303A, 0x80D7),  # UnexpectedMaker FeatherS3
+            (0x303A, 0x817A),  # UnexpectedMaker NanoS3
+            (0x303A, 0x81B1),  # UnexpectedMaker TinyWATCH S3
+            (0x303A, 0x81FC),  # UnexpectedMaker FeatherS3 Neo
+            (0x303A, 0x81FF),  # UnexpectedMaker RGB Touch Mini
+            (0x303A, 0x8225),  # UnexpectedMaker OMGS3
         ),
         "description": "ESP32, ESP8266",
         "icon": "esp32Device",

eric ide

mercurial