mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 14:07:17 +00:00
Correct border colors for SAM3U-EK border; clean up some comments; make sure that sam_vectors.S is identical to stam32_vectors.S
This commit is contained in:
parent
9ab85d01ef
commit
b5f30c472a
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue