mbed-os/targets/TARGET_NXP
Hugues Kamba f6837ce82d CMake: Refactor NXP targets
Refactor all NXP targets to be CMake build system 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-10 21:36:39 +00:00
..
TARGET_LPC11XX_11CXX CMake: Refactor NXP targets 2021-02-10 21:36:39 +00:00
TARGET_LPC176X CMake: Refactor NXP targets 2021-02-10 21:36:39 +00:00
TARGET_MCUXpresso_MCUS CMake: Refactor NXP targets 2021-02-10 21:36:39 +00:00
CMakeLists.txt CMake: Refactor NXP targets 2021-02-10 21:36:39 +00:00
USBEndpoints_LPC17_LPC23.h Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
USBHAL_LPC17.cpp Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
USBPhyHw.h Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
mbed_rtx.h Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00