Skip to content

Commit c6a72f2

Browse files
author
Deepika
committed
TARGET_TT: Setup heap limit and size
1 parent 72ae546 commit c6a72f2

File tree

1 file changed

+1
-0
lines changed
  • targets/TARGET_TT/TARGET_TT_M3HQ/device/TOOLCHAIN_GCC_ARM

1 file changed

+1
-0
lines changed

targets/TARGET_TT/TARGET_TT_M3HQ/device/TOOLCHAIN_GCC_ARM/tmpm3hqfdfg.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ SECTIONS
143143
__end__ = .;
144144
end = __end__;
145145
KEEP(*(.heap*))
146+
. = ORIGIN(RAM) + LENGTH(RAM) - MBED_BOOT_STACK_SIZE;
146147
__HeapLimit = .;
147148
} > RAM
148149

0 commit comments

Comments
 (0)