summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-strp711/ostest
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-23 22:46:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-23 22:46:36 +0000
commite55c8494b069f59b0c1380c50cf0993310085dae (patch)
treec7fc027584eedf600050df6a30ca2479d5808b6c /nuttx/configs/olimex-strp711/ostest
parent426094c83cccb43f0d676ed72cc90090e1a406c8 (diff)
downloadpx4-nuttx-e55c8494b069f59b0c1380c50cf0993310085dae.tar.gz
px4-nuttx-e55c8494b069f59b0c1380c50cf0993310085dae.tar.bz2
px4-nuttx-e55c8494b069f59b0c1380c50cf0993310085dae.zip
Lots of defconfig changes for compatibility with the configuration tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5050 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/olimex-strp711/ostest')
-rw-r--r--nuttx/configs/olimex-strp711/ostest/defconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/configs/olimex-strp711/ostest/defconfig b/nuttx/configs/olimex-strp711/ostest/defconfig
index 250a68ad2..ce86bccea 100644
--- a/nuttx/configs/olimex-strp711/ostest/defconfig
+++ b/nuttx/configs/olimex-strp711/ostest/defconfig
@@ -65,12 +65,12 @@
# used during interrupt handling.
# CONFIG_ARCH_STACKDUMP - Do stack dumps after assertions
#
-CONFIG_ARCH=arm
+CONFIG_ARCH="arm"
CONFIG_ARCH_ARM=y
CONFIG_ARCH_ARM7TDMI=y
-CONFIG_ARCH_CHIP=str71x
+CONFIG_ARCH_CHIP="str71x"
CONFIG_ARCH_CHIP_STR71X=y
-CONFIG_ARCH_BOARD=olimex-strp711
+CONFIG_ARCH_BOARD="olimex-strp711"
CONFIG_ARCH_BOARD_OLIMEX_STRP711=y
CONFIG_ARCH_NOINTC=n
CONFIG_ARCH_IRQPRIO=y
@@ -638,9 +638,9 @@ CONFIG_NSH_ARCHINIT=n
CONFIG_NSH_IOBUFFER_SIZE=512
CONFIG_NSH_DHCPC=n
CONFIG_NSH_NOMAC=n
-CONFIG_NSH_IPADDR=(10<<24|0<<16|0<<8|2)
-CONFIG_NSH_DRIPADDR=(10<<24|0<<16|0<<8|1)
-CONFIG_NSH_NETMASK=(255<<24|255<<16|255<<8|0)
+CONFIG_NSH_IPADDR=0x0a000002
+CONFIG_NSH_DRIPADDR=0x0a000001
+CONFIG_NSH_NETMASK=0xffffff00
CONFIG_NSH_ROMFSMOUNTPT="/etc"
CONFIG_NSH_INITSCRIPT="init.d/rcS"
CONFIG_NSH_ROMFSDEVNO=0