mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
ENCx24J600 UDP backlog support from Maz Holtzberg
This commit is contained in:
@@ -93,6 +93,7 @@ config ENCX24J600
|
||||
bool "Microchip ENCX24J600 support"
|
||||
default n
|
||||
select SPI
|
||||
select NET_RXAVAIL
|
||||
---help---
|
||||
References:
|
||||
ENC424J600/624J600 Data Sheet Stand-Alone 10/100 Ethernet Controller
|
||||
@@ -123,6 +124,15 @@ config ENCX24J600_FREQUENCY
|
||||
---help---
|
||||
Define to use a different bus frequency
|
||||
|
||||
config ENCX24J600_NDESCR
|
||||
int "Descriptor Count"
|
||||
default 16
|
||||
---help---
|
||||
Defines how many descriptors are preallocated for the
|
||||
transmission and reception queues.
|
||||
The ENC has a relative large packet buffer of 24kB which can
|
||||
be used to buffer multiple packets silmutaneously
|
||||
|
||||
config ENCX24J600_STATS
|
||||
bool "Network statistics support"
|
||||
default n
|
||||
|
||||
+367
-116
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user