summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-07update(demo): change string index max to sizeof(string_descriptors) / sizeof(...sakumisu
2026-04-04docs: update rstsakumisu
2026-04-03fix(core): adjust init&deinit event callback positionsakumisu
2026-04-03fix(class/dfu): fix missing *lensakumisu
2026-04-03fix(security): add check for linecodingsakumisu
2026-03-30fix(security): add check for adb msg sizesakumisu
2026-03-30fix(security): add check for audio driver and video driversakumisu
2026-03-30fix(ci): fix build for latest sdksakumisu
2026-03-30fix(core/usbh_core): fix desc length parsesakumisu
2026-03-13refactor(platform/rtthread): move rt_usbd_msc heresakumisu
2026-03-12refactor(platform/rtthread): add rt prefix for file namesakumisu
2026-03-12feat(ci): add rt-thread testsakumisu
2026-03-12update(platform/rtthread): use own ringbuffersakumisu
2026-03-11docs: update readmesakumisu
2026-03-11fix(class/gamepad): fix input sizesakumisu
2026-03-11feat(class/hid/usbh_hid): add usbh_hid_report_convert apisakumisu
2026-03-05update(demo): format mouse report commentsakumisu
2026-03-05update(class/hid/usbh_hid): replace report type macrosakumisu
2026-03-05fix(port/dwc2/usb_dc_dwc2): fix utmi with 16bit configsakumisu
2026-03-05docs: update readmesakumisu
2026-03-03refactor(class/hid/usbh_hid): refactor hid parse api againsakumisu
2026-02-28docs: update opensource rstsakumisu
2026-02-28fix(idf): fix with new vfs register apisakumisu
2026-02-28fix(port/hpmicro): fix out ep idxsakumisu
2026-02-12fix(port/dwc2/usb_hc_dwc2): add critical section for hc frame setting, make i...sakumisu
2026-02-11update(tests): move out video thread with new apisakumisu
2026-02-11refactor: move cherryrb and cherrymp into common dir, rename with usb_ringbuf...sakumisu
2026-02-10update(xbox): Xbox USB host driver support into build(#407)Stefan Voss
2026-02-05feat(class/display): add usb vendor display device driversakumisu
2026-02-05refactor(class/dfu): refactor dfu device driversakumisu
2026-02-05fix(cherrymp): fix block size checksakumisu
2026-02-03style(class): remove device warning logs for memorysakumisu
2026-02-03fix typosakumisu
2026-02-03fix(port/musb/usb_hc_musb): fix stall to stalledsakumisu
2026-02-03fix(port/dwc2/usb_dc_dwc2): fix typo for disable global isrsakumisu
2026-01-30docs: update docs and add english versionsakumisu
2026-01-28docs: release v1.6.0v1.6.0sakumisu
2026-01-28update(class/cdc): change serial state macrosakumisu
2026-01-28chore: replace tab with spacesakumisu
2026-01-28update(class/gamepad): use hid intf init apisakumisu
2026-01-28chore: update kconfigsakumisu
2026-01-28update(port/ehci): set roothub speed to highsakumisu
2026-01-28update(port/dwc2/usb_glue_infineon): add some check for m55sakumisu
2026-01-24update(demo): remove all old desc apisakumisu
2026-01-22update(port/dwc2/usb_dc_dwc2): move read setup into USB_OTG_GINTSTS_ENUMDNE irqsakumisu
2026-01-22feat(port/dwc2): add infineon gluesakumisu
2026-01-22update(port/dwc2): add usbd_dwc2_get_system_clock to replace SystemCoreClocksakumisu
2026-01-20update(port/dwc2): add check for fifo value with power on valuesakumisu
2026-01-18feat(musb): add support for ti microcontroller with musb ipMDLZCOOL
2026-01-18fix(musb): fix `musb_pipe_alloc` missing `bus` parameter, and fix host checks...MDLZCOOL