| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
add msc scsi command list
|
|
|
|
|
|
|
|
WIP: Add Valentyusb eptri
|
|
This simply executes an "ebreak" instruction.
Signed-off-by: Sean Cross <[email protected]>
|
|
response with failed assert
|
|
|
|
Add support for DFU Runtime class for devices
|
|
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]>
|
|
|
|
|
|
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
|