TARGET_TT: Setup heap limit and size

pull/9571/head
Deepika 2019-02-07 11:51:42 -06:00 committed by deepikabhavnani
parent 72ae546228
commit c6a72f2cd7
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ SECTIONS
__end__ = .;
end = __end__;
KEEP(*(.heap*))
. = ORIGIN(RAM) + LENGTH(RAM) - MBED_BOOT_STACK_SIZE;
__HeapLimit = .;
} > RAM