summaryrefslogtreecommitdiff
path: root/src/class/audio
AgeCommit message (Expand)Author
2026-06-18class/audio: remove unused audio20_control_request_thathach
2026-04-25fix: add BE bitfield guards for audio and fix UAC2 example endian-safe field ...copilot-swe-agent[bot]
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-07Merge pull request #3321 from gabChouin/audio_ep_in_target_fifo_sizeZixun LI
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-11-03fixing alert by scanning toolhathach
2025-11-03fix alert using input in gh action. fix some conversion inthathach
2025-10-31Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-10-30Merge branch 'master' into uac1HiFiPhile
2025-10-29Implement tud_audio_set_ep_in_target_fifo_size function to set the target fif...Gabriel Chouinard
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-24Merge remote-tracking branch 'upstream/master' into uac1HiFiPhile
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-14improve cmake warning flags, fix various warnings in exampleshathach
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