summaryrefslogtreecommitdiff
path: root/nuttx/configs/us7032evb1/ostest/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-06 17:37:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-06 17:37:16 +0000
commitc529ffb045503399c8ad7389af524c8a6b055302 (patch)
tree7f11178e8fee3000166dee7647402504bb73fc15 /nuttx/configs/us7032evb1/ostest/defconfig
parent87bb4617236bd6e8b75a28d5598036a8cbe1cd2e (diff)
downloadpx4-nuttx-c529ffb045503399c8ad7389af524c8a6b055302.tar.gz
px4-nuttx-c529ffb045503399c8ad7389af524c8a6b055302.tar.bz2
px4-nuttx-c529ffb045503399c8ad7389af524c8a6b055302.zip
Basic SH-1 build environment
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1139 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/us7032evb1/ostest/defconfig')
-rw-r--r--nuttx/configs/us7032evb1/ostest/defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/configs/us7032evb1/ostest/defconfig b/nuttx/configs/us7032evb1/ostest/defconfig
index e80f02ccf..afec58e44 100644
--- a/nuttx/configs/us7032evb1/ostest/defconfig
+++ b/nuttx/configs/us7032evb1/ostest/defconfig
@@ -46,6 +46,7 @@
# the board that supports the particular chip or SoC.
# CONFIG_ENDIAN_BIG - define if big endian (default is little endian)
# CONFIG_ARCH_BOARD_name - for use in C code
+# CONFIG_ENDIAN_BIG - Define for big-endian operation
# CONFIG_BOARD_LOOPSPERMSEC - for delay loops
# CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to Olimex STR-P711
# CONFIG_ARCH_BUTTONS - Support reading buttons. Unique to Olimex STR-P711
@@ -60,8 +61,10 @@
CONFIG_ARCH=sh
CONFIG_ARCH_CHIP=sh1
CONFIG_ARCH_SH1=y
+CONFIG_ARCH_SH7032=y
CONFIG_ARCH_BOARD=us7032evb1
CONFIG_ARCH_BOARD_US7032EVB1=y
+CONFIG_ENDIAN_BIG=y
CONFIG_BOARD_LOOPSPERMSEC=3270
CONFIG_ARCH_LEDS=y
CONFIG_ARCH_BUTTONS=y
@@ -549,7 +552,7 @@ CONFIG_EXAMPLES_NSH_MMCSDMINOR=0
# CONFIG_HEAP_BASE - The beginning of the heap
# CONFIG_HEAP_SIZE - The size of the heap
#
-CONFIG_BOOT_FROM_FLASH=y
+CONFIG_BOOT_FROM_FLASH=n
CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER=
CONFIG_PROC_STACK_SIZE=2048