File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
rtos/source/TARGET_CORTEX Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 38
38
"STM32L1" : {
39
39
"idle-thread-stack-size-debug-extra" : 512
40
40
},
41
+ "STM32F070RB" : {
42
+ "main-thread-stack-size" : 3072
43
+ },
44
+ "STM32F072RB" : {
45
+ "main-thread-stack-size" : 3072
46
+ },
41
47
"MCU_NRF51" : {
42
48
"target.boot-stack-size" : " 0x800"
43
49
},
Original file line number Diff line number Diff line change 19
19
20
20
#include <stdint.h>
21
21
22
- #if (defined(TARGET_STM32F070RB ) || defined(TARGET_STM32F072RB ))
23
- #ifdef MBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE
24
- #undef MBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE
25
- #endif
26
- #define MBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE 3072
27
- #endif
28
-
29
22
#if (defined(TARGET_STM32L475VG ) || defined(TARGET_STM32L443RC ))
30
23
#if defined(__ARMCC_VERSION )
31
24
extern uint32_t Image$$ARM_LIB_HEAP$$ZI$$Base [];
You can’t perform that action at this time.
0 commit comments