summaryrefslogtreecommitdiff
path: root/src/common/tusb_private.h
AgeCommit message (Expand)Author
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-08fix more alertshathach
2025-11-06fix more alertshathach
2025-11-04Fixed more alert found by PVS-Studiohathach
2025-03-06hack: force/overwrite endpoint mps to 64 for device that incorrectly report 5...hathach
2025-02-13update midi host to use endpoint stream APIhathach
2024-11-04add tusb_time_millis_api() and default/weak tusb_time_delay_ms_api(). Which i...hathach
2024-09-10reduce ep stream footprint by using is_mps512 since it only support bulk so farhathach
2024-09-10remove vendor ep_addr, use stream api insteadhathach
2024-09-10minor clean uphathach
2024-09-10change edpt stream api to take hwid from API to reduce memory footprinthathach
2024-09-10update edpt_stream to support non-buffered (no fifo) modehathach
2024-09-10change vendor device to use edpt stream APIhathach
2024-03-22add tu_edpt_stream_deinit()hathach
2023-05-25fix issue with ftdi host driver with status byteshathach
2022-12-24add tuh_cdc_peek()hathach
2022-12-22fix stream read count computationhathach
2022-12-22moving edpt_stream API into common tusb.chathach
2022-03-09implement tu_edpt_release()hathach
2022-03-09adding tusb_private.h to implement common edpt claimhathach