summaryrefslogtreecommitdiff
path: root/src/portable/microchip
AgeCommit message (Expand)Author
2021-05-27clean up tusb_fifo.h includehathach
2021-05-10minor clean uphathach
2021-04-15Merge branch 'master' into edpt_ISO_xferhathach
2021-04-09Add support for SAM L22 familyJoey Castillo
2021-04-04revert dcd_edpt_xfer_fifo() implementation for nuc505hathach
2021-04-04revert dcd_edpt_xfer_fifo() implementation for samghathach
2021-03-23Fix bug in writing to constant src/dst address.Reinhard Panhuber
2021-03-02Change copy modes for new read/write functions in tusb_fifo.cReinhard Panhuber
2021-03-02Rename dcd_edpt_iso_xfer() to dcd_edpt_xfer_fifo()Reinhard Panhuber
2021-02-17Fix wrong pointer call in dcd_samg.cReinhard Panhuber
2021-02-14Change FIFO use indication to ff == NULL to avoid future errors.Reinhard Panhuber
2021-02-13Fix not increment xfer->buffer if xfer->buffer == NULL in dcd_samg.cReinhard Panhuber
2021-02-13Implement dcd_edpt_iso_xfer() for dcd_samg.c. NOTE: ISO EP not supportedReinhard Panhuber
2021-01-08use dcd_event_bus_reset() with speed to replace bus_signalhathach
2021-01-08comment clean uphathach
2021-01-08update comment and correct the size to 8+2hathach
2021-01-08walkround for samd21 setup_packet overflowhathach
2020-08-22add OPT_MCU_SAMD11hathach
2020-08-01enable pull-up in dcd_init() instead of usbdhathach
2020-07-23fix samd21 race condition with setup packethathach
2020-06-25dcd_samd: Provide implementation for OPT_MCU_SAME5XJeff Epler
2020-06-24added OPT_MCU_SAME5X optionhathach
2020-05-02abstract all UDP_CSRhathach
2020-05-02clean uphathach
2020-05-02fix EP0 data toggle issuehathach
2020-05-02remove toggle walkaround, fix control stall race conditionhathach
2020-04-30fix dcd samd race condition with setup packethathach
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-16samg implement dcd connect/disconnecthathach
2020-04-11Merge branch 'master' into refactor-irqhandlerHa Thach
2020-04-09implement dcd connect/disconnect for samd and nrfhathach
2020-04-06mass rename dcd_isr() to dcd_irq_handler()hathach
2020-04-06move irqhandler to applicationhathach
2020-02-07correct waklaround with only status INhathach
2020-02-07samg55 work with cdc msc examplehathach
2020-02-07implement walkaround for incorrect DATA Toggle for status control.hathach
2019-12-27fix #247hathach
2019-12-26clean uphathach
2019-12-26merge dcd_samd51 & dcd_samd21 into dcd_samdhathach
2019-12-26improve samd, fix missing setup packet occasionallyhathach
2019-12-25fix samd51 setup packet handlinghathach
2019-12-23adding lookup table for debugginghathach
2019-12-21making more progress, but failed with WRITE10hathach
2019-12-21able to response to scsi inquiry, but failed to response to test unit readyhathach
2019-12-09enhance samghathach
2019-12-09clear data toggle in clear stall, also set config bithathach
2019-12-09fix samd using TUSB_REQ_SET_ADDRESS in dcd_edpt0_status_completehathach
2019-12-09update descriptor, enhance ep in transferhathach
2019-12-09implementing dcd_edpt_openhathach