summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-04-11- remove redundant call of pcd_set_ep_rx_cnt()hathach
2024-04-11apply find_pipe() and forloop for hcdhathach
2024-04-11separate flush tx/rx fifohathach
2024-04-10flush fifo in dcd_edpt_close_all()HiFiPhile
2024-04-10fix mask typo for brdysts when using pipe9hathach
2024-04-10support ra2a1 pipe numbering, fix ra2a1 ek led/button. Though usb not enumera...hathach
2024-04-10use for loop instead of__builtin_ctz() which is not portable (e.g with ccrx)hathach
2024-04-10revert pr2245hathach
2024-04-10Adding tuh_hid_get_report(...) to hid_host.hLuke A
2024-04-10Merge pull request #2586 from hathach/fix-2097Ha Thach
2024-04-10remove the usage of TU_BIT() and TU_GENMASK() from tusb_types.hhathach
2024-04-10set txfifo empty level to complete and change back fifo tx to normal sizehathach
2024-04-09Format doc.HiFiPhile
2024-04-09Cleanup.HiFiPhile
2024-04-09Enable double buffer only for PMA > 1024bHiFiPhile
2024-04-09Ignore spurious RX interrupt.HiFiPhile
2024-04-09Rework ISO double buffering.HiFiPhile
2024-04-09Rework macro according to ST driver.HiFiPhile
2024-04-09Refactor edpt_xfer(), support double buffering in dcd_pma_alloc().HiFiPhile
2024-04-09Cleanup ep/pma free, ISO ep should use alloc/activate.HiFiPhile
2024-04-09Merge branch 'master' into dwc2-interruptshathach
2024-04-09Merge pull request #1580 from MatiMcFly/masterHa Thach
2024-04-09make veryfi static in ccrx consistent with the resthathach
2024-04-09Fix tud_video_n_streaming checkHiFiPhile
2024-04-09Fixed behavior of the PRCR register. Previous write protection will be recove...Matthias Schär
2024-04-08Merge branch 'master' of github.com:HiFiPhile/tinyusb into vendor_fifoHiFiPhile
2024-04-08Merge pull request #1835 from MasterQ32/otg_bringupHa Thach
2024-04-08revert usbd driver name change to be backward compatiblehathach
2024-04-08fix unused warninghathach
2024-04-08fix missing if mutex requiredhathach
2024-04-08add class driver deinithathach
2024-04-08Implements tuh_deinit() and tud_deinit() to uninitialize host/device mode.Felix "xq" Queißner
2024-04-08Merge pull request #1363 from tobozo/masterHa Thach
2024-04-08Merge pull request #2575 from HiFiPhile/dwc2_freeHa Thach
2024-04-08Merge pull request #2567 from HiFiPhile/iso_allocHa Thach
2024-04-08add cpuctl and pinctl to tuh_configure() option for max3421hathach
2024-04-06Move TUP_DCD_EDPT_ISO_ALLOC outside usbd_edpt_close() loop.HiFiPhile
2024-04-05dwc2: remove fifo free code.HiFiPhile
2024-04-05minor update bsphathach
2024-04-05Merge branch 'master' into MCXhathach
2024-04-05fix pre-commit formathathach
2024-04-05reverted un-related file changeshathach
2024-04-04Merge remote-tracking branch 'remotes/hathach/master' into cdch_upgradeIngHK
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-04-04Merge pull request #2421 from antoniovazquezblanco/debugHa Thach