summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-12-21add tu_edpt_stream_write_zlp_if_needed()hathach
2022-12-21rename tud_edpt_stream_write_xferhathach
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-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-14fix midi MS Header wTotalLength computationhathach
2022-12-12fix int conversion warningshathach
2022-12-10clean uphathach
2022-12-09add fifo implementation notehathach
2022-12-09Merge pull request #1783 from scoudreau/usbtmc-high-speedHa 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
2022-12-08fix typo, add -Wno-error=unreachable-code for fuzz due to latest cdc changeshathach
2022-12-06cdc: Fix autoflush for FIFO < MPSTomas Rezucha
2022-12-05Merge pull request #1776 from hathach/hid-fidoHa Thach
2022-12-05rename to match fido sample uf2_hid..hhathach
2022-12-05Merge pull request #1767 from pete-pjb/masterHa Thach
2022-12-05clean osal_freertos, update freertos examples to work with configSUPPORT_DYNA...hathach
2022-12-04more typoshathach
2022-12-04Fix typosBastien Nocera
2022-12-02Back out another of my changes I am still investigating.pete-pjb
2022-12-02Some reverts and changes after discussion.pete-pjb
2022-12-01Added CFG_TUSB_MEM_SECTION define to struct _ctrl_xfer in usbh.cpete-pjb
2022-12-01Alter tuh_task_ext() function so no need to return when using FreeRTOSPeterB
2022-11-30Fix white space issue.pete-pjb
2022-11-30Merge branch 'hathach:master' into masterPete Bone
2022-11-30Merge branch 'hathach:master' into port-ft90xGordon McNab
2022-11-30more clean uphathach
2022-11-30white spaceshathach
2022-11-30Add FT9xx for cdc_dual_portsGordon McNab
2022-11-30Modify FreeRTOS integration to allow non-static allocation.pete-pjb
2022-11-30Merge pull request #1755 from rppicomidi/fix_1721Ha Thach