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 4ecd99f commit 0ac17eaCopy full SHA for 0ac17ea
rtos/source/TARGET_CORTEX/mbed_lib.json
@@ -76,6 +76,9 @@
76
"STM32F072RB": {
77
"main-thread-stack-size": 3072
78
},
79
+ "TMPM46B": {
80
+ "main-thread-stack-size": 3072
81
+ },
82
"NUVOTON": {
83
"idle-thread-stack-size-debug-extra": 512
84
}
targets/TARGET_TOSHIBA/mbed_rtx.h
@@ -25,10 +25,6 @@
25
#ifndef INITIAL_SP
26
#define INITIAL_SP (0x20080000UL)
27
#endif
28
-#ifdef MBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE
29
-#undef MBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE
30
-#endif
31
-#define MBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE 3072
32
33
34
0 commit comments