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:
147:a97add6d7e64
Parent:
145:64910690c574
--- a/TARGET_RBLAB_NRF51822/TARGET_NORDIC/mbed_rtx.h	Thu Jul 06 15:30:22 2017 +0100
+++ b/TARGET_RBLAB_NRF51822/TARGET_NORDIC/mbed_rtx.h	Wed Jul 19 16:46:19 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