From eef7fd41b4fa6afb8a2f34b57467622f0904cdb2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 13 Nov 2008 20:37:02 +0000 Subject: Change configuration name git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1226 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/mcu123-lpc214x/nsh/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/configs/mcu123-lpc214x/nsh/defconfig') diff --git a/nuttx/configs/mcu123-lpc214x/nsh/defconfig b/nuttx/configs/mcu123-lpc214x/nsh/defconfig index 12d3f8fc7..4ff5bb089 100644 --- a/nuttx/configs/mcu123-lpc214x/nsh/defconfig +++ b/nuttx/configs/mcu123-lpc214x/nsh/defconfig @@ -554,7 +554,7 @@ CONFIG_EXAMPLES_NSH_MMCSDMINOR=0 # CONFIG_CUSTOM_STACK - The up_ implementation will handle # all stack operations outside of the nuttx model. # CONFIG_STACK_POINTER - The initial stack pointer (arm7tdmi only) -# CONFIG_PROC_STACK_SIZE - The size of the initial stack +# CONFIG_IDLETHREAD_STACKSIZE - The size of the initial stack # CONFIG_PTHREAD_STACK_MIN - Minimum pthread stack size # CONFIG_PTHREAD_STACK_DEFAULT - Default pthread stack size # CONFIG_HEAP_BASE - The beginning of the heap @@ -563,7 +563,7 @@ CONFIG_EXAMPLES_NSH_MMCSDMINOR=0 CONFIG_BOOT_FROM_FLASH=y CONFIG_CUSTOM_STACK=n CONFIG_STACK_POINTER= -CONFIG_PROC_STACK_SIZE=2048 +CONFIG_IDLETHREAD_STACKSIZE=2048 CONFIG_PTHREAD_STACK_MIN=256 CONFIG_PTHREAD_STACK_DEFAULT=2048 CONFIG_HEAP_BASE= -- cgit v1.2.3