summaryrefslogtreecommitdiff
path: root/src/class/cdc/cdc_host.c
AgeCommit message (Expand)Author
2024-04-22fix nrfx v3 spim freq when inithathach
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-03-22implement tuh_init()hathach
2024-03-22adding deinit() stub for usbh/hcd class driverhathach
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-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-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-23improved TU_LOGsIngHK
2024-02-23sorted driver functions into Control Request, Driver API, Enumeration and Hel...IngHK
2024-01-31fix #2444 and other small thingsIngHK
2024-01-30cdch: de-configure when closing, rename configured to mountedhathach
2024-01-29fixed #2437IngHK
2024-01-20accumulated review changesIngHK
2024-01-20make CFG_TUH_CDC_LINE_CODING_ON_ENUM optional for ch34xhathach
2024-01-19- add new API tuh_cdc_set_data_format()hathach
2024-01-19move code aroundhathach
2024-01-19- add ch34x_set_data_format()hathach
2024-01-19refactor process_internal_control_complete()hathach
2024-01-19- add requested line coding to make update data format easierhathach
2024-01-19- revert the use of serial init for set line codinghathach
2024-01-17implemented ch34x_set_line_coding() and some code cleanupIngHK