| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
- also use dcd_event_bus_reset()
- Add TODO for suspend, resume later on (need to test with/without vbus
detection).
|
|
|
|
Rename dfu rt to runtime
|
|
more epsize checking per type
|
|
also rename tud_dfu_rt_reboot_to_dfu to tud_dfu_runtime_reboot_to_dfu_cb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
which return true as long as we receive the very first SETUP packet from
host.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
migrated msc_device
|
|
Add tud_audio_set_itf_close_EP_cb()
|
|
|
|
Currently number of endpoints was hard coded to 8.
NRF52 has 9 IN and 9 OUT endpoints.
ISO endpoints are 0x08 and 0x88 and without this change those
two ISO endpoint could not be used.
|
|
|
|
|
|
- add pre-check to reduce mutex lock in usbd_edpt_claim
|
|
|
|
|
|
gain exclusive access to usbd_edpt_xfer
|
|
Conflicts:
src/device/usbd.c
src/device/usbd.h
src/portable/st/synopsys/dcd_synopsys.c
|
|
- position application driver before built-in
- remove dcd.h from public include.
|
|
|
|
|
|
Tested with EP0 size 8/16/32/64.
|
|
|
|
Remove 0xEE index string if statement & change TU_ASSERT to TU_VERIFY
|
|
Signed-off-by: Chang Feng <[email protected]>
|