EspTinyUSB

ESP32S2 native USB library. Implemented few common classes, like MIDI, CDC, HID or DFU (update).

MIT License

Stars
488
Committers
9

Bot releases are visible (Hide)

EspTinyUSB - Release 2.0.2 Latest Release

Published by chegewara about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/chegewara/EspTinyUSB/compare/2.0.1...2.0.2

EspTinyUSB - 2.0.1

Published by chegewara over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/chegewara/EspTinyUSB/compare/2.0.0...2.0.1

EspTinyUSB - New release working with arduino-esp32 v2.0.1

Published by chegewara almost 3 years ago

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.

EspTinyUSB - Revert CDC endpoints value

Published by chegewara about 3 years ago

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

EspTinyUSB - Update CDC

Published by chegewara about 3 years ago

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

EspTinyUSB - Fix HID

Published by chegewara about 3 years ago

Fix HID (changed tinyusb API).

EspTinyUSB - Update to latest arduino-esp32 master

Published by chegewara about 3 years ago

Fixed midi code (not tested).

EspTinyUSB - Update with tinyusb API

Published by chegewara over 3 years ago

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

EspTinyUSB - Update to arduino-esp32 master

Published by chegewara over 3 years ago

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

EspTinyUSB - Refactor classes and add more

Published by chegewara over 3 years ago

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.

EspTinyUSB -

Published by chegewara almost 4 years ago