summaryrefslogtreecommitdiff
path: root/demo/usb_host.c
AgeCommit message (Expand)Author
2022-10-07remove bulk_transfer and intr_transfersakumisu
2022-09-12move fatfs variables into no cache ramsakumisu
2022-09-12update fatfs demo and portsakumisu
2022-09-12fix typosakumisu
2022-09-09refactor usb host stack: hcd api, hub process and usb no cache ram processsakumisu
2022-08-12add mount callback for device, move tests in mount callbacksakumisu
2022-07-31add nocache ram config when enable dcachesakumisu
2022-06-23add USB_MEM_ALIGN32 for buffers in host demosakumisu
2022-06-04replace printf with USB_LOG_DBG for templatessakumisu
2022-05-22use global ram instead of heap for msc testsakumisu
2022-03-24continue to transfer when failssakumisu
2022-03-23disable fatfs demosakumisu
2022-03-23psc thread use event instead,add timeout for transferjzlv
2022-02-24use hport setup to replace class setup,move out test demosakumisu