Elijah Orr / mbed-renbed

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Revision:
113:f141b2784e32
Parent:
98:8ab26030e058
--- a/TARGET_EFM32WG_STK3800/em_device.h	Wed Jan 13 09:48:29 2016 +0000
+++ b/TARGET_EFM32WG_STK3800/em_device.h	Tue Feb 02 14:43:35 2016 +0000
@@ -9,11 +9,13 @@
  * @verbatim
  * Example: Add "-DEFM32G890F128" to your build options, to define part
  *          Add "#include "em_device.h" to your source files
+ *
+ *
  * @endverbatim
- * @version 3.20.6
+ * @version 4.2.0
  ******************************************************************************
  * @section License
- * <b>(C) Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com</b>
+ * <b>Copyright 2015 Silicon Laboratories, Inc. http://www.silabs.com</b>
  ******************************************************************************
  *
  * Permission is granted to anyone to use this software for any purpose,
@@ -29,19 +31,18 @@
  * DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Laboratories, Inc.
  * has no obligation to support this Software. Silicon Laboratories, Inc. is
  * providing the Software "AS IS", with no express or implied warranties of any
- * kind, including, but not limited to, any implied warranties of 
+ * kind, including, but not limited to, any implied warranties of
  * merchantability or fitness for any particular purpose or warranties against
  * infringement of any proprietary rights of a third party.
  *
- * Silicon Laboratories, Inc. will not be liable for any consequential, 
- * incidental, or special damages, or any other relief, or for any claim by 
+ * Silicon Laboratories, Inc. will not be liable for any consequential,
+ * incidental, or special damages, or any other relief, or for any claim by
  * any third party, arising from your use of this Software.
  *
  *****************************************************************************/
 
-#ifndef __EM_DEVICE_H
-#define __EM_DEVICE_H
-
+#ifndef EM_DEVICE_H
+#define EM_DEVICE_H
 
 #if defined(EFM32WG230F128)
 #include "efm32wg230f128.h"
@@ -106,6 +107,15 @@
 #elif defined(EFM32WG332F64)
 #include "efm32wg332f64.h"
 
+#elif defined(EFM32WG360F128)
+#include "efm32wg360f128.h"
+
+#elif defined(EFM32WG360F256)
+#include "efm32wg360f256.h"
+
+#elif defined(EFM32WG360F64)
+#include "efm32wg360f64.h"
+
 #elif defined(EFM32WG380F128)
 #include "efm32wg380f128.h"
 
@@ -178,6 +188,9 @@
 #elif defined(EFM32WG895F64)
 #include "efm32wg895f64.h"
 
+#elif defined(EFM32WG900F256)
+#include "efm32wg900f256.h"
+
 #elif defined(EFM32WG940F128)
 #include "efm32wg940f128.h"
 
@@ -223,9 +236,7 @@
 #elif defined(EFM32WG995F64)
 #include "efm32wg995f64.h"
 
-
 #else
 #error "em_device.h: PART NUMBER undefined"
 #endif
-
-#endif
+#endif /* EM_DEVICE_H */