| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
|
|
* change TUD_EPBUF_TYPE_DEF order
* add and fix -Wmissing-prototypes warnings for cmake (skip make)
|
|
|
|
|
|
TUH_EPBUF_DEF
|
|
|
|
|
|
- add device/midi_test_freertos example
- update bth/dfu/midi device for cache line size
|
|
msc,cdc,hid
HIL enable device DMA for p4
|
|
occupy the whole cache line
|
|
|
|
|
|
|
|
|
|
fs (slave only)
|
|
|
|
|
|
increased but data transfer over USB is not correct.
|
|
see code from
https://github.com/raspberrypi/pico-examples/blob/master/picoboard/button/button.c
|
|
it enumerate device but has issue with msc bulk in
|
|
|
|
|
|
|
|
|
|
fix duplicated device attach for some devices which cause "USBH Defer Attach until current enumeration complete"
include dev0 for tuh_edpt_abort_xfer()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
|
|
|
|
|