summaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Expand)Author
2025-11-19rename CFG_TUD_ENDPOINT0_BUFSIZE to make it more consistenthathach
2025-11-19Merge branch 'refs/heads/master' into dwc2_ep0hathach
2025-11-17make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ...hathach
2025-11-07fix more alerts found by pvs-studiohathach
2025-11-05added .clang-formathathach
2025-11-04Fixed more alert found by PVS-Studiohathach
2025-10-30Merge branch 'master' into uac1HiFiPhile
2025-10-29Merge branch 'master' into dwc2_ep0hathach
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-24fix more warningshathach
2025-10-16fix some warnings detected by pvs-studiohathach
2025-10-10usbd: support set EP0 buffer sizeHiFiPhile
2025-10-03Merge remote-tracking branch 'tinyusb/master' into uac1Mengsk
2025-10-02mtp example work with highspeed devicehathach
2025-10-01Minor fixesHiFiPhile
2025-09-30support UAC1 without IADMengsk
2025-09-30Add UAC1 support to speaker exampleMengsk
2025-09-30Update TUD_AUDIO_EP_SIZE macroMengsk
2025-09-30Implement UAC1 IN flow controlHiFiPhile
2025-09-30Add basic UAC1 supportHiFiPhile
2025-09-30More descriptors workingHiFiPhile
2025-09-29Merge branch 'master' into fork/ennebi/mtphathach
2025-09-29Add UAC1.0 definesHiFiPhile
2025-09-18Add usbd_edpt_xfer_fifo stubHiFiPhile
2025-09-18set driver count to 0HiFiPhile
2025-09-17Update weak callbacks to new syntaxHiFiPhile
2025-09-16refactor generic container to use EPBUF declarationhathach
2025-09-15Merge branch 'master' into fork/ennebi/mtphathach
2025-09-12add all constant from MTP specs appendix, rename some e.g OPEC to OP, EVTC to...hathach
2025-08-06Add MTP class deviceMaurizio Pesce
2025-07-10Merge pull request #2987 from hathach/fix-2923-altHa Thach
2025-07-08revert edpt busy/claim status if xfer_isr() defer to xfer_cb()hathach
2025-07-08minor reformat codehathach
2025-07-08Merge remote-tracking branch 'origin/master' into xfer_isrhathach
2025-07-03reduce bInterval for default CDC descriptor from 16ms to 1mshathach
2025-06-22Merge branch 'master' into async_ioHiFiPhile
2025-06-14audio: move ISO transfers into xfer_isrHiFiPhile
2025-06-14USBD: introduce xfer_isr.HiFiPhile
2025-05-21add usbd_spin_lock/unlock for driver usagehathach
2025-05-19implement osal critical for none/freertos/pico-sdkhathach
2025-04-11Merge remote-tracking branch 'upstream/master' into async_ioHiFiPhile
2025-03-26hcd/ehci: hcd_edpt_open() return false if ep is already opened. implement hcd...hathach
2025-03-06hack: force/overwrite endpoint mps to 64 for device that incorrectly report 5...hathach
2025-02-12clean uphathach
2025-02-12Merge branch 'master' into fork/atoktoto/midihosthathach
2025-02-11make sure TOTAL_DRIVER_COUNT is not overflow 8-bithathach
2025-01-29Fix Auto speed display.HiFiPhile
2024-12-13change OPT_MCU_RAXXX, fix missing prototype warnings.hathach
2024-11-28refactor(usbd_control): Updated the buffer name for deeper debugRoman Leonov