mbed-os/targets
Olaf Hagendorf b8fccedbc8 NUCLEO_F207ZG extending PeripheralPins.c: all available alternate functions can be used now
Through some minor extensions it is now possible to use all available alternate functions of a specific gpio pin. These alternatives exist up to now only as commented lines in PeripheralPins.c.
An API change is not necessary for this new functionality, only several pin definitions.

The new definitions now looks like:

    {PA_0,            ADC_1, STM_PIN_DATA_EXT(STM_MODE_ANALOG, GPIO_NOPULL, 0, 0, 0)},  // ADC1_IN0
    {PA_0_ALT0,  ADC_2, STM_PIN_DATA_EXT(STM_MODE_ANALOG, GPIO_NOPULL, 0, 0, 0)},  // ADC2_IN0 // choice: PA_0 with ADC_1
    {PA_0_ALT1,  ADC_3, STM_PIN_DATA_EXT(STM_MODE_ANALOG, GPIO_NOPULL, 0, 0, 0)},  // ADC3_IN0 // choice: PA_0 with ADC_1

PA_0, PA_0_ALT0 or PA_0_ALT1 has to be used as pin names for the usage of the three possible ADC blocks (ADC1, ADC2, ADC3) connected to the pin (PA_0).
2017-02-13 12:01:33 +00:00
..
TARGET_ARM_SSG Renames all prebuilt binaries to be prefixed with 'lib' 2016-11-09 11:08:01 -06:00
TARGET_Atmel restructure - Restructured cmsis directory 2016-10-04 17:51:44 -05:00
TARGET_Freescale K22F: Enable TRNG 2017-01-30 11:18:40 +00:00
TARGET_Maxim Maxim 3630: define LED4 same as LED1 2017-01-30 11:21:05 +00:00
TARGET_NORDIC Revise to improve readability 2017-01-30 11:19:05 +00:00
TARGET_NUVOTON Fix compile error with Travis CI 2016-12-30 12:42:56 +00:00
TARGET_NXP Fix && -> & typo 2017-01-13 14:35:01 +00:00
TARGET_ONSEMI Formatting changes as per guidelines 2016-12-19 14:38:06 +00:00
TARGET_RENESAS Fix I2C driver for RZ/A1H 2017-01-13 14:35:41 +00:00
TARGET_STM NUCLEO_F207ZG extending PeripheralPins.c: all available alternate functions can be used now 2017-02-13 12:01:33 +00:00
TARGET_Silicon_Labs EFM32GG: Fix GCC_ARM linker script 2017-01-30 11:19:57 +00:00
TARGET_WIZNET/TARGET_W7500x restructure - Restructured cmsis directory 2016-10-04 17:51:44 -05:00
TARGET_ublox Add u-blox Sara-N target. 2016-10-15 12:06:29 +01:00
targets.json USBHOST STM : add more board NUCLEO : F411RE, L476VG, F746ZG DISCO : L476VG 2017-02-13 12:01:26 +00:00