summaryrefslogtreecommitdiff
path: root/src/portable/wch/dcd_ch32_usbfs.c
AgeCommit message (Expand)Author
2026-07-12dcd(ch32_usbfs): reset stale transfer state in dcd_edpt_iso_activatehathach
2026-07-09dcd(ch32-usbfs): isochronous supporthathach
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-06-22hw/bsp+wch: rename the CH58x family to ch583 and OPT_MCU_CH58X to OPT_MCU_CH583hathach
2026-06-20dcd/wch: drop toggle-mismatched OUT packets on all USBFS variantshathach
2026-06-19dcd/ch58x: preserve the DEV_ADDR general-purpose bit on SET_ADDRESShathach
2026-06-19dcd/ch58x: drop stale EP0 transfer state on SETUPhathach
2026-06-19dcd/ch58x: report bus resume instead of a second suspendhathach
2026-06-19dcd/ch58x: advance EP0 OUT data toggle for multi-packet control transfershathach
2026-06-19dcd/ch58x: keep IRQ masked across the EP-arming RMW in dcd_edpt_xferhathach
2026-06-19dcd/ch58x: complete the EP register map and right-size EP buffershathach
2026-06-18dcd/ch58x: drive CH582/583 with shared dcd_ch32_usbfs.chathach
2026-06-18dcd/ch32_usbfs: support CH32V103 combined endpoint control registerhathach
2026-05-23dcd/ch32x: optmize CTRL reg writing, basically revert e14b0e85HiFiPhile
2026-05-23dcd/ch32fs: do not set EP0 to ACK on status completeHiFiPhile
2026-05-23dcd/ch32fs: clear INT flag after processingHiFiPhile
2026-05-23dcd/ch32x : code reformatHiFiPhile
2026-05-23dcd/ch32fs: set EP to NAK earlier to reduce spuroius transferHiFiPhile
2026-05-22dcd/ch32fs: reset EP on clear stallHiFiPhile
2026-05-22dcd/ch32fs: fix ISO IN transferHiFiPhile
2026-05-22dcd/ch32fs: only enable EP0 ACK if no data stage, reduce raceHiFiPhile
2026-05-22dcd/ch32fs: reset EP regs on bus resetHiFiPhile
2026-04-28fix(dcd_ch32_usbfs): fix dropped bulk OUT packets by properly re-arming EP_RX...mickabrig7
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-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-02-06use speed enumJannis Konrad
2025-02-05ch32v3 fs: signal bus speedJannis Konrad
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-24wch usbfs/usbhs need to specify which driver to use. for v307 default to high...hathach
2024-05-20code formathathach
2024-05-20use correct wch usbhs, usbfs for ch32v307 using CFG_TUD_MAX_SPEEDhathach
2024-05-20temp codehathach
2024-05-19fix ep0 stall not clearingMatthew Tran
2024-05-16change default risv-gcc to riscv-none-elf- and add _zicsr extensionhathach
2024-05-15add CH32V20x USB OTG/FS driverMatthew Tran