Skip to content

Commit

Permalink
Merge pull request #393 from adafruit/hathach-bump-v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach authored Feb 20, 2024
2 parents 6dab54c + cc0babf commit 2ebb6ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,18 @@ Supported device class drivers are:
- Human Interface Device (HID): Generic (In & Out), Keyboard, Mouse, Gamepad etc ...
- Mass Storage Class (MSC): with multiple LUNs
- Musical Instrument Digital Interface (MIDI)
- Video (UVC): work in progress
- WebUSB with vendor specific class

### Host Stack

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:
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:

- Communication (CDC)
- Communication (CDC): including vendor usb2uart such as FTDI, CP210x, CH34x
- MassStorage class

Note: Host stack is still work-in-progress

## Supported Cores

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.
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Adafruit TinyUSB Library
version=3.0.0
version=3.1.0
author=Adafruit
maintainer=Adafruit <[email protected]>
sentence=TinyUSB library for Arduino
Expand Down

0 comments on commit 2ebb6ab

Please sign in to comment.