summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
2024-01-23audio_device: Fix unused variable warningJerzy Kasenberg
2024-01-20msc_device: Fix check for including MSC lookup tablesJonathan Zentgraf
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
2024-01-17more clean uphathach
2024-01-16change code style and code cleanupIngHK
2024-01-16change code stylehathach
2024-01-16merge and cherry pick changeshathach
2024-01-16fix number of endpoint for ch340x, also open notification even not used for nowhathach
2024-01-16Merge branch 'cdc_ch34x_support' of https://github.com/IngHK/tinyusb into cdc...IngHK
2024-01-16CDCh host: further work on CH340/CH341 supportIngHK
2024-01-16Merge remote-tracking branch 'remotes/hathach/master' into cdc_ch34x_supportIngHK
2024-01-16move open() ad vid_pid_list into serial driver structhathach
2024-01-16Merge branch 'master' into cdc_ch34x_supporthathach
2024-01-16change CFG_TUH_CDC_FTDI/CP210X_PID_LIST to CFG_TUH_CDC_FTDI/CP210X_VID_PID_LI...hathach
2024-01-15fix conflict of BIT() macrohathach
2024-01-15fix sign-conversion warninghathach
2024-01-15change code stylehathach
2024-01-15Merge branch 'master' into cdc_ch34x_supporthathach
2024-01-11bInterfaceClass number replaced by defineIngHK
2024-01-09[CDC] host: moved acm_open to other acm prototypesIngHK
2023-12-26initial support of CH34x CDC deviceIngHK
2023-12-12Add configuration option CFG_TUH_CDC_FTDI_PID_LIST to tusb_option.hOliver Larsson
2023-12-11Merge pull request #2296 from LarssonOliver/masterHa Thach
2023-12-10Add comment to explain why the condition changesÁngel Molina Núñez
2023-12-09Fix strict-overflow warning when compiling with gcc >= 12Angel Molina
2023-11-25Add configuration option CFG_TUH_CDC_CP210X_PID_LIST to tusb_option.hOliver Larsson
2023-11-24Merge pull request #2340 from hathach/hid-set-protocol-prHa Thach
2023-11-24minor updatehathach
2023-11-24add tuh_hid_set_default_protocol() to set default USB host HID protocolXudong Zheng
2023-11-24rename to CFG_TUD_BTH_HISTORICAL_COMPATIBLE, move CFG_TUD_BTH_ISO_ALT_COUNT t...hathach
2023-11-24Merge branch 'master' into bthhathach
2023-11-22fix typo in cdc line coding enumhathach
2023-11-07Add historical EP compatibility to bth classAntonio Vázquez Blanco
2023-10-18Adjsut blackout time.Mengsk
2023-10-17hid_device: use separate buffer for SET_REPORT instead of epoutShawn Hoffman
2023-10-17Put sw_buf in USB section only if necessary.HiFiPhile
2023-10-17Fix compile.HiFiPhile
2023-10-17Add blackout time.HiFiPhile
2023-10-17Read sample rate directly from control transfer to eliminate callback.HiFiPhile
2023-10-17Add flow control for IN transfer.HiFiPhile
2023-10-10Fix naming nBytesPerSample.HiFiPhile
2023-10-10Merge branch 'master' of https://github.com/hathach/tinyusb into uac_interlHiFiPhile