mbed-os/targets/TARGET_STM/TARGET_STM32F0
Robert Walton d9e184b6c6 cmake: Refactor ST targets
Refactor all ST targets to be CMake buildsystem targets. This removes
the need for checking MBED_TARGET_LABELS repeatedly and allows us to be
more flexible in the way we include MBED_TARGET source in the build.

A side effect of this is it will allow us to support custom targets
without breaking the build for 'standard' targets, as we use CMake's
standard mechanism for adding build rules to the build system, rather
than implementing our own layer of logic to exclude files not needed for
the target being built. Using this approach, if an MBED_TARGET is not
linked to using `target_link_libraries` its source files will not be
added to the build. This means custom target source can be added to the
user's application CMakeLists.txt without polluting the build system
when trying to compile for a standard MBED_TARGET.
2021-02-04 15:26:36 +00:00
..
STM32Cube_FW cmake: Refactor ST targets 2021-02-04 15:26:36 +00:00
TARGET_STM32F030x8 cmake: Refactor ST targets 2021-02-04 15:26:36 +00:00
TARGET_STM32F070xB cmake: Refactor ST targets 2021-02-04 15:26:36 +00:00
TARGET_STM32F072xB cmake: Refactor ST targets 2021-02-04 15:26:36 +00:00
TARGET_STM32F091xC cmake: Refactor ST targets 2021-02-04 15:26:36 +00:00
CMakeLists.txt cmake: Refactor ST targets 2021-02-04 15:26:36 +00:00
PeripheralNames.h STM32F0: ST CUBE drivers update V1.9.0 => V1.11.1 2020-12-03 17:15:39 +01:00
analogin_device.c STM32F0: code alignment 2020-12-03 17:15:31 +01:00
analogout_device.c STM32F0: code alignment 2020-12-03 17:15:31 +01:00
can_device.h STM32F0: code alignment 2020-12-03 17:15:31 +01:00
cmsis.h STM32F0: CMakeLists update 2020-12-03 17:18:00 +01:00
cmsis_nvic.c STM32F0: CMakeLists update 2020-12-03 17:18:00 +01:00
flash_api.c STM32F0: code alignment 2020-12-03 17:15:31 +01:00
gpio_irq_device.c STM32F0: code alignment 2020-12-03 17:15:31 +01:00
gpio_irq_device.h STM32F0: code alignment 2020-12-03 17:15:31 +01:00
i2c_device.h STM32F0: code alignment 2020-12-03 17:15:31 +01:00
objects.h STM32F0: ST CUBE drivers update V1.9.0 => V1.11.1 2020-12-03 17:15:39 +01:00
pin_device.h STM32F0: code alignment 2020-12-03 17:15:31 +01:00
pwmout_device.c STM32F0: code alignment 2020-12-03 17:15:31 +01:00
pwmout_device.h STM32F0: code alignment 2020-12-03 17:15:31 +01:00
serial_device.c STM32F0: code alignment 2020-12-03 17:15:31 +01:00
spi_api.c STM32F0: code alignment 2020-12-03 17:15:31 +01:00
spi_device.h Add SPI bitwidths to ST targets where supported 2021-01-11 07:53:07 -06:00
us_ticker_data.h STM32F0: code alignment 2020-12-03 17:15:31 +01:00