You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,18 @@ Supported device class drivers are:
15
15
- Human Interface Device (HID): Generic (In & Out), Keyboard, Mouse, Gamepad etc ...
16
16
- Mass Storage Class (MSC): with multiple LUNs
17
17
- Musical Instrument Digital Interface (MIDI)
18
+
- Video (UVC): work in progress
18
19
- WebUSB with vendor specific class
19
20
20
21
### Host Stack
21
22
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:
23
24
24
-
- Communication (CDC)
25
+
- Communication (CDC): including vendor usb2uart such as FTDI, CP210x, CH34x
25
26
- MassStorage class
26
27
28
+
Noe: Host stack is still work-in-progress
29
+
27
30
## Supported Cores
28
31
29
32
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