Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more
Diff: targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xE/TARGET_NUCLEO_F303RE/PinNames.h
- Revision:
- 168:9672193075cf
- Parent:
- 164:289d4deac6e4
- Child:
- 181:57724642e740
diff -r e84263d55307 -r 9672193075cf targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xE/TARGET_NUCLEO_F303RE/PinNames.h
--- a/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xE/TARGET_NUCLEO_F303RE/PinNames.h Wed Jun 21 17:46:44 2017 +0100
+++ b/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F303xE/TARGET_NUCLEO_F303RE/PinNames.h Thu Jul 06 15:42:05 2017 +0100
@@ -151,6 +151,10 @@
SPI_CS = PB_6,
PWM_OUT = PB_4,
+ //USB pins
+ USB_DM = PA_11,
+ USB_DP = PA_12,
+
// Not connected
NC = (int)0xFFFFFFFF
} PinName;


