src/eric7/MicroPython/Devices/__init__.py

branch
eric7
changeset 11003
2378a67798b7
parent 10901
07b5cc115d09
child 11010
798440273c11
equal deleted inserted replaced
11002:0c62941f8baa 11003:2378a67798b7
340 (0x0403, 0x6015), # Sparkfun ESP32 340 (0x0403, 0x6015), # Sparkfun ESP32
341 (0x0403, 0x601C), # FT4222H 341 (0x0403, 0x601C), # FT4222H
342 (0x10C4, 0xEA60), # CP210x 342 (0x10C4, 0xEA60), # CP210x
343 (0x1A86, 0x55D4), # CH343 343 (0x1A86, 0x55D4), # CH343
344 (0x1A86, 0x7523), # HL-340, CH340 344 (0x1A86, 0x7523), # HL-340, CH340
345 (0x303A, 0x1001), # USB JTAG serial debug unit,
346 (0x303A, 0x4001), # Espressif Device
345 ], 347 ],
346 "description": "ESP32, ESP8266", 348 "description": "ESP32, ESP8266",
347 "icon": "esp32Device", 349 "icon": "esp32Device",
348 "port_description": "", 350 "port_description": "",
349 "module": ".EspDevices", 351 "module": ".EspDevices",

eric ide

mercurial