| Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
- remove tud_desc_set.hid_report
- remove tud_desc_set_t
|
|
- remove tud_desc_set.string_arr/string_count
|
|
- add report descriptor template TUD_HID_REPORT_DESC_GENERIC_INOUT
- add TUD_HID_INOUT_DESCRIPTOR & TUD_HID_INOUT_DESC_LEN
- add hid_generic_inout example
|
|
|
|
|
|
|
|
|
|
|
|
attribute
|
|
|
|
|
|
|
|
|
|
|
|
change dcd_init signature
|
|
|
|
- remove dcd_edpt_stalled() from dcd porting
|
|
|
|
tusb_task() still exists for backward compatible
|
|
|
|
|
|
|
|
|
|
|