Skip to content

Releases: adafruit/Adafruit_TinyUSB_Arduino

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

1.0.3 - 2021.05.26

26 May 03:00
8f4bc1f
Compare
Choose a tag to compare
  • Update tinyusb stack to latest
  • Added HID Gamepad example with Dhat support
  • Fix warnings with -Wall -Wextra
  • Fix warnings with cast function type for nrf

1.0.1 - 2021.05.21

20 May 18:13
2168ccf
Compare
Choose a tag to compare

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

1.0.0 - 2021.05.19

19 May 10:00
1b8b9c9
Compare
Choose a tag to compare

Rework to work as independent libraries, sources from https://github.com/adafruit/Adafruit_TinyUSB_ArduinoCore is now integrated as part of this libraries. Require