Home
last modified time | relevance | path

Searched +full:findzephyr +full:- +full:sdk (Results 1 – 2 of 2) sorted by relevance

/sof-3.4.0/zephyr/
DFindZephyr-sdk.cmake1 # SPDX-License-Identifier: Apache-2.0
6 # zephyr/cmake/modules/FindZephyr-sdk.cmake.
8 find_package(Zephyr-sdk ${Zephyr-sdk_FIND_VERSION} REQUIRED QUIET CONFIG PATHS
9 /opt/toolchains # in zephyr-build but not in zephyr.git, go figure
18 if(Zephyr-sdk_FOUND)
19 execute_process(COMMAND ${CMAKE_COMMAND} -E echo "${ZEPHYR_SDK_INSTALL_DIR}")
21 message(FATAL_ERROR "Zephyr SDK not found")
/sof-3.4.0/.github/workflows/
Dsparse-zephyr.yml1 ---
7 # yamllint disable-line rule:truthy
16 warnings-subset:
18 # We're sharing binaries with the zephyr-build container so keep
20 runs-on: ubuntu-20.04
23 fail-fast: false
27 real_cc: xtensa-intel_s1000_zephyr-elf/bin/xtensa-intel_s1000_zephyr-elf-gcc},
37 real_cc: xtensa-intel_s1000_zephyr-elf/bin/xtensa-intel_s1000_zephyr-elf-gcc},
41 - name: git clone sparse analyzer
44 fetch-depth: 10
[all …]