We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bedebce + d5eaa15 commit 88cbc7eCopy full SHA for 88cbc7e
targets/TARGET_Silicon_Labs/mbed_rtx.h
@@ -20,20 +20,6 @@
20
#include <stdint.h>
21
#include "clocking.h"
22
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
36
-
37
#if defined(TARGET_EFM32GG_STK3700)
38
39
#ifndef INITIAL_SP
0 commit comments