mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
187:0387e8f68319
Parent:
181:57724642e740
Child:
188:bcfe06ba3d64
--- a/targets/TARGET_Silicon_Labs/TARGET_EFM32/PeripheralNames.h	Fri Jun 22 16:45:37 2018 +0100
+++ b/targets/TARGET_Silicon_Labs/TARGET_EFM32/PeripheralNames.h	Thu Sep 06 13:40:20 2018 +0100
@@ -55,6 +55,9 @@
 #ifdef I2C1_BASE
     I2C_1 = I2C1_BASE,
 #endif
+#ifdef I2C2_BASE
+    I2C_2 = I2C2_BASE,
+#endif
 } I2CName;
 #endif
 
@@ -89,6 +92,12 @@
 #ifdef USART3_BASE
     SPI_3 = USART3_BASE,
 #endif
+#ifdef USART4_BASE
+    SPI_4 = USART4_BASE,
+#endif
+#ifdef USART5_BASE
+    SPI_5 = USART5_BASE,
+#endif
 } SPIName;
 #endif
 
@@ -106,6 +115,12 @@
 #ifdef USART3_BASE
     USART_3 = USART3_BASE,
 #endif
+#ifdef USART4_BASE
+    USART_4 = USART4_BASE,
+#endif
+#ifdef USART5_BASE
+    USART_5 = USART5_BASE,
+#endif
 #ifdef UART0_BASE
     UART_0 = UART0_BASE,
 #endif