summaryrefslogtreecommitdiff
path: root/src/class/audio/audio_device.c
AgeCommit message (Expand)Author
2026-07-09audio: drop stale EP-busy note in audiod_set_interfacehathach
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-03-11refactor(usbd): replace `_usbd_ctrl_epbuf` with `usbd_get_ctrl_buf()` for cle...hathach
2026-01-06Merge remote-tracking branch 'tinyusb/master' into ep0_directHiFiPhile
2025-12-30tusb_fifo remove item_size make it fifo of byteshathach
2025-12-14reduce code sizeHiFiPhile
2025-12-14audio: use ep0 buffer if it is large enoughHiFiPhile
2025-12-12Merge branch 'refs/heads/master' into audio_openhathach
2025-12-10Merge branch 'master' into more-size-reduce-edpt-streamhathach
2025-12-10change tu_fifo_clear()/tu_edpt_stream_clear() from return bool to voidhathach
2025-12-08audio_device: use CFG_TUD_EDPT_DEDICATED_HWFIFO flag for FIFO transferZixun LI
2025-12-02audio: fix audiod_open with midi interfacesZixun LI
2025-11-11Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-11-09Merge pull request #3334 from hathach/fix-alerts-3Ha Thach
2025-11-08fix more alertshathach
2025-11-07TypoHiFiPhile
2025-11-07Implement RX FIFO threshold adjustmentHiFiPhile
2025-11-07CleanupHiFiPhile
2025-11-07FixupHiFiPhile
2025-11-07Merge remote-tracking branch 'tinyusb/master' into audio_ep_in_target_fifo_sizeHiFiPhile
2025-10-31Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-10-29Implement tud_audio_set_ep_in_target_fifo_size function to set the target fif...Gabriel Chouinard
2025-10-22Fix copilot issuesMengsk
2025-10-22Add is_isr parameter to usbd_edpt_xfer and usbd_edpt_xfer_fifocopilot-swe-agent[bot]
2025-10-11Merge branch 'master' into uac1HiFiPhile
2025-10-11Move control buffer out of USB sectionHiFiPhile
2025-10-06remove dcd_esp32sx which is replaced by dwc2hathach
2025-10-05Use one control buffer as EP0 has no concurrencyHiFiPhile
2025-10-04Fix descriptor loopingHiFiPhile
2025-10-02Add UAC1 support to uac2_headset exampleHiFiPhile
2025-10-02Fix feedback param lagHiFiPhile
2025-10-02cleanupHiFiPhile
2025-10-02Update feedback params on frequency changeHiFiPhile
2025-10-01better EP type detectionHiFiPhile
2025-10-01Minor fixesHiFiPhile
2025-09-30Remove feedback format correction since no longer neededMengsk
2025-09-30fix descriptor walkingHiFiPhile
2025-09-30Implement UAC1 IN flow controlHiFiPhile
2025-09-30Add basic UAC1 supportHiFiPhile
2025-09-30More descriptors workingHiFiPhile
2025-09-29Update UAC2 namingHiFiPhile
2025-09-27audio: simplify alt settings managementHiFiPhile
2025-08-02fix tud_audio_set_itf_close_EP_cb() typohathach
2025-07-08minor reformat codehathach
2025-07-08Merge remote-tracking branch 'origin/master' into xfer_isrhathach
2025-07-03Merge branch 'master' into fork/HiFiPhile/stm32_cachehathach
2025-06-26audio_device: Fix data IN endpoints with implicit feedbackmilek7
2025-06-14audio: remove FIFO mutex, as audio streaming is always single producer single...HiFiPhile
2025-06-14audio: move ISO transfers into xfer_isrHiFiPhile
2025-06-13audio: buffer macro updateHiFiPhile