Skip to content

Releases: chegewara/EspTinyUSB

Release 2.0.2

08 Aug 07:59
a98beda
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

22 Mar 03:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.0.1

New release working with arduino-esp32 v2.0.1

17 Nov 16:59
Compare
Choose a tag to compare

New release has been bumped to v2.0.0 because of usb host, which is still WiP.
In this release few bugs has been fixed, like gamepad or midi.

Revert CDC endpoints value

02 Aug 17:54
Compare
Choose a tag to compare

Revert CDC endpoints value to avoid collide with winUSB and update arduino library version.

Update CDC

29 Jul 10:36
Compare
Choose a tag to compare

Update CDC to allow buttonless flash with arduino IDE. (#43)

Fix HID

29 Jul 09:40
Compare
Choose a tag to compare

Fix HID (changed tinyusb API).

Update to latest arduino-esp32 master

20 Jul 15:02
Compare
Choose a tag to compare

Fixed midi code (not tested).

Update with tinyusb API

29 Jun 12:34
Compare
Choose a tag to compare

Update code to make it compatible with arduino-esp32 2.0.0-alpha1.

Update to arduino-esp32 master

27 Jun 12:52
Compare
Choose a tag to compare

Update library to current arduino-esp32 master and tinyusb included.

Refactor classes and add more

21 Feb 08:06
Compare
Choose a tag to compare

Changes

Updated code to work with latest arduino idf-release/v4.2.
Refactored CDC, MSC and HID class, changed callbacks in most classes.

Added new classes in HID and MSC with examples:

  • HIDcomposite
  • MSC ram disk
  • MSC sd card

Few changes in library may cause breaking old code.