mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Create a place to hold board specific header files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@146 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -37,12 +37,16 @@
|
||||
#
|
||||
# CONFIG_ARCH - identifies the arch subdirectory
|
||||
# CONFIG_ARCH_name - for use in C code
|
||||
# CONFIG_BOARD - identifies the configs subdirectory
|
||||
# CONFIG_BARD_name - for use in C code
|
||||
# CONFIG_DRAM_SIZE - Describes the installed DRAM.
|
||||
# CONFIG_ARCH_STACKDUMP - Do stack dumps after assertions
|
||||
#
|
||||
CONFIG_ARCH=m68332evb
|
||||
CONFIG_ARCH_M68332=y
|
||||
CONFIG_ARCH_M68332EVB=y
|
||||
CONFIG_BOARD=m68332evb
|
||||
CONFIG_BOARD_M68332EVB=y
|
||||
CONFIG_DRAM_SIZE=0x003000
|
||||
CONFIG_DRAM_NUTTXENTRY=0x003000
|
||||
CONFIG_ARCH_STACKDUMP=y
|
||||
|
||||
Reference in New Issue
Block a user