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
Age
Commit message (
Expand
)
Author
2024-09-16
fix(core/usbh_core): Fix raw_config_desc heap out of bounds
v1.4.0
CCHhui
2024-09-07
update(usbh_core): add terminate char for raw_config_desc
sakumisu
2024-08-26
usbd_core: add usb_device_is_suspend() API
Zhihong Chen
2024-08-24
fix(core/usbh_core.c): fix error name
sakumisu
2024-08-21
fix: fix -Wunused-parameter warning with -Wextra cflag
sakumisu
2024-08-16
refactor: move CHERRYUSB_VERSION and CHERRYUSB_VERSION_STR into usb_version.h
sakumisu
2024-08-09
Add PUSB2 and XHCI driver and RTOS glue (#236)
zhugengyu
2024-08-06
Fix the bug that USBD_EVENT_DEINIT was not notified correctly
LiPeng
2024-07-30
fix(core/usbd_core): fix self powered check
sakumisu
2024-07-26
feat(port): add remote wakeup api
sakumisu
2024-07-25
feat(core/usbd_core): support webusb
sakumisu
2024-07-23
refactor(osal): use osal malloc and free, remove usb_malloc & usb_free macro
sakumisu
2024-07-11
feat(core/usbd_core): support get hid desc request(0x21), support get status ...
sakumisu
2024-07-08
feat(port): implement usbd_ep_is_stalled api
sakumisu
2024-07-07
update(hub): update hub macros and hub params for usb3.0
sakumisu
2024-06-23
update(core/usbd_core): increase intf array from 8 to 16
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-16
fix(core/usbh_core): fix get mult
sakumisu
2024-06-14
remove print log for device, because we do not allow printf in isr
sakumisu
2024-06-07
remove old xhci patch
sakumisu
2024-05-31
feat: use fast memcpy for net
sakumisu
2024-05-21
fix warning
sakumisu
2024-05-17
update: add langid in string desc
sakumisu
2024-05-17
update: remove internal configs, you should get config from usb_config.h
sakumisu
2024-05-16
refactor(core/usbd_core): process string internal, you can use like \"cherryu...
sakumisu
2024-05-15
update(core/usbh_core): remove ununsed urb memset
sakumisu
2024-05-10
bugfix by ccef9b92
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-05-03
bugfix for 183d49, add CONFIG_USBDEV_EP0_INDATA_NO_COPY
sakumisu
2024-04-30
add USB_DEVICE_QUALIFIER_DESCRIPTOR_INIT and USB_OTHER_SPEED_CONFIG_DESCRIPTO...
Zhihong Chen
2024-04-30
copy data into ep0 buffer at a unified location
sakumisu
2024-04-29
add usbd_get_ep_mult api
sakumisu
2024-04-29
add usbd_get_ep_mps api
sakumisu
2024-04-29
simplify code for get device qualifier desc
sakumisu
2024-04-25
check class_driver is null
sakumisu
2024-04-25
change INFO to DBG
sakumisu
2024-04-25
move get speed before get device desc
sakumisu
2024-04-24
support speed get in when enables CONFIG_USBDEV_ADVANCE_DESC
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-14
add timer to control interrupt transfer
sakumisu
2024-03-13
core: usbh_core: fix ep0_request_buffer index lose
Zhihong Chen
2024-03-13
update usb test mode
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
[next]