summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-13 20:37:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-13 20:37:02 +0000
commiteef7fd41b4fa6afb8a2f34b57467622f0904cdb2 (patch)
tree0cbda2a97aab3abb0c68309cd073503b792b3d83 /nuttx/arch/arm
parentd756b4d6a208ba3b4974ecda054e02f25ffa946a (diff)
downloadpx4-nuttx-eef7fd41b4fa6afb8a2f34b57467622f0904cdb2.tar.gz
px4-nuttx-eef7fd41b4fa6afb8a2f34b57467622f0904cdb2.tar.bz2
px4-nuttx-eef7fd41b4fa6afb8a2f34b57467622f0904cdb2.zip
Change configuration name
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1226 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm')
-rw-r--r--nuttx/arch/arm/src/common/up_assert.c2
-rw-r--r--nuttx/arch/arm/src/common/up_head.S6
-rw-r--r--nuttx/arch/arm/src/common/up_nommuhead.S6
-rw-r--r--nuttx/arch/arm/src/lpc214x/lpc214x_head.S6
-rw-r--r--nuttx/arch/arm/src/str71x/str71x_head.S6
5 files changed, 13 insertions, 13 deletions
diff --git a/nuttx/arch/arm/src/common/up_assert.c b/nuttx/arch/arm/src/common/up_assert.c
index ac6906c70..294fce44c 100644
--- a/nuttx/arch/arm/src/common/up_assert.c
+++ b/nuttx/arch/arm/src/common/up_assert.c
@@ -160,7 +160,7 @@ static void up_dumpstate(void)
if (rtcb->pid == 0)
{
ustackbase = g_heapbase - 4;
- ustacksize = CONFIG_PROC_STACK_SIZE;
+ ustacksize = CONFIG_IDLETHREAD_STACKSIZE;
}
else
{
diff --git a/nuttx/arch/arm/src/common/up_head.S b/nuttx/arch/arm/src/common/up_head.S
index 019872f4d..f2a6ca1db 100644
--- a/nuttx/arch/arm/src/common/up_head.S
+++ b/nuttx/arch/arm/src/common/up_head.S
@@ -297,7 +297,7 @@ __start:
* _sbss is the start of the BSS region (see ld.script)
* _ebss is the end of the BSS regsion (see ld.script)
* The idle task stack starts at the end of BSS and is
- * of size CONFIG_PROC_STACK_SIZE. The heap continues
+ * of size CONFIG_IDLETHREAD_STACKSIZE. The heap continues
* from there until the end of memory. See g_heapbase
* below.
*/
@@ -305,7 +305,7 @@ __start:
.Linitparms:
.long _sbss
.long _ebss
- .long _ebss+CONFIG_PROC_STACK_SIZE-4
+ .long _ebss+CONFIG_IDLETHREAD_STACKSIZE-4
.size .Lvstart, .-.Lvstart
/* This global variable is unsigned long g_heapbase and is
@@ -318,7 +318,7 @@ __start:
.globl g_heapbase
.type g_heapbase, object
g_heapbase:
- .long _ebss+CONFIG_PROC_STACK_SIZE
+ .long _ebss+CONFIG_IDLETHREAD_STACKSIZE
.size g_heapbase, .-g_heapbase
.end
diff --git a/nuttx/arch/arm/src/common/up_nommuhead.S b/nuttx/arch/arm/src/common/up_nommuhead.S
index 318afb186..953a8ffc2 100644
--- a/nuttx/arch/arm/src/common/up_nommuhead.S
+++ b/nuttx/arch/arm/src/common/up_nommuhead.S
@@ -132,14 +132,14 @@ __start:
* _sbss is the start of the BSS region (see ld.script)
* _ebss is the end of the BSS regsion (see ld.script)
* The idle task stack starts at the end of BSS and is
- * of size CONFIG_PROC_STACK_SIZE. The heap continues
+ * of size CONFIG_IDLETHREAD_STACKSIZE. The heap continues
* from there until the end of memory. See g_heapbase
* below.
*/
LC0: .long _sbss
.long _ebss
- .long _ebss+CONFIG_PROC_STACK_SIZE-4
+ .long _ebss+CONFIG_IDLETHREAD_STACKSIZE-4
#ifdef CONFIG_BOOT_FROM_FLASH
LC2: .long _eronly /* Where .data defaults are stored in FLASH */
@@ -158,7 +158,7 @@ LC2: .long _eronly /* Where .data defaults are stored in FLASH */
.globl g_heapbase
.type g_heapbase, object
g_heapbase:
- .long _ebss+CONFIG_PROC_STACK_SIZE
+ .long _ebss+CONFIG_IDLETHREAD_STACKSIZE
.size g_heapbase, .-g_heapbase
.end
diff --git a/nuttx/arch/arm/src/lpc214x/lpc214x_head.S b/nuttx/arch/arm/src/lpc214x/lpc214x_head.S
index 9f90113fc..140f33e74 100644
--- a/nuttx/arch/arm/src/lpc214x/lpc214x_head.S
+++ b/nuttx/arch/arm/src/lpc214x/lpc214x_head.S
@@ -592,14 +592,14 @@ __start:
* _sbss is the start of the BSS region (see ld.script)
* _ebss is the end of the BSS regsion (see ld.script)
* The idle task stack starts at the end of BSS and is
- * of size CONFIG_PROC_STACK_SIZE. The heap continues
+ * of size CONFIG_IDLETHREAD_STACKSIZE. The heap continues
* from there until the end of memory. See g_heapbase
* below.
*/
LC0: .long _sbss
.long _ebss
- .long _ebss+CONFIG_PROC_STACK_SIZE-4
+ .long _ebss+CONFIG_IDLETHREAD_STACKSIZE-4
#ifdef CONFIG_BOOT_FROM_FLASH
LC2: .long _eronly /* Where .data defaults are stored in FLASH */
@@ -618,7 +618,7 @@ LC2: .long _eronly /* Where .data defaults are stored in FLASH */
.globl g_heapbase
.type g_heapbase, object
g_heapbase:
- .long _ebss+CONFIG_PROC_STACK_SIZE
+ .long _ebss+CONFIG_IDLETHREAD_STACKSIZE
.size g_heapbase, .-g_heapbase
.end
diff --git a/nuttx/arch/arm/src/str71x/str71x_head.S b/nuttx/arch/arm/src/str71x/str71x_head.S
index 9965f8c69..72c08abcf 100644
--- a/nuttx/arch/arm/src/str71x/str71x_head.S
+++ b/nuttx/arch/arm/src/str71x/str71x_head.S
@@ -592,14 +592,14 @@ dtor_end:
* _sbss is the start of the BSS region (see ld.script)
* _ebss is the end of the BSS regsion (see ld.script)
* The idle task stack starts at the end of BSS and is
- * of size CONFIG_PROC_STACK_SIZE. The heap continues
+ * of size CONFIG_IDLETHREAD_STACKSIZE. The heap continues
* from there until the end of memory. See g_heapbase
* below.
*/
LC0: .long _sbss
.long _ebss
- .long _ebss+CONFIG_PROC_STACK_SIZE-4
+ .long _ebss+CONFIG_IDLETHREAD_STACKSIZE-4
#ifdef CONFIG_BOOT_FROM_FLASH
LC2: .long _eronly /* Where .data defaults are stored in FLASH */
@@ -618,7 +618,7 @@ LC2: .long _eronly /* Where .data defaults are stored in FLASH */
.globl g_heapbase
.type g_heapbase, object
g_heapbase:
- .long _ebss+CONFIG_PROC_STACK_SIZE
+ .long _ebss+CONFIG_IDLETHREAD_STACKSIZE
.size g_heapbase, .-g_heapbase
.end