summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2025-12-10hw/mcu: add support for NXP RW612gab-k
2025-12-10move hwid into edpt stream for consistent APIhathach
2025-12-10Merge branch 'master' into more-size-reduce-edpt-streamhathach
2025-12-10only validate endpoint tu_edpt_validate() when debug enabledhathach
2025-12-10Merge branch 'master' into hwfifo_posthathach
2025-12-10remove tu_fifo_discard_n() and its usagehathach
2025-12-10change tu_fifo_clear()/tu_edpt_stream_clear() from return bool to voidhathach
2025-12-10update metrics to support bloaty csvhathach
2025-12-09update metrics to support bloatyhathach
2025-12-08remove FS MPS assumptionZixun LI
2025-12-06edpt stream only support non-fifo mode if needed CFG_TUSB_EDPT_STREAM_NO_FIFO...hathach
2025-11-27make vendor_read_* API() is only available when CFG_TUD_VENDOR_RX_BUFSIZE > 0hathach
2025-11-27change tud_vendor_rx_cb() behavior, buffer and bufsize only available when CF...hathach
2025-11-27add tu_fifo_discard_n() and tu_edpt_stream_discard()hathach
2025-11-27more renamehathach
2025-11-27more fifo refactorhathach
2025-11-26add tu_scatter_read32(), tu_scatter_write32() to simplify tu_fifohathach
2025-11-26change tu_fifo_buffer_info_t layouthathach
2025-11-26Merge branch 'master' into xfer-fifohathach
2025-11-25fifo: fix IAR Warning[Pa082]: undefined behavior: the order of volatile acces...Zixun LI
2025-11-22hil stress test cdchathach
2025-11-22hil stress test cdchathach
2025-11-22more tusb fifo refactor: ff_peek_local() lock mutex if need to correct read p...hathach
2025-11-21edpt stream support xfer_fifo for device CFG_TUD_EDPT_DEDICATED_HWFIFOhathach
2025-11-21more tu_fifo refactorhathach
2025-11-21add more unit tests for tu_fifohathach
2025-11-20refactor tu_fifo, add tu_fifo_write/read/peek_n_access()hathach
2025-11-17Merge pull request #3345 from hathach/update-iso-allocHa Thach
2025-11-17make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ...hathach
2025-11-17make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ...hathach
2025-11-14Merge pull request #3335 from ldube/masterZixun LI
2025-11-13clear endpoint stream when open for cdc_host and midi_hosthathach
2025-11-12migrate cdc device to use edpt stream APIhathach
2025-11-12migrate midi_device to use edpt stream APIhathach
2025-11-09Merge pull request #3334 from hathach/fix-alerts-3Ha Thach
2025-11-08fix more alertshathach
2025-11-07Prevent tu_edpt_number() from returning an invalid endpoint numberLwazi Dube
2025-11-07Merge pull request #3325 from tswan22/masterZixun LI
2025-11-07Apply suggestions from code reviewHa Thach
2025-11-07fix more alerts found by pvs-studiohathach
2025-11-06fix more alertshathach
2025-11-05added .clang-formathathach
2025-11-04Fixed more alert found by PVS-Studiohathach
2025-11-03fix more warnings/alertshathach
2025-11-03fixing alert by scanning toolhathach
2025-11-03remove binary prefix for portabilityhathach
2025-11-03fix #2942, include stdio if CFG_TUSB_DEBUG > 0 and CFG_TUSB_DEBUG_PRINTF is n...hathach
2025-11-01Merge branch 'master' of https://github.com/hathach/tinyusbtswan22
2025-11-01add STM32U3 device (adjusted from STM32U0)tswan22
2025-10-30Merge branch 'master' into uac1HiFiPhile