mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
187:0387e8f68319
Parent:
186:707f6e361f3e
--- a/targets/TARGET_Silicon_Labs/mbed_rtx.h	Fri Jun 22 16:45:37 2018 +0100
+++ b/targets/TARGET_Silicon_Labs/mbed_rtx.h	Thu Sep 06 13:40:20 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