summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-01-20Add __restrict keyword and memore alignment to src/dst pointer ofReinhard Panhuber
2021-01-19RP2040 supportgraham sanderson
2021-01-19Adjust #include "dcd.h" to "device/dcd.h", the same for usbd.h in usbd.cReinhard Panhuber
2021-01-19Change names from edpt_ISO_xfer to edpt_iso_xferReinhard Panhuber
2021-01-18Explicitly add cast to uint32_t before shifting uint8 to leftReinhard 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-18Add usbd_edpt_ISO_xfer()Reinhard Panhuber
2021-01-18Clean upReinhard Panhuber
2021-01-18Add FIFO copy modes: tu_fifo_copy_mode_tReinhard Panhuber
2021-01-18Add tusb_fifo.h header file to dcd.hReinhard Panhuber
2021-01-18Implement the usage of usbd_edpt_ISO_xfer()Reinhard Panhuber
2021-01-17Add tu_fifo_read_n_into_other_fifo() to copy into from FIFO into anotherReinhard 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
2021-01-07change default CFG_TUD_HID_EP_BUFSIZE from 16 to 64hathach
2021-01-04Correct function declarationReinhard Panhuber
2021-01-04Minor corrections for PRReinhard Panhuber
2021-01-04Remove too verbose commentReinhard Panhuber
2021-01-04Start changes - not yet finishedReinhard Panhuber
2021-01-03Clean upReinhard Panhuber
2021-01-03Rework USB FIFO allocation scheme and allow RX FIFO size reductionReinhard Panhuber
2020-12-25Merge pull request #569 from kkitayam/add_support_for_frdm_kl25zHa Thach
2020-12-24Merge pull request #571 from HiFiPhile/iar_fifoHa Thach
2020-12-23Fix IAR error on memcpy and warnings.HiFIPhile
2020-12-23fixed wrong direction to enable EP in dcd_edpt_open.kkitayam
2020-12-23Added MSC read10 and write10 functionYakovenko Andrey
2020-12-22Merge pull request #573 from HiFiPhile/scsi_mode_sense6_tHa Thach
2020-12-22Fix more warnings.HiFiPhile
2020-12-20Fix error if "Required Prototype" is selected.HiFiPhile
2020-12-20Fix scsi_mode_sense6_t padding, which cause IAR compiler internal error.HiFiPhile
2020-12-18added support for frdm_kl25zkkitayam
2020-11-27fix cihathach
2020-11-27add bus suspend & resume support for esp32s2hathach
2020-11-24msc only invoke scsi complete callback after status transaction is completehathach
2020-11-24add tud_connected()hathach
2020-11-23add tud_ready() check in tud_cdc_n_write_flush()hathach
2020-11-23Merge branch 'master' into cdc_without_dtrHa Thach
2020-11-23have tusb_init() return true instead of TUSB_ERROR_NONEhathach
2020-11-20remove control_completehathach
2020-11-20migrate audio device to new control xfer cbhathach