Skip to content

Commit 1cecfa4

Browse files
authored
Merge pull request #10855 from OpenNuvoton/nuvoton_idle_stack_underflow_debug
Nuvoton: Fix idle thread stack underflow in debug build
2 parents 1aad06b + 766a765 commit 1cecfa4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rtos/mbed_lib.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
},
5050
"MCU_NRF51_UNIFIED": {
5151
"target.boot-stack-size": "0x800"
52-
}
52+
},
53+
"NUVOTON": {
54+
"idle-thread-stack-size-debug-extra": 512
55+
}
5356
}
5457
}

0 commit comments

Comments
 (0)