Home
last modified time | relevance | path

Searched full:zephyr_sdk_install_dir (Results 1 – 25 of 45) sorted by relevance

12

/Zephyr-latest/cmake/toolchain/zephyr/
Dgeneric.cmake3 include(${ZEPHYR_SDK_INSTALL_DIR}/cmake/zephyr/generic.cmake)
5 set(TOOLCHAIN_KCONFIG_DIR ${ZEPHYR_SDK_INSTALL_DIR}/cmake/zephyr)
7 message(STATUS "Found toolchain: zephyr ${SDK_VERSION} (${ZEPHYR_SDK_INSTALL_DIR})")
Dtarget.cmake3 include(${ZEPHYR_SDK_INSTALL_DIR}/cmake/zephyr/target.cmake)
/Zephyr-latest/cmake/
Dverify-toolchain.cmake35 string(APPEND json "\"ZEPHYR_SDK_INSTALL_DIR\" : \"${ZEPHYR_SDK_INSTALL_DIR}\"}")
43 if(DEFINED ZEPHYR_SDK_INSTALL_DIR)
44 message(STATUS "ZEPHYR_SDK_INSTALL_DIR : ${ZEPHYR_SDK_INSTALL_DIR}")
/Zephyr-latest/cmake/modules/
DFindZephyr-sdk.cmake19 # 'ZEPHYR_SDK_INSTALL_DIR'
46 zephyr_get(ZEPHYR_SDK_INSTALL_DIR)
54 # 1) Zephyr specified as toolchain (ZEPHYR_SDK_INSTALL_DIR still used if defined)
59 (DEFINED ZEPHYR_SDK_INSTALL_DIR) OR
64 NOT DEFINED ZEPHYR_SDK_INSTALL_DIR AND
75 if(DEFINED ZEPHYR_SDK_INSTALL_DIR AND LOAD IN_LIST Zephyr-sdk_FIND_COMPONENTS)
81 REQUIRED QUIET CONFIG HINTS ${ZEPHYR_SDK_INSTALL_DIR}
176 if(DEFINED ZEPHYR_SDK_INSTALL_DIR)
178 set(ZEPHYR_SDK_INSTALL_DIR ${ZEPHYR_SDK_INSTALL_DIR} CACHE PATH "Zephyr SDK install directory") variable
182 include(${ZEPHYR_SDK_INSTALL_DIR}/cmake/zephyr/host-tools.cmake)
[all …]
/Zephyr-latest/tests/misc/llext-edk/pytest/
Dtest_edk.py18 # Need to have the ZEPHYR_SDK_INSTALL_DIR environment variable set,
20 if os.environ.get("ZEPHYR_SDK_INSTALL_DIR") is None:
21 logger.warning("ZEPHYR_SDK_INSTALL_DIR is not set, skipping test")
22 pytest.skip("ZEPHYR_SDK_INSTALL_DIR is not set")
/Zephyr-latest/cmake/bintools/arcmwdt/
Dtarget.cmake25 include(${ZEPHYR_SDK_INSTALL_DIR}/cmake/zephyr/target.cmake)
29 …find_program(CMAKE_OBJCOPY ${CROSS_COMPILE}objcopy PATHS ${ZEPHYR_SDK_INSTALL_DIR} NO_DEFAULT_PATH)
/Zephyr-latest/samples/subsys/llext/edk/ext2/
Dtoolchain.cmake4 set(CMAKE_FIND_ROOT_PATH $ENV{ZEPHYR_SDK_INSTALL_DIR}/arm-zephyr-eabi)
/Zephyr-latest/samples/subsys/llext/edk/ext3/
Dtoolchain.cmake4 set(CMAKE_FIND_ROOT_PATH $ENV{ZEPHYR_SDK_INSTALL_DIR}/arm-zephyr-eabi)
/Zephyr-latest/samples/subsys/llext/edk/k-ext1/
Dtoolchain.cmake4 set(CMAKE_FIND_ROOT_PATH $ENV{ZEPHYR_SDK_INSTALL_DIR}/arm-zephyr-eabi)
/Zephyr-latest/samples/subsys/llext/edk/ext1/
Dtoolchain.cmake4 set(CMAKE_FIND_ROOT_PATH $ENV{ZEPHYR_SDK_INSTALL_DIR}/arm-zephyr-eabi)
/Zephyr-latest/cmake/toolchain/arcmwdt/
Dgeneric.cmake25 set(TOOLCHAIN_HOME ${ZEPHYR_SDK_INSTALL_DIR})
33 include(${ZEPHYR_SDK_INSTALL_DIR}/cmake/zephyr/generic.cmake)
/Zephyr-latest/doc/develop/getting_started/
Dinstallation_linux.rst278 script, or set :envvar:`ZEPHYR_SDK_INSTALL_DIR` to point to the Zephyr SDK
281 You can also use :envvar:`ZEPHYR_SDK_INSTALL_DIR` for pointing to a
283 selection. For example, ``ZEPHYR_SDK_INSTALL_DIR=/company/tools``, where
308 :envvar:`ZEPHYR_SDK_INSTALL_DIR` environment variable to the Zephyr SDK
310 the :envvar:`ZEPHYR_SDK_INSTALL_DIR` environment variable must be unset.
316 unset ZEPHYR_SDK_INSTALL_DIR
/Zephyr-latest/tests/misc/llext-edk/extension/
DCMakeLists.txt4 set(CMAKE_FIND_ROOT_PATH $ENV{ZEPHYR_SDK_INSTALL_DIR}/arm-zephyr-eabi)
/Zephyr-latest/.github/workflows/
Derrno.yml29 … echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
Dtwister_tests_blackbox.yml53 echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
Dfootprint-tracking.yml71 … echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
Dtwister-prep.yaml80 … echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
Dclang.yaml78 … echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
/Zephyr-latest/cmake/compiler/arcmwdt/
Dgeneric.cmake5 find_program(CMAKE_DTS_PREPROCESSOR ${ZEPHYR_SDK_CROSS_COMPILE}gcc PATHS ${ZEPHYR_SDK_INSTALL_DIR} …
/Zephyr-latest/samples/subsys/llext/edk/
DREADME.rst77 The :envvar:`ZEPHYR_SDK_INSTALL_DIR` environment variable is used by the
82 export ZEPHYR_SDK_INSTALL_DIR=</path/to/zephyr-sdk>
/Zephyr-latest/scripts/ci/
Derrno.py38 newlib = os.environ['ZEPHYR_SDK_INSTALL_DIR'] / newlib
/Zephyr-latest/doc/develop/toolchains/
Dzephyr_sdk.rst44 then the :envvar:`ZEPHYR_SDK_INSTALL_DIR` can be used to point to the Zephyr SDK installation
47 You can also set :envvar:`ZEPHYR_SDK_INSTALL_DIR` to point to a directory
49 example, you can set ``ZEPHYR_SDK_INSTALL_DIR`` to ``/company/tools``, where the
/Zephyr-latest/boards/cdns/xt-sim/doc/
Dindex.rst72 export ZEPHYR_SDK_INSTALL_DIR=/opt/xtensa/zephyr-sdk-64-INTERNAL-11-22-2016
78 export ZEPHYR_SDK_INSTALL_DIR=/opt/xtensa/zephyr-sdk-64-INTERNAL-11-22-2016
/Zephyr-latest/doc/develop/
Dbeyond-GSG.rst83 or :envvar:`ZEPHYR_SDK_INSTALL_DIR` environment variables are already set.
93 * If the :envvar:`ZEPHYR_SDK_INSTALL_DIR` environment variable is set, it will override
263 …sudo cp ${ZEPHYR_SDK_INSTALL_DIR}/sysroots/x86_64-pokysdk-linux/usr/share/openocd/contrib/60-openo…
/Zephyr-latest/boards/ti/msp_exp432p401r_launchxl/doc/
Dindex.rst74 export PATH=$ZEPHYR_SDK_INSTALL_DIR/sysroots/x86_64-pokysdk-linux/usr/bin/openocd:$PATH

12