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 17
17
#ifndef MBED_MBED_RTX_H
18
18
#define MBED_MBED_RTX_H
19
19
20
- #if (defined(TARGET_STM32F070RB ) || defined(TARGET_STM32F072RB ))
21
- #ifdef MBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE
22
- #undef MBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE
23
- #endif
24
- #define MBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE 3072
25
- #endif
26
-
27
20
#if (defined(TARGET_STM32L475VG ) || defined(TARGET_STM32L443RC ))
28
21
#if defined(__ARMCC_VERSION )
29
22
extern uint32_t Image$$ARM_LIB_HEAP$$ZI$$Base [];
You can’t perform that action at this time.
0 commit comments