summaryrefslogtreecommitdiff
path: root/src/device/dcd.h
AgeCommit message (Expand)Author
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
2021-03-02Rename dcd_edpt_iso_xfer() to dcd_edpt_xfer_fifo()Reinhard Panhuber
2021-01-31Rework audio driverReinhard Panhuber
2021-01-19Change names from edpt_ISO_xfer to edpt_iso_xferReinhard Panhuber
2021-01-18Add tusb_fifo.h header file to dcd.hReinhard Panhuber
2020-10-12add usbh_edpt_claim/releasehathach
2020-09-05add in_isr to all hcd event functionshathach
2020-09-03rename tuh_isr/hcd_isr to tuh_int_handler/hcd_int_handlerhathach
2020-05-31fixed EP0 size to 64 since LS is not supported in device modehathach
2020-04-17complete remove dcd_set_config(), fix unit testhathach
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-16Merge pull request #336 from pigrew/edpt_closeHa Thach
2020-04-16added dcd disconnect/connect to lpc17/40hathach
2020-04-14Merge branch 'master' into edpt_closeNathan Conrad
2020-04-13edpt_close: Remove item from queue instead of modifying it.Nathan Conrad
2020-04-12Skeleton, and initial stm32fsdev implementation (that leaks memory)Nathan Conrad
2020-04-11Merge branch 'master' into refactor-irqhandlerHa Thach
2020-04-10stm32fsdev: set dcd_connect API definitions to strong, Modify documentation.Nathan Conrad
2020-04-09stm32fsdev: Implement dcd_connect.Nathan Conrad
2020-04-09adding dcd_connect/disconnecthathach
2020-04-06call tud_irq_handler() for all nrf5x boardhathach
2020-04-06mass rename dcd_isr() to dcd_irq_handler()hathach
2020-04-06move irqhandler to applicationhathach
2020-01-15Normalize line endingsNathan Conrad
2019-11-28add dcd_edpt0_status_complete() which is useful for several mcu porthathach
2019-11-21moving irq to bsp for lpc17/40hathach
2019-11-04fix #211hathach
2019-10-30initally adding test_usbd.chathach
2019-10-30move dcd event helper to be dcd.h as inline functionhathach
2019-10-23adding debug log functionhathach
2019-10-03couldn't get 32L4 running with crystal less modehathach
2019-06-10remove dcd_edpt_busy()hathach
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-29added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy()hathach
2019-05-14update license year to 2019hathach
2019-05-09fix clear stall usage, fix reset data toggle with dcd_clear_stall for nrf52hathach
2019-03-30replaced config_num by configuredhathach
2019-03-30usbd add connected, suspended, remote_wakeuphathach
2019-03-29working on suspend and resumehathach
2019-03-29added Suspend and Resume event for nrf5x porthathach