| Age | Commit message (Collapse) | Author |
|
|
|
add msc scsi command list
|
|
|
|
incorrect queue 448 bytes instead of 512
|
|
|
|
|
|
|
|
|
|
Update dcd_stm32_fsdev.c with note about F042Fx remapping
|
|
Add a note about pin remapping for the STM32F042Fx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Queue table has pointers instead of data os_event structs.
This resulted in crashes when elements were put to queue and
overwritten variables that were just after mpool desiged
for queue.
|
|
Due to an error, we were double-advancing the FIFO buffer. The end
result was that the second half of most reads were getting ignored.
This wasn't found during earlier testing because only 64-byte buffers
were tested.
This corrects this error by avoiding double-advancing the buffer.
Signed-off-by: Sean Cross <[email protected]>
|
|
|
|
samd21/samd51/stm32_fsdev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- also rename usbd_class_drivers to _usbd_driver
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Port NXP iMX RT10XX
|
|
|
|
rt1064 work with cdc msc example
|
|
|
|
|
|
|
|
|
|
|
|
drop supporting both device mode on both ports.
|
|
|
|
|