X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fscripts%2Fat91sam7_256_ram.ld;h=c570b9719c169c1bba43a20023a50e97cba6b4a9;hb=32d1445272120a254d77ce8d1af1f527da7a2c17;hp=e7ac963db906e724ad0be999e125ef5f573f34bb;hpb=645ac2f0284bcb79f37a46a0483b25058ef7f1a2;p=bertos.git 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; /*