Merge pull request #4736 from pan-/fix_nrf52_idle_stack

NRF52832: Extend idle thread stack size to 512 bytes.
pull/4835/head
Martin Kojtal 2017-07-13 16:36:38 +02:00 committed by GitHub
commit 08dfc8458e
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