summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
2022-06-27fix most warnings with rp2040 -wconversionhathach
2022-06-26USBTMC: Handle busy interrupt in.NConrad
2022-06-24USBTMC: Manually stall and unstall EP when clear(ENDPOINT_HALT) is received.NConrad
2022-06-24fix redundant-decls warnings by usbd/usbhhathach
2022-06-24add more warning option, also fix -Wconversion with rp2040hathach
2022-06-21Update USBTMC driver to support dynamic packet sizes (based on descriptor).NConrad
2022-06-17correct bulk size for highspeed endpoint in dynamic_configuration and usbtmc ...hathach
2022-06-16Fix typo in audiod_rx_done_cb in audio_device.cMaddy
2022-06-07add TU_ATTR_FAST_FUNC for audio sof isr call chainhathach
2022-06-02rhport argument in usbd_ API() is not used (always use the initialized port)hathach
2022-05-31Merge pull request #1381 from hathach/add-sof-isrHa Thach
2022-05-31clean up tud_audio_set_itf_cb() invocationhathach
2022-05-31comment out fifo count method for nowhathach
2022-05-27adding feedback fifo count (WIP)hathach
2022-05-27wrap feedback and compute to its own struct/unionhathach
2022-05-19prototype for feedback methodhathach
2022-05-19rename tud_audio_sof_isr() to tud_audio_feedback_interval_isr()hathach
2022-05-13fix ci buildhathach
2022-05-13changes proposal to audio feedback computationhathach
2022-04-25Merge branch 'hathach:master' into mastertobozo
2022-04-16Generalize feedback value min and maxReinhard Panhuber
2022-04-09Introduce 3 fb calc options: NO_SOF_BY_USER, SOF_BY_AUDIO_D, SOF_BY_USERReinhard Panhuber
2022-04-01hid example work wellhathach
2022-03-20Disable SOF ISR feedback calcuation by default s.t. examples still workReinhard Panhuber
2022-03-20Streamline call of tud_audio_set_itf_cb() within audiod_set_interface()Reinhard Panhuber
2022-03-20Add magic checksReinhard Panhuber
2022-03-20Streamline feedback calc, find fb interval from descriptors, inc. checksReinhard Panhuber
2022-03-19Implement power of two, shift, and float calculationReinhard Panhuber
2022-03-19rename usbh_edpt_open() to tuh_edpt_open()hathach
2022-03-19add parse config descriptor to examplehathach
2022-03-18implement tuh_edpt_xfer() for non-controlhathach
2022-03-18move daddr into xfer structhathach
2022-03-17rename user_arg to user_datahathach
2022-03-17rename tuh_control_xfer_t to tuh_xfer_thathach
2022-03-17slightly change the signature of tuh_control_xferhathach
2022-03-17change return type of callback to voidhathach
2022-03-17remove const in xfer callbackhathach
2022-03-17move result into transfer structhathach
2022-03-17change tuh_control_xfer_t structhathach
2022-03-16update hid host to use new control xfer for set confighathach
2022-03-16Disable CFG_TUD_AUDIO_ENABLE_FEEDBACK_DETERMINATION_WITHIN_SOF_ISRReinhard Panhuber
2022-03-16Add todos and commentsReinhard Panhuber
2022-03-15Fix cycle count calculationReinhard Panhuber
2022-03-15Implement 16.16 fixed point feedback value calculationReinhard Panhuber
2022-03-14Merge remote-tracking branch 'upstream/add-sof-isr' into add-sof-isrReinhard Panhuber
2022-03-14Add SOF callback function for feedback value determination in uac - wip!Reinhard Panhuber
2022-03-13add synchronous (blocking) support for usbh control transferhathach
2022-03-11update hid,msc to new usbh control APIhathach
2022-03-11rework usbh control xferhathach
2022-03-09add tusb_debug.h remove tusb_error.hhathach