summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-28 14:13:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-28 14:13:58 +0000
commitfd7d0393e038a0f8caaf68d97171904ed2ffbf3f (patch)
treee351fb4b00f2f610c7e5266604e5f93a63f5e4e2 /nuttx/configs/olimex-lpc1766stk
parentf80ac920eb06e2437db01c55a0c349119391f95e (diff)
downloadpx4-nuttx-fd7d0393e038a0f8caaf68d97171904ed2ffbf3f.tar.gz
px4-nuttx-fd7d0393e038a0f8caaf68d97171904ed2ffbf3f.tar.bz2
px4-nuttx-fd7d0393e038a0f8caaf68d97171904ed2ffbf3f.zip
nettest now uses only 8Kb for packet buffers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3143 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/olimex-lpc1766stk')
-rwxr-xr-xnuttx/configs/olimex-lpc1766stk/nettest/defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/nettest/defconfig b/nuttx/configs/olimex-lpc1766stk/nettest/defconfig
index be6fb9960..2520b4737 100755
--- a/nuttx/configs/olimex-lpc1766stk/nettest/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/nettest/defconfig
@@ -206,7 +206,11 @@ CONFIG_PHY_KS8721=y
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y
+CONFIG_NET_EMACRAM_SIZE=8192
+CONFIG_NET_NTXDESC=9
+CONFIG_NET_NRXDESC=9
CONFIG_NET_REGDEBUG=n
+
#
# General build options
#