| Age | Commit message (Collapse) | Author |
|
|
|
|
|
started with pca10056
|
|
|
|
|
|
Documentation: assert vs verify.
|
|
|
|
|
|
|
|
|
|
fix typo
remove magic number 0xff of driver id
|
|
in READMEs, and implement PMA
access stride (used on MCU's with 512 byte USB buffers).
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
control_complete
|
|
clean up, adding template for BOS & BOS platform descriptor
|
|
|
|
|
|
|
|
rename TUSB_DESC_CLASS_SPECIFIC to TUSB_DESC_CS_INTERFACE
|
|
|
|
- improve fifo write/read_n with only one lock
- use usbd_edpt_xfer/usbd_edpt_busy for hid/cdc/msc class driver
- replace cdc read's pending_read_from_host by usbd_edpt_busy()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
callback
|
|
- 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
|
|
|
|
|
|
|
|
- call dcd_event_xfer_complete() when enough bytes received
- add dcd_get_frame_number()
|
|
Fifo incurs a second copy into a USB buffer but this ensures the
correct USB buffer alignment. Some LPC chips require 64 byte
alignment that txbuf couldn't do.
|
|
|
|
|
|
|
|
|