summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-15add blocking delay for msp430 with max 25mhzhathach
2024-04-12add cmake support for msp430hathach
2024-04-11Removed trailing whitespace.Clifroy Henry
2024-04-11Correctly implementing recommended workarounds for erratas USB4 and USB10.Clifroy Henry
2024-04-11Allow re-enumeration on host power cycle.Clifroy Henry
2024-04-11Resolve erroneous data on enumeration.Clifroy Henry
2024-04-11Increase bus powe stabilization delay.Clifroy Henry
2024-04-11Add non-bus-powered MSP430 re-enumeration support.Clifroy Henry
2024-04-10Merge pull request #2587 from hathach/revert-pr2245Ha Thach
2024-04-10revert pr2245hathach
2024-04-10Merge pull request #2223 from arntsonl/hid_host_get_reportHa Thach
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-10Merge pull request #2585 from hathach/dwc2-txfifo-empty-levelHa 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-09Merge pull request #2584 from hathach/dwc2-interruptsHa Thach
2024-04-09Merge branch 'master' into dwc2-interruptshathach
2024-04-09Merge pull request #2583 from hathach/labler-permissionHa Thach
2024-04-09add permission to lable issue/prhathach
2024-04-09Merge pull request #2582 from HiFiPhile/uvc_typoHa Thach
2024-04-09Fix typo.HiFiPhile
2024-04-09Merge pull request #2580 from hathach/labeler-more-catchHa Thach
2024-04-09more try/catch for labelerhathach
2024-04-09Merge pull request #1580 from MatiMcFly/masterHa Thach
2024-04-09Merge pull request #2579 from HiFiPhile/uvc_raceHa Thach
2024-04-09make veryfi static in ccrx consistent with the resthathach
2024-04-09update gr_citrus as wellhathach
2024-04-09apply oldPRCR to board_init()hathach
2024-04-09Fix tud_video_n_streaming checkHiFiPhile
2024-04-09Renesas RX controllers: Recover the previous state of the system write protec...Matthias Schär
2024-04-09Revert "Fixed behavior of the PRCR register. Previous write protection will b...Matthias Schär
2024-04-09Fixed behavior of the PRCR register. Previous write protection will be recove...Matthias Schär
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-08Merge pull request #2577 from hathach/max3421-configurationHa Thach
2024-04-08add cpuctl and pinctl to tuh_configure() option for max3421hathach
2024-04-08Merge pull request #2466 from wavenumber-eng/MCXHa Thach
2024-04-08add CFG_EXAMPLE_VIDEO_READONLY for mcxa15hathach
2024-04-08fix configENABLE_FPU=0 for cortex-m33+nodsphathach
2024-04-08Merge pull request #2538 from kkitayam/add_uvc_2ch_exampleHa Thach
2024-04-06Move TUP_DCD_EDPT_ISO_ALLOC outside usbd_edpt_close() loop.HiFiPhile
2024-04-06Merge branch 'iso_alloc' of github.com:HiFiPhile/tinyusb into iso_allocHiFiPhile