| Age | Commit message (Collapse) | Author |
|
_tu_fifo_read_from_const_src_ptr()
_tu_fifo_write_to_const_dst_ptr()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allows to copy from/to constant pointers required for STM32 hardware
FIFO copies.
|
|
|
|
|
|
Fix overflow in tu_fifo_write_n()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|