summaryrefslogtreecommitdiff
path: root/src/device/dcd.h
AgeCommit message (Expand)Author
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-11fix fuzzing buildhathach
2024-10-11change dcd_init() to take rhport structhathach
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-07-30add edpt0_open(), slightly update dtoghathach
2024-07-25fix race condition where reset event cleaar setup counthathach
2024-07-12simplify dwc2 test modehathach
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-13Adjust logic.HiFiPhile
2024-05-13Merge branch 'master' into test-mode-supportHiFiPhile
2024-04-08add class driver deinithathach
2024-04-08Implements tuh_deinit() and tud_deinit() to uninitialize host/device mode.Felix "xq" Queißner
2024-01-15Merge branch 'master' into test-mode-supportRocky04
2024-01-15Removed whitespaceRocky04
2024-01-15Change to control complete cbRocky04
2024-01-15Add DWC2 Test Mode SUpportRocky04
2024-01-12Merge pull request #2239 from XelaRellum/bugfix_stm32_fsdev_keilHa Thach
2023-11-24minor dochathach
2023-08-29Fix the weak dcd_edpt0_status_complete for Keil CompilerAlexander Mueller
2023-06-16fix build warningshathach
2023-06-09move protocol message to stack, disable battery in PWR's CR3hathach
2023-05-23Enhance chipidea (#2075)Ha Thach
2023-03-17fix trailing space and new linehathach
2023-02-28Merge pull request #1828 from HiFiPhile/stm32_fsdevHa Thach
2023-01-13fix: Replace device calls to memcpy with tu_memcpy_sNathaniel Brough
2022-12-29UAC : Enable fifo based transfer on stm32_fsdevMengsk
2022-12-29Add dcd_edpt_iso_alloc() / dcd_edpt_iso_activate() for ISO EP buffer management.Mengsk
2022-06-24fix redundant-decls warnings by usbd/usbhhathach
2022-05-31Merge pull request #1381 from hathach/add-sof-isrHa Thach
2022-04-18clean up pio driverhathach
2022-03-07added dcd_sof_enable(), tud_sof_isr_set()hathach
2022-02-26more internal renamehathach
2022-02-25rename and move dcd_attr.h to tusb_mcu_attr.hhathach
2021-11-30Ignore certain compiler options on ARMCCYunhao Tian
2021-10-14More warning cleanupgraham sanderson
2021-09-01rp2040 correct ep set/clear stallhathach
2021-08-26add dcd_edpt_close_all() for clear existing configured statehathach
2021-08-12simplify hw_endpoint_init()hathach
2021-07-22fix cihathach
2021-07-22add dcd_attr for DCD_ATTR_ENDPOINT_MAXhathach
2021-06-10implement usbh_edpt_busy (WIP), remove hcd_edpt_busyhathach
2021-05-27include clean uphathach
2021-05-23clean uphathach
2021-03-10fix ci build with rp2040hathach