From: asterix Date: Tue, 15 Sep 2009 08:43:34 +0000 (+0000) Subject: Increase only main stack and irq stack. X-Git-Tag: 2.2.0~30 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=ef59482dd1c7167b3cb5718572c42019cf16594b;hp=a826f128ef56409cf87f60a0748bae388ccf42de;p=bertos.git Increase only main stack and irq stack. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2938 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/arm/scripts/at91sam7_128_ram.ld b/bertos/cpu/arm/scripts/at91sam7_128_ram.ld index 26b662f6..971d901e 100644 --- a/bertos/cpu/arm/scripts/at91sam7_128_ram.ld +++ b/bertos/cpu/arm/scripts/at91sam7_128_ram.ld @@ -57,10 +57,10 @@ MEMORY /* * Define stack size here */ -FIQ_STACK_SIZE = 0x0400; +FIQ_STACK_SIZE = 0x0100; IRQ_STACK_SIZE = 0x0400; -ABT_STACK_SIZE = 0x0400; -UND_STACK_SIZE = 0x0400; +ABT_STACK_SIZE = 0x0100; +UND_STACK_SIZE = 0x0100; SVC_STACK_SIZE = 0x1000; /* diff --git a/bertos/cpu/arm/scripts/at91sam7_128_rom.ld b/bertos/cpu/arm/scripts/at91sam7_128_rom.ld index 452bae94..65ee524a 100644 --- a/bertos/cpu/arm/scripts/at91sam7_128_rom.ld +++ b/bertos/cpu/arm/scripts/at91sam7_128_rom.ld @@ -57,10 +57,10 @@ MEMORY /* * Define stack size here */ -FIQ_STACK_SIZE = 0x0400; +FIQ_STACK_SIZE = 0x0100; IRQ_STACK_SIZE = 0x0400; -ABT_STACK_SIZE = 0x0400; -UND_STACK_SIZE = 0x0400; +ABT_STACK_SIZE = 0x0100; +UND_STACK_SIZE = 0x0100; SVC_STACK_SIZE = 0x1000; /* diff --git a/bertos/cpu/arm/scripts/at91sam7_256_ram.ld b/bertos/cpu/arm/scripts/at91sam7_256_ram.ld index e7ac963d..c570b971 100644 --- a/bertos/cpu/arm/scripts/at91sam7_256_ram.ld +++ b/bertos/cpu/arm/scripts/at91sam7_256_ram.ld @@ -57,10 +57,10 @@ MEMORY /* * Define stack size here */ -FIQ_STACK_SIZE = 0x0400; +FIQ_STACK_SIZE = 0x0100; IRQ_STACK_SIZE = 0x0400; -ABT_STACK_SIZE = 0x0400; -UND_STACK_SIZE = 0x0400; +ABT_STACK_SIZE = 0x0100; +UND_STACK_SIZE = 0x0100; SVC_STACK_SIZE = 0x1000; /* diff --git a/bertos/cpu/arm/scripts/at91sam7_256_rom.ld b/bertos/cpu/arm/scripts/at91sam7_256_rom.ld index 35048e13..14a45435 100644 --- a/bertos/cpu/arm/scripts/at91sam7_256_rom.ld +++ b/bertos/cpu/arm/scripts/at91sam7_256_rom.ld @@ -57,10 +57,10 @@ MEMORY /* * Define stack size here */ -FIQ_STACK_SIZE = 0x0400; +FIQ_STACK_SIZE = 0x0100; IRQ_STACK_SIZE = 0x0400; -ABT_STACK_SIZE = 0x0400; -UND_STACK_SIZE = 0x0400; +ABT_STACK_SIZE = 0x0100; +UND_STACK_SIZE = 0x0100; SVC_STACK_SIZE = 0x1000; /* diff --git a/bertos/cpu/arm/scripts/at91sam7_512_ram.ld b/bertos/cpu/arm/scripts/at91sam7_512_ram.ld index 76220b2e..4c6d2cfd 100644 --- a/bertos/cpu/arm/scripts/at91sam7_512_ram.ld +++ b/bertos/cpu/arm/scripts/at91sam7_512_ram.ld @@ -57,10 +57,10 @@ MEMORY /* * Define stack size here */ -FIQ_STACK_SIZE = 0x0400; +FIQ_STACK_SIZE = 0x0100; IRQ_STACK_SIZE = 0x0400; -ABT_STACK_SIZE = 0x0400; -UND_STACK_SIZE = 0x0400; +ABT_STACK_SIZE = 0x0100; +UND_STACK_SIZE = 0x0100; SVC_STACK_SIZE = 0x1000; /* diff --git a/bertos/cpu/arm/scripts/at91sam7_512_rom.ld b/bertos/cpu/arm/scripts/at91sam7_512_rom.ld index 6e9b7e79..70bab584 100644 --- a/bertos/cpu/arm/scripts/at91sam7_512_rom.ld +++ b/bertos/cpu/arm/scripts/at91sam7_512_rom.ld @@ -57,10 +57,10 @@ MEMORY /* * Define stack size here */ -FIQ_STACK_SIZE = 0x0400; +FIQ_STACK_SIZE = 0x0100; IRQ_STACK_SIZE = 0x0400; -ABT_STACK_SIZE = 0x0400; -UND_STACK_SIZE = 0x0400; +ABT_STACK_SIZE = 0x0100; +UND_STACK_SIZE = 0x0100; SVC_STACK_SIZE = 0x1000; /* diff --git a/bertos/cpu/arm/scripts/at91sam7_64_ram.ld b/bertos/cpu/arm/scripts/at91sam7_64_ram.ld index a153b4a6..1d16f9fb 100644 --- a/bertos/cpu/arm/scripts/at91sam7_64_ram.ld +++ b/bertos/cpu/arm/scripts/at91sam7_64_ram.ld @@ -57,10 +57,10 @@ MEMORY /* * Define stack size here */ -FIQ_STACK_SIZE = 0x0400; +FIQ_STACK_SIZE = 0x0100; IRQ_STACK_SIZE = 0x0400; -ABT_STACK_SIZE = 0x0400; -UND_STACK_SIZE = 0x0400; +ABT_STACK_SIZE = 0x0100; +UND_STACK_SIZE = 0x0100; SVC_STACK_SIZE = 0x1000; /* diff --git a/bertos/cpu/arm/scripts/at91sam7_64_rom.ld b/bertos/cpu/arm/scripts/at91sam7_64_rom.ld index f618d1bd..d0e1584d 100644 --- a/bertos/cpu/arm/scripts/at91sam7_64_rom.ld +++ b/bertos/cpu/arm/scripts/at91sam7_64_rom.ld @@ -57,10 +57,10 @@ MEMORY /* * Define stack size here */ -FIQ_STACK_SIZE = 0x0400; +FIQ_STACK_SIZE = 0x0100; IRQ_STACK_SIZE = 0x0400; -ABT_STACK_SIZE = 0x0400; -UND_STACK_SIZE = 0x0400; +ABT_STACK_SIZE = 0x0100; +UND_STACK_SIZE = 0x0100; SVC_STACK_SIZE = 0x1000; /*