File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed
TESTS/mbed_hal/stack_size_unification
rtos/source/TARGET_CORTEX Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,7 @@ extern osThreadAttr_t _main_thread_attr;
31
31
#endif
32
32
extern uint32_t mbed_stack_isr_size;
33
33
34
- /* Exception for Nordic boards - BLE requires 2KB ISR stack. */
35
- #if defined(TARGET_NRF5x)
36
- #define EXPECTED_ISR_STACK_SIZE (2048 )
37
- #elif !defined(MBED_CONF_RTOS_PRESENT)
34
+ #if !defined(MBED_CONF_RTOS_PRESENT)
38
35
#define EXPECTED_ISR_STACK_SIZE (4096 )
39
36
#else
40
37
#define EXPECTED_ISR_STACK_SIZE (1024 )
Original file line number Diff line number Diff line change 76
76
"STM32F072RB" : {
77
77
"main-thread-stack-size" : 3072
78
78
},
79
- "MCU_NRF51" : {
80
- "target.boot-stack-size" : " 0x800"
81
- },
82
- "MCU_NRF52840" : {
83
- "target.boot-stack-size" : " 0x800"
84
- },
85
- "MCU_NRF52832" : {
86
- "target.boot-stack-size" : " 0x800"
87
- },
88
- "MCU_NRF51_UNIFIED" : {
89
- "target.boot-stack-size" : " 0x800"
90
- },
91
79
"NUVOTON" : {
92
80
"idle-thread-stack-size-debug-extra" : 512
93
81
}
You can’t perform that action at this time.
0 commit comments