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:
139:856d2700e60b
Parent:
128:9bcdf88f62b0
--- a/TARGET_EFM32ZG_STK3200/TARGET_Silicon_Labs/TARGET_EFM32/common/PortNames.h	Tue Mar 14 16:20:51 2017 +0000
+++ b/TARGET_EFM32ZG_STK3200/TARGET_Silicon_Labs/TARGET_EFM32/common/PortNames.h	Thu Mar 30 13:26:47 2017 +0100
@@ -46,13 +46,22 @@
     PortE = gpioPortE, /**< Port E */
 #endif
 #if ( _GPIO_PORT_F_PIN_COUNT > 0 )
-    PortF = gpioPortF /**< Port F */
+    PortF = gpioPortF, /**< Port F */
 #endif
 #if defined( _GPIO_PORT_G_PIN_COUNT ) && ( _GPIO_PORT_G_PIN_COUNT > 0 )
-    PortG = gpioPortG /**< Port F */
+    PortG = gpioPortG, /**< Port G */
 #endif
 #if defined( _GPIO_PORT_H_PIN_COUNT ) && ( _GPIO_PORT_H_PIN_COUNT > 0 )
-    PortH = gpioPortH /**< Port F */
+    PortH = gpioPortH, /**< Port H */
+#endif
+#if defined( _GPIO_PORT_I_PIN_COUNT ) && ( _GPIO_PORT_I_PIN_COUNT > 0 )
+    PortI = gpioPortI, /**< Port I */
+#endif
+#if defined( _GPIO_PORT_J_PIN_COUNT ) && ( _GPIO_PORT_J_PIN_COUNT > 0 )
+    PortJ = gpioPortJ, /**< Port J */
+#endif
+#if defined( _GPIO_PORT_K_PIN_COUNT ) && ( _GPIO_PORT_K_PIN_COUNT > 0 )
+    PortK = gpioPortK, /**< Port K */
 #endif
 } PortName;