Skip to content

Commit c1d2eed

Browse files
authored
Update README.md
1 parent 16168f0 commit c1d2eed

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,18 @@ Supported device class drivers are:
1515
- Human Interface Device (HID): Generic (In & Out), Keyboard, Mouse, Gamepad etc ...
1616
- Mass Storage Class (MSC): with multiple LUNs
1717
- Musical Instrument Digital Interface (MIDI)
18+
- Video (UVC): work in progress
1819
- WebUSB with vendor specific class
1920

2021
### Host Stack
2122

22-
Host support is still work-in-progress but currently available with rp2040 core thanks to [Pico-PIO-USB](https://github.com/sekigon-gonnoc/Pico-PIO-USB). Supported class driver are:
23+
Host stack is available with either addition of MAX3421E hardware (e.g [Host FeatherWing](https://www.adafruit.com/product/5858)) or rp2040 core (thanks to [Pico-PIO-USB](https://github.com/sekigon-gonnoc/Pico-PIO-USB)). Supported class driver are:
2324

24-
- Communication (CDC)
25+
- Communication (CDC): including vendor usb2uart such as FTDI, CP210x, CH34x
2526
- MassStorage class
2627

28+
Noe: Host stack is still work-in-progress
29+
2730
## Supported Cores
2831

2932
There are 2 type of supported cores: with and without built-in support for TinyUSB. Built-in support provide seamless integration but requires extra code added to core's source code. Unfortunately it is not always easy or possible to make those modification.

0 commit comments

Comments
 (0)