src/eric7/MicroPython/Devices/__init__.py

branch
eric7
changeset 11038
918bc08e1f89
parent 11033
6b197c3389f7
child 11070
5d354c287553
equal deleted inserted replaced
11037:adfda913834a 11038:918bc08e1f89
349 (0x0403, 0x6015), # Sparkfun ESP32 349 (0x0403, 0x6015), # Sparkfun ESP32
350 (0x0403, 0x601C), # FT4222H 350 (0x0403, 0x601C), # FT4222H
351 (0x10C4, 0xEA60), # CP210x 351 (0x10C4, 0xEA60), # CP210x
352 (0x1A86, 0x55D4), # CH343 352 (0x1A86, 0x55D4), # CH343
353 (0x1A86, 0x7523), # HL-340, CH340 353 (0x1A86, 0x7523), # HL-340, CH340
354 (0x2341, 0x056B), # Arduino Nano ESP32
355 (0x303A, 0x0002), # ESP32-S2
354 (0x303A, 0x1001), # USB JTAG serial debug unit, 356 (0x303A, 0x1001), # USB JTAG serial debug unit,
355 (0x303A, 0x4001), # Espressif Device 357 (0x303A, 0x4001), # Espressif Device
358 (0x303A, 0x80D1), # UnexpectedMaker TinyS3
359 (0x303A, 0x80D4), # UnexpectedMaker ProS3
360 (0x303A, 0x80D7), # UnexpectedMaker FeatherS3
361 (0x303A, 0x817A), # UnexpectedMaker NanoS3
362 (0x303A, 0x81B1), # UnexpectedMaker TinyWATCH S3
363 (0x303A, 0x81FC), # UnexpectedMaker FeatherS3 Neo
364 (0x303A, 0x81FF), # UnexpectedMaker RGB Touch Mini
365 (0x303A, 0x8225), # UnexpectedMaker OMGS3
356 ), 366 ),
357 "description": "ESP32, ESP8266", 367 "description": "ESP32, ESP8266",
358 "icon": "esp32Device", 368 "icon": "esp32Device",
359 "port_description": "", 369 "port_description": "",
360 "module": ".EspDevices", 370 "module": ".EspDevices",

eric ide

mercurial