Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.

Commit 563cb86

Browse files
Add MicroPython support for CH9102 serial bridge (#2503)
Added support for CH9102 USB-Serial chip
1 parent 701f7b4 commit 563cb86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mu/modes/esp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class ESPMode(MicroPythonMode):
5252
(0x1A86, 0x7523, None, "HL-340"),
5353
(0x10C4, 0xEA60, None, "CP210x"),
5454
(0x0403, 0x6001, "M5STACK Inc.", "M5Stack ESP32 device"),
55+
(0x1A86, 0x55D4, None, None), # CH9102
5556
(0x0403, 0x6001, None, None), # FT232/FT245 (XinaBox CW01, CW02)
5657
(0x0403, 0x6010, None, None), # FT2232C/D/L/HL/Q (ESP-WROVER-KIT)
5758
(0x0403, 0x6011, None, None), # FT4232

0 commit comments

Comments
 (0)