The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
168:b9e159c1930a
Parent:
156:ff21514d8981
--- a/TARGET_RBLAB_NRF51822/TARGET_NORDIC/mbed_rtx.h	Fri May 11 16:51:14 2018 +0100
+++ b/TARGET_RBLAB_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