-
sending a bunch of LED on and off commands, eventually, get a buffer full message:
`
assertion "buf_ctrl & USB_BUF_CTRL_FULL" failed: file "C:\Users\balde\Documents\Pico\pico-sdk\lib\tinyusb\src\por…
-
### Operating System
MacOS
### Board
Custom
### Firmware
Trying to link TinyUSB as static library into pre-existing STM32U575 codebase. The makefile-based builds for the TinyUSB examples are not …
-
The SVD file is missing a register and a field at the moment that are only used for USB host operation. Both overlap with device-only registers/fields.
The register is EPx control. It can be found …
-
Dear @rppicomidi,
I've had some time to experiment with your fork of tinyusb and tried to refactor the code on this one to work as a transparent passthrough (zero filter) of MIDI commands between t…
-
### Operating System
Others
### Board
PIC0 RP2040
### Firmware
https://github.com/hathach/tinyusb/tree/master/examples/host/bare_api
### What happened ?
Invoking control transfer now has issue …
-
I tried all kinds of combinations of versions to let the example compile on Seeeduino XIAO and QT PY, but I didn't succeed. Of course I have set it on "USB Stack: TinyUSB"
Can you give the version …
-
Hi - thank you for publicising this in the YouTube video. If it's not too much trouble, could you provide some pointers on compiling in the parts of TinyUSB needed for keyboard and mouse into Micropyt…
-
Love your work!
I've been able to get tinyusb HID/CDC dual example working on Pico but would love to be using Rust instead. Your example looks like just what I need but I can't run it because it i…
-
I am using the Raspberry Pi Pico board's native USB Host hardware to implement a USB MIDI Host driver for TinyUSB in the [usb_midi_host](https://github.com/rppicomidi/usb_midi_host) project. The drive…
-
**Describe the bug you encountered:**
The pico_multicore library is always linked to the Pico-PIO-USB library in CMakeLists.txt, even if multicore functionality is not required by the project. …