Introduce list mode in Zephyr-sdk module package. The list mode allows to list all Zephyr SDK's found in the system without loading any of them. Signature of the list mode is: > find_package(Zephyr-sdk COMPONENTS LIST) Will print valid Zephyr SDKs and their path, as well as defining the following corresponding CMake lists: - Zephyr-sdk : List of Zephyr SDKs' version - Zephyr-sdk_DIRS : List of Directories with a valid Zephyr SDK. Each entry in Zephyr-sdk corresponds to the same entry index in the Zephyr-sdk_DIRS list. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> |
||
|---|---|---|
| .. | ||
| app | ||
| bintools | ||
| compiler | ||
| emu | ||
| flash | ||
| ide | ||
| linker | ||
| linker_script | ||
| makefile_exports | ||
| modules | ||
| reports | ||
| sca | ||
| toolchain | ||
| usage | ||
| util | ||
| cfb.cmake | ||
| extra_flags.cmake | ||
| gcc-m-cpu.cmake | ||
| gcc-m-fpu.cmake | ||
| gen_version_h.cmake | ||
| hex.cmake | ||
| kobj.cmake | ||
| llext-edk.cmake | ||
| mcuboot.cmake | ||
| package_helper.cmake | ||
| pristine.cmake | ||
| target_toolchain_flags.cmake | ||
| verify-toolchain.cmake | ||
| vif.cmake | ||