mbed library sources. Supersedes mbed-src. Fixes analogIn and analogOut problems for TARGET_STM32F3. Tested on NUCLEO-F303K8, using 3 analogout and 7 analogin channels simultaneously. Added ability for STM32F334R8 and STM32F303K8 to use all three channels of DAC simultaneously. https://developer.mbed.org/users/StevieWray/code/mbed-dev/ Added ability for TARGET_STM32F3 to use more than one ADC simultaneously. https://developer.mbed.org/questions/67997/NUCLEO-F303K8ADC/

Fork of mbed-dev by mbed official

Revision:
27:affb46b27b47
Parent:
13:da2ea05f91cf
Child:
38:a3b3bdc2ad2c
--- a/api/mbed.h	Tue Nov 24 08:30:11 2015 +0000
+++ b/api/mbed.h	Thu Nov 26 10:00:10 2015 +0000
@@ -16,7 +16,7 @@
 #ifndef MBED_H
 #define MBED_H
 
-#define MBED_LIBRARY_VERSION 109
+#define MBED_LIBRARY_VERSION 110
 
 #include "platform.h"