ENCx24J600 UDP backlog support from Maz Holtzberg

This commit is contained in:
Gregory Nutt
2013-09-24 09:03:16 -06:00
parent 9bb771b8b8
commit 368867f06e
3 changed files with 379 additions and 116 deletions
+2
View File
@@ -5621,4 +5621,6 @@
From Rashid Fatah (2013-9-23).
* arch/arm/src/sama5/sam_hsmci.c: TX DMA disabled. It is just not
reliable. No idea why. RX DMA is still used (2013-9-23).
* driver/net/encx24j600.c: UDP/RXAVAIL backlog support from Max
Holtzberg (2013-9-24).
+10
View File
@@ -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
View File
File diff suppressed because it is too large Load Diff