From 645ac2f0284bcb79f37a46a0483b25058ef7f1a2 Mon Sep 17 00:00:00 2001 From: asterix Date: Mon, 14 Sep 2009 12:25:38 +0000 Subject: [PATCH] Increase main and irq stack size. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2934 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/arm/scripts/at91sam7_128_ram.ld | 10 +++++----- bertos/cpu/arm/scripts/at91sam7_128_rom.ld | 10 +++++----- bertos/cpu/arm/scripts/at91sam7_256_ram.ld | 10 +++++----- bertos/cpu/arm/scripts/at91sam7_256_rom.ld | 10 +++++----- bertos/cpu/arm/scripts/at91sam7_512_ram.ld | 10 +++++----- bertos/cpu/arm/scripts/at91sam7_512_rom.ld | 10 +++++----- bertos/cpu/arm/scripts/at91sam7_64_ram.ld | 10 +++++----- bertos/cpu/arm/scripts/at91sam7_64_rom.ld | 10 +++++----- 8 files changed, 40 insertions(+), 40 deletions(-) diff --git a/bertos/cpu/arm/scripts/at91sam7_128_ram.ld b/bertos/cpu/arm/scripts/at91sam7_128_ram.ld index 815ead6e..26b662f6 100644 --- a/bertos/cpu/arm/scripts/at91sam7_128_ram.ld +++ b/bertos/cpu/arm/scripts/at91sam7_128_ram.ld @@ -57,11 +57,11 @@ MEMORY /* * Define stack size here */ -FIQ_STACK_SIZE = 0x0100; -IRQ_STACK_SIZE = 0x0100; -ABT_STACK_SIZE = 0x0100; -UND_STACK_SIZE = 0x0100; -SVC_STACK_SIZE = 0x0400; +FIQ_STACK_SIZE = 0x0400; +IRQ_STACK_SIZE = 0x0400; +ABT_STACK_SIZE = 0x0400; +UND_STACK_SIZE = 0x0400; +SVC_STACK_SIZE = 0x1000; /* * Allocate section memory diff --git a/bertos/cpu/arm/scripts/at91sam7_128_rom.ld b/bertos/cpu/arm/scripts/at91sam7_128_rom.ld index 6394669c..452bae94 100644 --- a/bertos/cpu/arm/scripts/at91sam7_128_rom.ld +++ b/bertos/cpu/arm/scripts/at91sam7_128_rom.ld @@ -57,11 +57,11 @@ MEMORY /* * Define stack size here */ -FIQ_STACK_SIZE = 0x0100; -IRQ_STACK_SIZE = 0x0100; -ABT_STACK_SIZE = 0x0100; -UND_STACK_SIZE = 0x0100; -SVC_STACK_SIZE = 0x0400; +FIQ_STACK_SIZE = 0x0400; +IRQ_STACK_SIZE = 0x0400; +ABT_STACK_SIZE = 0x0400; +UND_STACK_SIZE = 0x0400; +SVC_STACK_SIZE = 0x1000; /* * Allocate section memory diff --git a/bertos/cpu/arm/scripts/at91sam7_256_ram.ld b/bertos/cpu/arm/scripts/at91sam7_256_ram.ld index f1b54a93..e7ac963d 100644 --- a/bertos/cpu/arm/scripts/at91sam7_256_ram.ld +++ b/bertos/cpu/arm/scripts/at91sam7_256_ram.ld @@ -57,11 +57,11 @@ MEMORY /* * Define stack size here */ -FIQ_STACK_SIZE = 0x0100; -IRQ_STACK_SIZE = 0x0100; -ABT_STACK_SIZE = 0x0100; -UND_STACK_SIZE = 0x0100; -SVC_STACK_SIZE = 0x0400; +FIQ_STACK_SIZE = 0x0400; +IRQ_STACK_SIZE = 0x0400; +ABT_STACK_SIZE = 0x0400; +UND_STACK_SIZE = 0x0400; +SVC_STACK_SIZE = 0x1000; /* * Allocate section memory diff --git a/bertos/cpu/arm/scripts/at91sam7_256_rom.ld b/bertos/cpu/arm/scripts/at91sam7_256_rom.ld index 5efb78b9..35048e13 100644 --- a/bertos/cpu/arm/scripts/at91sam7_256_rom.ld +++ b/bertos/cpu/arm/scripts/at91sam7_256_rom.ld @@ -57,11 +57,11 @@ MEMORY /* * Define stack size here */ -FIQ_STACK_SIZE = 0x0100; -IRQ_STACK_SIZE = 0x0100; -ABT_STACK_SIZE = 0x0100; -UND_STACK_SIZE = 0x0100; -SVC_STACK_SIZE = 0x0400; +FIQ_STACK_SIZE = 0x0400; +IRQ_STACK_SIZE = 0x0400; +ABT_STACK_SIZE = 0x0400; +UND_STACK_SIZE = 0x0400; +SVC_STACK_SIZE = 0x1000; /* * Allocate section memory diff --git a/bertos/cpu/arm/scripts/at91sam7_512_ram.ld b/bertos/cpu/arm/scripts/at91sam7_512_ram.ld index 64d2ad56..76220b2e 100644 --- a/bertos/cpu/arm/scripts/at91sam7_512_ram.ld +++ b/bertos/cpu/arm/scripts/at91sam7_512_ram.ld @@ -57,11 +57,11 @@ MEMORY /* * Define stack size here */ -FIQ_STACK_SIZE = 0x0100; -IRQ_STACK_SIZE = 0x0100; -ABT_STACK_SIZE = 0x0100; -UND_STACK_SIZE = 0x0100; -SVC_STACK_SIZE = 0x0400; +FIQ_STACK_SIZE = 0x0400; +IRQ_STACK_SIZE = 0x0400; +ABT_STACK_SIZE = 0x0400; +UND_STACK_SIZE = 0x0400; +SVC_STACK_SIZE = 0x1000; /* * Allocate section memory diff --git a/bertos/cpu/arm/scripts/at91sam7_512_rom.ld b/bertos/cpu/arm/scripts/at91sam7_512_rom.ld index bb7453ab..6e9b7e79 100644 --- a/bertos/cpu/arm/scripts/at91sam7_512_rom.ld +++ b/bertos/cpu/arm/scripts/at91sam7_512_rom.ld @@ -57,11 +57,11 @@ MEMORY /* * Define stack size here */ -FIQ_STACK_SIZE = 0x0100; -IRQ_STACK_SIZE = 0x0100; -ABT_STACK_SIZE = 0x0100; -UND_STACK_SIZE = 0x0100; -SVC_STACK_SIZE = 0x0400; +FIQ_STACK_SIZE = 0x0400; +IRQ_STACK_SIZE = 0x0400; +ABT_STACK_SIZE = 0x0400; +UND_STACK_SIZE = 0x0400; +SVC_STACK_SIZE = 0x1000; /* * Allocate section memory diff --git a/bertos/cpu/arm/scripts/at91sam7_64_ram.ld b/bertos/cpu/arm/scripts/at91sam7_64_ram.ld index 7f69be16..a153b4a6 100644 --- a/bertos/cpu/arm/scripts/at91sam7_64_ram.ld +++ b/bertos/cpu/arm/scripts/at91sam7_64_ram.ld @@ -57,11 +57,11 @@ MEMORY /* * Define stack size here */ -FIQ_STACK_SIZE = 0x0100; -IRQ_STACK_SIZE = 0x0100; -ABT_STACK_SIZE = 0x0100; -UND_STACK_SIZE = 0x0100; -SVC_STACK_SIZE = 0x0400; +FIQ_STACK_SIZE = 0x0400; +IRQ_STACK_SIZE = 0x0400; +ABT_STACK_SIZE = 0x0400; +UND_STACK_SIZE = 0x0400; +SVC_STACK_SIZE = 0x1000; /* * Allocate section memory diff --git a/bertos/cpu/arm/scripts/at91sam7_64_rom.ld b/bertos/cpu/arm/scripts/at91sam7_64_rom.ld index 2fe0c506..f618d1bd 100644 --- a/bertos/cpu/arm/scripts/at91sam7_64_rom.ld +++ b/bertos/cpu/arm/scripts/at91sam7_64_rom.ld @@ -57,11 +57,11 @@ MEMORY /* * Define stack size here */ -FIQ_STACK_SIZE = 0x0100; -IRQ_STACK_SIZE = 0x0100; -ABT_STACK_SIZE = 0x0100; -UND_STACK_SIZE = 0x0100; -SVC_STACK_SIZE = 0x0400; +FIQ_STACK_SIZE = 0x0400; +IRQ_STACK_SIZE = 0x0400; +ABT_STACK_SIZE = 0x0400; +UND_STACK_SIZE = 0x0400; +SVC_STACK_SIZE = 0x1000; /* * Allocate section memory -- 2.25.1