| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IAR build error fixes
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
which return true as long as we receive the very first SETUP packet from
host.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
migrated msc_device
|
|
Host async control
|
|
|
|
|
|
This was a confusing name; "Ethernet control model" (CDC ECM)
and "network control model" (CDC NCM) are two separate USB subclasses.
|
|
Feature unit descriptor size depends on number of channels.
So far only single channel feature unit was present.
This change adds feature unit descriptor for two channels.
|
|
implement USBH_EVENT_FUNC_CALL
|
|
|
|
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.
|
|
|
|
|
|
This provides descriptor for mono speaker with
explicit feedback.
|
|
Feedback can be specified by the user code and will be
sent at feedback endpoint specified interval.
|
|
|
|
- add pre-check to reduce mutex lock in usbd_edpt_claim
|
|
|
|
|
|
|
|
gain exclusive access to usbd_edpt_xfer
|
|
|
|
|
|
|