mirror of https://github.com/ARMmbed/mbed-os.git
NRF52832: Extend idle thread stack size to 512 bytes.
Fix a crash where the idle thread stack size overflows. This crash was depending on the compiler and standard library used.pull/4736/head
parent
744b2a2579
commit
3f4e839957
|
@ -37,6 +37,8 @@
|
|||
#define INITIAL_SP (0x20010000UL)
|
||||
#endif
|
||||
|
||||
#define OS_IDLE_THREAD_STACK_SIZE 512
|
||||
|
||||
#elif defined(TARGET_MCU_NRF52840)
|
||||
|
||||
#ifndef INITIAL_SP
|
||||
|
|
Loading…
Reference in New Issue