Skip to content

Commit

Permalink
Add MicroPython support for CH9102 serial bridge (#2503)
Browse files Browse the repository at this point in the history
Added support for CH9102 USB-Serial chip
  • Loading branch information
sankarcheppali authored Dec 15, 2024
1 parent 701f7b4 commit 563cb86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mu/modes/esp.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class ESPMode(MicroPythonMode):
(0x1A86, 0x7523, None, "HL-340"),
(0x10C4, 0xEA60, None, "CP210x"),
(0x0403, 0x6001, "M5STACK Inc.", "M5Stack ESP32 device"),
(0x1A86, 0x55D4, None, None), # CH9102
(0x0403, 0x6001, None, None), # FT232/FT245 (XinaBox CW01, CW02)
(0x0403, 0x6010, None, None), # FT2232C/D/L/HL/Q (ESP-WROVER-KIT)
(0x0403, 0x6011, None, None), # FT4232
Expand Down

0 comments on commit 563cb86

Please sign in to comment.