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
/
core
/
usbh_core.c
Age
Commit message (
Expand
)
Author
2025-08-01
update(core/usbh_core): check string support and then get string desc
sakumisu
2025-07-27
update(core/usbh_core): do not assert when parse desc fail, just return error
sakumisu
2025-07-25
update: add output_len param for usbh_get_string_desc
sakumisu
2025-07-20
fix(core/usbh_core): change 2ms to 10ms because some platform's tick is 100hz...
sakumisu
2025-05-06
update: add USB_ASSERT_MSG for common case
sakumisu
2025-04-30
fix unused warnings
sakumisu
2025-03-28
fix: fix wformat warnings
sakumisu
2025-03-28
update: add usb align up for every buffer when use dcache clean&invalid api
sakumisu
2025-02-09
fix(core/usbh_core): check hport is valid in usbh_control_transfer
sakumisu
2025-02-07
fix(core/usbh_core): return valid hport which is connected
sakumisu
2025-01-25
feat(core/usbh_core): add usbh_printf_setup api for debug
sakumisu
2024-12-20
修复VID/PID匹配逻辑
yangpeng
2024-12-09
fix warning
sakumisu
2024-10-31
feat(core/usbh_core): add usbh_find_hubport api
sakumisu
2024-10-30
fix: rename class to class_code, for c++ compatibility (#269)
electretmike
2024-09-19
chore: static code analysis
sakumisu
2024-09-16
fix(core/usbh_core): Fix raw_config_desc heap out of bounds
CCHhui
2024-09-07
update(usbh_core): add terminate char for raw_config_desc
sakumisu
2024-08-24
fix(core/usbh_core.c): fix error name
sakumisu
2024-08-09
Add PUSB2 and XHCI driver and RTOS glue (#236)
zhugengyu
2024-07-23
refactor(osal): use osal malloc and free, remove usb_malloc & usb_free macro
sakumisu
2024-07-07
update(hub): update hub macros and hub params for usb3.0
sakumisu
2024-06-22
update(core/usbh_core): do not use slist, we use recursion
sakumisu
2024-06-17
fix(core/usbh_core): fix missing free devaddr caused by 935325
sakumisu
2024-06-07
remove old xhci patch
sakumisu
2024-05-15
update(core/usbh_core): remove ununsed urb memset
sakumisu
2024-05-03
adjust code order
sakumisu
2024-05-03
support id table for multi vid pid
sakumisu
2024-05-03
move usbh_hubport_release api to core
sakumisu
2024-04-25
check class_driver is null
sakumisu
2024-04-25
change INFO to DBG
sakumisu
2024-04-07
add config index to select multi configs
sakumisu
2024-04-03
add check for wTotalLength
sakumisu
2024-03-18
core: host: add "." to section usbh_class_info for IAR
Zhihong Chen
2024-03-13
core: usbh_core: fix ep0_request_buffer index lose
Zhihong Chen
2024-03-12
set config with configvalue
sakumisu
2024-03-12
optimise find class driver api
sakumisu
2024-02-24
align for some buffers
sakumisu
2024-02-19
update endpoint number usage and fix busid check
Zhihong Chen
2024-02-18
config busid and regbase in usbh_initialize and usbd_initialize
sakumisu
2024-01-30
update log tag
sakumisu
2024-01-14
usbh_core: add iar risc-v support
Zhihong Chen
2024-01-08
support multi USB IP for host
sakumisu
2023-12-27
add \t for hub info log
sakumisu
2023-12-24
add usbh_deinitialize api
sakumisu
2023-12-05
add usb errno, do not use system errno
sakumisu
2023-11-27
fix usbh_set_interface api, correct wValue for altsetting
sakumisu
2023-11-22
add mutex for ep0 urb to avoid multithreading
sakumisu
2023-11-20
make hub_set_feature and hub_clear_feature api public
sakumisu
2023-11-17
use static urb for ep0
sakumisu
[next]