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.h
Age
Commit message (
Expand
)
Author
2026-02-11
refactor: move cherryrb and cherrymp into common dir, rename with usb_ringbuf...
sakumisu
2026-01-24
update(demo): remove all old desc api
sakumisu
2025-12-03
fix(core): fix warnings
sakumisu
2025-06-03
update(core/usbd_core): include dcache & osal header
sakumisu
2025-04-21
feat(core/usbd_core): add ep0_next_state to record control transfer state
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-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-07-26
feat(port): add remote wakeup api
sakumisu
2024-07-25
feat(core/usbd_core): support webusb
sakumisu
2024-05-31
feat: use fast memcpy for net
sakumisu
2024-05-16
refactor(core/usbd_core): process string internal, you can use like \"cherryu...
sakumisu
2024-04-29
add usbd_get_ep_mult api
sakumisu
2024-04-29
add usbd_get_ep_mps api
sakumisu
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-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-11-17
remove usb_mem.h
sakumisu
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-05-17
add remote wakeup event
sakimisu
2023-03-22
add usbd_event_handler for users
sakumisu
2023-01-29
add webusb support
sakimisu
2023-01-15
only support one config
sakimisu
2023-01-07
add CONFIG_USBDEV_ADVANCE_DESC macro
sakimisu
2022-11-28
split other_speed with fs and hs
sakimisu
2022-11-19
add another desc register api
sakimisu
2022-09-24
add usb device deinit function
sakumisu
2022-09-08
remove custom handler, split class handler into interface and endpoint
sakumisu
2022-08-20
refactor usb device intf and ep register
sakumisu
2022-08-18
Simplify the license rows, standardize header macro name
sakumisu
2022-08-17
remove comments to reduce rows
sakumisu
2022-07-31
merge class rx setup functions into one
sakumisu
2022-07-28
refactor dcd api and ep in/out irq callback process
sakumisu
2022-06-04
move log macros into usb_log.h,adjust header file inclusion order
sakumisu
2022-04-08
add test mode when using feature cmd
sakumisu
2022-03-10
add usb_dc_init declare in usb_dc.h,and add usbd_initialize to call it
sakumisu
2022-02-26
switch the order
sakumisu
2022-02-08
format codes
sakimisu
2022-02-01
rename paramater named class with devclass instead
sakimusu
2022-01-15
update license
sakumisu
2021-11-29
refactor usb class structure
sakumisu
2021-09-28
add usb hs support,add bos and msosv2 descriptor register
sakumisu
2021-07-10
first commit
jzlv