summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-12-31docs: update net rst and readmesakumisu
2025-12-29feat(class/gamepad): add gamepad devicesakumisu
2025-12-26fix(port/dwc2/usb_hc_dwc2): fix incorrect HFIR_RELOAD_CTRL settingsakumisu
2025-12-26fix: fix winusb string and audio macrosakumisu
2025-12-22fix(core/otg): fix deinit flag and mode checksakumisu
2025-12-21fix(serial): add default handler for gsmsakumisu
2025-12-19fix(rp2040): add rp2040 support to sconsMDLZCOOL
2025-12-18ci: add lshid cmdsakumisu
2025-12-18update(demo): format with macrosakumisu
2025-12-18docs: update cache qasakumisu
2025-12-18update(usbh_gsm): add ml307r vidsakumisu
2025-12-17style: change \t to spacesakumisu
2025-12-17feat(class/hid): add hid report parse apisakumisu
2025-12-17fix(usbh_serial): fix serial iobuffer size, remove length limit of writesakumisu
2025-12-17docs: update rstsakumisu
2025-12-15fix(usbh_cp210x): remove ununsed codesakumisu
2025-12-15update: update host demo macros without valuesakumisu
2025-12-15fix(serial): fix host serial framework support for rt-threadMDLZCOOL
2025-12-14fix(usbh_serial): don't resubmit the read urb when rx short packetMDLZCOOL
2025-12-14fix(usbh_ch34x): program baudrate registers after divisor calculationMDLZCOOL
2025-12-14feat(usbh_serial): Use Ping-Pong Buffer to Decrease Packet LossMDLZCOOL
2025-12-12refactor(serial): add host serial frameworksakumisu
2025-12-12fix warningsakumisu
2025-12-12chore(cmake): fix cdc symbol namesakumisu
2025-12-05update(demo): format uac demos with macrossakumisu
2025-12-04update(demo): add more descriptor init macrossakumisu
2025-12-03update: remove old bl616 wifi driver, add new apisakumisu
2025-12-03fix(core): fix warningssakumisu
2025-12-01update(port/dwc2/usb_hc_dwc2): reset channel with dwc2_halt in deinitsakumisu
2025-12-01update: remove ununsed bl616 wifi driversakumisu
2025-12-01docs: update rstsakumisu
2025-12-01update(demo): add comment for uacsakumisu
2025-11-28update(class/hub): remove hport sources safelysakumisu
2025-11-27feat(core/usbh_core): support custom config indexsakumisu
2025-11-27update(port/musb/usb_hc_musb): reenable pipe alloc & freesakumisu
2025-11-26docs: update rstsakumisu
2025-11-25docs: bump version to v1.5.3sakumisu
2025-11-25update: remove ununsed osalsakumisu
2025-11-25port: update hpmicro port files for otgZhihong Chen
2025-11-25fix warningsakumisu
2025-11-25refactor(otg): refactor otg frameworksakumisu
2025-11-25feat(class): support more match flags for cdc acm & rndissakumisu
2025-11-24update(core): change assert with USB_ASSERT_MSGsakumisu
2025-11-24update(platform/daplink): sync with cherrydapsakumisu
2025-11-23fix(osal/usb_osal_ucosiii): fix msleep optsakumisu
2025-11-20feat(core/usbh_core): support interfacenum match flagsakumisu
2025-11-19update(port/dwc2/usb_glue_st): increase ep1 tx fifo for audio demosakumisu
2025-11-13update(core/usbh_core): print interface num when load driversakumisu
2025-11-13docs: update rstsakumisu
2025-11-11refactor(core/usbh_core): refactor lsusbsakumisu