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
Martin Kojtal 2018-06-29 09:08:09 +01:00
parent 4d8baa7451
commit 97a3ca193e
1 changed files with 2 additions and 0 deletions

View File

@ -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"