From 97a479b2f239f6719dc87e5e2b6a978a1f8f61b1 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 19 May 2009 16:49:50 +0000 Subject: Add ARM architecture type to configuration git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1794 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/eagle100/README.txt | 6 +++++- nuttx/configs/eagle100/ostest/defconfig | 11 +++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) (limited to 'nuttx/configs/eagle100') diff --git a/nuttx/configs/eagle100/README.txt b/nuttx/configs/eagle100/README.txt index 8f93fd82d..fe72213c7 100644 --- a/nuttx/configs/eagle100/README.txt +++ b/nuttx/configs/eagle100/README.txt @@ -83,10 +83,14 @@ Eagle100-specific Configuration Options CONFIG_ARCH=arm - CONFIG_ARCH_name - For use in C code: + CONFIG_ARCH_family - For use in C code: CONFIG_ARCH_ARM=y + CONFIG_ARCH_architecture - For use in C code: + + CONFIG_ARCH_CORTEXM3=y + CONFIG_ARCH_CHIP - Identifies the arch/*/chip subdirectory CONFIG_ARCH_CHIP=lm3s diff --git a/nuttx/configs/eagle100/ostest/defconfig b/nuttx/configs/eagle100/ostest/defconfig index 238ffe240..8f651378b 100644 --- a/nuttx/configs/eagle100/ostest/defconfig +++ b/nuttx/configs/eagle100/ostest/defconfig @@ -37,9 +37,11 @@ # # CONFIG_ARCH - identifies the arch subdirectory and, hence, the # processor architecture. -# CONFIG_ARCH_name - for use in C code. This identifies the -# particular chip or SoC that the architecture is implemented +# CONFIG_ARCH_family - for use in C code. This identifies the +# particular chip family that the architecture is implemented # in. +# CONFIG_ARCH_architecture - for use in C code. This identifies the +# specific architecture within the chip familyl. # CONFIG_ARCH_CHIP - Identifies the arch/*/chip subdirectory # CONFIG_ARCH_CHIP_name - For use in C code # CONFIG_ARCH_BOARD - identifies the configs subdirectory and, hence, @@ -67,6 +69,7 @@ # the delay actually is 100 seconds. CONFIG_ARCH=arm CONFIG_ARCH_ARM=y +CONFIG_ARCH_CORTEXM3=y CONFIG_ARCH_CHIP=lm3s CONFIG_ARCH_CHIP_LM3S6918=y CONFIG_ARCH_BOARD=eagle100 @@ -430,9 +433,9 @@ CONFIG_BOOT_RUNFROMFLASH=n CONFIG_BOOT_COPYTORAM=n CONFIG_CUSTOM_STACK=n CONFIG_STACK_POINTER= -CONFIG_IDLETHREAD_STACKSIZE=4096 +CONFIG_IDLETHREAD_STACKSIZE=1024 CONFIG_USERMAIN_STACKSIZE=4096 CONFIG_PTHREAD_STACK_MIN=256 -CONFIG_PTHREAD_STACK_DEFAULT=4096 +CONFIG_PTHREAD_STACK_DEFAULT=2048 CONFIG_HEAP_BASE= CONFIG_HEAP_SIZE= -- cgit v1.2.3