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
/
class
/
cdc
/
usbh_cdc_ecm.c
Age
Commit message (
Expand
)
Author
2026-07-14
fix(security): check desc len overflow
sakumisu
2026-01-05
update(platform): remove net class weak api, check CONFIG_USBHOST_PLATFORM_* ...
sakumisu
2025-07-25
update: add output_len param for usbh_get_string_desc
sakumisu
2025-06-03
feat(class): add usb_osal_thread_schedule_other to allow the applications whi...
sakumisu
2025-03-28
update: add usb align up for every buffer when use dcache clean&invalid api
sakumisu
2025-01-20
feat(osal): add argument macro for different os, especially for nuttx
sakumisu
2024-10-30
fix: rename class to class_code, for c++ compatibility (#269)
electretmike
2024-08-21
fix: fix -Wunused-parameter warning with -Wextra cflag
sakumisu
2024-06-25
refactor(platform): add usbh_xxx_get_eth_txbuf api, especially for lwip pbuf ...
sakumisu
2024-06-23
update: check class->hport validity
sakumisu
2024-06-16
fix memcpy to strncpy
sakumisu
2024-06-01
update: add comments for net process, support len > 16K for ncm/rndis/asix/rt...
sakumisu
2024-05-31
feat: use fast memcpy for net
sakumisu
2024-05-24
refactor(platform): update platform support
sakumisu
2024-05-14
fix(class): change ifdef to if for LWIP_TCPIP_CORE_LOCKING_INPUT
sakumisu
2024-05-12
update: rename ecm and asix eth macro name
sakumisu
2024-05-03
zero copy when enables LWIP_TCPIP_CORE_LOCKING_INPUT
sakumisu
2024-05-03
check if eth rx packet is overflow
sakumisu
2024-05-03
support id table for multi vid pid
sakumisu
2024-03-10
support cdc ncm host
sakumisu
2024-02-24
add get_connect_status api for rndis/cdc_ecm/asix
sakumisu
2024-01-30
update log tag
sakumisu
2024-01-09
fix cdc ecm zlp check
sakumisu
2023-12-19
create lwip rx thread by user
sakumisu
2023-12-01
add config for rndis & ecm thread
sakumisu
2023-11-24
delete lwip rx thread in self
sakumisu
2023-11-22
add some delay to avoid too much error log when device is disconnected
sakumisu
2023-11-22
add ecm and rndis thread delete for dynamic netif
sakumisu
2023-11-16
refactor urb, add ep & hport in urb to make hardware pipe more reusable
sakumisu
2023-11-15
fix ecm mac buffer size
sakumisu
2023-11-13
add ecm host demo
sakumisu
2023-11-04
add cdc ecm host
sakumisu