| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
samg fifo is accessed byte by byte (although the register is 32 bit).
|
|
Copying has to be conduct in full words (at least for STM32). Renamed
copy function to tu_fifo_write_n_const_addr_full_words()
|
|
|
|
|
|
|
|
This way people don't need to pay attention for the buffer pointer
|
|
|
|
|
|
|
|
|
|
|
|
increase setup packet size from 8 to 12, since USB DMA controller is
suspected to overflow the buffer with 2 extra bytes
|
|
skip ci build for example that need more ROM/RAM could fit into SAMD11
|
|
|
|
reproduced with Adafruit_TinyUSB_ArduinoCore port commit 11d669b4d2a40eb2fc5e51b2a9707a6de9d42363 and SAMD BSP 1.6.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setup packet can complete together with previous status (in & out).
Always make sure to prepare valid buffer for holding setup packet when
queuing control status.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tud_isr() must be called by application to forward the irqhandle to the
stack
|
|
correct usb descriptor msc dual example to work with samg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
issue occur due to race condition
https://github.com/adafruit/Adafruit_TinyUSB_Arduino/issues/37
|
|
add msc scsi command list
|
|
incorrect queue 448 bytes instead of 512
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|