summaryrefslogtreecommitdiff
path: root/src/portable/st/stm32_fsdev/fsdev_ch32.h
AgeCommit message (Collapse)Author
2025-06-25stm32_fsdev: Allow configuring single-buffered isochronous endpoints.milek7
Controlled by the embedder defining CFG_TUD_FSDEV_DOUBLE_BUFFERED_ISO_EP in tusb_config.h. If hardware does have SBUF_ISO bit it will use only one half of endpoint pair register.
2024-08-02more fsdev clean uphathach
hil test boards in parallel
2024-07-31simplify read/write 16-bit packethathach
2024-07-30improve set endpointhathach
2024-06-14newlinehathach
2024-06-14use stock core_riscv.h for ch32 v2 v3hathach
2024-05-24add ch32 support for fsdev driver. v20x can select fsdev or usbfs with ↵hathach
make/cmake PORT=0/1. default to fsdev