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-09-27
fix(port/ehci): clear iaad status before set
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-09-27
feat(class/video/usbh_video): support bulk mode
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-09-11
fix: Remove usb component private requirement for idf v6
LiPeng
2025-09-01
bugfix: Fix some compilation errors
LiPeng
2025-09-01
bugfix: Fix support for idf versions lower than 5.3
LiPeng
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-27
fix(demo): fix missing ecm mac address string
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-08-27
docs: remove ununsed code
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-08-27
refactor(core/usbh_core): refactor devaddr allocation, use auto increment
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-08-27
style: remove printf with USB_LOG_XXX
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
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]
>
[prev]
[next]