TARGET_Atmel: Set the heap size and limit

pull/9571/head
Deepika 2019-02-06 17:24:40 -06:00 committed by deepikabhavnani
parent 8b02a60b94
commit 25bcedac38
5 changed files with 5 additions and 0 deletions

View File

@ -105,6 +105,7 @@ MEMORY {
. = ALIGN(8);
__end__ = . ;
. = ORIGIN(ram) + LENGTH(ram) - STACK_SIZE;
__HeapLimit = .;
} > ram
/* stack section */

View File

@ -105,6 +105,7 @@ MEMORY {
. = ALIGN(8);
__end__ = . ;
. = ORIGIN(ram) + LENGTH(ram) - STACK_SIZE;
__HeapLimit = .;
} > ram
/* stack section */

View File

@ -105,6 +105,7 @@ MEMORY {
. = ALIGN(8);
__end__ = . ;
. = ORIGIN(ram) + LENGTH(ram) - STACK_SIZE;
__HeapLimit = .;
} > ram
/* stack section */

View File

@ -105,6 +105,7 @@ MEMORY {
. = ALIGN(8);
__end__ = . ;
. = ORIGIN(ram) + LENGTH(ram) - STACK_SIZE;
__HeapLimit = .;
} > ram
/* stack section */

View File

@ -105,6 +105,7 @@ MEMORY {
. = ALIGN(8);
__end__ = . ;
. = ORIGIN(ram) + LENGTH(ram) - STACK_SIZE;
__HeapLimit = .;
} > ram
/* stack section */