mirror of https://github.com/ARMmbed/mbed-os.git
Change main thread stack size to default for stack size unification
NANO130 just has 16 KiB SRAM. User application may change it through "rtos.main-thread-stack-size" configuration option.pull/9208/head
parent
71d32ecef1
commit
a4ec28046c
|
@ -45,13 +45,6 @@
|
|||
#error "no toolchain defined"
|
||||
#endif
|
||||
|
||||
#if defined(TARGET_NANO100)
|
||||
#ifdef MBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE
|
||||
#undef MBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE
|
||||
#endif
|
||||
#define MBED_CONF_RTOS_MAIN_THREAD_STACK_SIZE 3072
|
||||
#endif
|
||||
|
||||
#endif // TARGET_NUVOTON
|
||||
|
||||
#endif // MBED_MBED_RTX_H
|
||||
|
|
Loading…
Reference in New Issue