| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Rp2040 followup2
|
|
start the assimilation of Pi Pico into TU
|
|
|
|
|
|
|
|
Update Spresense SDK and fix dcd issues
|
|
Pass the next setup package when USB stack is ready to receive it.
When the transfer is 0 on EP0 send complete to the USB stack
Pass the data received after the setup package to the USB stack.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dcd synopsis mem allocation
|
|
|
|
|
|
increase setup packet size from 8 to 12, since USB DMA controller is
suspected to overflow the buffer with 2 extra bytes
|
|
|
|
|
|
- externerlize code into functions
- correct comments
|
|
|
|
|
|
|
|
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
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
|
|
|
|
which return true as long as we receive the very first SETUP packet from
host.
|
|
other clean up
|
|
|
|
|
|
|
|
|
|
|