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:
170:e95d10626187
Parent:
169:a7c7b631e539
--- a/TARGET_EFM32WG_STK3800/TARGET_Silicon_Labs/mbed_rtx.h	Fri Jun 22 15:38:59 2018 +0100
+++ b/TARGET_EFM32WG_STK3800/TARGET_Silicon_Labs/mbed_rtx.h	Thu Sep 06 13:39:34 2018 +0100
@@ -62,6 +62,12 @@
 #define INITIAL_SP              (0x20040000UL)
 #endif
 
+#elif defined(TARGET_EFM32GG11)
+
+#ifndef INITIAL_SP
+#define INITIAL_SP              (0x20080000UL)
+#endif
+
 #endif
 
 #endif  // MBED_MBED_RTX_H