Skip to content

Releases: adafruit/Adafruit_TinyUSB_Arduino

1.9.1 - Ran ci with msc_internal_flash_samd for metro m0

18 Jan 22:33
b090d0c
Compare
Choose a tag to compare

1.9.0 - Added setWritableCallback(), added msc internal flash samd example

12 Jan 23:05
181ae64
Compare
Choose a tag to compare

1.8.0 - Set custom serial number, updated hid test py to support list of VIDs

21 Dec 03:53
466c6a2
Compare
Choose a tag to compare

1.7.1 - Miscellaneous cleanup

29 Nov 19:39
7e75112
Compare
Choose a tag to compare

1.7.0

26 Nov 07:35
e58ed11
Compare
Choose a tag to compare
  • Update tinyusb to hathach/tinyusb@79de831
  • Fix nRF5x race condition with EasyDMA
  • Add CDC::size_t read(uint8_t *buffer, size_t size)
  • Add TINYUSB_API_VERSION to ease backward compatible management

1.6.0

03 Nov 15:31
Compare
Choose a tag to compare
  • Update TinyUSB to post 0.12.0 at commit hathach/tinyusb@b4a0f0b
  • Fix build with ESP32S2 v2.0.1rc
  • Fix MIDI Control Change message sending is corrupted

1.5.0

30 Sep 06:09
145ed6f
Compare
Choose a tag to compare
  • Add support for ESP32-S2 core version 2.0.0

    • ESP32 port relies on Espressif's esp32-hal-tinyusb.c for building usb descriptors which requires all descriptors must be specified in usb objects declaration i.e constructors. Therefore all descriptor-related fields must be part of object declaration and descriptor-related API have no effect afterwards for this port.
  • Add new constructor for Adafruit_USBD_HID(desc_report, len, protocol, interval_ms, has_out_endpoint)

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