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:
128:9bcdf88f62b0
Parent:
113:f141b2784e32
Child:
139:856d2700e60b
--- a/TARGET_EFM32HG_STK3400/TARGET_Silicon_Labs/TARGET_EFM32/emlib/inc/em_version.h	Fri Sep 30 16:49:46 2016 +0100
+++ b/TARGET_EFM32HG_STK3400/TARGET_Silicon_Labs/TARGET_EFM32/emlib/inc/em_version.h	Thu Oct 27 16:45:56 2016 +0100
@@ -1,10 +1,10 @@
 /***************************************************************************//**
  * @file em_version.h
  * @brief Assign correct part number for include file
- * @version 4.2.1
+ * @version 5.0.0
  *******************************************************************************
  * @section License
- * <b>(C) Copyright 2015 Silicon Labs, http://www.silabs.com</b>
+ * <b>Copyright 2016 Silicon Laboratories, Inc. http://www.silabs.com</b>
  *******************************************************************************
  *
  * Permission is granted to anyone to use this software for any purpose,
@@ -30,8 +30,8 @@
  *
  ******************************************************************************/
 
-#ifndef __SILICON_LABS_EM_VERSION_H__
-#define __SILICON_LABS_EM_VERSION_H__
+#ifndef EM_VERSION_H
+#define EM_VERSION_H
 
 #include "em_device.h"
 
@@ -40,47 +40,50 @@
 #endif
 
 /***************************************************************************//**
- * @addtogroup EM_Library
+ * @addtogroup emlib
  * @{
  ******************************************************************************/
 
 /***************************************************************************//**
  * @addtogroup VERSION
+ * @brief Version API.
+ * @details
+ *  Macros specifying the emlib and CMSIS version.
  * @{
  ******************************************************************************/
 
 /** Version number of emlib peripheral API. */
-#define _EMLIB_VERSION 4.2.1
+#define _EMLIB_VERSION 5.0.0
 
 /** Major version of emlib. Bumped when incompatible API changes introduced. */
-#define _EMLIB_VERSION_MAJOR 4
+#define _EMLIB_VERSION_MAJOR 5
 
 /** Minor version of emlib. Bumped when functionality is added in a backwards-
     compatible manner. */
-#define _EMLIB_VERSION_MINOR 2
+#define _EMLIB_VERSION_MINOR 0
 
 /** Patch revision of emlib. Bumped when adding backwards-compatible bug
     fixes.*/
-#define _EMLIB_VERSION_PATCH 1
+#define _EMLIB_VERSION_PATCH 0
 
 
 /** Version number of targeted CMSIS package. */
-#define _CMSIS_VERSION 4.2.0
+#define _CMSIS_VERSION 4.5.0
 
 /** Major version of CMSIS. */
 #define _CMSIS_VERSION_MAJOR 4
 
 /** Minor version of CMSIS. */
-#define _CMSIS_VERSION_MINOR 2
+#define _CMSIS_VERSION_MINOR 5
 
 /** Patch revision of CMSIS. */
 #define _CMSIS_VERSION_PATCH 0
 
 /** @} (end addtogroup Version) */
-/** @} (end addtogroup EM_Library) */
+/** @} (end addtogroup emlib) */
 
 #ifdef __cplusplus
 }
 #endif
 
-#endif /* __SILICON_LABS_EM_VERSION_H__ */
+#endif /* EM_VERSION_H */