We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 460c9d8 commit bb0abc8Copy full SHA for bb0abc8
targets/TARGET_Samsung/TARGET_SIDK_S5JS100/device/TOOLCHAIN_IAR/sidk_s5js100.icf
@@ -42,7 +42,7 @@ define region ROM_REGION = mem:[from S5JS100_CODE_BASE to S5JS100_CODE_END];
42
define region IRAM_REGION = mem:[from S5JS100_IRAM_BASE to S5JS100_IRAM_END];
43
44
define block CSTACK with alignment = 8, size = CSTACK_SIZE { };
45
-define block HEAP with expanding size, alignment = 8, minimum size = __ICFEDIT_size_heap__ { };
+define block HEAP with alignment = 8, size = __ICFEDIT_size_heap__ { };
46
define block RW { readwrite };
47
define block ZI { zi };
48
0 commit comments