summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-09-29Refactor packet handlingkkitayam
2021-09-29Fix streaming payload handlingkkitayam
2021-09-29Separate a handling resource into controller and streamingkkitayam
2021-09-29Implement some mandatory requests on streaming interfacekkitayam
2021-09-29Fix handling for set_interfacekkitayam
2021-09-29Fix regarding standard video stream requestkkitayam
2021-09-29fix: configuration descriptor has incorrectly sizeskkitayam
2021-09-29add tentative examplekkitayam
2021-09-29moved ISO attributes from audio to commonkkitayam
2021-09-29cleanup open()kkitayam
2021-09-29add files for video class devicekkitayam
2021-09-29clean uphathach
2021-09-29Merge branch 'master' of github.com:hathach/tinyusb into zhangslice-masterhathach
2021-09-25Merge pull request #1102 from kasjer/kasjer/usbd-small-ep0-enumeration-workar...Ha Thach
2021-09-25add CFG_TUSB_OS_INC_PATH for os include pathhathach
2021-09-24Merge pull request #1103 from kasjer/kasjer/da146xx-close-cleanupHa Thach
2021-09-24Merge pull request #1096 from kasjer/kasjer/da146xx-close-allHa Thach
2021-09-24usbd: Workaround for non standard device descriptor requestJerzy Kasenberg
2021-09-24dcd_da146xx: Implement dcd_edpt_close_all()Jerzy Kasenberg
2021-09-24dcd_da146xx: Clear transfer data on dcd_edpt_closeJerzy Kasenberg
2021-09-24dcd_da146xx: Remove registers pointer from xfer_ctl_tJerzy Kasenberg
2021-09-23Merge pull request #1093 from szymonh/masterHa Thach
2021-09-18Merge pull request #1094 from kasjer/kasjer/da146xx-vbus-handlingHa Thach
2021-09-18update dcd attr for mm32hathach
2021-09-18Merge branch 'master' into zhangslice-masterhathach
2021-09-17dcd_da146xx: Add VBUS handlingJerzy Kasenberg
2021-09-17minor clean uphathach
2021-09-17use correct resume detection for kl25zhathach
2021-09-17minor update to dcd khcihathach
2021-09-15Fix stall interrupt handlingkkitayam
2021-09-15merge master and minor clean uphathach
2021-09-15Merge branch 'master' of github.com:hathach/tinyusb into kkitayam-impl_close_...hathach
2021-09-15Merge pull request #1062 from HiFiPhile/fifo_dcd_transdimensionHa Thach
2021-09-14Reset EP flags on close.MasterPhi
2021-09-14Fix warning.MasterPhi
2021-09-14Merge pull request #1087 from HiFiPhile/nuc_wkpHa Thach
2021-09-13Enforced buffer boundaries for hid devicesszymonh
2021-09-13Merge pull request #1091 from hathach/esp32sx-complianceHa Thach
2021-09-13esp32sx implement dcd_remote_wakeup(), fully compliance to chapter9 test suitehathach
2021-09-13implement dcd_edpt_close_all(), pass chapter9 test suite (without remote wakeup)hathach
2021-09-13Add size check to tud_bt_hci_cmd_cb call in bth_device.cszymonh
2021-09-13clean uphathach
2021-09-13clear PID along with clear stallhathach
2021-09-13Merge branch 'nuc_wkp' of https://github.com/HiFiPhile/tinyusb into HiFiPhile...hathach
2021-09-12Prevent buffer overflow in bth_device.cszymonh
2021-09-13refactor nxp TDI dcd_edpt_xfer_fifohathach
2021-09-12Merge branch 'fifo_dcd_transdimension' of https://github.com/HiFiPhile/tinyusbhathach
2021-09-11nxp tdi: implement dcd edpt close allhathach
2021-09-11nxp tdi: fix error td prevent further transferhathach
2021-09-10reset PID to DATA0 on clear_stall.MasterPhi