index
:
cherryusb.git
dev
gh-pages
master
release/v1.3
release/v1.4
release/v1.5
release/v1.6
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2025-08-11
feat: Add MUSB IP without multipoint feature support
HalfSweet
2025-08-07
docs: release v1.5.2
v1.5.2
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
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-04
fix(class/mtp): fix typo
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-08-04
update(osal/idf): change xtaskcreate to xTaskCreatePinnedToCore
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]
>
2025-08-02
docs: update readme
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-08-01
update(core/usbh_core): check string support and then get string desc
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-08-01
update(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-31
docs: update image
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-31
update(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-31
fix(common/usb_util): fix missing __ICCARM_V8 define
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-31
chore(scons): export hpmicro dir
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-31
fix(port/dwc2/usb_dwc2_param): fix macro literal types
egahp
Signed-off-by: egahp <
[email protected]
>
2025-07-30
Revert "fix(port): reset sem when pipe free"
sakumisu
This reverts commit ccd435496036cdceebb6d35df3edeb16695b0548.
2025-07-30
update(port/dwc2/usb_hc_dwc2): add new api for split transfer, make code simple
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-29
docs: update img
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-28
update(port/musb/usb_hc_musb): check urb for iso to support iso later
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-28
fix(platform/rtthread): change RT_USING_CACHE to CONFIG_USB_DCACHE_ENABLE
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-28
update(usb_config): change CONFIG_USBHOST_MAX_INTF_ALTSETTINGS to 2 as ↵
sakumisu
default to avoid -Warray-bounds warning Signed-off-by: sakumisu <
[email protected]
>
2025-07-28
update(port/musb): If ep control register group exists, do not use epidx ↵
sakumisu
register Signed-off-by: sakumisu <
[email protected]
>
2025-07-28
docs: update rst
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-28
update(port): remove all ips CONFIG_USBDEV_EP_NUM & CONFIG_USBHOST_PIPE_NUM
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-28
revert: revert 1a68d94c some changes
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-27
update(common/usb_hc): change interval u16 to u32 for us
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-27
fix(osal/idf): fix esp timer handle
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-27
update(core/usbh_core): do not assert when parse desc fail, just return error
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-27
fix(port): reset sem when pipe free
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-27
fix(port/ehci): remove usb_osal_msleep in critical section
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-27
Fix the bug that dwc2_halt may cause hardware abnormality
udoudou
2025-07-27
Fix a bug where the channel might not be released
udoudou
2025-07-27
add reset port timeout check for dwc2
udoudou
2025-07-27
update(usb_config): change CONFIG_USBHOST_MAX_INTF_ALTSETTINGS to 1 as ↵
sakumisu
default for less memory usage Signed-off-by: sakumisu <
[email protected]
>
2025-07-27
update(osal/idf): change freertos timer to esp_timer
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-26
update(port/dwc2/usb_glue_kendryte): update dwc2 param
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-26
update(port/dwc2): invalid data before start read
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-25
update: add output_len param for usbh_get_string_desc
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-25
update(common/usb_hc): change interval u8 to u16 for us
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-25
style: format log
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-24
fix(port/dwc2/usb_hc_dwc2): exit porten loop check when device disconnets
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-24
fix(class/hub/usbh_hub): fix port to port+1
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-24
fix(platform/rtthread): add RT_DEVICE_FLAG_INT_RX falg to device
Matthew
2025-07-24
fix(platform/rtthread): restart read at usbd_cdc_acm_bulk_out
Matthew
2025-07-22
update(platform/rtthread): remove align size check
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-22
docs: update rst
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-21
update(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-20
fix(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]
>
[prev]
[next]