mbed-os/targets/TARGET_STM/TARGET_STM32F0
Laurent MEUNIER 772fc663d9 STM32: Move types definitions to a common file
Only one point of attention:
STM_MODE_ANALOG_ADC_CONTROL is a specific mode that is only supported on L4.
So STM_MODE_ANALOG_ADC_CONTROL was moved to index 13 (last entry)
of gpio_mode table so that all the other modes are common and only the last
one is specific.
2017-01-30 11:20:03 +00:00
..
TARGET_DISCO_F051R8 STM32: Move types definitions to a common file 2017-01-30 11:20:03 +00:00
TARGET_NUCLEO_F030R8 STM32: Move types definitions to a common file 2017-01-30 11:20:03 +00:00
TARGET_NUCLEO_F031K6 STM32: Move types definitions to a common file 2017-01-30 11:20:03 +00:00
TARGET_NUCLEO_F042K6 STM32: Move types definitions to a common file 2017-01-30 11:20:03 +00:00
TARGET_NUCLEO_F070RB STM32: Move types definitions to a common file 2017-01-30 11:20:03 +00:00
TARGET_NUCLEO_F072RB STM32: Move types definitions to a common file 2017-01-30 11:20:03 +00:00
TARGET_NUCLEO_F091RC STM32: Move types definitions to a common file 2017-01-30 11:20:03 +00:00
device STM32Cube_FW_F0_V1.7.0 2017-01-13 14:35:51 +00:00
analogin_api.c STM32F0 : correct ST HAL API call 2016-12-19 14:39:18 +00:00
analogout_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
can_api.c Set bit without reseting the whole register 2017-01-13 14:34:56 +00:00
common_objects.h STM32: I2C unitary functions for IP V2 2017-01-13 14:34:45 +00:00
device.h restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
gpio_irq_api.c STM32F0 : correct ST HAL API call 2016-12-19 14:39:18 +00:00
i2c_device.h Fixes linking errors when building with debug profile 2017-01-13 14:35:57 +00:00
mbed_overrides.c INIT:GCC add call to HAL_Init 2016-10-27 10:40:28 +02:00
pinmap.c [STM32] Fix pull over write to all families 2016-10-18 12:16:58 +02:00
port_api.c restructure - Moved targets out to top level 2016-09-30 19:18:09 -05:00
pwmout_api.c [STM32] remove superfluous calls to SystemCoreClockUpdate 2016-10-04 15:08:28 -05:00
serial_api.c STM32: Serial: Use up to date MACROs 2017-01-13 14:35:54 +00:00
spi_api.c [STM32] Deploy SPI_ASYNCH to all family 2016-10-13 14:18:21 +02:00