File tree Expand file tree Collapse file tree 2 files changed +5
-94
lines changed
TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/device/TOOLCHAIN_ARM_STD Expand file tree Collapse file tree 2 files changed +5
-94
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 89
89
90
90
#ifndef INITIAL_SP
91
91
#define INITIAL_SP (0x20030000UL)
92
- #if defined(__CC_ARM ) || (defined(__ARMCC_VERSION ) && (__ARMCC_VERSION >= 6010050 ))
92
+ #endif
93
+
94
+ #if defined(__ARMCC_VERSION )
93
95
extern uint32_t Image$$ARM_LIB_HEAP$$ZI$$Base [];
94
96
extern uint32_t Image$$ARM_LIB_HEAP$$ZI$$Length [];
95
- extern uint32_t Image$$ARM_LIB_STACK$$ZI$$Base [];
96
- extern uint32_t Image$$ARM_LIB_STACK$$ZI$$Length [];
97
- #define HEAP_START ((unsigned char*) Image$$ARM_LIB_HEAP$$ZI$$Base)
98
- #define HEAP_SIZE ((uint32_t) Image$$ARM_LIB_HEAP$$ZI$$Length)
99
- #define ISR_STACK_START ((unsigned char*)Image$$ARM_LIB_STACK$$ZI$$Base)
100
- #define ISR_STACK_SIZE ((uint32_t)Image$$ARM_LIB_STACK$$ZI$$Length)
101
- #endif
97
+ #define HEAP_START Image$$ARM_LIB_HEAP$$ZI$$Base
98
+ #define HEAP_SIZE Image$$ARM_LIB_HEAP$$ZI$$Length
102
99
#endif
103
100
104
101
#elif defined(TARGET_SDT64B )
You can’t perform that action at this time.
0 commit comments