Skip to content

Commit 2ebb6ab

Browse files
authored
Merge pull request #393 from adafruit/hathach-bump-v3.1
2 parents 6dab54c + cc0babf commit 2ebb6ab

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
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+
Note: 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.

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit TinyUSB Library
2-
version=3.0.0
2+
version=3.1.0
33
author=Adafruit
44
maintainer=Adafruit <[email protected]>
55
sentence=TinyUSB library for Arduino

0 commit comments

Comments
 (0)