summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-01-30docs: update docs and add english versionsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-28docs: release v1.6.0v1.6.0sakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-28update(class/cdc): change serial state macrosakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-28chore: replace tab with spacesakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-28update(class/gamepad): use hid intf init apisakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-28chore: update kconfigsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-28update(port/ehci): set roothub speed to highsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-28update(port/dwc2/usb_glue_infineon): add some check for m55sakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-24update(demo): remove all old desc apisakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-22update(port/dwc2/usb_dc_dwc2): move read setup into USB_OTG_GINTSTS_ENUMDNE irqsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-22feat(port/dwc2): add infineon gluesakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-22update(port/dwc2): add usbd_dwc2_get_system_clock to replace SystemCoreClocksakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-20update(port/dwc2): add check for fifo value with power on valuesakumisu
Signed-off-by: sakumisu <[email protected]>
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 ↵MDLZCOOL
checks in irq Includes: - add `struct usbh_bus *bus` parameter to `musb_pipe_alloc` - correct call in `usbh_submit_urb` - correct host checks in irq
2026-01-13refactor(osal): replace NuttX internal APIs with POSIX APIsSunJ
Replace nxsched_self() and nxsched_set_priority() with standard POSIX sched_getparam() and sched_setparam() in usb_osal_thread_schedule_other(). This improves portability and follows POSIX standards for thread priority management. Change-Id: I2e637268f77e200fbdee3e7713cba1b115976696 Signed-off-by: SunJ <[email protected]>
2026-01-12update(port/dwc2/usb_dc_dwc2): remove __UNALIGNED_UINT32_READ and ↵sakumisu
__UNALIGNED_UINT32_WRITE because buf is always align4, only receive one setup packet Signed-off-by: sakumisu <[email protected]>
2026-01-08Update T113S3 glueHakumenJean
2026-01-07docs: fix typosakumisu
2026-01-05update(platform): remove net class weak api, check CONFIG_USBHOST_PLATFORM_* ↵sakumisu
macro is defined or not in usbh_lwip.c Signed-off-by: sakumisu <[email protected]>
2026-01-05fix(port/dwc2/usb_hc_dwc2): restart split transfer with dwc2_xxx_urb_init, ↵sakumisu
do not use dwc2_chan_reenable api Signed-off-by: sakumisu <[email protected]>
2026-01-05fix(bluetooth): Correct HCI packet type from SCO to ISO in USB host.Alvin
2026-01-04fix(demo): fix cdc ecm string checksakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-31docs: update net rst and readmesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-29feat(class/gamepad): add gamepad devicesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-26fix(port/dwc2/usb_hc_dwc2): fix incorrect HFIR_RELOAD_CTRL settingsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-26fix: fix winusb string and audio macrosakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-22fix(core/otg): fix deinit flag and mode checksakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-21fix(serial): add default handler for gsmsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-19fix(rp2040): add rp2040 support to sconsMDLZCOOL
2025-12-18ci: add lshid cmdsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-18update(demo): format with macrosakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-18docs: update cache qasakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-18update(usbh_gsm): add ml307r vidsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-17style: change \t to spacesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-17feat(class/hid): add hid report parse apisakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-17fix(usbh_serial): fix serial iobuffer size, remove length limit of writesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-17docs: update rstsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-15fix(usbh_cp210x): remove ununsed codesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-15update: update host demo macros without valuesakumisu
Signed-off-by: sakumisu <[email protected]>
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
Signed-off-by: sakumisu <[email protected]>
2025-12-12fix warningsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-12chore(cmake): fix cdc symbol namesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-05update(demo): format uac demos with macrossakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-04update(demo): add more descriptor init macrossakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-03update: remove old bl616 wifi driver, add new apisakumisu
Signed-off-by: sakumisu <[email protected]>