mbed library sources. Supersedes mbed-src.

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

Revision:
147:30b64687e01f
Parent:
144:ef7eb2e8f9f7
--- a/targets/hal/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F303RE/PeripheralNames.h	Thu Sep 08 15:05:30 2016 +0100
+++ b/targets/hal/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F303RE/PeripheralNames.h	Fri Sep 16 16:24:25 2016 +0100
@@ -62,7 +62,8 @@
 typedef enum {
     SPI_1 = (int)SPI1_BASE,
     SPI_2 = (int)SPI2_BASE,
-    SPI_3 = (int)SPI3_BASE
+    SPI_3 = (int)SPI3_BASE,
+    SPI_4 = (int)SPI4_BASE
 } SPIName;
 
 typedef enum {
@@ -79,7 +80,8 @@
     PWM_8  = (int)TIM8_BASE,
     PWM_15 = (int)TIM15_BASE,
     PWM_16 = (int)TIM16_BASE,
-    PWM_17 = (int)TIM17_BASE
+    PWM_17 = (int)TIM17_BASE,
+    PWM_20 = (int)TIM20_BASE
 } PWMName;
 
 typedef enum {