Skip to content

1.5.0

Compare
Choose a tag to compare
@hathach hathach released this 30 Sep 06:09
· 579 commits to master since this release
145ed6f
  • Add support for ESP32-S2 core version 2.0.0

    • ESP32 port relies on Espressif's esp32-hal-tinyusb.c for building usb descriptors which requires all descriptors must be specified in usb objects declaration i.e constructors. Therefore all descriptor-related fields must be part of object declaration and descriptor-related API have no effect afterwards for this port.
  • Add new constructor for Adafruit_USBD_HID(desc_report, len, protocol, interval_ms, has_out_endpoint)