summaryrefslogtreecommitdiff
path: root/src/portable/mentor/musb/hcd_musb.c
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2025-04-23rename and expose tuh_bus_info_get() to applicationhathach
2025-04-23rename hcd_devtree_info_t to tuh_bus_info_t, hcd_devtree_get_info to hcd_bus_...hathach
2025-03-26added hcd_edpt_close() stub for other portshathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11hcd_init() take init structhathach
2024-07-25Combined DCD MUSB implementationsBrent Kowal
2023-09-27change hcd_int_handler(rhport, in_isr) signature: add in_isrhathach
2023-08-04Merge branch 'master' into masterHa Thach
2023-07-26correct hcd_edpt_clear_stall() API signaturehathach
2023-07-21add stub hcd_edpt_abort_xfer() for all portshathach
2023-07-02made line ends consistent.Lars Pötter
2023-03-17fix trailing space and new linehathach
2022-03-02try to fix cihathach
2022-02-25rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLEDhathach
2021-12-04Fix memory overrun at pipe_read_packet()kkitayam
2021-11-30Add register settings to handle a HUBkkitayam
2021-11-29Add hcd_musb.ckkitayam