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
/
common
Age
Commit message (
Expand
)
Author
2024-06-22
fix(common/usb_memcpy): fix warning in 64bit
sakumisu
2024-06-17
fix(common/usb_memcpy): fix missing USB_MEMCPY_H
sakumisu
2024-06-14
fix warning
sakumisu
2024-06-11
update(port/ehci): use static iso pool for iso urb to reduce alloc time
sakumisu
2024-05-31
feat: use fast memcpy for net
sakumisu
2024-05-16
fix warning
sakumisu
2024-05-09
add nuttx osal
sakumisu
2024-04-30
add USB_DEVICE_QUALIFIER_DESCRIPTOR_INIT and USB_OTHER_SPEED_CONFIG_DESCRIPTO...
Zhihong Chen
2024-04-29
remove port param in usbd_get_port_speed
sakumisu
2024-03-14
add timer to control interrupt transfer
sakumisu
2024-03-13
update usb test mode
Zhihong Chen
2024-02-24
align for some buffers
sakumisu
2024-02-06
support multi port api for device
sakumisu
2024-01-08
support multi USB IP for host
sakumisu
2023-12-24
add usbh_deinitialize api
sakumisu
2023-12-10
replace struct usbd_endpoint_cfg with struct usb_endpoint_descriptor in usbh_...
sakumisu
2023-12-05
add usb errno, do not use system errno
sakumisu
2023-12-05
add usb_osal_sem_reset api
sakumisu
2023-11-17
remove usb_mem.h
sakumisu
2023-11-16
refactor urb, add ep & hport in urb to make hardware pipe more reusable
sakumisu
2023-09-18
[common] Avoid IAR compiling error on USB HOST stack
helloeagleyang
2023-08-18
common: Add support for IAR for risc-v toolchain
Fan YANG
2023-06-30
update double winusb demo
sakimisu
2023-06-28
support multi winusb
sakimisu
2023-04-21
update hub process for usb3.0, update xhci driver
sakimisu
2023-04-21
fix pointer in 64bit cpu, use uintptr_t instead
sakimisu
2023-03-22
add usbd_event_handler for users
sakumisu
2023-03-12
replace speed reconfig with mult
sakimisu
2023-01-29
add webusb support
sakimisu
2022-12-31
add get frame number api
sakimisu
2022-12-15
1. support for iar in situation of usb host application
biyq
2022-11-19
add ep mult support
sakimisu
2022-11-19
add usbd_get_port_speed api to use different config descriptors
sakimisu
2022-11-06
move malloc,free,printf macro into config.h
sakimisu
2022-10-14
add config for system errno.h
sakumisu
2022-10-14
remove duplicate macros
sakumisu
2022-09-25
fix gcc extension warning
sakumisu
2022-09-25
fix macro value
sakumisu
2022-09-24
add iso config in urb
sakumisu
2022-09-22
update
zhugengyu
2022-09-17
add usb3.0 speed support
sakumisu
2022-09-14
add mult config
sakumisu
2022-09-12
give up dcache enable macro
sakumisu
2022-09-09
refactor usb host stack: hcd api, hub process and usb no cache ram process
sakumisu
2022-08-23
delete dupliate
sakumisu
2022-08-18
Simplify the license rows, standardize header macro name
sakumisu
2022-08-17
remove comments to reduce rows
sakumisu
2022-08-12
add mount callback for device, move tests in mount callback
sakumisu
2022-08-10
use usb_iomalloc when alignsize is not equal 4
sakumisu
2022-07-31
add nocache ram config when enable dcache
sakumisu
[next]