Home
last modified time | relevance | path

Searched full:paths (Results 1 – 25 of 270) sorted by relevance

1234567891011

/Zephyr-latest/cmake/bintools/gnu/
Dtarget.cmake5 find_program(CMAKE_OBJCOPY ${CROSS_COMPILE}objcopy PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
6 find_program(CMAKE_OBJDUMP ${CROSS_COMPILE}objdump PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
7 find_program(CMAKE_AS ${CROSS_COMPILE}as PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
9 find_program(CMAKE_AR ${CROSS_COMPILE}gcc-ar PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
10 find_program(CMAKE_RANLIB ${CROSS_COMPILE}gcc-ranlib PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
12 find_program(CMAKE_AR ${CROSS_COMPILE}ar PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
13 find_program(CMAKE_RANLIB ${CROSS_COMPILE}ranlib PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
15 find_program(CMAKE_READELF ${CROSS_COMPILE}readelf PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
16 find_program(CMAKE_NM ${CROSS_COMPILE}nm PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
17 find_program(CMAKE_STRIP ${CROSS_COMPILE}strip PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
[all …]
/Zephyr-latest/cmake/bintools/arcmwdt/
Dtarget.cmake5 find_program(CMAKE_ELF2BIN ${CROSS_COMPILE}elf2bin PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
6 find_program(CMAKE_OBJDUMP ${CROSS_COMPILE}elfdumpac PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
7 find_program(CMAKE_AS ${CROSS_COMPILE}ccac PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
8 find_program(CMAKE_AR ${CROSS_COMPILE}arac PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
9 find_program(CMAKE_RANLIB ${CROSS_COMPILE}arac PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
10 find_program(CMAKE_READELF ${CROSS_COMPILE}elfdumpac PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
11 find_program(CMAKE_NM ${CROSS_COMPILE}nmac PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
12 find_program(CMAKE_STRIP ${CROSS_COMPILE}stripac PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
13 find_program(CMAKE_SIZE ${CROSS_COMPILE}sizeac PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
14 find_program(CMAKE_ELF2HEX ${CROSS_COMPILE}elf2hex PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
[all …]
/Zephyr-latest/cmake/bintools/armclang/
Dtarget.cmake5 find_program(CMAKE_FROMELF fromelf PATHS ${TOOLCHAIN_HOME}/bin NO_DEFAULT_PATH)
6 find_program(CMAKE_AS armasm PATHS ${TOOLCHAIN_HOME}/bin NO_DEFAULT_PATH)
7 find_program(CMAKE_AR armar PATHS ${TOOLCHAIN_HOME}/bin NO_DEFAULT_PATH)
14 find_program(CMAKE_GDB ${CROSS_COMPILE}mdb PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
/Zephyr-latest/cmake/modules/
Droot.cmake5 # Convert Zephyr roots to absolute paths.
7 # This CMake module will convert all relative paths in existing ROOT lists to
17 # If a root is defined it will check the list of paths in the root and convert
33 # Convert paths to absolute, relative from APPLICATION_SOURCE_DIR
Dpre_dt.cmake29 # - SHIELD_DIRS: paths to shield definitions (added to DTS_ROOT)
33 # Convert relative paths to absolute paths relative to the application
47 # Convert the directories in DTS_ROOT to absolute paths without
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_root.cmake5 # Convert Zephyr roots to absolute paths to be used by sysbuild.
7 # This CMake module will convert all relative paths in existing ROOT lists to
17 # If a root is defined it will check the list of paths in the root and convert
21 # Converted paths are placed in the CMake cache so that they are propagated
36 # Convert paths to absolute, relative from APP_DIR
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dleshan.py307 def _composite_params(self, paths: list[str] | None = None):
314 if paths is not None:
315 paths = [path if path.startswith('/') else '/' + path for path in paths]
316 parameters['paths'] = ','.join(paths)
320 def composite_read(self, endpoint: str, paths: list[str]):
322 parameters = self._composite_params(paths)
401 def composite_observe(self, endpoint: str, paths: list[str]):
402 parameters = self._composite_params(paths)
407 def cancel_composite_observe(self, endpoint: str, paths: list[str]):
408 paths = [path if path.startswith('/') else '/' + path for path in paths]
[all …]
/Zephyr-latest/cmake/compiler/arcmwdt/
Dgeneric.cmake5 find_program(CMAKE_DTS_PREPROCESSOR ${ZEPHYR_SDK_CROSS_COMPILE}gcc PATHS ${ZEPHYR_SDK_INSTALL_DIR} …
8 find_program(CMAKE_C_COMPILER ${CROSS_COMPILE}ccac PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
9 find_program(CMAKE_LLVM_COV ${CROSS_COMPILE}llvm-cov PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
Dtarget.cmake2 find_program(CMAKE_C_COMPILER ${CROSS_COMPILE}ccac PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
3 find_program(CMAKE_CXX_COMPILER ${CROSS_COMPILE}ccac PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
4 find_program(CMAKE_ASM_COMPILER ${CROSS_COMPILE}ccac PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
/Zephyr-latest/scripts/ci/
Dupload_test_results_es.py46 "name":"(no paths)",
72 "ROM/symbols/(no paths)/size": 2222,
73 "ROM/symbols/(no paths)/identifier": ":",
74 "ROM/symbols/(no paths)/address": 0,
75 "ROM/symbols/(no paths)/var1/size": 20,
76 "ROM/symbols/(no paths)/var1/identifier": ":/var1",
77 "ROM/symbols/(no paths)/var1/address": 1234,
116 "ROM/symbols/(no paths)/size": 2222,
117 "ROM/symbols/(no paths)/identifier": ":",
118 "ROM/symbols/(no paths)/address": 0,
[all …]
Dtags.yaml10 # List of paths and/or glob patterns giving the files in the tag,
17 # Paths to directories should always have a trailing '/'.
20 # List of regular expressions applied to paths to determine if they
/Zephyr-latest/cmake/compiler/gcc/
Dgeneric.cmake5 find_program(CMAKE_C_COMPILER ${CROSS_COMPILE}${CC} PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
6 find_program(CMAKE_GCOV ${CROSS_COMPILE}gcov PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
/Zephyr-latest/cmake/compiler/xcc/
Dgeneric.cmake5 find_program(CMAKE_C_COMPILER ${CROSS_COMPILE}${CC} PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
6 find_program(CMAKE_GCOV ${CROSS_COMPILE}gcov PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
/Zephyr-latest/cmake/bintools/oneApi/
Dtarget.cmake4 set(find_program_clang_args PATHS ${TOOLCHAIN_HOME} ${ONEAPI_LLVM_BIN_PATH} NO_DEFAULT_PATH)
5 set(find_program_binutils_args PATHS ${TOOLCHAIN_HOME} )
/Zephyr-latest/cmake/compiler/armclang/
Dtarget.cmake2 find_program(CMAKE_C_COMPILER ${CROSS_COMPILE}armclang PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
3 find_program(CMAKE_CXX_COMPILER ${CROSS_COMPILE}armclang PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
4 find_program(CMAKE_ASM_COMPILER ${CROSS_COMPILE}armclang PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
/Zephyr-latest/cmake/bintools/llvm/
Dtarget.cmake6 set(find_program_clang_args PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
7 set(find_program_binutils_args PATHS ${TOOLCHAIN_HOME})
/Zephyr-latest/.github/workflows/
Dpylib_tests.yml11 paths:
18 paths:
Dtwister_tests.yml12 paths:
22 paths:
Dscripts_tests.yml11 paths:
18 paths:
/Zephyr-latest/tests/bsim/bluetooth/
Dtests.nrf52bsim.txt1 # Search paths(s) for tests which will be run in the nrf52bsim
Dtests.nrf54l15bsim_nrf54l15_cpuapp.txt1 # Search paths(s) for tests which will be run in the nrf54l15 app core
Dtests.nrf5340bsim_nrf5340_cpuapp.txt1 # Search paths(s) for tests which will be run in the nrf5340 split stack configuration
/Zephyr-latest/cmake/compiler/icx/
Dgeneric.cmake4 set(find_program_icx_args PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
/Zephyr-latest/doc/_extensions/zephyr/
Dexternal_content.py17 Paths for external content included via e.g. figure, literalinclude, etc.
26 and their paths adjusted if necessary. Defaults to ``DEFAULT_DIRECTIVES``.
57 """Adjust included content paths.
75 # ignore absolute paths
/Zephyr-latest/cmake/compiler/clang/
Dgeneric.cmake4 set(find_program_clang_args PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)

1234567891011