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:
49:57ac6e3cdfd3
Parent:
38:a3b3bdc2ad2c
Child:
59:d25f6f8282a3
--- a/api/mbed.h	Tue Jan 12 09:45:14 2016 +0000
+++ b/api/mbed.h	Wed Jan 13 12:45:11 2016 +0000
@@ -16,7 +16,7 @@
 #ifndef MBED_H
 #define MBED_H
 
-#define MBED_LIBRARY_VERSION 111
+#define MBED_LIBRARY_VERSION 112
 
 #include "platform.h"