Move RTX_NO_MULTITHREAD_CLIB from RTX_Config.h to mbed_rtx_conf.h

This is to avoid change to RTX code base.
pull/6973/head
ccli8 2018-06-21 09:57:21 +08:00
parent f055c2a700
commit 8071409963
2 changed files with 4 additions and 5 deletions

View File

@ -70,4 +70,8 @@
#define OS_IDLE_THREAD_TZ_MOD_ID 1
#define OS_TIMER_THREAD_TZ_MOD_ID 1
// Don't adopt default multi-thread support for ARM/ARMC6 toolchains from RTX code base.
// Provide Mbed-specific instead.
#define RTX_NO_MULTITHREAD_CLIB
#endif /* MBED_RTX_CONF_H */

View File

@ -404,11 +404,6 @@
#define OS_THREAD_LIBSPACE_NUM OS_THREAD_NUM
#endif
// Don't adopt default multi-thread support for ARM/ARMC6 toolchains from RTX code base.
// Provide Mbed-specific instead.
#define RTX_NO_MULTITHREAD_CLIB
//------------- <<< end of configuration section >>> ---------------------------
#endif // RTX_CONFIG_H_