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
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
2023-04-21
fix pointer in 64bit cpu, use uintptr_t instead
sakimisu
2023-03-25
copy desc into align buf
sakimisu
2023-03-22
add usbd_event_handler for users
sakumisu
2023-03-08
fix typo
sakimisu
2023-01-29
add webusb support
sakimisu
2023-01-15
split tx_rx_thread into tx_thread and rx_thread
sakimisu
2023-01-15
only support one config
sakimisu
2023-01-07
add CONFIG_USBDEV_ADVANCE_DESC macro
sakimisu
2023-01-07
reduce print log
sakimisu
2023-01-07
remove align check, memcpy as default
sakimisu
2023-01-03
ignore get device quality cmd error in full speed
sakimisu
2022-12-11
add usb tx rx thread for device
sakimisu
2022-11-28
split other_speed with fs and hs
sakimisu
2022-11-19
add another desc register api
sakimisu
2022-10-06
fix warning
sakumisu
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-21
check if the ep0 request data len is overflow
sakumisu
2022-08-20
refactor usb device intf and ep register
sakumisu
2022-08-19
give up class register
sakumisu
2022-08-18
add test mode for feature test
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-31
add nocache ram config when enable dcache
sakumisu
2022-07-28
refactor dcd api and ep in/out irq callback process
sakumisu
2022-07-19
remove list search mode
sakumisu
2022-06-28
update usb core macros
sakumisu
2022-06-27
remove surplus log
sakumisu
2022-06-25
fix warning in 64bit cpu
sakumisu
2022-06-23
fix type wrong for ep argument on usbd_ep_in_handler and usbd_ep_out_handler ...
Li.XiongHui
2022-06-17
handle USB_DESCRIPTOR_TYPE_OTHER_SPEED
liuhy-2020
2022-06-15
copy data from misalign addr to align32 addr when use dma with dcache
sakumisu
2022-06-05
use ep open and close return value
sakumisu
2022-04-15
fix warning
sakumisu
2022-04-15
fix warning
sakumisu
2022-04-14
fix duplicate calls to the class notify handler when class has multiploe
sakumisu
2022-04-08
add test mode when using feature cmd
sakumisu
2022-03-11
fix no newline warning
sakumisu
2022-03-11
move ep macros into usb_def.h
sakumisu
2022-03-10
add usb_dc_init declare in usb_dc.h,and add usbd_initialize to call it
sakumisu
2022-02-24
add macros for high speed iso and intr transfer with additional transaction
sakumisu
2022-02-24
gdd memory align32 for variable in structure
sakumisu
2022-02-17
fix ep0 zlp send judgement
sakumisu
2022-02-08
format codes
sakimisu
2022-02-01
rename paramater named class with devclass instead
sakimusu
[next]