summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-25update: add output_len param for usbh_get_string_descsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-25update(common/usb_hc): change interval u8 to u16 for ussakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-25style: format logsakumisu
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-24fix(class/hub/usbh_hub): fix port to port+1sakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-24fix(platform/rtthread): add RT_DEVICE_FLAG_INT_RX falg to deviceMatthew
2025-07-24fix(platform/rtthread): restart read at usbd_cdc_acm_bulk_outMatthew
2025-07-22update(platform/rtthread): remove align size checksakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-22docs: update rstsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-21update(port): remove CONFIG_USBDEV_EP_NUM & CONFIG_USBHOST_PIPE_NUM for some ↵sakumisu
ips because they are constant Signed-off-by: sakumisu <[email protected]>
2025-07-20fix(core/usbh_core): change 2ms to 10ms because some platform's tick is ↵sakumisu
100hz then 2ms = 0ms, refs: #342 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-19Clear error code after intentionally ignoring itDerek Konigsberg
In the case of handling a stall on a max lun request, we need to clear the error code in `ret` after ignoring it. This is necessary so the connect function won't fail. Fix #339
2025-07-18fix(port/dwc2/usb_hc_dwc2): invalid indata before urb donesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-18update(cherrymp): update local ringbufsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-18update: remove zephyr bluetooth submodulesakumisu
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-17docs: update imagesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-16fix(demo): ignore zero bytes for bl ipsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-16style: remove some logssakumisu
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-14update(cherryusb): update to v1.5.1v1.5.1sakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-13feat: support siflisakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-13update(core/usbd_core): add ep0 state logsakumisu
Signed-off-by: sakumisu <[email protected]>
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-13update(demo): remove ep num checksakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-13update(port/fsdev): assert for fsdev logsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-11chore(kconfig): add more configsakumisu
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-11fix typosakumisu
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]>
2025-07-10chore(port/dwc2): update readmesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-10fix(port/ehci): Fix the urb leak when there is no data in the control ↵mlwang
transmission
2025-07-10Modify kconfig for better template chooseMDLZCOOL
2025-07-07feat(port/dwc2): add user fifo config apisakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-05refactor(port/dwc2): support custom config for each dwc2 usb portsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-03update(class/mtp): support obj remove & add eventsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-03fix:(port/ch58x/usb_ch58x_dc_usbfs.c) fix out endpoint cannot receive bugFanhuaCloud
2025-07-02fix(platform/rtthread/usbh_serial): remove unused variablesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-01fix(class/hub): change urb interval unit to ussakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-01fix(demo): fix webusb desc lensakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-26feat(demo): add mavlink with cdc acmsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-25fix(platform/rtthread): change ssize_t to rt_ssize_tsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-06-25feat(platform/rtthread): support cdc acm chardevsakumisu
Signed-off-by: sakumisu <[email protected]>