| Age | Commit message (Collapse) | Author |
|
Dcd synopsis mem allocation
|
|
walkround for samd21 setup_packet overflow
|
|
|
|
|
|
increase setup packet size from 8 to 12, since USB DMA controller is
suspected to overflow the buffer with 2 extra bytes
|
|
change default CFG_TUD_HID_EP_BUFSIZE from 16 to 64
|
|
|
|
Feature dbl m33
|
|
|
|
|
|
- externerlize code into functions
- correct comments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Follow up kl25z pr569
|
|
|
|
update nxp_driver
|
|
add support for frdm_kl25z
|
|
Fix IAR error on memcpy and warnings.
|
|
Signed-off-by: MasterPhi <[email protected]>
|
|
fixed incorrect handling of STALL other than EP0
convert tabs to spaces
removed unused symbols
|
|
IAR build error fixes
|
|
IAR fix more warnings
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
add bus suspend & resume support for esp32s2
|
|
|
|
|
|
msc only invoke scsi complete callback after status transaction is complete
|
|
|
|
add tud_connected()
|
|
which return true as long as we receive the very first SETUP packet from
host.
|
|
CDC without DTR being set
|
|
|
|
|
|
|
|
other clean up
|
|
|
|
have tusb_init() return true instead of TUSB_ERROR_NONE
|
|
|
|
Rework class driver control transfer
|