mbed-os/targets/TARGET_STM/TARGET_STM32L5
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_STM32L552xC cmake: Refactor ST targets 2021-02-04 15:26:36 +00:00
TARGET_STM32L552xE cmake: Refactor ST targets 2021-02-04 15:26:36 +00:00
TARGET_STM32L562xE 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 STM32: add OSPI capability 2020-11-10 18:37:51 +01:00
analogin_device.c STM32L5: add API L5 family files 2020-01-23 17:54:52 +01:00
analogout_device.c STM32L5: add API L5 family files 2020-01-23 17:54:52 +01:00
can_device.h STM32L5: add API L5 family files 2020-01-23 17:54:52 +01:00
cmsis.h STM32L5: add API L5 family files 2020-01-23 17:54:52 +01:00
flash_api.c STM32 FLASH API : add critical sections 2020-11-20 08:03:24 +00:00
gpio_irq_device.c STM32L5: add API L5 family files 2020-01-23 17:54:52 +01:00
gpio_irq_device.h STM32L5: add API L5 family files 2020-01-23 17:54:52 +01:00
i2c_device.h STM32L5: add API L5 family files 2020-01-23 17:54:52 +01:00
objects.h Merge pull request #13939 from jeromecoutant/PR_LSEDRIVE 2020-11-24 14:13:52 +00:00
pin_device.h STM32L5: add API L5 family files 2020-01-23 17:54:52 +01:00
pwmout_device.c STM32L5: add API L5 family files 2020-01-23 17:54:52 +01:00
pwmout_device.h STM32L5: add API L5 family files 2020-01-23 17:54:52 +01:00
serial_device.c STM32L5: add API L5 family files 2020-01-23 17:54:52 +01:00
spi_api.c STM32L5: add API L5 family files 2020-01-23 17:54:52 +01:00
spi_device.h Add SPI bitwidths to ST targets where supported 2021-01-11 07:53:07 -06:00
system_clock.c Merge pull request #13929 from JeanMarcR/DEEP_SLEEP 2020-12-03 08:47:01 +00:00
us_ticker_data.h STM32L5: add API L5 family files 2020-01-23 17:54:52 +01:00