sakumisu
|
44d92be013
update(platform): remove net class weak api, check CONFIG_USBHOST_PLATFORM_* macro is defined or not in usbh_lwip.c
|
1 주 전 |
sakumisu
|
ecb98f399d
update: add output_len param for usbh_get_string_desc
|
5 달 전 |
sakumisu
|
bff8a632a9
feat(class): add usb_osal_thread_schedule_other to allow the applications which use the struct usbh_xxx to exit properly before free struct usbh_xxx
|
7 달 전 |
sakumisu
|
83695e77cf
update: add usb align up for every buffer when use dcache clean&invalid api
|
9 달 전 |
sakumisu
|
6769eac6e0
feat(osal): add argument macro for different os, especially for nuttx
|
11 달 전 |
electretmike
|
149fb046bc
fix: rename class to class_code, for c++ compatibility (#269)
|
1 년 전 |
sakumisu
|
35da8d6747
fix: fix -Wunused-parameter warning with -Wextra cflag
|
1 년 전 |
sakumisu
|
6c92681e48
refactor(platform): add usbh_xxx_get_eth_txbuf api, especially for lwip pbuf list
|
1 년 전 |
sakumisu
|
755d067650
update: check class->hport validity
|
1 년 전 |
sakumisu
|
8a4f210ee7
fix memcpy to strncpy
|
1 년 전 |
sakumisu
|
3429f73a65
update: add comments for net process, support len > 16K for ncm/rndis/asix/rtl8152
|
1 년 전 |
sakumisu
|
2d63b52d0b
feat: use fast memcpy for net
|
1 년 전 |
sakumisu
|
865d2f5d96
refactor(platform): update platform support
|
1 년 전 |
sakumisu
|
490cac1a0f
fix(class): change ifdef to if for LWIP_TCPIP_CORE_LOCKING_INPUT
|
1 년 전 |
sakumisu
|
58550b3ed5
update: rename ecm and asix eth macro name
|
1 년 전 |
sakumisu
|
0ceb7ef885
zero copy when enables LWIP_TCPIP_CORE_LOCKING_INPUT
|
1 년 전 |
sakumisu
|
ae5a9d1e57
check if eth rx packet is overflow
|
1 년 전 |
sakumisu
|
5fec929b93
support id table for multi vid pid
|
1 년 전 |
sakumisu
|
39693f4702
support cdc ncm host
|
1 년 전 |
sakumisu
|
762c3cbb2f
add get_connect_status api for rndis/cdc_ecm/asix
|
1 년 전 |
sakumisu
|
eeb304ae08
update log tag
|
1 년 전 |
sakumisu
|
07ced6d023
fix cdc ecm zlp check
|
2 년 전 |
sakumisu
|
e201439722
create lwip rx thread by user
|
2 년 전 |
sakumisu
|
d414fd21d8
add config for rndis & ecm thread
|
2 년 전 |
sakumisu
|
84299ce80b
delete lwip rx thread in self
|
2 년 전 |
sakumisu
|
18eed18413
add some delay to avoid too much error log when device is disconnected
|
2 년 전 |
sakumisu
|
03db11f4af
add ecm and rndis thread delete for dynamic netif
|
2 년 전 |
sakumisu
|
5bbe2a97f2
refactor urb, add ep & hport in urb to make hardware pipe more reusable
|
2 년 전 |
sakumisu
|
a8d40eb706
fix ecm mac buffer size
|
2 년 전 |
sakumisu
|
40a019e063
add ecm host demo
|
2 년 전 |