summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-strp711/nsh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-08 13:24:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-08 13:24:26 +0000
commit9d4bbfeffeddf0b090f1931c9508e592b2cf7d48 (patch)
treebf179139a1b3fa182b794497945eab86b5479974 /nuttx/configs/olimex-strp711/nsh
parent14d0a961ecf430c882eae8d7c7d66ba420c13403 (diff)
downloadpx4-nuttx-9d4bbfeffeddf0b090f1931c9508e592b2cf7d48.tar.gz
px4-nuttx-9d4bbfeffeddf0b090f1931c9508e592b2cf7d48.tar.bz2
px4-nuttx-9d4bbfeffeddf0b090f1931c9508e592b2cf7d48.zip
Move board specific files from examples/nsh to board source directories
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1861 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/olimex-strp711/nsh')
-rw-r--r--nuttx/configs/olimex-strp711/nsh/defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/configs/olimex-strp711/nsh/defconfig b/nuttx/configs/olimex-strp711/nsh/defconfig
index efc40d293..ff01dcfab 100644
--- a/nuttx/configs/olimex-strp711/nsh/defconfig
+++ b/nuttx/configs/olimex-strp711/nsh/defconfig
@@ -116,7 +116,7 @@ CONFIG_STR71X_UART3=n
CONFIG_STR71X_USB=n
CONFIG_STR71X_CAN=n
CONFIG_STR71X_BSPI0=n
-CONFIG_STR71X_BSPI1=n
+CONFIG_STR71X_BSPI1=y
CONFIG_STR71X_HDLC=n
CONFIG_STR71X_XTI=n
CONFIG_STR71X_GPIO0=y
@@ -572,6 +572,8 @@ CONFIG_EXAMPLES_OSTEST_NBARRIER_THREADS=3
# CONFIG_EXAMPLES_NSH_ROMFSETC - Use startup script in /etc
# CONFIG_EXAMPLES_NSH_CONSOLE - Use serial console front end
# CONFIG_EXAMPLES_NSH_TELNET - Use telnetd console front end
+# CONFIG_EXAMPLES_NSH_ARCHINIT - Platform provides architecture
+# specific initialization (nsh_archinitialize()).
#
# If CONFIG_EXAMPLES_NSH_TELNET is selected:
# CONFIG_EXAMPLES_NSH_IOBUFFER_SIZE -- Telnetd I/O buffer size
@@ -600,6 +602,7 @@ CONFIG_EXAMPLES_NSH_DISABLEBG=n
CONFIG_EXAMPLES_NSH_ROMFSETC=n
CONFIG_EXAMPLES_NSH_CONSOLE=y
CONFIG_EXAMPLES_NSH_TELNET=n
+CONFIG_EXAMPLES_NSH_ARCHINIT=y
CONFIG_EXAMPLES_NSH_IOBUFFER_SIZE=512
CONFIG_EXAMPLES_NSH_DHCPC=n
CONFIG_EXAMPLES_NSH_NOMAC=n