mbed library sources. Supersedes mbed-src.

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

Revision:
181:57724642e740
Parent:
177:d650f5d4c87a
Child:
186:707f6e361f3e
--- a/targets/TARGET_NXP/mbed_rtx.h	Wed Jan 17 15:23:54 2018 +0000
+++ b/targets/TARGET_NXP/mbed_rtx.h	Fri Feb 16 16:09:33 2018 +0000
@@ -92,6 +92,12 @@
 #define INITIAL_SP              (0x20028000UL)
 #endif
 
+#elif defined(TARGET_MIMXRT1050)
+
+#ifndef INITIAL_SP
+#define INITIAL_SP              (0x20020000UL)
+#endif
+
 #endif
 
 #endif  // MBED_MBED_RTX_H