summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-22dwc2:get next toggle from HCTSIZsakumisu
2024-03-21dwc2:add fifo macros for users to configsakumisu
2024-03-21add usb_hc_low_level_deinit apisakumisu
2024-03-21update esp gluesakumisu
2024-03-21dwc2:add HCCHAR register init api, only enable chan halt irq, buffer dma ↵sakumisu
mode just need this
2024-03-20dwc2:add register for desc dma modesakumisu
2024-03-20dwc2:simplify chan irq codesakumisu
2024-03-20dwc2:change dma incr to 16, flush fifo after fifo configsakumisu
2024-03-20ehci:fix missing bus paramsakumisu
2024-03-18core: host: add "." to section usbh_class_info for IARZhihong Chen
- add "." to section usbh_class_info for IAR Signed-off-by: Zhihong Chen <[email protected]>
2024-03-18add rtl8152 host driversakumisu
2024-03-17update urlsakumisu
2024-03-17add esp dwc2 gluesakumisu
2024-03-15add host cdc speed testsakumisu
2024-03-14must enable RT_USING_TIMER_SOFT when use timersakumisu
2024-03-14add timer to control interrupt transfersakumisu
2024-03-13core: usbh_core: fix ep0_request_buffer index loseZhihong Chen
- fix ep0_request_buffer index lose Signed-off-by: Zhihong Chen <[email protected]>
2024-03-13port: HPMicro: update usb_dc_hpm.cZhihong Chen
- support usbd_execute_test_mode() API - interrupt should be check dtd active status - update usbd_ep_open() time sequence - change irq return to break Signed-off-by: Zhihong Chen <[email protected]>
2024-03-13update usb test modeZhihong Chen
Signed-off-by: Zhihong Chen <[email protected]>
2024-03-12set config with configvaluesakumisu
2024-03-12optimise find class driver apisakumisu
2024-03-12fix cdc ncm buildsakumisu
2024-03-12add winusbv2 templatesakumisu
2024-03-11fix warningsakumisu
2024-03-10support cdc ncm hostsakumisu
2024-03-08update svgsakumisu
2024-03-07fix bt hci recv when CONFIG_BT_RECV_IS_RX_THREAD is disabledsakumisu
2024-03-06remove unused macrosakumisu
2024-03-04HPMicro: port: fix usbd_ep_close() not reset ep_enable flagZhihong Chen
- fix usbd_ep_close() not reset ep_enable flag Signed-off-by: Zhihong Chen <[email protected]>
2024-03-03update rtthread rstsakumisu
2024-03-02fix missing bus in sunxiv1.1.0sakumisu
2024-02-25release v1.1.0sakumisu
2024-02-25disable device shell cmdsakumisu
2024-02-24disable net classsakumisu
2024-02-24align for some bufferssakumisu
2024-02-24fix bl gluesakumisu
2024-02-24update imgsakumisu
2024-02-24fix asix output zlpsakumisu
2024-02-24classify vendor classsakumisu
2024-02-24add get_connect_status api for rndis/cdc_ecm/asixsakumisu
2024-02-23port: HPMicro: call suspend/connect/disconnect eventZhihong Chen
- call suspend/connect/disconnect event Signed-off-by: Zhihong Chen <[email protected]>
2024-02-23class: msc: stage change should be before usbd_ep_start_write()Zhihong Chen
- stage change should be before usbd_ep_start_write() Signed-off-by: Zhihong Chen <[email protected]>
2024-02-22remove duplicate class infosakumisu
2024-02-20port: HPMicro: fix transfer_len not resetZhihong Chen
- fix transfer_len not reset Signed-off-by: Zhihong Chen <[email protected]>
2024-02-20port: HPMicro: decoupling the relationship between busid and usbidZhihong Chen
- decoupling the relationship between busid and usbid Signed-off-by: Zhihong Chen <[email protected]>
2024-02-19update rstsakumisu
2024-02-19update asix phy configsakumisu
2024-02-19HPMicro: port: fix _dcd_data align to 2048Zhihong Chen
- fix _dcd_data align to 2048 Signed-off-by: Zhihong Chen <[email protected]>
2024-02-19update endpoint number usage and fix busid checkZhihong Chen
Signed-off-by: Zhihong Chen <[email protected]>
2024-02-18config busid and regbase in usbh_initialize and usbd_initializesakumisu