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.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: TARGET_NRF51822/TARGET_NORDIC/mbed_rtx.h
- Revision:
- 168:b9e159c1930a
- Parent:
- 156:ff21514d8981
diff -r 84c0a372a020 -r b9e159c1930a TARGET_NRF51822/TARGET_NORDIC/mbed_rtx.h --- a/TARGET_NRF51822/TARGET_NORDIC/mbed_rtx.h Fri May 11 16:51:14 2018 +0100 +++ b/TARGET_NRF51822/TARGET_NORDIC/mbed_rtx.h Thu May 24 15:35:55 2018 +0100 @@ -37,17 +37,12 @@ #define INITIAL_SP (0x20010000UL) #endif -#define OS_IDLE_THREAD_STACK_SIZE 512 - #elif defined(TARGET_MCU_NRF52840) #ifndef INITIAL_SP #define INITIAL_SP (0x20040000UL) #endif -// More than 256 bytes are needed for the idle thread stack on the NRF52840 -#define OS_IDLE_THREAD_STACK_SIZE 512 - #endif // defined(TARGET_MCU_NRF51822)... #endif // #ifndef MBED_MBED_RTX_H


