mbed library sources. Supersedes mbed-src.

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

Revision:
188:bcfe06ba3d64
Parent:
163:74e0ce7f98e8
Child:
189:f392fc9709a3
--- a/targets/TARGET_STM/PeripheralPins.h	Thu Sep 06 13:40:20 2018 +0100
+++ b/targets/TARGET_STM/PeripheralPins.h	Thu Nov 08 11:46:34 2018 +0000
@@ -80,4 +80,10 @@
 extern const PinMap PinMap_CAN_TD[];
 #endif
 
+#ifdef DEVICE_QSPI
+extern const PinMap PinMap_QSPI_DATA[];
+extern const PinMap PinMap_QSPI_SCLK[];
+extern const PinMap PinMap_QSPI_SSEL[];
 #endif
+
+#endif