We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f055c2a commit 8071409Copy full SHA for 8071409
rtos/TARGET_CORTEX/mbed_rtx_conf.h
@@ -70,4 +70,8 @@
70
#define OS_IDLE_THREAD_TZ_MOD_ID 1
71
#define OS_TIMER_THREAD_TZ_MOD_ID 1
72
73
+// Don't adopt default multi-thread support for ARM/ARMC6 toolchains from RTX code base.
74
+// Provide Mbed-specific instead.
75
+#define RTX_NO_MULTITHREAD_CLIB
76
+
77
#endif /* MBED_RTX_CONF_H */
rtos/TARGET_CORTEX/rtx5/RTX/Config/RTX_Config.h
@@ -404,11 +404,6 @@
404
#define OS_THREAD_LIBSPACE_NUM OS_THREAD_NUM
405
#endif
406
407
-
408
-// Don't adopt default multi-thread support for ARM/ARMC6 toolchains from RTX code base.
409
-// Provide Mbed-specific instead.
410
-#define RTX_NO_MULTITHREAD_CLIB
411
412
//------------- <<< end of configuration section >>> ---------------------------
413
414
#endif // RTX_CONFIG_H_
0 commit comments