Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
Diff: targets/TARGET_NORDIC/mbed_rtx.h
- Revision:
- 169:e3b6fe271b81
- Parent:
- 167:e84263d55307
--- a/targets/TARGET_NORDIC/mbed_rtx.h Thu Jul 06 15:42:05 2017 +0100 +++ b/targets/TARGET_NORDIC/mbed_rtx.h Wed Jul 19 17:31:21 2017 +0100 @@ -37,6 +37,8 @@ #define INITIAL_SP (0x20010000UL) #endif +#define OS_IDLE_THREAD_STACK_SIZE 512 + #elif defined(TARGET_MCU_NRF52840) #ifndef INITIAL_SP
