summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
2020-09-06Start of sampling works.Reinhard Panhuber
2020-09-06change xfer_cb return type from void to boolhathach
2020-09-06replacing hcd_pipe_xfer by usbh_edpt_xferhathach
2020-09-05update example to test with mousehathach
2020-09-05defer xfer_isr to xfer_cbhathach
2020-09-04Merge remote-tracking branch 'upstream/master' into uac2Reinhard Panhuber
2020-09-04clean uphathach
2020-09-03more hid host workhathach
2020-09-03Remove tud_audio_n_write_ep_in_buffer() as long as ISO EPs are not RBs.Reinhard Panhuber
2020-09-03fix #449 remove obsolete pipehandle from hid hosthathach
2020-09-01add more logging to host stackhathach
2020-09-01Allow epin_buf to be written directly into in case no TX FIFOs are used.Reinhard Panhuber
2020-09-01Merge branch 'master' into update-hosthathach
2020-08-29Fix comment.Reinhard Panhuber
2020-08-29Fix CFG_TUD_AUDIO_RX_FIFO_SIZE defines.Reinhard Panhuber
2020-08-29Change min to tu_min16.Reinhard Panhuber
2020-08-25audio_device: Change CFG_TUD_AUDIO_TX_BUFSIZE to CFG_TUD_AUDIO_TX_FIFO_SIZEJerzy Kasenberg
2020-08-25audio_device: Fix NULL pointer access in audiod_xfer_cbJerzy Kasenberg
2020-08-25audio_device: Fix FIFO element size discrepanciesJerzy Kasenberg
2020-08-24fix typohathach
2020-08-24improve midihathach
2020-08-24audio_device: Fix descriptor limit calculationJerzy Kasenberg
2020-08-21Merge pull request #434 from gh2o/masterHa Thach
2020-08-20Fix formatting, get rid of all tabs.Reinhard Panhuber
2020-08-20Slight optimization for cdc tx refillGavin Li
2020-08-20Smarter CDC TX refill logicGavin Li
2020-08-19Commit before sharing.Reinhard Panhuber
2020-08-16Merge remote-tracking branch 'upstream/master' into uac2Reinhard Panhuber
2020-08-16Add EP close. Fix bug in set_interface within audio.Reinhard Panhuber
2020-08-11use usbd_edpt_open in bth driverhathach
2020-08-07allow application driver to overwrite built-in onehathach
2020-08-01correct isr context for nrf DCD_EVENT_UNPLUGGEDhathach
2020-07-29Merge pull request #412 from hathach/fix-net-cast-alignHa Thach
2020-07-25Fix structure definition audio_control_range_X_n_tReinhard Panhuber
2020-07-25Merge remote-tracking branch 'upstream/master' into uac2Reinhard Panhuber
2020-07-25Get and set requests workReinhard Panhuber
2020-07-20Make definition of CFG_TUD_AUDIO_CTRL_BUF_SIZE mandatoryReinhard Panhuber
2020-07-20Implement control EP0 buffer and get rid of CFG_TUD_AUDIO_USE_TX_FIFOReinhard Panhuber
2020-07-19Implement all missing A.17 control selectorsReinhard Panhuber
2020-07-18Add A.17.4 - Terminal Control SelectorsReinhard Panhuber
2020-07-17add new name warning to cdc and midi (skip msc, hid warning for now)hathach
2020-07-17Intermediate commit.Reinhard Panhuber
2020-07-16rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZEhathach
2020-07-16add fs & hs config for cdc_msc_freertos, midi_test, msc_dual_lunhathach
2020-07-16add tud_speed_get()hathach
2020-07-10Improve comment on CDC tud_cdc_write_available()Craig Hutchinson
2020-07-08Merge pull request #447 from hathach/add-stm-hsHa Thach
2020-07-01fix dfu-rt to response to SET_INTERFACE and DFU_GETSTATUShathach
2020-06-30Merge branch 'master' into add-stm-hshathach
2020-06-20Call tud_cdc_tx_cb right after flush to keep tx fifo fullGavin Li