rppicomidi
rppicomidi
Midihost
**Describe the PR** This pull request adds MIDI host functionality to tinyusb. **Additional context** This code is a work in progress and should be treated as a draft. I am...
**Describe the PR** This draft pull request shows a possible way to implement FreeRTOS support for RP2040. To use FreeRTOS with RP2040, you must install the FreeRTOS-Kernel source in a...
**Is your feature request related to a problem? Please describe.** Someone using the usb_midi_host application host driver+the Adafruit TinyUSB Arduino library is trying to enumerate a device that has an...
Hello. Newbie to the jivelite project here. Thanks in advance for any help. On my Squeezebox Touch, when the player is off, I can turn it back on by touching...
**Is your feature request related to a problem? Please describe.** @marchingband attempted to compile `usb_midi_host_example.ino` and got the error `Compilation error: #error "Please Select USB Stack: Adafruit TinyUSB Host"` **Describe...
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 driver uses the RP2040's...
**Describe the bug you encountered:** I tested the usb_device example with version 0.6.0. The PIO USB device does not enumerate. I have not attached a USB sniffer to the figure...
I am referencing [The Getting Started Guide](https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf) as of 23-Aug-2024. The document is clear on how to use the command line to change `PICO_BOARD`, but I found no instruction on...
This commit fixes issue #2776 https://github.com/hathach/tinyusb/issues/2776. The HCD now routes all USB transfers through the EPx endpoint. It no longer uses the "interrupt" endpoint hardware to handle INTERRUPT and BULK...
### Operating System Linux ### Board Raspberry Pi Pico ### Firmware [usb_midi_host_example](https://github.com/rppicomidi/usb_midi_host/tree/main/examples/C-code/usb_midi_host_example) ### What happened ? This is with regards the RP2040 USB Host mode chip bug described here: https://github.com/raspberrypi/pico-feedback/issues/394....