index
:
cherryusb.git
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
path:
root
/
port
/
rp2040
Age
Commit message (
Collapse
)
Author
2026-08-03
fix(security): add check for sem&mq&thread and delete remain sources if ↵
sakumisu
alloc fail 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-07-30
Revert "fix(port): reset sem when pipe free"
sakumisu
This reverts commit ccd435496036cdceebb6d35df3edeb16695b0548.
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-27
fix(port): reset sem when pipe free
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-07-27
Fix a bug where the channel might not be released
udoudou
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-05-10
update(port): add sof support
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-02-09
docs: update readme
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-01-26
update(port/rp2040/usb_hc_rp2040): add lock for ep0
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-01-25
feat(port/rp2040): update rp2040 host driver, use irq_add_shared_handler to ↵
sakumisu
register irq handler Signed-off-by: sakumisu <
[email protected]
>
2025-01-23
update(port/rp2040): init ep_control & buffer_control in usb_dc_init
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-01-19
feat(port/rp2040): update rp2040 driver to latest
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2023-12-30
remove ch32 host, nrf5x, rp2040 port
sakumisu
2023-12-10
replace struct usbd_endpoint_cfg with struct usb_endpoint_descriptor in ↵
sakumisu
usbh_ep_open api
2022-11-19
add usbd_get_port_speed api to use different config descriptors
sakimisu
2022-10-11
add rp2040 usb dcd porting
HaiMianBB