Adafruit_TinyUSB_Arduino
Adafruit_TinyUSB_Arduino copied to clipboard
Arduino library for TinyUSB
**Is your feature request related to a problem? Please describe.** Existing solutions for xinput and the RP2040/pico require platform.io and other unstable solutions which are difficult to use. I am...
### Operating System Windows 10 ### IDE version 1.8.19 ### Board Raspberry PICO ### ArduinoCore version 2.3.3 ### TinyUSB Library version 1.14.1 ### Sketch (attached txt file) ``` #include void...
**Describe the bug** Passing in strings over a certain length freezes the device. May be related to buffer overflow? looks like it crashes after 64 characters. **Set up (please complete...
I bought a Feather board and I expected that will work with Adafruit ecosystem. This library does not support Adafruit Feather STM32F405 Express even it have native USB. I would...
**Is your feature request related to a problem? Please describe.** Currently rp2040 port use an periodic timer to run usb task, triggered every 1ms, which is pretty wasteful. https://github.com/adafruit/Adafruit_TinyUSB_Arduino/blob/5be0b21c0a5cf396b139bce0c6c0d403df051b0a/src/arduino/ports/rp2040/Adafruit_TinyUSB_rp2040.cpp#L84-L91 **Describe...
I have a USB peripheral (GPS puck) that I would like to read into an ESP32-S2 board. I naively thought this was going to be simple, but am now realizing...
TinyUSB can be used without explicitly defining USE_TINYUSB. This is useful for cores without built-in support for the define. Related PR: arduino/ArduinoCore-samd#668
- Platform IO defaults to building all the libraries statically linked, this appears to prevent the Serial port from working on nrf52840 NOTE! This is almost certainly not how this...
**Describe the bug** On a Samsung S9+ phone, webusb-rgb works fine, webusb-serial will not write text in the receiver window when typed in the sender window. All demos require connect...
as mentioned by https://github.com/adafruit/Adafruit_TinyUSB_Arduino/issues/26#issuecomment-1011587617 keypress event is not supported by chrome on Android. Change to use keydown event