-
With the RP2040 in bootloader mode, one gets:
```
$ sg_inq --only /dev/sdb
standard INQUIRY:
PQual=0 PDT=0 RMB=1 LU_CONG=0 hot_pluggable=0 version=0x02 [SCSI-2]
[AERC=0] [TrmTsk=0] No…
-
In high speed USB the host has to poll us often which slows down performance:
![image](https://github.com/openmv/openmv/assets/5694981/2b014fec-3d5f-4e18-bfce-6e57c39f3d7c)
![image](https://gith…
-
It needs vsnprintf_P, snprintf_P, maybe pgm_read_dword. the hook is the `NRF_H` macro.
-
A user of TinyUSB noticed the MIDI Endpoint descriptors were 7 bytes instead of the 9 bytes specified by the USB MIDI 1.0 spec. The size reverts to 7 bytes in the USB MIDI 2.0 spec, adopted in May 202…
-
### Problem Description
I get the following error when trying to initialize `Adafruit_USBD_Audio`:
Compilation error: 'Adafruit_USBD_Audio' does not name a type; did you mean 'Adafruit_USBD_Video'?
…
-
Hi, I'm trying to compile pico-rmii-ethernet When I try and build it I get the following CMake error:
```
[proc] Executing command: C:\dev\apps\CMake\bin\cmake -DCMAKE_BUILD_TYPE:STRING=Debug -DCM…
-
Tinyusb already supports usb midi host, I wonder if it would be much trouble to port it to Arduino?
Myself and I imagine many many others would very much appreciate it. ESP32-S3 is a very powerful …
-
### Is your feature request related to a problem?
Lack of UVC in https://github.com/espressif/esp-idf/tree/master/examples/peripherals/usb/device
### Describe the solution you'd like.
For boards li…
-
### Board
ESP32 S3 dev and S2 mini
### Device Description
-
### Hardware Configuration
USB-OTG port used
### Version
latest master (checkout manually)
### IDE Name
PlatformI…
-
**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 the follo…