mbed-os/targets/TARGET_STM/TARGET_STM32F3/TARGET_STM32F334x8
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
..
TOOLCHAIN_ARM STM: fix ARMClang sct files, using proper -E command 2020-11-25 13:35:36 +00:00
TOOLCHAIN_GCC_ARM STM32F3: CUBE V1.11.1 2020-11-05 16:59:06 +01:00
TOOLCHAIN_IAR STM32F3: CUBE V1.11.1 2020-11-05 16:59:06 +01:00
CMakeLists.txt cmake: Refactor ST targets 2021-02-04 15:26:36 +00:00
cmsis_nvic.h