mbed library sources. Supersedes mbed-src.

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

Revision:
168:9672193075cf
Parent:
165:e614a9f1c9e2
--- a/targets/TARGET_STM/TARGET_STM32L0/TARGET_DISCO_L072CZ_LRWAN1/PinNames.h	Wed Jun 21 17:46:44 2017 +0100
+++ b/targets/TARGET_STM/TARGET_STM32L0/TARGET_DISCO_L072CZ_LRWAN1/PinNames.h	Thu Jul 06 15:42:05 2017 +0100
@@ -87,6 +87,7 @@
     PC_0  = 0x20,
     PC_1  = 0x21,
     PC_2  = 0x22,
+    PC_13 = 0x2D,
 
     PH_0  = 0x70,
     PH_1  = 0x71,
@@ -138,6 +139,11 @@
     SPI_CS      = D10,
     PWM_OUT     = D13,
 
+    //USB pins
+    USB_DM = PA_11,
+    USB_DP = PA_12,
+    USB_NOE = PA_13,
+
     // Not connected
     NC = (int)0xFFFFFFFF
 } PinName;