aboutsummaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-04 00:11:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-04 00:11:05 +0000
commite6656c077c35341384d5474f0d7b65067b7997ec (patch)
treeb91b5c223b2ff90f7dbf98145b6031c8e31c240f /nuttx
parent14b3f41aa6613f94616d7d6bcba5454c7f8caf8a (diff)
downloadpx4-firmware-e6656c077c35341384d5474f0d7b65067b7997ec.tar.gz
px4-firmware-e6656c077c35341384d5474f0d7b65067b7997ec.tar.bz2
px4-firmware-e6656c077c35341384d5474f0d7b65067b7997ec.zip
Delete the apps/vsn directory (moved commands to apps/system)
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5209 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/Documentation/README.html19
-rw-r--r--nuttx/README.txt5
-rw-r--r--nuttx/configs/compal_e88/nsh_highram/appconfig2
-rw-r--r--nuttx/configs/compal_e99/nsh_compalram/appconfig2
-rw-r--r--nuttx/configs/compal_e99/nsh_highram/appconfig2
-rw-r--r--nuttx/configs/fire-stm32v2/nsh/defconfig39
-rw-r--r--nuttx/configs/shenzhou/nsh/defconfig35
-rw-r--r--nuttx/configs/shenzhou/nxwm/defconfig24
-rw-r--r--nuttx/configs/stm3240g-eval/discover/defconfig79
-rw-r--r--nuttx/configs/stm3240g-eval/xmlrpc/defconfig69
-rwxr-xr-xnuttx/configs/vsn/nsh/appconfig10
11 files changed, 206 insertions, 80 deletions
diff --git a/nuttx/Documentation/README.html b/nuttx/Documentation/README.html
index 95102a004..4d87f55a6 100644
--- a/nuttx/Documentation/README.html
+++ b/nuttx/Documentation/README.html
@@ -265,16 +265,15 @@
| `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/nshlib/README.txt"><b><i>README.txt</i></b></a>
|- NxWidgets/
| `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/NxWidgets/README.txt"><b><i>README.txt</i></b></a>
- |- system/
- | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/system/i2c/README.txt"><b><i>i2c/README.txt</i></b></a>
- | |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/system/free/README.txt">free/README.txt</a>
- | `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/system/install/README.txt">install/README.txt</a>
- `- vsn/
- |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/vsn/poweroff/README.txt">poweroff/README.txt</a>
- |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/vsn/ramtron/README.txt">ramtron/README.txt</a>
- |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/vsn/sdcard/README.txt">sdcard/README.txt</a>
- |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/vsn/sysinfo/README.txt">sysinfo/README.txt</a>
- `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/vsn/sdcard/README.txt"><b><i>README.txt</i></b></a>
+ `- system/
+ |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/system/i2c/README.txt"><b><i>i2c/README.txt</i></b></a>
+ |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/system/free/README.txt">free/README.txt</a>
+ |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/system/install/README.txt">install/README.txt</a>
+ |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/system/poweroff/README.txt">poweroff/README.txt</a>
+ |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/system/ramtron/README.txt">ramtron/README.txt</a>
+ |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/system/sdcard/README.txt">sdcard/README.txt</a>
+ |- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/system/sysinfo/README.txt">sysinfo/README.txt</a>
+ `- <a href="http://svn.code.sf.net/p/nuttx/code/trunk/apps/system/sdcard/README.txt"><b><i>README.txt</i></b></a>
</pre></ul>
</body>
</html>
diff --git a/nuttx/README.txt b/nuttx/README.txt
index 7477e0a24..d60da2d88 100644
--- a/nuttx/README.txt
+++ b/nuttx/README.txt
@@ -853,9 +853,8 @@ apps
|- system/
| |- i2c/README.txt
| |- free/README.txt
- | `- install
- | `- README.txt
- |- vsn/
+ | |- install
+ | | `- README.txt
| |- poweroff
| | `- README.txt
| |- ramtron
diff --git a/nuttx/configs/compal_e88/nsh_highram/appconfig b/nuttx/configs/compal_e88/nsh_highram/appconfig
index 00921c361..4d12335c7 100644
--- a/nuttx/configs/compal_e88/nsh_highram/appconfig
+++ b/nuttx/configs/compal_e88/nsh_highram/appconfig
@@ -40,4 +40,4 @@ CONFIGURED_APPS += nshlib
# Path to example in apps/examples
CONFIGURED_APPS += examples/hello
-CONFIGURED_APPS += vsn/poweroff
+CONFIGURED_APPS += system/poweroff
diff --git a/nuttx/configs/compal_e99/nsh_compalram/appconfig b/nuttx/configs/compal_e99/nsh_compalram/appconfig
index 8df90adb0..e351d3366 100644
--- a/nuttx/configs/compal_e99/nsh_compalram/appconfig
+++ b/nuttx/configs/compal_e99/nsh_compalram/appconfig
@@ -40,4 +40,4 @@ CONFIGURED_APPS += examples/nsh
# Path to example in apps/examples
CONFIGURED_APPS += examples/hello
-CONFIGURED_APPS += vsn/poweroff
+CONFIGURED_APPS += system/poweroff
diff --git a/nuttx/configs/compal_e99/nsh_highram/appconfig b/nuttx/configs/compal_e99/nsh_highram/appconfig
index 241253f8c..db5e61236 100644
--- a/nuttx/configs/compal_e99/nsh_highram/appconfig
+++ b/nuttx/configs/compal_e99/nsh_highram/appconfig
@@ -41,7 +41,7 @@ CONFIGURED_APPS += nshlib
# Path to example in apps/examples
#CONFIGURED_APPS += examples/hello #fails not finding hello_main despite of good config
-CONFIGURED_APPS += vsn/poweroff
+CONFIGURED_APPS += system/poweroff
CONFIGURED_APPS += examples/ostest
CONFIGURED_APPS += examples/nxtext
CONFIGURED_APPS += examples/nxhello
diff --git a/nuttx/configs/fire-stm32v2/nsh/defconfig b/nuttx/configs/fire-stm32v2/nsh/defconfig
index d6aaae05a..25e782dfe 100644
--- a/nuttx/configs/fire-stm32v2/nsh/defconfig
+++ b/nuttx/configs/fire-stm32v2/nsh/defconfig
@@ -133,7 +133,6 @@ CONFIG_STM32_PWR=y
CONFIG_STM32_SDIO=y
CONFIG_STM32_SPI1=y
# CONFIG_STM32_SPI2 is not set
-# CONFIG_STM32_SPI4 is not set
# CONFIG_STM32_TIM1 is not set
# CONFIG_STM32_TIM2 is not set
# CONFIG_STM32_TIM3 is not set
@@ -190,11 +189,6 @@ CONFIG_SDIO_DMAPRIO=0x00001000
# CONFIG_SDIO_WIDTH_D1_ONLY is not set
#
-# Ethernet MAC configuration
-#
-CONFIG_STM32_PHYADDR=1
-
-#
# USB Host Configuration
#
@@ -497,6 +491,11 @@ CONFIG_FAT_MAXFNAME=32
# CONFIG_SYSLOG is not set
#
+# Graphics Support
+#
+# CONFIG_NX is not set
+
+#
# Memory Management
#
# CONFIG_MM_SMALL is not set
@@ -975,11 +974,15 @@ CONFIG_NSH_NETMASK=0xffffff00
CONFIG_NSH_NOMAC=y
#
+# NxWidgets/NxWM
+#
+
+#
# System NSH Add-Ons
#
#
-# Custom free memory command
+# Custom Free Memory Command
#
# CONFIG_SYSTEM_FREE is not set
@@ -1001,19 +1004,27 @@ CONFIG_I2CTOOL_DEFFREQ=100000
# CONFIG_SYSTEM_INSTALL is not set
#
-# readline() support
+# readline()
#
CONFIG_SYSTEM_READLINE=y
CONFIG_READLINE_ECHO=y
#
-# VSN board Add-Ons
+# Power Off
+#
+# CONFIG_SYSTEM_POWEROFF is not set
+
+#
+# RAMTRON
+#
+# CONFIG_SYSTEM_RAMTRON is not set
+
+#
+# SD Card
#
+# CONFIG_SYSTEM_SDCARD is not set
#
-# VSN board add-ons
+# Sysinfo
#
-# CONFIG_VSN_POWEROFF is not set
-# CONFIG_VSN_RAMTRON is not set
-# CONFIG_VSN_SDCARD is not set
-# CONFIG_VSN_SYSINFO is not set
+# CONFIG_SYSTEM_SYSINFO is not set
diff --git a/nuttx/configs/shenzhou/nsh/defconfig b/nuttx/configs/shenzhou/nsh/defconfig
index 706881cc0..21b7fcf90 100644
--- a/nuttx/configs/shenzhou/nsh/defconfig
+++ b/nuttx/configs/shenzhou/nsh/defconfig
@@ -132,7 +132,7 @@ CONFIG_STM32_ETHMAC=y
CONFIG_STM32_PWR=y
CONFIG_STM32_SPI1=y
# CONFIG_STM32_SPI2 is not set
-# CONFIG_STM32_SPI4 is not set
+# CONFIG_STM32_SPI3 is not set
# CONFIG_STM32_TIM1 is not set
# CONFIG_STM32_TIM2 is not set
# CONFIG_STM32_TIM3 is not set
@@ -434,6 +434,11 @@ CONFIG_FAT_MAXFNAME=32
# CONFIG_SYSLOG is not set
#
+# Graphics Support
+#
+# CONFIG_NX is not set
+
+#
# Memory Management
#
# CONFIG_MM_SMALL is not set
@@ -896,11 +901,15 @@ CONFIG_NSH_NETMASK=0xffffff00
CONFIG_NSH_NOMAC=y
#
+# NxWidgets/NxWM
+#
+
+#
# System NSH Add-Ons
#
#
-# Custom free memory command
+# Custom Free Memory Command
#
# CONFIG_SYSTEM_FREE is not set
@@ -914,19 +923,27 @@ CONFIG_NSH_NOMAC=y
# CONFIG_SYSTEM_INSTALL is not set
#
-# readline() support
+# readline()
#
CONFIG_SYSTEM_READLINE=y
CONFIG_READLINE_ECHO=y
#
-# VSN board Add-Ons
+# Power Off
+#
+# CONFIG_SYSTEM_POWEROFF is not set
+
+#
+# RAMTRON
+#
+# CONFIG_SYSTEM_RAMTRON is not set
+
+#
+# SD Card
#
+# CONFIG_SYSTEM_SDCARD is not set
#
-# VSN board add-ons
+# Sysinfo
#
-# CONFIG_VSN_POWEROFF is not set
-# CONFIG_VSN_RAMTRON is not set
-# CONFIG_VSN_SDCARD is not set
-# CONFIG_VSN_SYSINFO is not set
+# CONFIG_SYSTEM_SYSINFO is not set
diff --git a/nuttx/configs/shenzhou/nxwm/defconfig b/nuttx/configs/shenzhou/nxwm/defconfig
index 1b21fbd1b..0bdc9f45c 100644
--- a/nuttx/configs/shenzhou/nxwm/defconfig
+++ b/nuttx/configs/shenzhou/nxwm/defconfig
@@ -1159,7 +1159,7 @@ CONFIG_NXWM_HEXCALCULATOR_FONTID=5
#
#
-# Custom free memory command
+# Custom Free Memory Command
#
# CONFIG_SYSTEM_FREE is not set
@@ -1173,19 +1173,27 @@ CONFIG_NXWM_HEXCALCULATOR_FONTID=5
# CONFIG_SYSTEM_INSTALL is not set
#
-# readline() support
+# readline()
#
CONFIG_SYSTEM_READLINE=y
CONFIG_READLINE_ECHO=y
#
-# VSN board Add-Ons
+# Power Off
#
+# CONFIG_SYSTEM_POWEROFF is not set
#
-# VSN board add-ons
+# RAMTRON
#
-# CONFIG_VSN_POWEROFF is not set
-# CONFIG_VSN_RAMTRON is not set
-# CONFIG_VSN_SDCARD is not set
-# CONFIG_VSN_SYSINFO is not set
+# CONFIG_SYSTEM_RAMTRON is not set
+
+#
+# SD Card
+#
+# CONFIG_SYSTEM_SDCARD is not set
+
+#
+# Sysinfo
+#
+# CONFIG_SYSTEM_SYSINFO is not set
diff --git a/nuttx/configs/stm3240g-eval/discover/defconfig b/nuttx/configs/stm3240g-eval/discover/defconfig
index 71dce1028..12075b891 100644
--- a/nuttx/configs/stm3240g-eval/discover/defconfig
+++ b/nuttx/configs/stm3240g-eval/discover/defconfig
@@ -36,17 +36,22 @@ CONFIG_RAW_BINARY=y
CONFIG_DEBUG=y
# CONFIG_DEBUG_VERBOSE is not set
# CONFIG_DEBUG_ENABLE is not set
+
+#
+# Subsystem Debug Options
+#
# CONFIG_DEBUG_SCHED is not set
# CONFIG_DEBUG_MM is not set
CONFIG_DEBUG_NET=y
-# CONFIG_DEBUG_USB is not set
# CONFIG_DEBUG_FS is not set
# CONFIG_DEBUG_LIB is not set
# CONFIG_DEBUG_BINFMT is not set
# CONFIG_DEBUG_GRAPHICS is not set
+
+#
+# Driver Debug Options
+#
# CONFIG_DEBUG_I2C is not set
-# CONFIG_DEBUG_SPI is not set
-# CONFIG_DEBUG_WATCHDOG is not set
# CONFIG_DEBUG_SYMBOLS is not set
#
@@ -179,6 +184,7 @@ CONFIG_STM32_USART3=y
# CONFIG_STM32_UART5 is not set
# CONFIG_STM32_USART6 is not set
# CONFIG_STM32_WWDG is not set
+CONFIG_STM32_I2C=y
#
# Alternate Pin Mapping
@@ -192,19 +198,31 @@ CONFIG_STM32_JTAG_FULL_ENABLE=y
# CONFIG_STM32_CCMEXCLUDE is not set
#
+# I2C Configuration
+#
+# CONFIG_STM32_I2C_DYNTIMEO is not set
+CONFIG_STM32_I2CTIMEOSEC=0
+CONFIG_STM32_I2CTIMEOMS=500
+CONFIG_STM32_I2CTIMEOTICKS=500
+# CONFIG_STM32_I2C_DUTY16_9 is not set
+
+#
# Ethernet MAC configuration
#
CONFIG_STM32_PHYADDR=1
CONFIG_STM32_MII=y
CONFIG_STM32_MII_MCO1=y
# CONFIG_STM32_MII_MCO2 is not set
+# CONFIG_STM32_MII_EXTCLK is not set
CONFIG_STM32_AUTONEG=y
CONFIG_STM32_PHYSR=16
+# CONFIG_STM32_PHYSR_ALTCONFIG is not set
CONFIG_STM32_PHYSR_SPEED=0x0002
CONFIG_STM32_PHYSR_100MBPS=0x0000
CONFIG_STM32_PHYSR_MODE=0x0004
CONFIG_STM32_PHYSR_FULLDUPLEX=0x0004
# CONFIG_STM32_ETH_PTP is not set
+# CONFIG_STM32_ETHMAC_REGDEBUG is not set
#
# USB Host Configuration
@@ -223,7 +241,7 @@ CONFIG_ARCH_STACKDUMP=y
CONFIG_DRAM_START=0x20000000
CONFIG_DRAM_SIZE=196608
CONFIG_ARCH_HAVE_INTERRUPTSTACK=y
-# CONFIG_ARCH_INTERRUPTSTACK is not set
+CONFIG_ARCH_INTERRUPTSTACK=0
#
# Boot options
@@ -326,6 +344,8 @@ CONFIG_I2C_TRANSFER=y
# CONFIG_I2C_WRITEREAD is not set
CONFIG_I2C_POLLED=y
# CONFIG_I2C_TRACE is not set
+CONFIG_ARCH_HAVE_I2CRESET=y
+# CONFIG_I2C_RESET is not set
# CONFIG_SPI is not set
# CONFIG_RTC is not set
# CONFIG_WATCHDOG is not set
@@ -377,6 +397,11 @@ CONFIG_USART3_2STOP=0
# Networking Support
#
CONFIG_NET=y
+CONFIG_ARCH_HAVE_PHY=y
+# CONFIG_PHY_KS8721 is not set
+CONFIG_PHY_DP83848C=y
+# CONFIG_PHY_LAN8720 is not set
+# CONFIG_PHY_DM9161 is not set
# CONFIG_NET_NOINTS is not set
CONFIG_NET_MULTIBUFFER=y
# CONFIG_NET_IPv6 is not set
@@ -388,7 +413,7 @@ CONFIG_NET_BUFSIZE=650
CONFIG_NET_TCP=y
CONFIG_NET_TCP_CONNS=40
CONFIG_NET_MAX_LISTENPORTS=40
-# CONFIG_NET_TCP_READAHEAD_BUFSIZE=562
+# CONFIG_NET_TCP_READAHEAD_BUFSIZE=650
CONFIG_NET_NTCP_READAHEAD_BUFFERS=16
CONFIG_NET_TCP_RECVDELAY=0
CONFIG_NET_TCPBACKLOG=y
@@ -401,7 +426,7 @@ CONFIG_NET_ICMP_PING=y
# CONFIG_NET_PINGADDRCONF is not set
# CONFIG_NET_IGMP is not set
CONFIG_NET_STATISTICS=y
-# CONFIG_NET_RECEIVE_WINDOW=562
+# CONFIG_NET_RECEIVE_WINDOW=650
CONFIG_NET_ARPTAB_SIZE=16
CONFIG_NET_ARP_IPIN=y
@@ -429,6 +454,11 @@ CONFIG_FAT_MAXFNAME=32
# CONFIG_SYSLOG is not set
#
+# Graphics Support
+#
+# CONFIG_NX is not set
+
+#
# Memory Management
#
# CONFIG_MM_SMALL is not set
@@ -726,6 +756,10 @@ CONFIG_EXAMPLE_DISCOVER_NETMASK=0xffffff00
# CONFIG_EXAMPLES_WLAN is not set
#
+# XML RPC Example
+#
+
+#
# Interpreters
#
@@ -816,6 +850,11 @@ CONFIG_DISCOVER_DEVICE_CLASS=0xff
CONFIG_CONFIG_DISCOVER_DESCR="STM3240G-EVAL"
#
+# XML-RPC library
+#
+# CONFIG_NETUTILS_XMLRPC is not set
+
+#
# ModBus
#
@@ -830,11 +869,15 @@ CONFIG_CONFIG_DISCOVER_DESCR="STM3240G-EVAL"
# CONFIG_NSH_LIBRARY is not set
#
+# NxWidgets/NxWM
+#
+
+#
# System NSH Add-Ons
#
#
-# Custom free memory command
+# Custom Free Memory Command
#
# CONFIG_SYSTEM_FREE is not set
@@ -849,18 +892,26 @@ CONFIG_CONFIG_DISCOVER_DESCR="STM3240G-EVAL"
# CONFIG_SYSTEM_INSTALL is not set
#
-# readline() support
+# readline()
#
# CONFIG_SYSTEM_READLINE is not set
#
-# VSN board Add-Ons
+# Power Off
+#
+# CONFIG_SYSTEM_POWEROFF is not set
+
+#
+# RAMTRON
+#
+# CONFIG_SYSTEM_RAMTRON is not set
+
+#
+# SD Card
#
+# CONFIG_SYSTEM_SDCARD is not set
#
-# VSN board add-ons
+# Sysinfo
#
-# CONFIG_VSN_POWEROFF is not set
-# CONFIG_VSN_RAMTRON is not set
-# CONFIG_VSN_SDCARD is not set
-# CONFIG_VSN_SYSINFO is not set
+# CONFIG_SYSTEM_SYSINFO is not set
diff --git a/nuttx/configs/stm3240g-eval/xmlrpc/defconfig b/nuttx/configs/stm3240g-eval/xmlrpc/defconfig
index cd80ea618..c2ba860fa 100644
--- a/nuttx/configs/stm3240g-eval/xmlrpc/defconfig
+++ b/nuttx/configs/stm3240g-eval/xmlrpc/defconfig
@@ -36,17 +36,22 @@ CONFIG_RAW_BINARY=y
CONFIG_DEBUG=y
# CONFIG_DEBUG_VERBOSE is not set
# CONFIG_DEBUG_ENABLE is not set
+
+#
+# Subsystem Debug Options
+#
# CONFIG_DEBUG_SCHED is not set
# CONFIG_DEBUG_MM is not set
CONFIG_DEBUG_NET=y
-# CONFIG_DEBUG_USB is not set
# CONFIG_DEBUG_FS is not set
# CONFIG_DEBUG_LIB is not set
# CONFIG_DEBUG_BINFMT is not set
# CONFIG_DEBUG_GRAPHICS is not set
+
+#
+# Driver Debug Options
+#
# CONFIG_DEBUG_I2C is not set
-# CONFIG_DEBUG_SPI is not set
-# CONFIG_DEBUG_WATCHDOG is not set
# CONFIG_DEBUG_SYMBOLS is not set
#
@@ -179,6 +184,7 @@ CONFIG_STM32_USART3=y
# CONFIG_STM32_UART5 is not set
# CONFIG_STM32_USART6 is not set
# CONFIG_STM32_WWDG is not set
+CONFIG_STM32_I2C=y
#
# Alternate Pin Mapping
@@ -192,6 +198,15 @@ CONFIG_STM32_JTAG_FULL_ENABLE=y
# CONFIG_STM32_CCMEXCLUDE is not set
#
+# I2C Configuration
+#
+# CONFIG_STM32_I2C_DYNTIMEO is not set
+CONFIG_STM32_I2CTIMEOSEC=0
+CONFIG_STM32_I2CTIMEOMS=500
+CONFIG_STM32_I2CTIMEOTICKS=500
+# CONFIG_STM32_I2C_DUTY16_9 is not set
+
+#
# Ethernet MAC configuration
#
CONFIG_STM32_PHYADDR=1
@@ -201,11 +216,13 @@ CONFIG_STM32_MII_MCO1=y
# CONFIG_STM32_MII_EXTCLK is not set
CONFIG_STM32_AUTONEG=y
CONFIG_STM32_PHYSR=16
+# CONFIG_STM32_PHYSR_ALTCONFIG is not set
CONFIG_STM32_PHYSR_SPEED=0x0002
CONFIG_STM32_PHYSR_100MBPS=0x0000
CONFIG_STM32_PHYSR_MODE=0x0004
CONFIG_STM32_PHYSR_FULLDUPLEX=0x0004
# CONFIG_STM32_ETH_PTP is not set
+# CONFIG_STM32_ETHMAC_REGDEBUG is not set
#
# USB Host Configuration
@@ -224,7 +241,7 @@ CONFIG_ARCH_STACKDUMP=y
CONFIG_DRAM_START=0x20000000
CONFIG_DRAM_SIZE=196608
CONFIG_ARCH_HAVE_INTERRUPTSTACK=y
-# CONFIG_ARCH_INTERRUPTSTACK is not set
+CONFIG_ARCH_INTERRUPTSTACK=0
#
# Boot options
@@ -319,6 +336,8 @@ CONFIG_I2C_TRANSFER=y
# CONFIG_I2C_WRITEREAD is not set
CONFIG_I2C_POLLED=y
# CONFIG_I2C_TRACE is not set
+CONFIG_ARCH_HAVE_I2CRESET=y
+# CONFIG_I2C_RESET is not set
# CONFIG_SPI is not set
# CONFIG_RTC is not set
# CONFIG_WATCHDOG is not set
@@ -371,6 +390,11 @@ CONFIG_USART3_2STOP=0
# Networking Support
#
CONFIG_NET=y
+CONFIG_ARCH_HAVE_PHY=y
+# CONFIG_PHY_KS8721 is not set
+CONFIG_PHY_DP83848C=y
+# CONFIG_PHY_LAN8720 is not set
+# CONFIG_PHY_DM9161 is not set
# CONFIG_NET_NOINTS is not set
CONFIG_NET_MULTIBUFFER=y
# CONFIG_NET_IPv6 is not set
@@ -382,7 +406,7 @@ CONFIG_NET_BUFSIZE=650
CONFIG_NET_TCP=y
CONFIG_NET_TCP_CONNS=40
CONFIG_NET_MAX_LISTENPORTS=40
-# CONFIG_NET_TCP_READAHEAD_BUFSIZE=562
+# CONFIG_NET_TCP_READAHEAD_BUFSIZE=650
CONFIG_NET_NTCP_READAHEAD_BUFFERS=16
CONFIG_NET_TCP_RECVDELAY=0
CONFIG_NET_TCPBACKLOG=y
@@ -395,7 +419,7 @@ CONFIG_NET_ICMP_PING=y
# CONFIG_NET_PINGADDRCONF is not set
# CONFIG_NET_IGMP is not set
CONFIG_NET_STATISTICS=y
-# CONFIG_NET_RECEIVE_WINDOW=562
+# CONFIG_NET_RECEIVE_WINDOW=650
CONFIG_NET_ARPTAB_SIZE=16
CONFIG_NET_ARP_IPIN=y
@@ -423,6 +447,11 @@ CONFIG_FAT_MAXFNAME=32
# CONFIG_SYSLOG is not set
#
+# Graphics Support
+#
+# CONFIG_NX is not set
+
+#
# Memory Management
#
# CONFIG_MM_SMALL is not set
@@ -830,11 +859,15 @@ CONFIG_XMLRPC_STRINGSIZE=64
# CONFIG_NSH_LIBRARY is not set
#
+# NxWidgets/NxWM
+#
+
+#
# System NSH Add-Ons
#
#
-# Custom free memory command
+# Custom Free Memory Command
#
# CONFIG_SYSTEM_FREE is not set
@@ -849,18 +882,26 @@ CONFIG_XMLRPC_STRINGSIZE=64
# CONFIG_SYSTEM_INSTALL is not set
#
-# readline() support
+# readline()
#
# CONFIG_SYSTEM_READLINE is not set
#
-# VSN board Add-Ons
+# Power Off
+#
+# CONFIG_SYSTEM_POWEROFF is not set
+
+#
+# RAMTRON
+#
+# CONFIG_SYSTEM_RAMTRON is not set
+
+#
+# SD Card
#
+# CONFIG_SYSTEM_SDCARD is not set
#
-# VSN board add-ons
+# Sysinfo
#
-# CONFIG_VSN_POWEROFF is not set
-# CONFIG_VSN_RAMTRON is not set
-# CONFIG_VSN_SDCARD is not set
-# CONFIG_VSN_SYSINFO is not set
+# CONFIG_SYSTEM_SYSINFO is not set
diff --git a/nuttx/configs/vsn/nsh/appconfig b/nuttx/configs/vsn/nsh/appconfig
index a07059079..9b1e72bd4 100755
--- a/nuttx/configs/vsn/nsh/appconfig
+++ b/nuttx/configs/vsn/nsh/appconfig
@@ -53,19 +53,19 @@ CONFIGURED_APPS += nshlib
# Individual selection of built-in applications:
# Provide poweroff command to switch off the board
-CONFIGURED_APPS += vsn/poweroff
+CONFIGURED_APPS += system/poweroff
# Provide SDcard tool
-CONFIGURED_APPS += vsn/sdcard
+CONFIGURED_APPS += system/sdcard
# Provide RAMTRON tool
-CONFIGURED_APPS += vsn/ramtron
+CONFIGURED_APPS += system/ramtron
# Provide System Information Utilityu
-CONFIGURED_APPS += vsn/sysinfo
+CONFIGURED_APPS += system/sysinfo
# Provide JAVA Virtual Machine (the Darjeeling JVM)
-#CONFIGURED_APPS += vsn/jvm
+#CONFIGURED_APPS += system/jvm
# Provide UNIX style free
CONFIGURED_APPS += system/free