summaryrefslogtreecommitdiff
path: root/src/portable/sunxi
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2025-11-26change tu_fifo_buffer_info_t layouthathach
2025-11-19Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-11-17make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ...hathach
2025-10-31Merge branch 'copilot/fix-dcd-edpt-xfer-issue' of https://github.com/hathach/...HiFiPhile
2025-10-31Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-22Apply suggestions from code reviewZixun LI
2025-10-22Add is_isr parameter to dcd_edpt_xfer and dcd_edpt_xfer_fifocopilot-swe-agent[bot]
2025-10-14fix lots of warnings for missing-prototypes for irqhandlerhathach
2025-09-17Replace old delay functions by tusb_time_delay_ms_apiHiFiPhile
2024-10-14change dcd_init() return from void to boolhathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11change dcd_init() to take rhport structhathach
2024-05-04add cmake for f1c100shathach
2023-07-02made line ends consistent.Lars Pötter
2023-03-17fix trailing space and new linehathach
2022-12-04Fix typosBastien Nocera
2022-03-07added dcd_sof_enable() stubs for all other portshathach
2022-02-26more internal renamehathach
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
2022-01-26fix mynewt build sunxihathach
2021-12-29update docshathach
2021-12-29add license to dcd file, slightly update readmehathach
2021-12-06Fix handling of RXRDY bitYunhao Tian
2021-12-05Change FIFO size to 4KB (not sure)Yunhao Tian
2021-12-05Fix a typo that leads to incorrect RX handlingYunhao Tian
2021-12-05Add FIFO size checkYunhao Tian
2021-12-05Close all EPs upon resetYunhao Tian
2021-12-05Save current EP before querying other EPsYunhao Tian
2021-12-04Add BSP support for F1C100sYunhao Tian
2021-12-04Modify sunxi_musb codeYunhao Tian
2021-12-01Add support for Allwinner F1Cx00s familyYunhao Tian