Skip to content

Adafruit TinyUSB Library for Arduino #1911

Description

@rtek1000

Does this core already have support for this library?

Cores with built-in support
Following core has TinyUSB as either the primary usb stack or selectable via menu Tools->USB Stack. You only need to include <Adafruit_TinyUSB.h> in your sketch to use.

adafruit/Adafruit_nRF52_Arduino

adafruit/ArduinoCore-samd

earlephilhower/arduino-pico

espressif/arduino-esp32

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.

https://docs.tinyusb.org/en/latest/info/uses.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions