File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
targets/TARGET_WIZNET/TARGET_W7500x
TARGET_WIZwiki_W7500ECO/device/TOOLCHAIN_GCC_ARM
TARGET_WIZwiki_W7500P/device/TOOLCHAIN_GCC_ARM
TARGET_WIZwiki_W7500/device/TOOLCHAIN_GCC_ARM Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ SECTIONS
135
135
__end__ = .;
136
136
end = __end__;
137
137
*(.heap*)
138
+ . = ORIGIN (RAM) + LENGTH (RAM) - STACK_SIZE;
138
139
__HeapLimit = .;
139
140
} > RAM
140
141
Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ SECTIONS
135
135
__end__ = .;
136
136
end = __end__;
137
137
*(.heap*)
138
+ . = ORIGIN (RAM) + LENGTH (RAM) - STACK_SIZE;
138
139
__HeapLimit = .;
139
140
} > RAM
140
141
Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ SECTIONS
135
135
__end__ = .;
136
136
end = __end__;
137
137
*(.heap*)
138
+ . = ORIGIN (RAM) + LENGTH (RAM) - STACK_SIZE;
138
139
__HeapLimit = .;
139
140
} > RAM
140
141
You can’t perform that action at this time.
0 commit comments