The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
171:3a7713b1edbc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TARGET_ARM_BEETLE_SOC/TOOLCHAIN_GCC_ARM/cordio_sdk_version.h	Thu Nov 08 11:45:42 2018 +0000
@@ -0,0 +1,43 @@
+/*************************************************************************************************/
+/*!
+ *  \file   cordio_sdk_version.h
+ *
+ *  \brief  Cordio SDK version.
+ *
+ *          $Date: 2015-10-22 18:45:26 -0400 (Thu, 22 Oct 2015) $
+ *          $Revision: 4273 $
+ *
+ *  Copyright (c) 2015 ARM, Ltd., all rights reserved.
+ *  Wicentric confidential and proprietary.
+ *
+ *  IMPORTANT.  Your use of this file is governed by a Software License Agreement
+ *  ("Agreement") that must be accepted in order to download or otherwise receive a
+ *  copy of this file.  You may not use or copy this file for any purpose other than
+ *  as described in the Agreement.  If you do not agree to all of the terms of the
+ *  Agreement do not use this file and delete all copies in your possession or control;
+ *  if you do not have a copy of the Agreement, you must contact ARM, Ltd. prior
+ *  to any use, copying or further distribution of this software.
+ */
+/*************************************************************************************************/
+
+#ifndef CORDIO_SDK_VERSION_H
+#define CORDIO_SDK_VERSION_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/*! \brief    Cordio SDK version string. */
+#define CORDIO_SDK_VERSION "20160509-r7043"
+
+/*! \brief    Cordio SDK major version. */
+#define CORDIO_SDK_VERSION_MAJOR 1
+
+/*! \brief    Cordio SDK minor version. */
+#define CORDIO_SDK_VERSION_MINOR 1.4
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* CORDIO_SDK_VERSION_H */