Skip to content

Releases: adafruit/Adafruit_TinyUSB_Arduino

2.2.0

03 May 06:01
29a0342
Compare
Choose a tag to compare

What's Changed

  • add mouse tremor with Butterworth filter by @hathach in #290
  • Add additional example for Tremors using a logarithm filter by @ATMakersBill in #291
  • update tinyusb core for Serial Host driver for ftdi/cp210x/ch9102f by @hathach in #294
  • enable CFG_TUH_CDC_FTDI and CFG_TUH_CDC_CP210X for rp2040 host by @hathach in #295
  • Enhance serial host by @hathach in #297
  • Updating pin names for examples by @BlitzCityDIY in #298

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

21 Apr 09:39
a2bcb19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.3...2.1.0

2.0.3 - Updated tinyusb version

06 Apr 18:37
3c5a5bc
Compare
Choose a tag to compare

2.0.2 - Multiple fixes/changes

03 Apr 20:58
409f909
Compare
Choose a tag to compare
  • Added i2c-tiny-usb adapter example
  • Update tinyusb version
  • Renamed and wrapped #ifndef to make it easier to use with feather usb host later on
  • Unified debuging CFG_TUSB_DEBUG with Serial1 using serial1_printf()

2.0.1 - Added more rp2040 host examples, fixed built with mbed rp2040

14 Mar 19:48
3d2167c
Compare
Choose a tag to compare

2.0.0

06 Mar 12:34
0386ab6
Compare
Choose a tag to compare

What's Changed

  • Fix compatible issue with arduino-esp32 v2.0.7
  • update tinyusb core to 0.15.0 by @hathach in #256
  • Release 2.0.0 by @hathach in #257

Full Changelog: 1.18.4...2.0.0

1.18.4 - Updated msc_external_flash to tell user where to format spiflash

02 Mar 21:24
202e700
Compare
Choose a tag to compare

1.18.3

16 Feb 08:54
6d82f22
Compare
Choose a tag to compare

same as 1.18.2 with correct version in library.properties

1.18.2

16 Feb 02:19
ce61007
Compare
Choose a tag to compare

What's Changed

  • change Adafruit_USBH_CDC to inherit HardwareSerial (instead of Stream) by @hathach in #251

Full Changelog: 1.18.1...1.18.2

1.18.1 - Fixed FAT12 table

30 Jan 18:53
cdfc439
Compare
Choose a tag to compare