Skip to content

Commit 5eeabd6

Browse files
committed
update changelog for release
1 parent 48e507f commit 5eeabd6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Adafruit TinyUSB Arduino Library Changelog
22

3+
## 1.1.0 - 2021.06.21
4+
5+
- Add support for multiple CDC ports (need to modify tusb_config.h)
6+
- fix #86 when calling midi API when device is not fully enumerated
7+
- fix Serial connection issue with nrf52 on windows
8+
- Update device driver of rp2040 to match tinyusb upstream
9+
- Added feather rp2040 to ci build (skipped the external flash example for now due to SdFat compilation error)
10+
- Add optional debug log for stack with Serial1 on samd core (will expand later to other core).
11+
- lost more bug fixes to the stack
12+
13+
## 1.0.3 - 2021.05.26
14+
15+
- Update tinyusb stack to latest
16+
- Added HID Gamepad example with Dhat support
17+
- Fix warnings with -Wall -Wextra
18+
- Fix warnings with cast function type for nrf
19+
320
## 1.0.1 - 2021.05.21
421

522
Warn user to select TinyUSB via menu on ports where it is optional e.g SAMD and RP2040

0 commit comments

Comments
 (0)