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
/
usbd_core.c
Age
Commit message (
Expand
)
Author
2025-03-04
fix(core/usbd_core): fix two bugs
sakumisu
2025-02-12
fix(core/usbd_core): fix return with break in ep0 thread
sakumisu
2025-02-01
feat(core/usbd_core): add ep0 setup handler into thread feature
sakumisu
2024-12-28
fix(core/usbd_core): fix ep config for more eps when call usbd_set_interface
v1.4.2
sakumisu
2024-11-24
update: change memcpy to fast memcpy
sakumisu
2024-10-30
update(core/usbd_core): implement USB_REQUEST_GET_INTERFACE request, refs:#268
sakumisu
2024-10-30
chore: update comment
sakumisu
2024-09-27
fix(core/usbd_core): reset endpoint only for altsetting 0, refs:#258
sakumisu
2024-09-19
chore: static code analysis
sakumisu
2024-08-26
usbd_core: add usb_device_is_suspend() API
Zhihong Chen
2024-08-21
fix: fix -Wunused-parameter warning with -Wextra cflag
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-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-06-23
update(core/usbd_core): increase intf array from 8 to 16
sakumisu
2024-06-14
remove print log for device, because we do not allow printf in isr
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-10
bugfix by ccef9b92
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
move get speed before get device desc
sakumisu
2024-04-24
support speed get in when enables CONFIG_USBDEV_ADVANCE_DESC
sakumisu
2024-03-13
update usb test mode
Zhihong Chen
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-02-06
support multi port api for device
sakumisu
2024-02-06
usbd: change endpoint number from 8 to 16
Zhihong Chen
2024-01-16
add usbd init and deinit event macro
sakumisu
2023-12-20
register desc with callback when enable CONFIG_USBDEV_ADVANCE_DESC
sakumisu
2023-12-10
replace struct usbd_endpoint_cfg with struct usb_endpoint_descriptor in usbh_...
sakumisu
2023-08-29
implement msc device thread,remove other unused os thread
sakimisu
2023-07-13
remove ununsed code
sakumisu
2023-06-28
support multi winusb
sakimisu
2023-06-21
use usbd_event_handler instead of usbd_configure_done_callback
sakimisu
2023-06-21
format class struct and global variable name
sakimisu
2023-06-06
check intf num when arg is valid
v0.9.0
sakimisu
2023-05-26
copy desc into nocache ram
sakimisu
2023-05-17
add remote wakeup event
sakimisu
2023-04-22
do not check intf when calls endpoint handler
sakimisu
[next]