summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
2024-04-27bulk_in: copy buffer to ensure alignment correctness.HiFiPhile
2024-04-26Guard ep_fb with usbd_edpt_claim().HiFiPhile
2024-04-26Add tu_static to global variables.HiFiPhile
2024-04-26UAC2: Implement feedback by fifo counting.HiFiPhile
2024-04-26Code format.HiFiPhile
2024-04-26Merge remote-tracking branch 'remotes/tinyusb/master' into pr/2253HiFiPhile
2024-04-26Simplify transfer failure cb.HiFiPhile
2024-04-26Add missing alignment.HiFiPhile
2024-04-26use separate buffer for ctrl transfer.HiFiPhile
2024-04-26Merge branch 'master' of https://github.com/hathach/tinyusb into pr/2283HiFiPhile
2024-04-26cdc: add uart status notification support.HiFiPhile
2024-04-26cdc_device : save rhport.HiFiPhile
2024-04-25uac2: return on clear_feature.HiFiPhile
2024-04-22fix print lu format warnings with clanghathach
2024-04-22fix nrfx v3 spim freq when inithathach
2024-04-10Adding tuh_hid_get_report(...) to hid_host.hLuke A
2024-04-09Fix tud_video_n_streaming checkHiFiPhile
2024-04-08Merge branch 'master' of github.com:HiFiPhile/tinyusb into vendor_fifoHiFiPhile
2024-04-08Merge pull request #1835 from MasterQ32/otg_bringupHa Thach
2024-04-08fix missing if mutex requiredhathach
2024-04-08add class driver deinithathach
2024-04-08Merge pull request #1363 from tobozo/masterHa Thach
2024-04-06Move TUP_DCD_EDPT_ISO_ALLOC outside usbd_edpt_close() loop.HiFiPhile
2024-04-04small change process config completeIngHK
2024-04-04disable PL2303 flow control configIngHK
2024-04-04foxed FTDI flow control configIngHK
2024-04-04CP210x removed baudrate check, fixed data bits checkIngHK
2024-04-04fixed compile warningsIngHK
2024-04-04Merge remote-tracking branch 'remotes/hathach/master' into cdch_upgradeIngHK
2024-04-02Add endpoint ISO allocation to video class.HiFiPhile
2024-04-02Move endpoint alloc define to tusb_mcu.hHiFiPhile
2024-04-01UAC2: fix mounted condition.HiFiPhile
2024-04-01UAC2: refactor interrupt endpoint support.HiFiPhile
2024-04-01Merge remote-tracking branch 'upstream/master' into pr/1702HiFiPhile
2024-04-01Merge branch 'master' of https://github.com/hathach/tinyusb into vendor_fifoHiFiPhile
2024-03-31fix hid close not clear datahathach
2024-03-30dwc2: add endpoint allocation support.HiFiPhile
2024-03-25Merge branch 'master' into add-tuh-deinithathach
2024-03-22Add files via uploadacscd
2024-03-22implement tuh_init()hathach
2024-03-22adding deinit() stub for usbh/hcd class driverhathach
2024-03-21Merge remote-tracking branch 'remotes/hathach/master' into workIngHK
2024-03-21code style and clean up CDC serial header filesIngHK
2024-03-20added dedicate buffer for probe commit payloadhathach
2024-03-20improve uvc debug messagehathach
2024-03-18fix: uvc multiple interface supportLi Junru
2024-03-15[usbtmc] cast to uintptr_t to get rid of const for usbd_edpt_xfer.Tommie Gannert
2024-03-10fixed FTDI set control lineIngHK
2024-03-10added defines CFG_TUH_CDC_DTR_CONTROL_ON_ENUM & CFG_TUH_CDC_RTS_CONTROL_ON_ENUMIngHK
2024-03-10added line control function using cdc_line_control_state_tIngHK