summaryrefslogtreecommitdiff
path: root/port/dwc2
AgeCommit message (Collapse)Author
2026-06-30update(port/dwc2): add limit for transfer sizesakumisu
Signed-off-by: sakumisu <[email protected]>
2026-06-26usb_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-12Add HS support for esp32s31yanke
2026-03-05fix(port/dwc2/usb_dc_dwc2): fix utmi with 16bit configsakumisu
Signed-off-by: sakumisu <[email protected]>
2026-02-12fix(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-03fix(port/dwc2/usb_dc_dwc2): fix typo for disable global isrsakumisu
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-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-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-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]>
2025-12-26fix(port/dwc2/usb_hc_dwc2): fix incorrect HFIR_RELOAD_CTRL settingsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-12-12fix 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-19update(port/dwc2/usb_glue_st): increase ep1 tx fifo for audio 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-07fix(usb_dc_dwc2): add unaligned read/write macros for IAR compiler蒙蒙plus
2025-10-22feat: support custom ep0 mpssakumisu
Signed-off-by: sakumisu <[email protected]>
2025-10-09update(port/dwc2/usb_glue_hc): update hc portsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-30feat: host add event callback mechanism similar to deviceEgahp
* 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-06feat(port): add urb->complete in usbh_kill_urbsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-05update(port/dwc2): add mode checksakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-02update(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]>
2025-08-02docs: update readmesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-08-01update(port/dwc2/usb_hc_dwc2): only set errorcode before urb waitup because ↵sakumisu
split transfer will do many times Signed-off-by: sakumisu <[email protected]>
2025-07-31update(port/dwc2/usb_hc_dwc2): stop split transfer when intr nak, follow ↵sakumisu
with nosplit intr transfer Signed-off-by: sakumisu <[email protected]>
2025-07-31fix(port/dwc2/usb_dwc2_param): fix macro literal typesegahp
Signed-off-by: egahp <[email protected]>
2025-07-30Revert "fix(port): reset sem when pipe free"sakumisu
This reverts commit ccd435496036cdceebb6d35df3edeb16695b0548.
2025-07-30update(port/dwc2/usb_hc_dwc2): add new api for split transfer, make code simplesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-28revert: revert 1a68d94c some changessakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-27fix(port): reset sem when pipe freesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-27Fix the bug that dwc2_halt may cause hardware abnormalityudoudou
2025-07-27Fix a bug where the channel might not be releasedudoudou
2025-07-27add reset port timeout check for dwc2udoudou
2025-07-26update(port/dwc2/usb_glue_kendryte): update dwc2 paramsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-26update(port/dwc2): invalid data before start readsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-24fix(port/dwc2/usb_hc_dwc2): exit porten loop check when device disconnetssakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-20fix(port/dwc2/usb_hc_dwc2): check buf is valid then using dcache cleansakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-19fix(port/dwc2/usb_glue_st): reduce f4 total size for some specific f4 chipssakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-18fix(port/dwc2/usb_hc_dwc2): invalid indata before urb donesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-18style: format codesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-18fix(port/dwc2/usb_hc_dwc2): fix control split transfer with short packetsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-17fix(port/dwc2/usb_glue_at): fix host rx sizesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-16feat(port/dwc2): support ep multsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-14Add FS support for ESP32-P4LiPeng
2025-07-13update(port/dwc2/usb_dc_dwc2): use usbd_get_ep0_next_state for reading setupsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-11fix(port/dwc2/usb_dc_dwc2): align with CONFIG_USB_ALIGN_SIZE not only 32sakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-10update(port/dwc2/usb_glue_at): update at glue with dwc2 paramsakumisu
Signed-off-by: sakumisu <[email protected]>