summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-12 19:42:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-12 19:42:39 -0600
commit4691fbd207362f6ff7df11dc0b4b5c1df5f3242e (patch)
tree329d30c7fbb23fb2e9312828cb90d58e900a1275 /nuttx/configs
parent3980a00ab75c580d1f4246a9be226631832c9e6e (diff)
downloadpx4-nuttx-4691fbd207362f6ff7df11dc0b4b5c1df5f3242e.tar.gz
px4-nuttx-4691fbd207362f6ff7df11dc0b4b5c1df5f3242e.tar.bz2
px4-nuttx-4691fbd207362f6ff7df11dc0b4b5c1df5f3242e.zip
Correct border colors for SAM3U-EK border; clean up some comments; make sure that sam_vectors.S is identical to stam32_vectors.S
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/sam3u-ek/nx/defconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/configs/sam3u-ek/nx/defconfig b/nuttx/configs/sam3u-ek/nx/defconfig
index bce6f444a..feb302b27 100644
--- a/nuttx/configs/sam3u-ek/nx/defconfig
+++ b/nuttx/configs/sam3u-ek/nx/defconfig
@@ -190,7 +190,7 @@ CONFIG_BOARD_LOOPSPERMSEC=4768
CONFIG_DRAM_START=0x20000000
CONFIG_DRAM_SIZE=32768
CONFIG_ARCH_HAVE_INTERRUPTSTACK=y
-CONFIG_ARCH_INTERRUPTSTACK=0
+CONFIG_ARCH_INTERRUPTSTACK=1024
#
# Boot options
@@ -423,9 +423,9 @@ CONFIG_NX_KBD=y
# Framed Window Borders
#
CONFIG_NXTK_BORDERWIDTH=4
-CONFIG_NXTK_BORDERCOLOR1=0
-CONFIG_NXTK_BORDERCOLOR2=0
-CONFIG_NXTK_BORDERCOLOR3=0
+CONFIG_NXTK_BORDERCOLOR1=0x5cb7
+CONFIG_NXTK_BORDERCOLOR2=0x21c9
+CONFIG_NXTK_BORDERCOLOR3=0xffdf
# CONFIG_NXTK_AUTORAISE is not set
#