summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-22add tuh_cdc_get_local_line_coding()hathach
2022-12-22correct host cdc enumhathach
2022-12-22cdc host, add set line coding APIhathach
2022-12-22minor clean uphathach
2022-12-22fix typohathach
2022-12-22finish moving edpt stream to tusb.chathach
2022-12-22fix stream read count computationhathach
2022-12-22moving edpt_stream API into common tusb.chathach
2022-12-21add tuh_cdc_write_clear, rename read_flush() to read_clear()hathach
2022-12-21add tuh_cdc_tx_complete_cb() callbackhathach
2022-12-21add more host cdc APIhathach
2022-12-21fix cihathach
2022-12-21correct cdc host apphathach
2022-12-21add tu_edpt_stream_write_zlp_if_needed()hathach
2022-12-21rename tud_edpt_stream_write_xferhathach
2022-12-21updat cdc host apphathach
2022-12-21minor debug loghathach
2022-12-21rename TU_LOG_VAR to TU_LOG_PTR, print out setup of failed control transfer w...hathach
2022-12-21fix cihathach
2022-12-21finalizing cdc host, has a working read/writehathach
2022-12-20Merge pull request #1803 from jbruneaux31/patch-1Ha Thach
2022-12-20fix hid host incorrect edpt release if failed to transmithathach
2022-12-19Update osal_freertos.hjbruneaux31
2022-12-19Update osal_rtthread.htyustli
2022-12-19[add] semaphore reset support for rt-threadtyustli
2022-12-16correct cdc usbh_driver_set_config_complete()hathach
2022-12-16stubhathach
2022-12-16add common EPSIZE for bulk/iso in full and highspeedhathach
2022-12-16minor renamehathach
2022-12-16cdc check for bNumEndpoints before checking for endpoint descriptorhathach
2022-12-16adding tuh_cdc_mount_cb/tuh_cdc_umount_cbhathach
2022-12-16Merge pull request #1799 from hathach/update-osal-mutexHa Thach
2022-12-16update fifo per PanRe reviewhathach
2022-12-16fix ci with usbh and unit testhathach
2022-12-15fix build with usbtmchathach
2022-12-15use OSAL_MUTEX_REQUIRED to replace CFG_FIFO_MUTEX/TUSB_OPT_MUTEXhathach
2022-12-15Update SDK for FT9xx to include 3rdparty sourcesGordon McNab
2022-12-14Merge pull request #1797 from hathach/fix-midi-lenHa Thach
2022-12-14fix midi MS Header wTotalLength computationhathach
2022-12-13Fix ifdefs for disabled uart stdio in rp2040 familyLouis Burda
2022-12-12fix int conversion warningshathach
2022-12-10clean uphathach
2022-12-09add fifo implementation notehathach
2022-12-09add test_write_double_overflowed for fifohathach
2022-12-09Merge pull request #1783 from scoudreau/usbtmc-high-speedHa Thach
2022-12-09Merge pull request #1784 from scoudreau/interrupt-descriptor-polling-intervalHa Thach
2022-12-08Added missing typecast to pass build checksscoudreau
2022-12-08Correct interrupt polling interval in descriptorSebastien COUDREAU
2022-12-08usbtmc: correct packet size bugSebastien COUDREAU
2022-12-08enhance tu fifohathach