summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-03-21Merge remote-tracking branch 'remotes/hathach/master' into workIngHK
2024-03-21code style and clean up CDC serial header filesIngHK
2024-03-21Merge pull request #2527 from tannewt/idf5.2.1Ha Thach
2024-03-20Tweaks for ESP-IDF 5.2.1Scott Shawcroft
2024-03-18fix: uvc multiple interface supportLi Junru
2024-03-13Merge pull request #2473 from kaidegit/patch-1HiFiPhile
2024-03-13usbd only process last setup packet in the event queuehathach
2024-03-13- only abort ep0 if it is activehathach
2024-03-12Merge branch 'master' into fix-rp2040-ctrl-xferhathach
2024-03-11reformat codehathach
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
2024-03-10added use of cdc_line_control_state_t type in CDChIngHK
2024-03-10added explicite (uint16_t) casts inside tu_htole16()IngHK
2024-03-10fixed IAR compile errorIngHK
2024-03-04- usbh enumeration: move _parse_configuration_descriptor after SET_CONFIGURAT...hathach
2024-03-04code reformathathach
2024-03-01add tuh_hid_receive_abort() APIhathach
2024-03-01reformat code hid_host.chathach
2024-02-29improved TU_LOGsIngHK
2024-02-29small PL2303 improvementsIngHK
2024-02-29removed expendable ACM checkIngHK
2024-02-29improved & fixed compiler warnings device descriptor handlingIngHK
2024-02-29FTDI fixed itf_num and some improvementIngHK
2024-02-29Merge remote-tracking branch 'remotes/hathach/master' into cdch_upgradeIngHK
2024-02-26work around possible RP2040 erratumTaylor Yu
2024-02-24fixed compiler warning src/tusb.cIngHK
2024-02-24Merge remote-tracking branch 'remotes/hathach/master' into cdch_upgradeIngHK
2024-02-24improved PL2303 TU_LOGsIngHK
2024-02-24improved TU_LOGsIngHK
2024-02-24small changes & code styleIngHK
2024-02-24updated contribution, readme and some commentsIngHK
2024-02-24added PL2303 supportIngHK
2024-02-24improved CP210x supportIngHK
2024-02-24improved FTDI supportIngHK
2024-02-24created set_line_coding_sequence() and void set_line_coding_stage1_complete()...IngHK
2024-02-24fixed CFG_TUH_CDC_LINE_CONTROL_ON_ENUM handling. only set if defined. value 0...IngHK
2024-02-24fixed #2448 CH34x ch34x_set_line_coding() callback bugIngHK
2024-02-24improved ACM checksIngHK
2024-02-24added continue enum after config failIngHK
2024-02-24created set_function_call()IngHK
2024-02-24changed to use of p_cdc->requested_line_stateIngHK
2024-02-24changed to use of p_cdc->requested_line_codingIngHK
2024-02-24splitted cdch_internal_control_complete() into driver's _internal_control_com...IngHK
2024-02-24only save/restore CLK_RECOVER_IRC_EN/CTRL if FSL_FEATURE_USB_KHCI_IRC48M_MODU...hathach
2024-02-23improved TU_LOGsIngHK
2024-02-23sorted driver functions into Control Request, Driver API, Enumeration and Hel...IngHK
2024-02-24Merge pull request #2168 from emb4fun/nxp_k64Ha Thach
2024-02-24fix build with cpu without USB_CLK_RECOVER using old dcd_khci driverhathach