Lines Matching +full:zephyr +full:- +full:sdk +full:-
1 # SPDX-License-Identifier: Apache-2.0
20 # arcmwdt relies on Zephyr SDK for the use of C preprocessor (devicetree) and objcopy
21 find_package(Zephyr-sdk 0.15 REQUIRED)
22 # Handling to be improved in Zephyr SDK, we can drop setting TOOLCHAIN_HOME after
23 # https://github.com/zephyrproject-rtos/sdk-ng/pull/682 got merged and we switch to proper SDK
28 # MWDT has no it's own preprocessor, so here zephyr-SDK preprocessor is used.
29 # At the same time zephyr-SDK requires ARCH variable to be initialized before include "generic.cmak…
31 # This workaround uses any (first awailable, independent on ARCH) toolchain from SDK for DTC prepro…
33 include(${ZEPHYR_SDK_INSTALL_DIR}/cmake/zephyr/generic.cmake)
38 # Handling to be improved in Zephyr SDK, to avoid overriding ZEPHYR_TOOLCHAIN_VARIANT by
39 # find_package(Zephyr-sdk) if it's already set