| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-30 | update(port/musb/usb_glue_sifli): add zephyr support | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2026-06-30 | fix(port/chipidea): using sutw semaphore by isr handler for setup | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2026-06-30 | update(port/dwc2): add limit for transfer size | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2026-06-26 | usb_hc.h中bug修改和usb_glue_nation.c中添加N32H49X和N32H7XX系列MCU� ↵ | Onlyou_tzZ | |
| ��USBHS支持 (#422) * 1、usb_hc.h中struct usbh_urb结构体添加defined(__CC_ARM)判断,MDK AC5编译器不支持struct usbh_iso_frame_packet iso_packet[0]只支持struct usbh_iso_frame_packet *iso_packet 2、usb_glue_nation.c中添加N32H49X和N32H7XX系列MCU的USBHS支持 * 回退对usb_hc.h的修改 | |||
| 2026-05-26 | docs: update rasc | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2026-05-22 | fix(port/musb/usb_glue_sifli): fix phy and reset config | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2026-05-12 | Add HS support for esp32s31 | yanke | |
| 2026-05-08 | feat(port/renesas): support renesas device | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2026-04-16 | fix(port/hpm): add sdk version check | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2026-04-13 | [update] port: hpmicro: dcd: using sutw semaphore by isr handler for setup | Zhihong Chen | |
| Signed-off-by: Zhihong Chen <[email protected]> | |||
| 2026-03-05 | fix(port/dwc2/usb_dc_dwc2): fix utmi with 16bit config | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2026-02-28 | fix(port/hpmicro): fix out ep idx | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2026-02-12 | fix(port/dwc2/usb_hc_dwc2): add critical section for hc frame setting, make ↵ | sakumisu | |
| it more safely Signed-off-by: sakumisu <[email protected]> | |||
| 2026-02-03 | fix(port/musb/usb_hc_musb): fix stall to stalled | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2026-02-03 | fix(port/dwc2/usb_dc_dwc2): fix typo for disable global isr | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2026-01-28 | docs: release v1.6.0v1.6.0 | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2026-01-28 | chore: replace tab with space | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2026-01-28 | update(port/ehci): set roothub speed to high | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2026-01-28 | update(port/dwc2/usb_glue_infineon): add some check for m55 | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2026-01-22 | update(port/dwc2/usb_dc_dwc2): move read setup into USB_OTG_GINTSTS_ENUMDNE irq | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2026-01-22 | feat(port/dwc2): add infineon glue | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2026-01-22 | update(port/dwc2): add usbd_dwc2_get_system_clock to replace SystemCoreClock | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2026-01-20 | update(port/dwc2): add check for fifo value with power on value | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2026-01-18 | feat(musb): add support for ti microcontroller with musb ip | MDLZCOOL | |
| 2026-01-18 | fix(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-12 | update(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-08 | Update T113S3 glue | HakumenJean | |
| 2026-01-05 | fix(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]> | |||
| 2025-12-26 | fix(port/dwc2/usb_hc_dwc2): fix incorrect HFIR_RELOAD_CTRL setting | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-12-12 | fix warning | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-12-01 | update(port/dwc2/usb_hc_dwc2): reset channel with dwc2_halt in deinit | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-11-27 | update(port/musb/usb_hc_musb): reenable pipe alloc & free | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-11-25 | port: update hpmicro port files for otg | Zhihong Chen | |
| Signed-off-by: Zhihong Chen <[email protected]> | |||
| 2025-11-25 | refactor(otg): refactor otg framework | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-11-19 | update(port/dwc2/usb_glue_st): increase ep1 tx fifo for audio demo | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-11-09 | fix(port/dwc2/usb_dc_dwc2): invalid cache before all read setup | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-11-07 | fix(usb_dc_dwc2): add unaligned read/write macros for IAR compiler | 蒙蒙plus | |
| 2025-11-07 | fix:Fix RNDIS DHCP dependency,and delay implementation | Rbb666 | |
| 2025-10-30 | update(port/chipidea): add dcache support for device | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-10-22 | feat: support custom ep0 mps | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-10-11 | update(port/hpmicro): add dcache support for device | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-10-09 | update(port/dwc2/usb_glue_hc): update hc port | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-09-27 | fix(port/ehci): clear iaad status before set | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-08-30 | feat: host add event callback mechanism similar to device | Egahp | |
| * fix: fix warning for speed_table * fix(port/dwc2/usb_hc_dwc2): add roothub.speed init * feat(usbh_core): add event_callback * fix(usbh_hub): fix event device reset port * fix(usbh_hub): remove event init when init failed * feat(usbh_core): add default dummy_event_callback * fix(usbh_hub): emit reset event only on successful reset * fix(usbh_core): emit interface start only on successful connect class driver * feat(usbh_core): change event_callback to typedef * feat(port): update port usbh init params * doc: update usbh_initialize desc * fix(usbh_core): check result from ret == 0 change to ret >= 0 --------- Signed-off-by: egahp <[email protected]> | |||
| 2025-08-11 | feat: Add MUSB IP without multipoint feature support | HalfSweet | |
| 2025-08-07 | fix(port/musb/usb_hc_musb): add rxmap & txmap config | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-08-06 | feat(port): add urb->complete in usbh_kill_urb | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-08-05 | update(port/dwc2): add mode check | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-08-05 | update(port/musb): add mode check | sakumisu | |
| Signed-off-by: sakumisu <[email protected]> | |||
| 2025-08-02 | update(port/dwc2/usb_hc_dwc2): only clean & invalid buffer in ↵ | sakumisu | |
| usbh_submit_urb, do not clean&invalid many times Signed-off-by: sakumisu <[email protected]> | |||
