| Age | Commit message (Collapse) | Author |
|
Fix vendor fifo deadlock, add tud_vendor_n_read_flush
|
|
complete Sony PS4 dualshock controller example
|
|
|
|
separate dev0 from _usbh_devices pool to save sram
|
|
|
|
|
|
|
|
the descriptor len used by driver will be calculated by usbh
|
|
|
|
|
|
[PORT] Add GD32VF103 support and Sipeed Longan Nano Board support
|
|
|
|
As the peripheral is the same as on the STM32F1 and STM32F4 lines we do the same.
|
|
|
|
|
|
|
|
|
|
|
|
Adaptations for Renesas CCRX toolchain and Rx72N controller performed
|
|
|
|
|
|
clean up packed/bit order begin end
|
|
|
|
Wini-Buh-CCRX_Port
|
|
DFU improvements
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- tud_dfu_dnload_complete() -> tud_dfu_download_complete()
- tud_dfu_req_dnload_data_cb() -> tud_dfu_download_cb()
- tud_dfu_req_upload_data_cb() -> tud_dfu_upload_cb()
|
|
|
|
|
|
also add state as argument
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|