summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-01-22docs: freeze version to v1.5.3.99v1.5.3.99release/v1.5sakumisu
Signed-off-by: sakumisu <[email protected]>
2026-01-22fix(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-22refactor(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-14update(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-14fix(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-14Update T113S3 glueHakumenJean
2026-01-14fix(bluetooth): Correct HCI packet type from SCO to ISO in USB host.Alvin
2026-01-14fix(demo): fix cdc ecm string checksakumisu
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-23fix(core/otg): fix deinit flag and mode checkv1.5.3sakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-23chore(cmake): fix cdc symbol namev1.5.3-rc2sakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-23update(demo): format uac demos with macrossakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-23update(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]>
2025-12-03fix(core): fix warningssakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-01docs: update rstsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-01update: remove ununsed bl616 wifi driversakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-01update(demo): add comment for uacsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-01fix(core): fix incompatible warningsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-01update(port/dwc2/usb_hc_dwc2): reset channel with dwc2_halt in deinitsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-28update(class/hub): remove hport sources safelysakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-28feat(core/usbh_core): support custom config indexsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-27update(port/musb/usb_hc_musb): reenable pipe alloc & freesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-25docs: bump version to v1.5.3v1.5.3-rc1sakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-25update: remove ununsed osalsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-25port: update hpmicro port files for otgZhihong Chen
Signed-off-by: Zhihong Chen <[email protected]>
2025-11-25fix warningsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-25refactor(otg): refactor otg frameworksakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-25feat(class): support more match flags for cdc acm & rndissakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-24update(core): change assert with USB_ASSERT_MSGsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-24update(platform/daplink): sync with cherrydapsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-23fix(osal/usb_osal_ucosiii): fix msleep optsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-23feat(core/usbh_core): support interfacenum match flagsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-19update(port/dwc2/usb_glue_st): increase ep1 tx fifo for audio demosakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-13update(core/usbh_core): print interface num when load driversakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-13docs: update rstsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-11refactor(core/usbh_core): refactor lsusbsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-10ci: update bl & hpm demosakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-09fix(port/dwc2/usb_dc_dwc2): invalid cache before all read setupsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-09fix(usb_dc_dwc2): add unaligned read/write macros for IAR compiler蒙蒙plus
2025-11-09fix:Fix RNDIS DHCP dependency,and delay implementationRbb666
2025-11-05fix(osal/usb_osal_threadx): delete self in another threadsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-05update(platform/rtthread): change LWIP_NO_RX_THREAD check error to warningsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-05ci: enable all classsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-04feat(platform/idf): add fatfs port for host mscsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-04fix(osal/usb_osal_ucosiii): lock before freesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-04fix(class/hub): delete thread before delete mqsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-04update(platform/rtthread): add more check for chip cachesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-11-03fix(osal/usb_osal_ucosiii): memset after mallocsakumisu
Signed-off-by: sakumisu <[email protected]>