mirror of https://github.com/ARMmbed/mbed-os.git
Update ARM toolchain symbols
parent
c241af345d
commit
5f0bd9d283
|
@ -16,7 +16,7 @@
|
||||||
#ifndef MBED_TOOLCHAIN_H
|
#ifndef MBED_TOOLCHAIN_H
|
||||||
#define MBED_TOOLCHAIN_H
|
#define MBED_TOOLCHAIN_H
|
||||||
|
|
||||||
#if defined(TOOLCHAIN_ARM) || defined(TOOLCHAIN_uARM)
|
#if defined(TOOLCHAIN_ARM)
|
||||||
#include <rt_sys.h>
|
#include <rt_sys.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -115,11 +115,9 @@ used throughout the whole project.
|
||||||
#define CMSIS_OS_RTX
|
#define CMSIS_OS_RTX
|
||||||
|
|
||||||
// The stack space occupied is mainly dependent on the underling C standard library
|
// The stack space occupied is mainly dependent on the underling C standard library
|
||||||
#if defined(TOOLCHAIN_GCC_ARM) || defined(TOOLCHAIN_CS_ARM) || defined(TOOLCHAIN_CR_ARM) || defined(TOOLCHAIN_GCC_CR)
|
#if defined(TOOLCHAIN_GCC) || defined(TOOLCHAIN_ARM_STD)
|
||||||
# define WORDS_STACK_SIZE 512
|
# define WORDS_STACK_SIZE 512
|
||||||
#elif defined(TOOLCHAIN_ARM)
|
#elif defined(TOOLCHAIN_ARM_MICRO)
|
||||||
# define WORDS_STACK_SIZE 512
|
|
||||||
#elif defined(TOOLCHAIN_uARM)
|
|
||||||
# define WORDS_STACK_SIZE 128
|
# define WORDS_STACK_SIZE 128
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue