mbed library sources. Supersedes mbed-src.

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

Revision:
187:0387e8f68319
Parent:
186:707f6e361f3e
Child:
189:f392fc9709a3
--- a/platform/mbed_application.h	Fri Jun 22 16:45:37 2018 +0100
+++ b/platform/mbed_application.h	Thu Sep 06 13:40:20 2018 +0100
@@ -20,7 +20,7 @@
 #include<stdint.h>
 
 #if defined(__CORTEX_M3) || defined(__CORTEX_M4) || defined(__CORTEX_M7)\
-    || defined(__CORTEX_M23)
+    || defined(__CORTEX_M23) || defined(__CORTEX_A9)
 #define MBED_APPLICATION_SUPPORT 1
 #else
 #define MBED_APPLICATION_SUPPORT 0