Skip to content

Commit 460c9d8

Browse files
committed
Revert "Forgot to set the IAR base heap size to minimal."
This reverts commit be5633d.
1 parent 701c209 commit 460c9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_IAR/sidk_s5js100.icf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if (!isdefinedsymbol(MBED_BOOT_STACK_SIZE)) {
3333
}
3434

3535
define symbol CSTACK_SIZE = MBED_BOOT_STACK_SIZE;
36-
define symbol __ICFEDIT_size_heap__ = 0x0C00;
36+
define symbol __ICFEDIT_size_heap__ = 0x50000;
3737

3838
/*Meory regions*/
3939
define memory mem with size = 4G;

0 commit comments

Comments
 (0)