mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Make size of LPC1766 EMAC RAM configurable
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3142 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -291,6 +291,7 @@ mbed Configuration Options
|
|||||||
CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
||||||
CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
||||||
|
|
||||||
|
CONFIG_NET_EMACRAM_SIZE - Size of EMAC RAM. Default: 16Kb
|
||||||
CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
||||||
CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
||||||
CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
||||||
|
|||||||
@@ -188,6 +188,7 @@ CONFIG_UART3_2STOP=0
|
|||||||
# CONFIG_PHY_AUTONEG - Enable auto-negotion
|
# CONFIG_PHY_AUTONEG - Enable auto-negotion
|
||||||
# CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
# CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
||||||
# CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
# CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
||||||
|
# CONFIG_NET_EMACRAM_SIZE - Size of EMAC RAM. Default: 16Kb
|
||||||
# CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
# CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
||||||
# CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
# CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
||||||
# CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
# CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
||||||
|
|||||||
@@ -403,6 +403,7 @@ Nucleus 2G Configuration Options
|
|||||||
CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
||||||
CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
||||||
|
|
||||||
|
CONFIG_NET_EMACRAM_SIZE - Size of EMAC RAM. Default: 16Kb
|
||||||
CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
||||||
CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
||||||
CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
||||||
|
|||||||
@@ -188,6 +188,7 @@ CONFIG_UART3_2STOP=0
|
|||||||
# CONFIG_PHY_AUTONEG - Enable auto-negotion
|
# CONFIG_PHY_AUTONEG - Enable auto-negotion
|
||||||
# CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
# CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
||||||
# CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
# CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
||||||
|
# CONFIG_NET_EMACRAM_SIZE - Size of EMAC RAM. Default: 16Kb
|
||||||
# CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
# CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
||||||
# CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
# CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
||||||
# CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
# CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
||||||
|
|||||||
@@ -188,6 +188,7 @@ CONFIG_UART3_2STOP=0
|
|||||||
# CONFIG_PHY_AUTONEG - Enable auto-negotion
|
# CONFIG_PHY_AUTONEG - Enable auto-negotion
|
||||||
# CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
# CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
||||||
# CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
# CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
||||||
|
# CONFIG_NET_EMACRAM_SIZE - Size of EMAC RAM. Default: 16Kb
|
||||||
# CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
# CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
||||||
# CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
# CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
||||||
# CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
# CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
||||||
|
|||||||
@@ -188,6 +188,7 @@ CONFIG_UART3_2STOP=0
|
|||||||
# CONFIG_PHY_AUTONEG - Enable auto-negotion
|
# CONFIG_PHY_AUTONEG - Enable auto-negotion
|
||||||
# CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
# CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
||||||
# CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
# CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
||||||
|
# CONFIG_NET_EMACRAM_SIZE - Size of EMAC RAM. Default: 16Kb
|
||||||
# CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
# CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
||||||
# CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
# CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
||||||
# CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
# CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
||||||
|
|||||||
@@ -188,6 +188,7 @@ CONFIG_UART3_2STOP=0
|
|||||||
# CONFIG_PHY_AUTONEG - Enable auto-negotion
|
# CONFIG_PHY_AUTONEG - Enable auto-negotion
|
||||||
# CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
# CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
||||||
# CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
# CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
||||||
|
# CONFIG_NET_EMACRAM_SIZE - Size of EMAC RAM. Default: 16Kb
|
||||||
# CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
# CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
||||||
# CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
# CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
||||||
# CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
# CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
||||||
|
|||||||
@@ -609,6 +609,7 @@ Olimex LPC1766-STK Configuration Options
|
|||||||
CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
||||||
CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
||||||
|
|
||||||
|
CONFIG_NET_EMACRAM_SIZE - Size of EMAC RAM. Default: 16Kb
|
||||||
CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
||||||
CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
||||||
CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
||||||
|
|||||||
@@ -188,6 +188,7 @@ CONFIG_UART3_2STOP=0
|
|||||||
# CONFIG_PHY_AUTONEG - Enable auto-negotion
|
# CONFIG_PHY_AUTONEG - Enable auto-negotion
|
||||||
# CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
# CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
||||||
# CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
# CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
||||||
|
# CONFIG_NET_EMACRAM_SIZE - Size of EMAC RAM. Default: 16Kb
|
||||||
# CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
# CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
||||||
# CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
# CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
||||||
# CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
# CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
||||||
|
|||||||
@@ -188,6 +188,7 @@ CONFIG_UART3_2STOP=0
|
|||||||
# CONFIG_PHY_AUTONEG - Enable auto-negotion
|
# CONFIG_PHY_AUTONEG - Enable auto-negotion
|
||||||
# CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
# CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
||||||
# CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
# CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
||||||
|
# CONFIG_NET_EMACRAM_SIZE - Size of EMAC RAM. Default: 16Kb
|
||||||
# CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
# CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
||||||
# CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
# CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
||||||
# CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
# CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
||||||
|
|||||||
@@ -188,6 +188,7 @@ CONFIG_UART3_2STOP=0
|
|||||||
# CONFIG_PHY_AUTONEG - Enable auto-negotion
|
# CONFIG_PHY_AUTONEG - Enable auto-negotion
|
||||||
# CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
# CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
||||||
# CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
# CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
||||||
|
# CONFIG_NET_EMACRAM_SIZE - Size of EMAC RAM. Default: 16Kb
|
||||||
# CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
# CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
||||||
# CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
# CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
||||||
# CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
# CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
||||||
|
|||||||
@@ -188,6 +188,7 @@ CONFIG_UART3_2STOP=0
|
|||||||
# CONFIG_PHY_AUTONEG - Enable auto-negotion
|
# CONFIG_PHY_AUTONEG - Enable auto-negotion
|
||||||
# CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
# CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
||||||
# CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
# CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
||||||
|
# CONFIG_NET_EMACRAM_SIZE - Size of EMAC RAM. Default: 16Kb
|
||||||
# CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
# CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
||||||
# CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
# CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
||||||
# CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
# CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
||||||
|
|||||||
@@ -188,6 +188,7 @@ CONFIG_UART3_2STOP=0
|
|||||||
# CONFIG_PHY_AUTONEG - Enable auto-negotion
|
# CONFIG_PHY_AUTONEG - Enable auto-negotion
|
||||||
# CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
# CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
||||||
# CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
# CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
||||||
|
# CONFIG_NET_EMACRAM_SIZE - Size of EMAC RAM. Default: 16Kb
|
||||||
# CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
# CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
||||||
# CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
# CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
||||||
# CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
# CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
||||||
|
|||||||
@@ -188,6 +188,7 @@ CONFIG_UART3_2STOP=0
|
|||||||
# CONFIG_PHY_AUTONEG - Enable auto-negotion
|
# CONFIG_PHY_AUTONEG - Enable auto-negotion
|
||||||
# CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
# CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed.
|
||||||
# CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
# CONFIG_PHY_FDUPLEX - Select full (vs. half) duplex
|
||||||
|
# CONFIG_NET_EMACRAM_SIZE - Size of EMAC RAM. Default: 16Kb
|
||||||
# CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
# CONFIG_NET_NTXDESC - Configured number of Tx descriptors. Default: 18
|
||||||
# CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
# CONFIG_NET_NRXDESC - Configured number of Rx descriptors. Default: 18
|
||||||
# CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
# CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is
|
||||||
|
|||||||
Reference in New Issue
Block a user