mirror of https://github.com/ARMmbed/mbed-os.git
boot: fix libspace num macro
RTX Config header file is internal and not exposed. With latest fixes to use only public header files from RTX, we need to add these 2 new macros for RTX ARMC lib configuration.pull/7364/head
parent
4d8baa7451
commit
97a3ca193e
|
|
@ -74,6 +74,8 @@
|
|||
// Don't adopt default multi-thread support for ARM/ARMC6 toolchains from RTX code base.
|
||||
// Provide Mbed-specific instead.
|
||||
#define RTX_NO_MULTITHREAD_CLIB
|
||||
// LIBSPACE default value set for ARMCC
|
||||
#define OS_THREAD_LIBSPACE_NUM 4
|
||||
|
||||
#define OS_IDLE_THREAD_NAME "idle_thread"
|
||||
#define OS_TIMER_THREAD_NAME "timer_thread"
|
||||
|
|
|
|||
Loading…
Reference in New Issue