File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Adafruit TinyUSB Arduino Library Changelog
2
2
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
+
3
26
## 1.3.2 - 2021.07.07
4
27
5
28
- revert CFG_TUSB_DEBUG = 0 on SAMD port
Original file line number Diff line number Diff line change 1
1
name =Adafruit TinyUSB Library
2
- version =1.4.3
2
+ version =1.4.4
3
3
author =Adafruit
4
4
maintainer =Adafruit <
[email protected] >
5
5
sentence =TinyUSB library for Arduino
You can’t perform that action at this time.
0 commit comments