summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-05-27Merge branch 'master' into additional_dcd_sof_enableHiFiPhile
2024-05-27Fix tud_sof_cb_enable() return type.HiFiPhile
2024-05-27Fix frame count in tud_sof_cb().HiFiPhile
2024-05-27renesas: Add support for dcd_sof_enable().Andrew Leech
2024-05-27nrf5x: Add support for dcd_sof_enable().Andrew Leech
2024-05-27microchip samd: Add support for dcd_sof_enable().Andrew Leech
2024-05-27chipidea/mimxrt: Add support for dcd_sof_enable().Andrew Leech
2024-05-24increase version as pre-releases, still need more clean up before actual relesaehathach
2024-05-24minor clean uphathach
2024-05-24add ch32 support for fsdev driver. v20x can select fsdev or usbfs with make/c...hathach
2024-05-24wch usbfs/usbhs need to specify which driver to use. for v307 default to high...hathach
2024-05-22feat(uvc): support format frame basedLi Junru
2024-05-21re-add sof eventhathach
2024-05-21- minor update to ep_set_response_and_toggle/xfer_data_packethathach
2024-05-21use CFG_TUD_ENDPOINT0_SIZE, rename ep0_data_in_out_buffer to simply ep0_bufferhathach
2024-05-21fix(ch32, iso): fix iso IN transfers for CH32Denis Krasutski
2024-05-21bugfix(ch32-hs-dcd): fix ch32 DATAx managment and long packet transmissiondkrasutski
2024-05-20Merge pull request #2362 from dragonlock2/masterHa Thach
2024-05-20revert unrelated changes to video_device.chathach
2024-05-20code formathathach
2024-05-20use correct wch usbhs, usbfs for ch32v307 using CFG_TUD_MAX_SPEEDhathach
2024-05-20temp codehathach
2024-05-19fix ep0 stall not clearingMatthew Tran
2024-05-17Merge pull request #2648 from tannewt/esp32c2_h2Ha Thach
2024-05-16Add esp32c2 and esp32h2 for max3421 supportScott Shawcroft
2024-05-16change default risv-gcc to riscv-none-elf- and add _zicsr extensionhathach
2024-05-15add CH32V20x USB OTG/FS driverMatthew Tran
2024-05-15Merge pull request #2626 from rgrr/dcd_nrf5x-fix-race-conditionHa Thach
2024-05-15implement max3421e hcd_edpt_abort_xfer()hathach
2024-05-13Remove dead code.HiFiPhile
2024-05-13Adjust logic.HiFiPhile
2024-05-13Merge branch 'master' into test-mode-supportHiFiPhile
2024-05-13revert (unverified) second race conditionHardy Griech
2024-05-12Fix HS playback on OSX.HiFiPhile
2024-05-12Tested 3 bytes feedback work on OSX.HiFiPhile
2024-05-11Fix CI.HiFiPhile
2024-05-11Optimize SOF.HiFiPhile
2024-05-11Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fbHiFiPhile
2024-05-11Always send 4 bytes feedback despite 10.14 format (Apple wtf ?!)HiFiPhile
2024-05-10More ci tweak (#2636)Ha Thach
2024-05-10Merge pull request #2213 from Rocky04/patch-5HiFiPhile
2024-05-10Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fbHiFiPhile
2024-05-10Allow feedback EP size change.HiFiPhile
2024-05-09Little optimization.HiFiPhile
2024-05-09Fix CI.HiFiPhile
2024-05-09Convert to bit-field since it's more reliable.HiFiPhile
2024-05-09Don't forget to queue SOF event.HiFiPhile
2024-05-09Merge pull request #2633 from jotonedev/missing-keysHiFiPhile
2024-05-09Fix redefinitionJohn Toniutti
2024-05-09Disable SOF on configuration change.HiFiPhile