mirror of https://github.com/ARMmbed/mbed-os.git
TARGET_TT: Setup heap limit and size
parent
72ae546228
commit
c6a72f2cd7
|
@ -143,6 +143,7 @@ SECTIONS
|
|||
__end__ = .;
|
||||
end = __end__;
|
||||
KEEP(*(.heap*))
|
||||
. = ORIGIN(RAM) + LENGTH(RAM) - MBED_BOOT_STACK_SIZE;
|
||||
__HeapLimit = .;
|
||||
} > RAM
|
||||
|
||||
|
|
Loading…
Reference in New Issue