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.
1 parent bfcdb7d commit 8cc4234Copy full SHA for 8cc4234
rtos/TARGET_CORTEX/TOOLCHAIN_GCC_ARM/mbed_boot_gcc_arm.c
@@ -30,13 +30,11 @@ static mbed_rtos_storage_mutex_t env_mutex_obj;
30
static osMutexAttr_t env_mutex_attr;
31
32
#if !defined(ISR_STACK_SIZE)
33
-#if (defined(__GNUC__) && !defined(__CC_ARM) && !defined(__ARMCC_VERSION))
34
extern uint32_t __StackLimit;
35
extern uint32_t __StackTop;
36
#define ISR_STACK_START ((unsigned char*)&__StackLimit)
37
#define ISR_STACK_SIZE ((uint32_t)((uint32_t)&__StackTop - (uint32_t)&__StackLimit))
38
#endif
39
-#endif
40
41
#if !defined(HEAP_START)
42
/* Defined by linker script */
0 commit comments