File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed
targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS
TARGET_K66F/device/TOOLCHAIN_GCC_ARM
TARGET_KL43Z/device/TOOLCHAIN_GCC_ARM
TARGET_KL82Z/device/TOOLCHAIN_GCC_ARM Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,6 @@ __ram_vector_table__ = 1;
57
57
* the stack where main runs is determined via the RTOS. */
58
58
__stack_size__ = MBED_BOOT_STACK_SIZE;
59
59
60
- __heap_size__ = 0x6000;
61
-
62
60
#if !defined(MBED_APP_START)
63
61
#define MBED_APP_START 0
64
62
#endif
Original file line number Diff line number Diff line change @@ -58,9 +58,6 @@ __ram_vector_table__ = 1;
58
58
* the stack where main runs is determined via the RTOS. */
59
59
__stack_size__ = MBED_BOOT_STACK_SIZE;
60
60
61
- __heap_size__ = 0x2800;
62
-
63
- HEAP_SIZE = DEFINED (__heap_size__) ? __heap_size__ : 0x0400;
64
61
STACK_SIZE = DEFINED (__stack_size__) ? __stack_size__ : 0x0400;
65
62
M_VECTOR_RAM_SIZE = DEFINED (__ram_vector_table__) ? 0x0200 : 0x0;
66
63
Original file line number Diff line number Diff line change @@ -61,9 +61,6 @@ __ram_vector_table__ = 1;
61
61
* the stack where main runs is determined via the RTOS. */
62
62
__stack_size__ = MBED_BOOT_STACK_SIZE;
63
63
64
- __heap_size__ = 0x6000;
65
-
66
- HEAP_SIZE = DEFINED (__heap_size__) ? __heap_size__ : 0x0400;
67
64
STACK_SIZE = DEFINED (__stack_size__) ? __stack_size__ : 0x0400;
68
65
M_VECTOR_RAM_SIZE = DEFINED (__ram_vector_table__) ? 0x0140 : 0x0;
69
66
You can’t perform that action at this time.
0 commit comments