mbed library sources. Supersedes mbed-src.

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

Revision:
187:0387e8f68319
Parent:
160:d5399cc887bb
--- a/targets/TARGET_STM/PinNamesTypes.h	Fri Jun 22 16:45:37 2018 +0100
+++ b/targets/TARGET_STM/PinNamesTypes.h	Thu Sep 06 13:40:20 2018 +0100
@@ -37,7 +37,7 @@
 #endif
 
 /*  STM PIN data as used in pin_function is coded on 32 bits as below
- *   [2:0]  Function (like in MODER reg) : Input / Output / Alt / Analog 
+ *   [2:0]  Function (like in MODER reg) : Input / Output / Alt / Analog
  *     [3]  Output Push-Pull / Open Drain (as in OTYPER reg)
  *   [5:4]  as in PUPDR reg: No Pull, Pull-up, Pull-Donc
  *   [7:6]  Reserved for speed config (as in OSPEEDR), but not used yet