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 3838 "STM32L1" : {
3939 "idle-thread-stack-size-debug-extra" : 512
4040 },
41+ "STM32F070RB" : {
42+ "main-thread-stack-size" : 3072
43+ },
44+ "STM32F072RB" : {
45+ "main-thread-stack-size" : 3072
46+ },
4147 "MCU_NRF51" : {
4248 "target.boot-stack-size" : " 0x800"
4349 },
Original file line number Diff line number Diff line change 1717#ifndef MBED_MBED_RTX_H
1818#define MBED_MBED_RTX_H
1919
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-
2720#if (defined(TARGET_STM32L475VG ) || defined(TARGET_STM32L443RC ))
2821#if defined(__ARMCC_VERSION )
2922extern uint32_t Image$$ARM_LIB_HEAP$$ZI$$Base [];
You can’t perform that action at this time.
0 commit comments