| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Bluetooth HCI transport over USB
|
|
|
|
Code implements USB transport for bluetooth HCI.
|
|
|
|
to check if there is pending events in the tud task without executing
it. Useful to check before entering low power mode with WFI/WFE
|
|
|
|
|
|
|
|
|
|
|
|
usbnet: OS-agnostic (Windows/Linux/macOS) network driver
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Chang Feng <[email protected]>
|
|
|
|
|
|
|
|
Added a couple of unit testing with Ceedling/Cmock/Unity
|
|
|
|
This is really just a few descriptors and then answering to the
request from the host to reboot into DFU mode.
That latter part is delegated to the app since this is platform
specific.
Signed-off-by: Sylvain Munaut <[email protected]>
|
|
|
|
|
|
- remove TUD_WEBUSB_URL_DESCRIPTOR to avoid flexible array member (C++
forbid in strict mode)
- remove unused TUD_DESC_STRLEN/TUD_DESC_STR_HEADER/TUD_DESC_STR_HEADER
|
|
from signed char to int32_t
|
|
|
|
|
|
|
|
tud_vendor_control_request_cb/complete_cb
|
|
usbd control transfer
rename usbd_control_transfer/status to tud_control_transfer/status
|
|
|
|
clean up, adding template for BOS & BOS platform descriptor
|
|
|
|
|
|
|
|
|
|
rename TUSB_DESC_CLASS_SPECIFIC to TUSB_DESC_CS_INTERFACE
|
|
|
|
|
|
|
|
|
|
|
|
callback
|