summaryrefslogtreecommitdiff
path: root/src/portable
AgeCommit message (Expand)Author
2021-02-22make hcd tdi more generichathach
2021-02-22Pass the correct speed on SpresenseKamil Tomaszewski
2021-02-22rename hcd_lpc18_43 to hcd_transdimensionhathach
2021-02-22merge iso and cbi transaction size to max ep sizehathach
2021-02-19Remove stray. commented out linendinsmore
2021-02-18Change to using tu_min32ndinsmore
2021-02-17Included size check for ISO buffersNicholas R Dinsmore
2021-02-17Add (void *) for pointer cast.Reinhard Panhuber
2021-02-17Fix wrong pointer call in dcd_samg.cReinhard Panhuber
2021-02-17Fix wrong tu_fifo_read_n() call in dcd_stm32_fsdev.cReinhard Panhuber
2021-02-17Fix missing pointer operator in dcd_nuc505.cReinhard Panhuber
2021-02-17Fix missing FIFO definitionsReinhard Panhuber
2021-02-17Fix bug in evasion buffer listReinhard Panhuber
2021-02-17Implement dcd_edpt_iso_xfer() for dcd_stm32_fsdevReinhard Panhuber
2021-02-17Enable iso buffers per rp2040 specNicholas R Dinsmore
2021-02-14Implement dcd_edpt_iso_xfer() for msp430Reinhard Panhuber
2021-02-14Change FIFO use indication to ff == NULL to avoid future errors.Reinhard Panhuber
2021-02-13Implement dcd_edpt_iso_xfer() for INTERRUPT driven dcd_nuc505Reinhard Panhuber
2021-02-13Implement dcd_edpt_iso_xfer() for dcd_nuc121.cReinhard 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_nuc120.cReinhard Panhuber
2021-02-13Implement dcd_edpt_iso_xfer() for dcd_samg.c. NOTE: ISO EP not supportedReinhard Panhuber
2021-02-13Implement dcd_edpt_iso_xfer() for dcd_esp32s2.cReinhard Panhuber
2021-02-12Merge remote-tracking branch 'upstream/master' into edpt_ISO_xferReinhard Panhuber
2021-02-12Complete redesign of audio driver.Reinhard Panhuber
2021-02-12Fixes RP2040 buffer reallocation overrun problem (#642)ndinsmore
2021-02-01Merge pull request #610 from hathach/rp2040-followup2Ha Thach
2021-02-01Merge pull request #601 from majbthrd/start_pi2tuHa Thach
2021-01-31Rework audio driverReinhard Panhuber
2021-01-27clean up rp2040 assigned_address, remove panic from remote_wakeuphathach
2021-01-27wrap rp2040_usb around opt mcuhathach
2021-01-25Fix dcd issues on cxd56Kamil Tomaszewski
2021-01-23rp2040: start to adopt TU coding conventionsPeter Lawrence
2021-01-23rp2040_hcd: check pointer before usingPeter Lawrence
2021-01-21Merge branch 'master' into picoHa Thach
2021-01-19RP2040 supportgraham sanderson
2021-01-19Change names from edpt_ISO_xfer to edpt_iso_xferReinhard Panhuber
2021-01-18Correct include path to #include "common/tusb_fifo.h"Reinhard Panhuber
2021-01-18Implement dcd_edpt_ISO_xfer() and adapt transmission schemeReinhard Panhuber
2021-01-09Merge remote-tracking branch 'upstream/master' into edpt_ISO_xferReinhard Panhuber
2021-01-08fix cihathach
2021-01-08use dcd_event_bus_reset() with speed to replace bus_signalhathach
2021-01-08another renamehathach
2021-01-08remove inline for update_grxfsizhathach
2021-01-08more minor workhathach
2021-01-08minor clean up following pr581hathach
2021-01-08Merge pull request #581 from hathach/dcd_synopsis_mem_allocationHa Thach
2021-01-08comment clean uphathach
2021-01-08update comment and correct the size to 8+2hathach
2021-01-08walkround for samd21 setup_packet overflowhathach