summaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Expand)Author
2024-09-11Merge pull request #2450 from HiFiPhile/vendor_fifoHa Thach
2024-09-10change vendor device to use edpt stream APIhathach
2024-09-03make function prototypes match ( found by cppcheck)dp111
2024-08-19remove weak from dcd_edpt_close() for port without TUP_DCD_EDPT_ISO_ALLOChathach
2024-08-19fix ci buildhathach
2024-08-19implement dcd_edpt_iso_alloc/dcd_edpt_iso_activate for musb. video_capture ex...hathach
2024-08-08Merge pull request #2750 from hathach/fix-ch32v203-setupHa Thach
2024-08-05Merge pull request #2328 from HiFiPhile/rx_fbHiFiPhile
2024-08-05finally fixed fsdev setup handling, which cause race condition for ch32v203hathach
2024-08-01increase freerto min task stack for some stm32hathach
2024-07-30add edpt0_open(), slightly update dtoghathach
2024-07-28Merge branch 'master' of https://github.com/hathach/tinyusb into rx_fbHiFiPhile
2024-07-25fix race condition where reset event cleaar setup counthathach
2024-07-19fix compile with tud_vendor_control_xfer_cb() and check tud_descriptor_device...hathach
2024-07-19also migrate tud_descriptor_device_qualifier_cb() / tud_descriptor_other_spee...hathach
2024-07-19Additional fix related to issue #1018. Corrects the usage of TU_ATTR_WEAK for...Frank Voorburg
2024-07-19- add tud_cdc_n_ready() though not usedhathach
2024-07-19revert changes to usbds configuration_reset() (deal with it in separated PR)hathach
2024-07-19Save setup_count on bus reset.HiFiPhile
2024-07-19Clear _usbd_dev prior to driver reset.HiFiPhile
2024-07-12simplify dwc2 test modehathach
2024-05-31Merge branch 'master' of https://github.com/hathach/tinyusb into rx_fbHiFiPhile
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-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-13Adjust logic.HiFiPhile
2024-05-13Merge branch 'master' into test-mode-supportHiFiPhile
2024-05-11Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fbHiFiPhile
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-09Disable SOF on configuration change.HiFiPhile
2024-05-09Move sof status into usbd_device_t.HiFiPhile
2024-05-09Switch to weak default implementation.HiFiPhile
2024-05-09Merge branch 'master' into patch-5HiFiPhile
2024-05-09Rework ci (#2631)Ha Thach
2024-05-08Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fbHiFiPhile
2024-04-30Add missing capability bit for CDC ACM serial break supportTrevor
2024-04-26Fix up TUD_AUDIO_SPEAKER_MONO_FB_DESCRIPTOR.HiFiPhile
2024-04-16Merge pull request #1662 from Erlkoenig90/check-usbd-queue-overflowHa Thach
2024-04-16add TU_ASSERT() to check for adding new usb eventhathach
2024-04-16don't check local endpoint stalled status, just carry the request for host.hathach
2024-04-16USBD: When SET_FEATURE(ENDPOINT_HALT), the DTOG must be reset.NConrad
2024-04-08revert usbd driver name change to be backward compatiblehathach