Skip to content

Commit cb9a4b1

Browse files
authored
Merge pull request #2900 from c1728p9/ncs_heap
NCS36510 - decrease reserved heap space
2 parents 4f3a07e + c9739f4 commit cb9a4b1

File tree

1 file changed

+1
-1
lines changed
  • targets/cmsis/TARGET_ONSEMI/TARGET_NCS36510/TOOLCHAIN_GCC_ARM

1 file changed

+1
-1
lines changed

targets/cmsis/TARGET_ONSEMI/TARGET_NCS36510/TOOLCHAIN_GCC_ARM/NCS36510.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ SECTIONS
205205
__end__ = .;
206206
end = __end__;
207207
*(.heap*);
208-
. += 0x4000;
208+
. += 0x800;
209209
__HeapLimit = .;
210210
} > RAM
211211
PROVIDE(__heap_size = SIZEOF(.heap));

0 commit comments

Comments
 (0)