Skip to content

Commit 0931a82

Browse files
committed
increase version for release
1 parent 9496e0b commit 0931a82

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,20 @@ It is designed with structure and APIs that are easily integrated to an Arduino
77

88
## Features
99

10-
Currently only support device mode only, supported class drivers are:
10+
### Device Stack
11+
12+
Supported device class drivers are:
1113

1214
- Communication (CDC): which is used to implement `Serial` monitor
1315
- Human Interface Device (HID): Generic (In & Out), Keyboard, Mouse, Gamepad etc ...
1416
- Mass Storage Class (MSC): with multiple LUNs
1517
- Musical Instrument Digital Interface (MIDI)
1618
- WebUSB with vendor specific class
1719

20+
### Host Stack
21+
22+
There is a initial (WIP) host support for rp2040 core (require [Pico-PIO-USB](https://github.com/sekigon-gonnoc/Pico-PIO-USB))
23+
1824
## Supported Cores
1925

2026
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=1.11.0
2+
version=1.12.0
33
author=Adafruit
44
maintainer=Adafruit <info@adafruit.com>
55
sentence=TinyUSB library for Arduino

0 commit comments

Comments
 (0)