Skip to content

Commit d494bfe

Browse files
author
Mohammad Azim Khan
committed
adjust stack and heap to allow more static created by gcc coverage
1 parent a1e1eff commit d494bfe

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_MCU_K64F/device/TOOLCHAIN_GCC_ARM

1 file changed

+2
-2
lines changed

targets/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_MCU_K64F/device/TOOLCHAIN_GCC_ARM/MK64FN1M0xxx12.ld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ ENTRY(Reset_Handler)
5353
__ram_vector_table__ = 1;
5454

5555
/* Heap 1/4 of ram and stack 1/8 */
56-
__stack_size__ = 0x8000;
57-
__heap_size__ = 0x10000;
56+
__stack_size__ = 0x7000;
57+
__heap_size__ = 0x09000;
5858

5959
HEAP_SIZE = DEFINED(__heap_size__) ? __heap_size__ : 0x0400;
6060
STACK_SIZE = DEFINED(__stack_size__) ? __stack_size__ : 0x0400;

0 commit comments

Comments
 (0)