Skip to content

Releases: adafruit/Adafruit_TinyUSB_Arduino

1.4.4 - 2021.08.18

18 Aug 09:02
Compare
Choose a tag to compare
  • 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

11 Aug 16:06
633fa06
Compare
Choose a tag to compare
Bump to 1.4.3

1.4.2 - Fixed MIDI messages

03 Aug 16:41
2afe705
Compare
Choose a tag to compare

1.4.1 - Fixed race condition for NRF5x boards

27 Jul 20:29
f3a4622
Compare
Choose a tag to compare

1.4.0 - Added support for rp2040 mbed

22 Jul 15:51
6fee649
Compare
Choose a tag to compare

1.3.3 - Updated ESP32S2 support

16 Jul 14:43
940576a
Compare
Choose a tag to compare

1.3.2 - 2021.07.07

07 Jul 06:21
26a623f
Compare
Choose a tag to compare

set CFG_TUSB_DEBUG = 0 on SAMD port

1.3.1 - 2021.07.06

06 Jul 15:45
Compare
Choose a tag to compare
  • 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

28 Jun 19:49
40eb4e6
Compare
Choose a tag to compare
  • 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

20 Jun 18:17
39d6187
Compare
Choose a tag to compare
  • 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