index
:
cherryusb.git
dev
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
/
class
/
cdc
/
usbh_cdc_acm.c
Age
Commit message (
Collapse
)
Author
2025-12-12
refactor(serial): add host serial framework
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-11-25
feat(class): support more match flags for cdc acm & rndis
sakumisu
Signed-off-by: sakumisu <
[email protected]
>
2025-06-03
feat(class): add usb_osal_thread_schedule_other to allow the applications ↵
sakumisu
which use the struct usbh_xxx to exit properly before free struct usbh_xxx Signed-off-by: sakumisu <
[email protected]
>
2024-10-30
fix: rename class to class_code, for c++ compatibility (#269)
electretmike
Co-authored-by: Michiel van Leeuwen <
[email protected]
>
2024-09-19
chore: static code analysis
sakumisu
2024-09-04
update(class/cdc): set cdc acm bFunctionProtocol to 0x00
sakumisu
2024-08-21
fix: fix -Wunused-parameter warning with -Wextra cflag
sakumisu
2024-08-15
fix(class): use different buffer for cdc_acm,hid,msc,serial
sakumisu
2024-06-23
update: check class->hport validity
sakumisu
2024-05-03
support id table for multi vid pid
sakumisu
2024-02-03
make serial driver standard for cdc acm, ftdi, cp210x, ch34x
sakumisu
2024-01-30
update log tag
sakumisu
2023-12-05
add usb errno, do not use system errno
sakumisu
2023-11-16
refactor urb, add ep & hport in urb to make hardware pipe more reusable
sakumisu
2023-08-05
fix function name
sakimisu
2023-07-12
use static memory to malloc & free class
sakimisu
2023-05-17
call usbh_xxx_stop when class enumerates completely
sakimisu
2023-02-18
move hub and hport variable into common ram to reduce nocache ram usage
sakumisu
2022-12-31
rename class info name
sakimisu
2022-11-26
add host class run and stop callback
sakimisu
2022-10-01
remove irq protect when allocates devnum
sakumisu
2022-09-14
add interface altsetting struct
sakumisu
2022-09-09
refactor usb host stack: hcd api, hub process and usb no cache ram process
sakumisu
2022-08-18
Simplify the license rows, standardize header macro name
sakumisu
2022-08-12
add mount callback for device, move tests in mount callback
sakumisu
2022-05-22
alloc class name after the necessary commands are completed
sakumisu
2022-04-04
Standardized function parameter with xxx_class
sakumisu
2022-03-31
fixed osal critical section protect adapt 64bits CPU.
xieyangrun
2022-03-27
clean compiler warning.
aozima
2022-03-23
update class driver info,support class driver export
jzlv
2022-03-19
update host class driver struct: add hport.
aozima
2022-02-24
use hport setup to replace class setup,move out test demo
sakumisu
2022-02-14
fix struct name due to copy error
sakumisu
2022-02-13
complete async callback process for print received data
sakumisu
2022-02-08
format codes
sakimisu
2022-02-07
replace ssize_t with int
sakumisu
2022-02-06
replace ssize_t with int
sakumisu
2022-02-01
add usb host stack(class not release completely)
sakimusu