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
2026-04-03
fix(core): adjust init&deinit event callback position
sakumisu
2026-01-24
update(demo): remove all old desc api
sakumisu
2025-11-24
update(core): change assert with USB_ASSERT_MSG
sakumisu
2025-10-31
fix warning
sakumisu
2025-10-22
feat: support custom ep0 mps
sakumisu
2025-07-16
style: remove some logs
sakumisu
2025-07-13
update(core/usbd_core): add ep0 state log
sakumisu
2025-07-05
refactor(port/dwc2): support custom config for each dwc2 usb port
sakumisu
2025-05-27
update(core/usbd_core): clear configuration in disconnect callback
sakumisu
2025-05-13
fix(core/usbd_core): add check for desc callback
sakumisu
2025-05-10
update(port): add sof support
sakumisu
2025-04-21
feat(core/usbd_core): add ep0_next_state to record control transfer state
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-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
[next]