summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
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-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-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-09add tusb_debug.h remove tusb_error.hhathach
2022-03-09rename host descriptor functionhathach
2022-03-09add tuh_descriptor_hid_report_get()hathach
2022-03-06Merge pull request #1289 from kasjer/kasjer/vendor-updateHa Thach
2022-02-28Merge pull request #1343 from Daft-Freak/patch-1Ha Thach
2022-02-26Merge pull request #1350 from hathach/enhance-multipl-portsHa Thach
2022-02-26Merge pull request #1349 from iabdalkader/fix_inquiry_dataHa Thach
2022-02-25Set the standard inquiry response additional length field.iabdalkader
2022-02-25minor house keepinghathach
2022-02-25rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLEDhathach
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
2022-02-25improve rphort management for usbdhathach
2022-02-25enhance dual role exampleshathach
2022-02-23Open OUT endpoint for HID hostCharlie Birks
2022-02-17fix HID_REPORT_ID_N()hathach
2022-02-15minor rename set sense functionhathach
2022-02-15msc example response PREVENT_ALLOW_MEDIUM_REMOVAL command as unsupported commandhathach
2022-02-14add tud_msc_request_sense_cb() as weak callbackhathach
2022-01-19vendor: Add tx flush functionalityJerzy Kasenberg
2022-01-19vendor: Add tx callbackJerzy Kasenberg
2022-01-16update format correction with actual bus speedhathach
2022-01-07Merge branch 'master' into feature/feedback_formatValentin Milea
2022-01-07Disable feedback format correction by default #1234Valentin Milea
2022-01-05No exceptions on broadcom. Add parens to ifScott Shawcroft
2021-12-06Support disabling feedback format correction #1234Valentin Milea
2021-11-29correct 32 button in gamepad hid descriptor templatehathach
2021-11-23fix nrf easy dma race conditionhathach
2021-11-08rename to simply OPT_MCU_MSP432E4, add msp432e to cihathach
2021-11-06Implement dcd_edpt_xfer_fifo for dcd_musbkkitayam
2021-11-05bth: Update driver to interface association changesJerzy Kasenberg
2021-11-04Merge pull request #1163 from hathach/generalize-synopsys-dwc2Ha Thach
2021-10-26Merge branch 'tannewt-rpi' into generalize-synopsys-dwc2hathach
2021-10-25change usage of TU_CHECK_MCU() to prevent macro conflicthathach
2021-10-25properly handle Program Change and Channel Aftertouch messagesTod Kurt
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach
2021-10-24indenthathach
2021-10-23Merge branch 'master' into fix-warningsHa Thach