Lines Matching +full:development +full:- +full:tools
1 # SPDX-License-Identifier: Apache-2.0
5 # FindHostTools module for locating a set of tools to use on the host for
6 # Zephyr development.
8 # This module will lookup the following tools for Zephyr development:
9 # +---------------------------------------------------------------+
11 # +---------------------------------------------------------------+
12 # | Generic C-compiler | Yes | Pre-processing of devicetree |
13 # | Zephyr-sdk | | |
18 # +---------------------------------------------------------------+
24 # Set to 'CMAKE_C_COMPILER-NOTFOUND' if no C compiler was found.
28 # Set to 'GPERF-NOTFOUND' if gperf was not found.
32 # Set to 'OPENOCD-NOTFOUND' if openocd was not found.
36 # Set to 'BOSSAC-NOTFOUND' if bossac was not found.
40 # Set to 'IMGTOOL-NOTFOUND' if imgtool was not found.
43 # True if all required host tools were found.
53 find_package(Zephyr-sdk 0.16)
70 if("${PTY_INTERFACE}" STREQUAL "PTY_INTERFACE-NOTFOUND")
88 # Support for out-of-tree toolchain
97 # Host-tools don't unconditionally set TOOLCHAIN_HOME anymore,
104 assert(TOOLCHAIN_ROOT "Zephyr toolchain root path invalid: please set the TOOLCHAIN_ROOT-variable")
113 # (gcc, host-gcc etc.)