Skip to content

Releases: adafruit/Adafruit_TinyUSB_Arduino

3.6.0 Add USB Max Power configuration + Adafruit Metro RP2040 SD example

28 May 14:42
9806375
Compare
Choose a tag to compare

What's Changed

  • USB Device Descriptor Max Power is not configurable #504 by @Props3D in #505
  • add setConfigurationMaxPower() and setConfigurationAttribute by @hathach in #529
  • update msc sdcad example to work with metro rp2040 by @hathach in #530

New Contributors

Full Changelog: 3.5.0...3.6.0

3.5.0

21 May 10:29
794ac7f
Compare
Choose a tag to compare

What's Changed

  • fix compiling hcd max3421e with arduino-esp32 and arduino-pico due to missing atomic_flag function by @hathach in #528

Full Changelog: 3.4.5...3.5.0

3.4.5 Fix multiple attach connection issue w/ Sigma Mouse from Adafruit Store

09 May 21:01
f05bd09
Compare
Choose a tag to compare

What's Changed

  • update tinyusb to commit 1a783b357343d053eb861ae783922371ce9e1b17 by @hathach in #523
  • fix sigma mouse in adafruit store cause multiple attach connection by @hathach in #525

Full Changelog: 3.4.4...3.4.5

3.4.4 Fix MAX3421e on ESP32

25 Mar 17:56
6b772c0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.3...3.4.4

3.4.3 Support ESP32-P4, update for SdFat fork, fix Arduino esp32 3.1.3

07 Mar 14:44
f4e8959
Compare
Choose a tag to compare

What's Changed

  • Update tinyusb to commit 334ac8072650e3b18278042c2c2b402db73c7359 by @hathach in #498
  • support esp32p4 by @hathach in #503

Full Changelog: 3.4.2...3.4.3

3.4.2 Bring library.json up to date for PlatformIO

12 Dec 18:46
c92b7fd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.4.1...3.4.2

3.4.1 Enable multiple serial over usb for rp2040

19 Nov 20:22
f5211f4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.4.0...3.4.1

3.4.0

24 Oct 10:45
1798428
Compare
Choose a tag to compare

What's Changed

  • update tinyusb to fix esp32 build with v3.0.7 by @hathach in #466

Full Changelog: 3.3.4...3.4.0

3.3.4 Force re-enumerate for all examples

18 Sep 18:50
a529a74
Compare
Choose a tag to compare

What's Changed

  • update tinyusb to commit 55951b71aea46c09f27afe1640454fe43c983eec by @hathach in #453
  • force re-enumerate for all examples. For some fast chip such as esp32-s3, by the time we initialize class driver enumeration process is already done. by @hathach in #454

Full Changelog: 3.3.3...3.3.4

3.3.3 ch32v203 improvements

13 Aug 21:29
446e0af
Compare
Choose a tag to compare

What's Changed

  • update tinyusb to improve fsdev driver for ch32v203 by @hathach in #443
  • update tinyusb to fix ch32v203 race with hub in setup by @hathach in #448

Full Changelog: 3.3.2...3.3.3