| Age | Commit message (Collapse) | Author |
|
fix dcd_event_sof() with frame number
|
|
|
|
|
|
|
|
|
|
|
|
always reserve 0x100 for option setting in linker to prevent possible bricked mcu
|
|
|
|
missing configuration or clock setup
|
|
|
|
|
|
|
|
byte for ROM registers to work.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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()
|