summaryrefslogtreecommitdiff
path: root/demo/usb_host.c
AgeCommit message (Expand)Author
2024-11-11update(demo/usb_host): move test macro before run apisakumisu
2024-10-31feat(class/aoa): add usb aoa hostsakumisu
2024-08-21fix: fix -Wunused-parameter warning with -Wextra cflagsakumisu
2024-06-16fix(demo): fix missing usbh_int_urb_fill, musb will modify urb->transfer_buff...sakumisu
2024-06-01update(demo/usb_host): remove ununsed net classsakumisu
2024-05-12update(demo/usb_host): change eth name indexsakumisu
2024-05-12update(demo/usb_host): disable keep timer(no need)sakumisu
2024-05-12update(class/vendor/net/usbh_rtl8152): update eth rx/tx sizesakumisu
2024-05-05update host demo to support multi classsakumisu
2024-05-04remove ununsed codesakumisu
2024-04-23fix caculate precisionsakumisu
2024-04-17use only one dhcp timer, delete timer when stopsakumisu
2024-04-16add missing licensesakumisu
2024-04-14add ifndef for test macrossakumisu
2024-03-18add rtl8152 host driversakumisu
2024-03-15add host cdc speed testsakumisu
2024-03-14must enable RT_USING_TIMER_SOFT when use timersakumisu
2024-03-12fix cdc ncm buildsakumisu
2024-03-10support cdc ncm hostsakumisu
2024-02-24disable net classsakumisu
2024-02-15enable asix host driversakumisu
2024-01-06dwc2: ctrl and bulk no need nak irq, when intr calls nak, retry by usersakumisu
2023-12-19create lwip rx thread by usersakumisu
2023-12-18init demo thread in xxx_run api, and delete by itselfsakumisu
2023-12-01implement rtt eth_device control and eth_tx apisakumisu
2023-11-30add two dhcp timersakumisu
2023-11-29auto enable lwip demo with __has_includesakumisu
2023-11-24delete lwip rx thread in selfsakumisu
2023-11-23fix en colonsakumisu
2023-11-22disable device not find logsakumisu
2023-11-22add ecm and rndis thread delete for dynamic netifsakumisu
2023-11-20support host demo with timer for rtthreadsakumisu
2023-11-20add dhcp timer for getting ip addrsakumisu
2023-11-16refactor urb, add ep & hport in urb to make hardware pipe more reusablesakumisu
2023-11-13add ecm host demosakumisu
2023-06-21remove unused codesakimisu
2023-02-07submit urb when nbytes>0sakimisu
2023-02-06split host demo into standalone threadsakumisu
2022-12-11disable video demo, contact with me to know how to usesakimisu
2022-11-21remove device mount and unmount callbacksakimisu
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