From b88d1f7f072541b1b665ee72df77fe460f5d7106 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 28 Nov 2010 13:37:41 +0000 Subject: Make size of LPC1766 EMAC RAM configurable git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3142 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/configs/olimex-lpc1766stk/thttpd/defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'nuttx/configs/olimex-lpc1766stk/thttpd/defconfig') diff --git a/nuttx/configs/olimex-lpc1766stk/thttpd/defconfig b/nuttx/configs/olimex-lpc1766stk/thttpd/defconfig index 4b2b5345ed..f8eebba352 100755 --- a/nuttx/configs/olimex-lpc1766stk/thttpd/defconfig +++ b/nuttx/configs/olimex-lpc1766stk/thttpd/defconfig @@ -188,6 +188,7 @@ CONFIG_UART3_2STOP=0 # CONFIG_PHY_AUTONEG - Enable auto-negotion # CONFIG_PHY_SPEED100 - Select 100Mbit vs. 10Mbit speed. # 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_NRXDESC - Configured number of Rx descriptors. Default: 18 # CONFIG_NET_PRIORITY - Ethernet interrupt priority. The is default is -- cgit v1.2.3