Skip to content

Commit 82fafbc

Browse files
committed
increase version to 1.4.4, update changelog
1 parent df3a520 commit 82fafbc

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

changelog.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Adafruit TinyUSB Arduino Library Changelog
22

3+
## 1.4.4 - 2021.08.18
4+
5+
- Update tinyusb stack
6+
- Fully support nRF5x suspend, resume & remote wakeup
7+
- Update hid_keyboard/mouse example to hid boot keyboard/mouse
8+
9+
## 1.4.3 - 2021.08.11
10+
11+
- Fix HID generic inout example python/js script cause missing 1st byte in report
12+
- Use correct HID code for newline 0x28
13+
14+
## 1.4.2 - 2021.08.03
15+
16+
- Update tinyusb to match upstream
17+
18+
## 1.4.1 - 2021.07.27
19+
20+
- Fix nRF race condition when initialize usb stack
21+
22+
## 1.4.0 - 2021.07.22
23+
24+
- Support rp2040 mbed core as non built-in support
25+
326
## 1.3.2 - 2021.07.07
427

528
- revert CFG_TUSB_DEBUG = 0 on SAMD port

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit TinyUSB Library
2-
version=1.4.3
2+
version=1.4.4
33
author=Adafruit
44
maintainer=Adafruit <[email protected]>
55
sentence=TinyUSB library for Arduino

0 commit comments

Comments
 (0)