mbed lib with startup delay fixed for Nucleo401RE
Fork of mbed-src by
Revision 26:3a65fe875a02, committed 2013-09-19
- Comitter:
- mbed_official
- Date:
- Thu Sep 19 09:45:05 2013 +0100
- Parent:
- 25:002053b42e66
- Child:
- 27:3315632cc01d
- Commit message:
- Synchronized with git revision 81b372d362bec2f34fd12f1ee0dcad483718021c
Changed in this revision
--- a/targets/hal/TARGET_NXP/TARGET_LPC11XX/PeripheralNames.h Wed Sep 18 11:15:05 2013 +0100 +++ b/targets/hal/TARGET_NXP/TARGET_LPC11XX/PeripheralNames.h Thu Sep 19 09:45:05 2013 +0100 @@ -37,7 +37,8 @@ ADC0_3, ADC0_4, ADC0_5, - ADC0_6 + ADC0_6, + ADC0_7 } ADCName; typedef enum {
--- a/targets/hal/TARGET_NXP/TARGET_LPC11XX/analogin_api.c Wed Sep 18 11:15:05 2013 +0100 +++ b/targets/hal/TARGET_NXP/TARGET_LPC11XX/analogin_api.c Thu Sep 19 09:45:05 2013 +0100 @@ -32,9 +32,10 @@ {P1_0 , ADC0_1, 2}, {P1_1 , ADC0_2, 2}, {P1_2 , ADC0_3, 2}, - {P1_4 , ADC0_4, 1}, - {P1_10, ADC0_5, 1}, - {P1_11, ADC0_6, 1}, + // ADC0_4 (P1_3) should be mapped to SWDIO only + {P1_4 , ADC0_5, 1}, + {P1_10, ADC0_6, 1}, + {P1_11, ADC0_7, 1}, {NC , NC , 0} };