| Age | Commit message (Collapse) | Author |
|
|
|
|
|
since the function signature is different
|
|
|
|
fix transmit packet endpoint's fifo
|
|
|
|
skip esp32s2_saola for make build since idf use cmake
|
|
STM32FSDEV: Rewrite transfer ISR
|
|
[WIP] MSP430 Support
|
|
comment which describes why it might be needed.
|
|
|
|
|
|
|
|
rename OPT_MCU_NUC505_USB_DMA to simply USE_DMA
|
|
|
|
|
|
majbthrd-nuc120
|
|
|
|
|
|
Port samg55
|
|
|
|
correct usb descriptor msc dual example to work with samg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clean and invalidate the DCache when we have one.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dcd_eptri: Fix rx_buffer/tx_buffer volatile annotation
|
|
This makes `rx_buffer` and `tx_buffer` *pointers*
volatile in order to avoid caching them in a register.
The original notation meant "a pointer to a volatile value"
(equivalent of `volatile uint8_t *`). This resulted in
`while(rx_buffer[ep_num] != NULL) ;` loop to get stuck
forever, even though the IRQ handler set the `rx_buffer[ep_num] = NULL`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
issue occur due to race condition
https://github.com/adafruit/Adafruit_TinyUSB_Arduino/issues/37
|
|
add msc scsi command list
|