mbed lib revision - 109

Fix in analogin - DK target does not provide the pins
pull/1402/head mbed_liv_rev108
0xc0170 2015-10-29 11:48:55 +00:00
parent e7e5893c20
commit 6bdf53a4e8
3 changed files with 5 additions and 2 deletions

View File

@ -16,7 +16,7 @@
#ifndef MBED_H
#define MBED_H
#define MBED_LIBRARY_VERSION 108
#define MBED_LIBRARY_VERSION 109
#include "platform.h"

View File

@ -29,8 +29,10 @@ static const PinMap PinMap_ADC[] = {
{p4, ADC0_0, 32},
{p5, ADC0_0, 64},
{p6, ADC0_0, 128},
#ifndef TARGET_NRF51_DONGLE
{p26, ADC0_0, 1},
{p27, ADC0_0, 2},
{p27, ADC0_0, 2},
#endif
{NC, NC, 0}
};

View File

@ -61,6 +61,7 @@ OFFICIAL_MBED_LIBRARY_BUILD = (
('TEENSY3_1', ('ARM', 'GCC_ARM')),
('NUCLEO_F030R8', ('ARM', 'uARM', 'IAR', 'GCC_ARM')),
('NUCLEO_F031K6', ('ARM', 'uARM', 'IAR', 'GCC_ARM')),
('NUCLEO_F042K6', ('ARM', 'uARM', 'IAR', 'GCC_ARM')),
('NUCLEO_F070RB', ('ARM', 'uARM', 'IAR', 'GCC_ARM')),
('NUCLEO_F072RB', ('ARM', 'uARM', 'IAR', 'GCC_ARM')),