summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-03-16Update usbtmc_device.cMichael Bruno
2021-03-16fix build with OPT_MCU_LPC177X_8Xhathach
2021-03-14Intermediate commitReinhard Panhuber
2021-03-13fix fifo unlock typo, also clean up a bithathach
2021-03-12Release 0.9.0 (#716)0.9.0Ha Thach
2021-03-12use !tu_fifo_empty() instead of tu_fifo_count()hathach
2021-03-12Merge branch 'cdc_read' of https://github.com/HiFiPhile/tinyusb into HiFiPhil...hathach
2021-03-11Add fifo empty check.HiFiPhile
2021-03-10Merge remote-tracking branch 'upstream/edpt_ISO_xfer' into edpt_ISO_xferReinhard Panhuber
2021-03-10Implement audio PCM type I enc./decoding acc. to 2.3.1.5 Audio StreamsReinhard Panhuber
2021-03-10fix ci build with rp2040hathach
2021-03-10fix build with freertoshathach
2021-03-10Merge branch 'master' into edpt_ISO_xferhathach
2021-03-10Call One time tu_fifo_write_n on cdcd_xfer_cbHiFiPhile
2021-03-10usbd ack SET_INTERFACE if it is not implemented by class driver.hathach
2021-03-04Adapt mutexes in fifo.cReinhard Panhuber
2021-03-04Remove TODOs done.Reinhard Panhuber
2021-03-04Merge pull request #700 from hathach/fix-rp2040-bus-resetHa Thach
2021-03-04Extend FIFO mutex to use separate write and read mutexes.Reinhard Panhuber
2021-03-04add midi commenthathach
2021-03-04fix enum walkaround forever check for SE0 when pull up is disabledhathach
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-03Fix unused parameter in _ff_push_copy_fct() and _ff_pull_copy_fctReinhard Panhuber
2021-03-02Change copy modes for new read/write functions in tusb_fifo.cReinhard Panhuber
2021-03-02Change for copy modes in dcd_synopsis.cReinhard Panhuber
2021-03-02Remove set_copy_modes(), implement:Reinhard Panhuber
2021-03-02Rename dcd_edpt_iso_xfer() to dcd_edpt_xfer_fifo()Reinhard Panhuber
2021-03-02Revert implementation of dcd_edpt_iso_xfer()Reinhard Panhuber
2021-03-02clean uphathach
2021-03-02Switch back OPT_MCU_DA1469X to use linear buffersReinhard Panhuber
2021-03-02rp2040 add disconnection detectionhathach
2021-03-02fix rp2040 host buildhathach
2021-03-02Merge pull request #684 from hathach/rp2040-host-exampleHa Thach
2021-03-01audio_decive clean up and bootstrapping of linear (formerly evade) buff.Reinhard Panhuber
2021-02-28Fix Endpoint descriptor for MIDI DeviceDuddie
2021-02-27Merge pull request #675 from majbthrd/rp2040epaddrHa Thach
2021-02-26rp2040: improve _hw_endpoint_init()Peter Lawrence
2021-02-26add rp2040 to host example buildhathach
2021-02-26Merge pull request #683 from amitv87/handle_break_reqHa Thach
2021-02-26Update cdc_device.hboggyb
2021-02-26Merge pull request #682 from hathach/rp2040_fix_hcd_initHa Thach
2021-02-25initial break request handlingamit verma
2021-02-25Update RP2040 hcd_init to have rhport argument.Liam Fraser
2021-02-25Merge branch 'master' into rp2040epaddrmajbthrd
2021-02-25Merge branch 'master' into rp2040devicemajbthrd
2021-02-25rp2040: requested code mode in rp2040_usb.hPeter Lawrence
2021-02-25Merge pull request #672 from majbthrd/rp2040trimHa Thach
2021-02-25rp2040: requested change from TU_MIN to tu_min16Peter Lawrence
2021-02-25Revert tusb_fifo.h include form to original.Reinhard Panhuber