Adafruit_TinyUSB_Arduino icon indicating copy to clipboard operation
Adafruit_TinyUSB_Arduino copied to clipboard

Arduino library for TinyUSB

Results 68 Adafruit_TinyUSB_Arduino issues
Sort by recently updated
recently updated
newest added

### Operating System Linux ### Arduino IDE version 2.3.2 ### Board ESP32-S3 Dev Kit ### ArduinoCore version 3.0.2 ### TinyUSB Library version 3.3.1 ### Sketch as ATTACHED TXT ```cpp /*********************************************************************...

Bug

### Operating System Windows 10 ### Arduino IDE version Arduino 2.3.2 ### Board ESP32-S3 Devkitm-1 ### ArduinoCore version 1.8.6 ### TinyUSB Library version 3.3.1 ### Sketch as ATTACHED TXT Cant...

Bug

**Is your feature request related to a problem? Please describe.** First, thank you for the great library! When copying a file from a host computer (linux) to an sdcard connected...

Feature

This allows us to be compatible with more hid devices,thx.

Feature

### Operating System Windows 10 ### Arduino IDE version 2.3.2 ### Board rp2040 ### ArduinoCore version new ### TinyUSB Library version new ### Sketch as ATTACHED TXT /********************************************************************* Adafruit invests...

Bug

### Operating System Windows 11 ### Arduino IDE version 2.3.2 ### Board ItsyBitsy NRF52840 Express ### ArduinoCore version 1.6.1 ### TinyUSB Library version 3.1.3 ### Sketch as ATTACHED TXT https://github.com/amowry/WARBL2/tree/main/warbl2_firmware...

Bug

Many USB hosts have power limits and will refuse to connect if a device reports a power requirement higher than this limit. For example, the Apple Camera Connection kit will...

Feature

### Operating System Linux ### Arduino IDE version Arduino IDE 2.3.2 ### Board ESP32S3 Dev Module ### ArduinoCore version 2.0.13 ### TinyUSB Library version Latest 3.1.4 ### Sketch as ATTACHED...

Bug

### Operating System MacOS ### Arduino IDE version 1.18.19 ### Board Feather nRF52840 Express ### ArduinoCore version 1.6.1 ### TinyUSB Library version 3.1.3 ### Sketch as ATTACHED TXT examples/HID/hid_boot_keyboard ###...

Bug

**Is your feature request related to a problem? Please describe.** The issue is that the library is coded for -127/128 int value, 8bit. While many SoC's have 12bit ADCs or...

Feature