Skip to content

Commit 08dfc84

Browse files
authored
Merge pull request #4736 from pan-/fix_nrf52_idle_stack
NRF52832: Extend idle thread stack size to 512 bytes.
2 parents 5ba9636 + 3f4e839 commit 08dfc84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

targets/TARGET_NORDIC/mbed_rtx.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
#define INITIAL_SP (0x20010000UL)
3838
#endif
3939

40+
#define OS_IDLE_THREAD_STACK_SIZE 512
41+
4042
#elif defined(TARGET_MCU_NRF52840)
4143

4244
#ifndef INITIAL_SP

0 commit comments

Comments
 (0)