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
This commit is contained in:
patacongo 2010-11-28 14:13:58 +00:00
parent 6c8073b85c
commit b61406b93e

View File

@ -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
#