summaryrefslogtreecommitdiff
path: root/src/device/usbd.c
AgeCommit message (Expand)Author
2025-09-18set driver count to 0HiFiPhile
2025-09-17Update weak callbacks to new syntaxHiFiPhile
2025-09-16refactor generic container to use EPBUF declarationhathach
2025-09-15Merge branch 'master' into fork/ennebi/mtphathach
2025-08-06Add MTP class deviceMaurizio Pesce
2025-07-10Merge pull request #2987 from hathach/fix-2923-altHa Thach
2025-07-08revert edpt busy/claim status if xfer_isr() defer to xfer_cb()hathach
2025-07-08minor reformat codehathach
2025-07-08Merge remote-tracking branch 'origin/master' into xfer_isrhathach
2025-06-22Merge branch 'master' into async_ioHiFiPhile
2025-06-14audio: move ISO transfers into xfer_isrHiFiPhile
2025-06-14USBD: introduce xfer_isr.HiFiPhile
2025-05-21add usbd_spin_lock/unlock for driver usagehathach
2025-05-19implement osal critical for none/freertos/pico-sdkhathach
2025-04-11Merge remote-tracking branch 'upstream/master' into async_ioHiFiPhile
2025-03-26hcd/ehci: hcd_edpt_open() return false if ep is already opened. implement hcd...hathach
2025-03-06hack: force/overwrite endpoint mps to 64 for device that incorrectly report 5...hathach
2025-02-12clean uphathach
2025-02-12Merge branch 'master' into fork/atoktoto/midihosthathach
2025-02-11make sure TOTAL_DRIVER_COUNT is not overflow 8-bithathach
2025-01-29Fix Auto speed display.HiFiPhile
2024-11-25change dcd_dcache_*() API return type from void to boolhathach
2024-11-20have p4 dma somewhat working but having issue with buffer that does not occup...hathach
2024-10-14change dcd_init() return from void to boolhathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11change dcd_init() to take rhport structhathach
2024-10-11change tusb_init(), tusb_rhport_init() to use init struct for expandabilityhathach
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
2024-08-19fix ci buildhathach
2024-08-19implement dcd_edpt_iso_alloc/dcd_edpt_iso_activate for musb. video_capture ex...hathach
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-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-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-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-09Little optimization.HiFiPhile
2024-05-09Fix CI.HiFiPhile