| Age | Commit message (Collapse) | Author |
|
|
|
suppress vendor sdk driver at board.mk
|
|
|
|
Signed-off-by: Mengsk <[email protected]>
|
|
|
|
|
|
|
|
- RTT mode is blocking to prevent log lost
- Improve logging message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|