File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 16
16
#ifndef MBED_TOOLCHAIN_H
17
17
#define MBED_TOOLCHAIN_H
18
18
19
- #if defined(TOOLCHAIN_ARM ) || defined( TOOLCHAIN_uARM )
19
+ #if defined(TOOLCHAIN_ARM )
20
20
#include <rt_sys.h>
21
21
#endif
22
22
Original file line number Diff line number Diff line change @@ -115,11 +115,9 @@ used throughout the whole project.
115
115
#define CMSIS_OS_RTX
116
116
117
117
// The stack space occupied is mainly dependent on the underling C standard library
118
- #if defined(TOOLCHAIN_GCC_ARM ) || defined(TOOLCHAIN_CS_ARM ) || defined( TOOLCHAIN_CR_ARM ) || defined( TOOLCHAIN_GCC_CR )
118
+ #if defined(TOOLCHAIN_GCC ) || defined(TOOLCHAIN_ARM_STD )
119
119
# define WORDS_STACK_SIZE 512
120
- #elif defined(TOOLCHAIN_ARM )
121
- # define WORDS_STACK_SIZE 512
122
- #elif defined(TOOLCHAIN_uARM )
120
+ #elif defined(TOOLCHAIN_ARM_MICRO )
123
121
# define WORDS_STACK_SIZE 128
124
122
#endif
125
123
You can’t perform that action at this time.
0 commit comments