summaryrefslogtreecommitdiff
path: root/nuttx/configs/pic32-starterkit
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-24 22:07:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-24 22:07:50 +0000
commit6ac0ffb209453e30023446fbf5b208f1f79604f2 (patch)
tree71a727103c980e7eceae24835996ad2407004507 /nuttx/configs/pic32-starterkit
parent7d8ff08ffac0bd9ac30ef863b6cd600c615acafe (diff)
downloadpx4-nuttx-6ac0ffb209453e30023446fbf5b208f1f79604f2.tar.gz
px4-nuttx-6ac0ffb209453e30023446fbf5b208f1f79604f2.tar.bz2
px4-nuttx-6ac0ffb209453e30023446fbf5b208f1f79604f2.zip
Backout recent change to PIC32 network configuration -- doesn't work right with fewer I/O buffers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4518 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/pic32-starterkit')
-rw-r--r--nuttx/configs/pic32-starterkit/README.txt3
-rw-r--r--nuttx/configs/pic32-starterkit/nsh/defconfig4
-rw-r--r--nuttx/configs/pic32-starterkit/nsh2/defconfig6
-rw-r--r--nuttx/configs/pic32-starterkit/ostest/defconfig4
4 files changed, 9 insertions, 8 deletions
diff --git a/nuttx/configs/pic32-starterkit/README.txt b/nuttx/configs/pic32-starterkit/README.txt
index db3886343..bd04bc37f 100644
--- a/nuttx/configs/pic32-starterkit/README.txt
+++ b/nuttx/configs/pic32-starterkit/README.txt
@@ -1086,7 +1086,8 @@ Where <subdir> is one of the following:
CONFIG_NET=y : Enable networking support
CONFIG_PIC32MX_ETHERNET=y : Enable the PIC32 Ethernet driver
- CONFIG_NSH_TELNET=y : Enable the Telnet NSH console (optional)
+ CONFIG_NSH_CONSOLE=n : Disable NSH serial console
+ CONFIG_NSH_TELNET=y : Enable the Telnet NSH console
See apps/nshlib/README.txt for other NSH networking-related configuration
settings.
diff --git a/nuttx/configs/pic32-starterkit/nsh/defconfig b/nuttx/configs/pic32-starterkit/nsh/defconfig
index 2c39be262..0abaae58b 100644
--- a/nuttx/configs/pic32-starterkit/nsh/defconfig
+++ b/nuttx/configs/pic32-starterkit/nsh/defconfig
@@ -305,8 +305,8 @@ CONFIG_PHY_LAN8720=n
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y
-CONFIG_NET_NTXDESC=3
-CONFIG_NET_NRXDESC=5
+CONFIG_NET_NTXDESC=7
+CONFIG_NET_NRXDESC=7
CONFIG_NET_REGDEBUG=n
CONFIG_NET_DESCDEBUG=n
CONFIG_NET_DUMPPACKET=n
diff --git a/nuttx/configs/pic32-starterkit/nsh2/defconfig b/nuttx/configs/pic32-starterkit/nsh2/defconfig
index d2734561f..e4f4e4eb2 100644
--- a/nuttx/configs/pic32-starterkit/nsh2/defconfig
+++ b/nuttx/configs/pic32-starterkit/nsh2/defconfig
@@ -305,8 +305,8 @@ CONFIG_PHY_LAN8720=n
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y
-CONFIG_NET_NTXDESC=3
-CONFIG_NET_NRXDESC=5
+CONFIG_NET_NTXDESC=7
+CONFIG_NET_NRXDESC=7
CONFIG_NET_REGDEBUG=n
CONFIG_NET_DESCDEBUG=n
CONFIG_NET_DUMPPACKET=n
@@ -1229,7 +1229,7 @@ CONFIG_NSH_NESTDEPTH=3
CONFIG_NSH_DISABLESCRIPT=n
CONFIG_NSH_DISABLEBG=n
CONFIG_NSH_ROMFSETC=n
-CONFIG_NSH_CONSOLE=y
+CONFIG_NSH_CONSOLE=n
CONFIG_NSH_TELNET=y
CONFIG_NSH_ARCHINIT=y
CONFIG_NSH_IOBUFFER_SIZE=512
diff --git a/nuttx/configs/pic32-starterkit/ostest/defconfig b/nuttx/configs/pic32-starterkit/ostest/defconfig
index c1a33b13e..d4ac9cd8a 100644
--- a/nuttx/configs/pic32-starterkit/ostest/defconfig
+++ b/nuttx/configs/pic32-starterkit/ostest/defconfig
@@ -305,8 +305,8 @@ CONFIG_PHY_LAN8720=n
CONFIG_PHY_AUTONEG=y
CONFIG_PHY_SPEED100=n
CONFIG_PHY_FDUPLEX=y
-CONFIG_NET_NTXDESC=3
-CONFIG_NET_NRXDESC=5
+CONFIG_NET_NTXDESC=7
+CONFIG_NET_NRXDESC=7
CONFIG_NET_REGDEBUG=n
CONFIG_NET_DESCDEBUG=n
CONFIG_NET_DUMPPACKET=n