mbed library sources. Supersedes mbed-src.

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

Revision:
170:19eb464bc2be
Parent:
167:e84263d55307
Child:
175:af195413fb11
--- a/targets/TARGET_NXP/mbed_rtx.h	Wed Jul 19 17:31:21 2017 +0100
+++ b/targets/TARGET_NXP/mbed_rtx.h	Thu Aug 03 13:13:39 2017 +0100
@@ -80,6 +80,18 @@
 #define INITIAL_SP              (0x10002000UL)
 #endif
 
+#elif defined(TARGET_LPC54114_M4)
+
+#ifndef INITIAL_SP
+#define INITIAL_SP              (0x20010000UL)
+#endif
+
+#elif defined(TARGET_LPC54608)
+
+#ifndef INITIAL_SP
+#define INITIAL_SP              (0x20028000UL)
+#endif
+
 #endif
 
 #endif  // MBED_MBED_RTX_H