Skip to content

Commit 88cbc7e

Browse files
authored
Merge pull request #4473 from c1728p9/workshop_rebase_4041
[Silicon Labs] Enable dynamic heap with ARMCC
2 parents bedebce + d5eaa15 commit 88cbc7e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

targets/TARGET_Silicon_Labs/mbed_rtx.h

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,6 @@
2020
#include <stdint.h>
2121
#include "clocking.h"
2222

23-
#if defined(__CC_ARM)
24-
extern uint32_t HEAP$$Base;
25-
extern uint32_t HEAP$$Limit;
26-
extern uint32_t STACK$$Limit;
27-
extern uint32_t STACK$$Base;
28-
#ifndef INITIAL_SP
29-
#define INITIAL_SP ((uint32_t)&STACK$$Limit)
30-
#endif
31-
#define ISR_STACK_START ((uint32_t)&STACK$$Base)
32-
#define ISR_STACK_SIZE ((uint32_t) ((uint32_t)&STACK$$Limit - (uint32_t)&STACK$$Base))
33-
#define HEAP_START ((unsigned char*) ((uint32_t)&HEAP$$Base))
34-
#define HEAP_SIZE ((uint32_t) ((uint32_t)&HEAP$$Limit - (uint32_t)&HEAP$$Base))
35-
#endif
36-
3723
#if defined(TARGET_EFM32GG_STK3700)
3824

3925
#ifndef INITIAL_SP

0 commit comments

Comments
 (0)