Skip to content

Commit f518a69

Browse files
author
deepikabhavnani
committed
Remove unused heap_size define
1 parent 60e7a7d commit f518a69

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_K66F/device/TOOLCHAIN_GCC_ARM/MK66FN2M0xxx18.ld

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ __ram_vector_table__ = 1;
5757
* the stack where main runs is determined via the RTOS. */
5858
__stack_size__ = MBED_BOOT_STACK_SIZE;
5959

60-
__heap_size__ = 0x6000;
61-
6260
#if !defined(MBED_APP_START)
6361
#define MBED_APP_START 0
6462
#endif

targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_KL43Z/device/TOOLCHAIN_GCC_ARM/MKL43Z256xxx4.ld

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ __ram_vector_table__ = 1;
5858
* the stack where main runs is determined via the RTOS. */
5959
__stack_size__ = MBED_BOOT_STACK_SIZE;
6060

61-
__heap_size__ = 0x2800;
62-
63-
HEAP_SIZE = DEFINED(__heap_size__) ? __heap_size__ : 0x0400;
6461
STACK_SIZE = DEFINED(__stack_size__) ? __stack_size__ : 0x0400;
6562
M_VECTOR_RAM_SIZE = DEFINED(__ram_vector_table__) ? 0x0200 : 0x0;
6663

targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_KL82Z/device/TOOLCHAIN_GCC_ARM/MKL82Z128xxx7.ld

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ __ram_vector_table__ = 1;
6161
* the stack where main runs is determined via the RTOS. */
6262
__stack_size__ = MBED_BOOT_STACK_SIZE;
6363

64-
__heap_size__ = 0x6000;
65-
66-
HEAP_SIZE = DEFINED(__heap_size__) ? __heap_size__ : 0x0400;
6764
STACK_SIZE = DEFINED(__stack_size__) ? __stack_size__ : 0x0400;
6865
M_VECTOR_RAM_SIZE = DEFINED(__ram_vector_table__) ? 0x0140 : 0x0;
6966

0 commit comments

Comments
 (0)