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
Vincent Coubard 2017-07-11 11:55:47 +01:00
parent 744b2a2579
commit 3f4e839957
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@
#define INITIAL_SP (0x20010000UL)
#endif
#define OS_IDLE_THREAD_STACK_SIZE 512
#elif defined(TARGET_MCU_NRF52840)
#ifndef INITIAL_SP