Releases: chegewara/EspTinyUSB
Releases · chegewara/EspTinyUSB
Release 2.0.2
What's Changed
- Fix USB host NULL pointer by @touchgadget in #91
- SdFat32 support by @skobkars in #103
- Revert "SdFat32 support" by @chegewara in #106
New Contributors
- @touchgadget made their first contribution in #91
- @skobkars made their first contribution in #103
Full Changelog: 2.0.1...2.0.2
2.0.1
What's Changed
- fix for loop() function of acm.ino USB host example by @lyusupov in #64
- Fix modifier in usbkeyboard by @coolacid in #69
- Update usb_host_client_config_t struct by @cojopi in #75
- ESP32-S3 support by @meltdown03 in #80
New Contributors
- @lyusupov made their first contribution in #64
- @coolacid made their first contribution in #69
- @cojopi made their first contribution in #75
- @meltdown03 made their first contribution in #80
Full Changelog: 2.0.0...2.0.1
New release working with arduino-esp32 v2.0.1
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
Revert CDC endpoints value to avoid collide with winUSB and update arduino library version.
Update CDC
Update CDC to allow buttonless flash with arduino IDE. (#43)
Fix HID
Update to latest arduino-esp32 master
Fixed midi code (not tested).
Update with tinyusb API
Update code to make it compatible with arduino-esp32 2.0.0-alpha1.
Update to arduino-esp32 master
Update library to current arduino-esp32 master and tinyusb included.
Refactor classes and add more
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.