mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
cdcncm: switch net driver to netdev_lowerhalf
optimize the interaction flow associated with network drivers to reduce the amount of code and improve compatibility Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
This commit is contained in:
@@ -1389,6 +1389,15 @@ config CDCNCM_PRODUCTSTR
|
||||
default "CDC/NCM Ethernet"
|
||||
|
||||
endif # !CDCNCM_COMPOSITE
|
||||
|
||||
config CDCNCM_QUOTA_TX
|
||||
int "The drive holds the maximum quota of TX"
|
||||
default 8
|
||||
|
||||
config CDCNCM_QUOTA_RX
|
||||
int "The drive holds the maximum quota of RX"
|
||||
default 8
|
||||
|
||||
endif # CDCNCM
|
||||
|
||||
config USBDEV_FS
|
||||
|
||||
+136
-350
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user