From afd167f7347e748aa806eb035bd3637954db2f39 Mon Sep 17 00:00:00 2001 From: bcostm Date: Mon, 24 Nov 2014 12:35:46 +0100 Subject: [PATCH] [NUCLEO_F4] Add note on optional pins --- .../hal/TARGET_STM/TARGET_NUCLEO_F401RE/PeripheralPins.c | 6 ++++++ .../hal/TARGET_STM/TARGET_NUCLEO_F411RE/PeripheralPins.c | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F401RE/PeripheralPins.c b/libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F401RE/PeripheralPins.c index 023c136eea..fe5dd323c5 100644 --- a/libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F401RE/PeripheralPins.c +++ b/libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F401RE/PeripheralPins.c @@ -30,6 +30,12 @@ #include "PeripheralPins.h" +// ===== +// Note: Commented lines are alternative possibilities which are not used per default. +// If you change them, you will have also to modify the corresponding xxx_api.c file +// for pwmout, analogin, analogout, ... +// ===== + //*** ADC *** const PinMap PinMap_ADC[] = { diff --git a/libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F411RE/PeripheralPins.c b/libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F411RE/PeripheralPins.c index c0640871b0..1b6f1c0071 100644 --- a/libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F411RE/PeripheralPins.c +++ b/libraries/mbed/targets/hal/TARGET_STM/TARGET_NUCLEO_F411RE/PeripheralPins.c @@ -30,6 +30,12 @@ #include "PeripheralPins.h" +// ===== +// Note: Commented lines are alternative possibilities which are not used per default. +// If you change them, you will have also to modify the corresponding xxx_api.c file +// for pwmout, analogin, analogout, ... +// ===== + //*** ADC *** const PinMap PinMap_ADC[] = {