summaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Expand)Author
2021-05-27include clean uphathach
2021-05-27clean uphathach
2021-05-26rename usbd_edpt_iso_xfer to usbd_edpt_xfer_fifohathach
2021-05-25Merge remote-tracking branch 'official/master'Jeremiah McCarthy
2021-05-23clean uphathach
2021-05-18Merge branch 'master' into host-hidhathach
2021-05-18clean uphathach
2021-05-18add tuh_device_ready()hathach
2021-05-18separte tusb_init/inited() to tud/tuh init/initedhathach
2021-05-18add tuh_inited() and tud_inited()hathach
2021-05-06Merge branch 'master' of github.com:xmos-jmccarthy/tinyusbJeremiah McCarthy
2021-04-24lpc55 improve multiple controller supporthathach
2021-04-22Remove unused alt_settingJeremiah McCarthy
2021-04-15fix build with LOG=2hathach
2021-04-12Remove DFU mode and rtJeremiah McCarthy
2021-04-07Revise per initial commentsJeremiah McCarthy
2021-04-05Add DFU runtime and mode "class"Jeremiah McCarthy
2021-04-05Remove unreachable callbackJeremiah McCarthy
2021-04-05Separate DFU RT and Mode. UntestedJeremiah McCarthy
2021-04-03Generalize audio driver for 3 audio functions plus a lot more.Reinhard Panhuber
2021-03-26Add DFU Class per Version 1.1 SpecJeremiah McCarthy
2021-03-10fix ci build with rp2040hathach
2021-03-10Merge branch 'master' into edpt_ISO_xferhathach
2021-03-10usbd ack SET_INTERFACE if it is not implemented by class driver.hathach
2021-03-04add note for MIDI (audio v1.0) endpoint decriptor use 9 bytes instead of 7hathach
2021-03-04Merge pull request #688 from duddie/masterHa Thach
2021-03-02Rename dcd_edpt_iso_xfer() to dcd_edpt_xfer_fifo()Reinhard Panhuber
2021-03-02rp2040 add disconnection detectionhathach
2021-02-28Fix Endpoint descriptor for MIDI DeviceDuddie
2021-02-12Merge remote-tracking branch 'upstream/master' into edpt_ISO_xferReinhard Panhuber
2021-02-11Merge pull request #648 from hathach/rename-dfu-rt-to-runtimeHa Thach
2021-02-11Merge pull request #647 from hathach/correct-fs-bulk-epsizeHa Thach
2021-02-11rename dfu_rt to dfu_runtime for easy readinghathach
2021-02-11clean uphathach
2021-02-11more epsize checking per typehathach
2021-02-11remove the requirement of std SET/CLEAR_FEATURE must not return zlp statushathach
2021-02-05prepare for releasehathach
2021-01-31Rework audio driverReinhard Panhuber
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-18Add usbd_edpt_ISO_xfer()Reinhard Panhuber
2021-01-18Add tusb_fifo.h header file to dcd.hReinhard Panhuber
2021-01-09Merge remote-tracking branch 'upstream/master' into edpt_ISO_xferReinhard Panhuber
2021-01-08use dcd_event_bus_reset() with speed to replace bus_signalhathach
2021-01-04Start changes - not yet finishedReinhard Panhuber
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-11-24add tud_connected()hathach
2020-11-20remove control_completehathach