Releases: adafruit/Adafruit_TinyUSB_Arduino
Releases · adafruit/Adafruit_TinyUSB_Arduino
1.4.4 - 2021.08.18
- Update tinyusb stack
- Fully support nRF5x suspend, resume & remote wakeup
- Update hid_keyboard/mouse example to hid boot keyboard/mouse
1.4.3 - HID fixes
Bump to 1.4.3
1.4.2 - Fixed MIDI messages
Bump to 1.4.2
1.4.1 - Fixed race condition for NRF5x boards
Bump to 1.4.1
1.4.0 - Added support for rp2040 mbed
Bump to 1.4.0
1.3.3 - Updated ESP32S2 support
Bump to 1.3.3
1.3.2 - 2021.07.07
set CFG_TUSB_DEBUG = 0 on SAMD port
1.3.1 - 2021.07.06
- fix warning with ci build for rp2040 core
- fix example for esp32s2 build
- use ARDUINO_NRF52_ADAFRUIT instead of ARDUINO_ARCH_NRF52 to fix build issue with git install method
1.3.0 - Added ESP32S2 support
- Move tusb_config for each ports into library to make it more portable
- Adding support for ESP32S2 (still need PR to be merged from esp32-arduino)
- Update CDC to have instance and getInstanceCount()
- Allow USB_VID/PID to be declared in variant pins_arduino.h
- Use bug report form template
1.1.0 - 2021.06.21
- Add support for multiple CDC ports (need to modify tusb_config.h)
- fix #86 when calling midi API when device is not fully enumerated
- fix Serial connection issue with nrf52 on windows
- Update device driver of rp2040 to match tinyusb upstream
- Added feather rp2040 to ci build (skipped the external flash example for now due to SdFat compilation error)
- Add optional debug log for stack with Serial1 on samd core (will expand later to other core).
- lost more bug fixes to the stack