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:
188:bcfe06ba3d64
--- a/mbed.h	Fri Jun 22 16:45:37 2018 +0100
+++ b/mbed.h	Thu Sep 06 13:40:20 2018 +0100
@@ -16,23 +16,8 @@
 #ifndef MBED_H
 #define MBED_H
 
-#define MBED_LIBRARY_VERSION 162
-
-#if MBED_CONF_RTOS_PRESENT
-// RTOS present, this is valid only for mbed OS 5
-#define MBED_MAJOR_VERSION 5
-#define MBED_MINOR_VERSION 9
-#define MBED_PATCH_VERSION 1
+#include "platform/mbed_version.h"
 
-#else
-// mbed 2
-#define MBED_MAJOR_VERSION 2
-#define MBED_MINOR_VERSION 0
-#define MBED_PATCH_VERSION MBED_LIBRARY_VERSION
-#endif
-
-#define MBED_ENCODE_VERSION(major, minor, patch) ((major)*10000 + (minor)*100 + (patch))
-#define MBED_VERSION MBED_ENCODE_VERSION(MBED_MAJOR_VERSION, MBED_MINOR_VERSION, MBED_PATCH_VERSION)        
 #if MBED_CONF_RTOS_PRESENT
 #include "rtos/rtos.h"
 #endif