summaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Expand)Author
2025-10-02mtp example work with highspeed devicehathach
2025-09-29Merge branch 'master' into fork/ennebi/mtphathach
2025-09-18Add usbd_edpt_xfer_fifo stubHiFiPhile
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-09-12add all constant from MTP specs appendix, rename some e.g OPEC to OP, EVTC to...hathach
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-07-03reduce bInterval for default CDC descriptor from 16ms to 1mshathach
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-12-13change OPT_MCU_RAXXX, fix missing prototype warnings.hathach
2024-11-28refactor(usbd_control): Updated the buffer name for deeper debugRoman Leonov
2024-11-25change dcd_dcache_*() API return type from void to boolhathach
2024-11-21use TUD_EPBUF_DEF to declare buffer memory for midihathach
2024-11-21make sure usb buffer occupies whole cache line when DCACHE is enabled for msc...hathach
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-11fix fuzzing buildhathach
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-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