Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 25 of 68) sorted by relevance

123

/Zephyr-Core-3.5.0/cmake/modules/
Droot.cmake5 # Convert Zephyr roots to absolute paths.
7 # This CMake module will convert all relative paths in existing ROOT lists to
16 # If a root is defined it will check the list of paths in the root and convert
31 # Convert paths to absolute, relative from APPLICATION_SOURCE_DIR
Dpre_dt.cmake31 # - SHIELD_DIRS: paths to shield definitions (added to DTS_ROOT)
35 # Convert relative paths to absolute paths relative to the application
49 # Convert the directories in DTS_ROOT to absolute paths without
Dsoc.cmake56 - if in doubt, use absolute paths\n")
Dunittest.cmake19 # INCLUDE: list of additional include paths relative to ZEPHYR_BASE
Dwest.cmake13 # instead of in the failure paths below to avoid CMake warnings about
Dkconfig.cmake271 # Create a list of absolute paths to the .config sources from
272 # merge_config_files, which is a mix of absolute and relative paths.
351 # can use relative paths in CONF_FILE, e.g. CONF_FILE=nrf5.conf
/Zephyr-Core-3.5.0/scripts/
Dsnippets.py82 self.paths: Set[Path] = set()
108 snippets.paths = set(map(lambda x: str(PurePosixPath(x)), snippets.paths))
117 sorted(f'"{path}"' for path in snippets.paths))
280 snippets.paths.add(snippet_yml)
Dget_maintainer.py255 for path in args.paths:
261 for path in args.paths:
521 paths = tuple(root.glob(glob_pattern))
522 if not paths:
527 if all(path.is_dir() for path in paths):
/Zephyr-Core-3.5.0/tests/bluetooth/df/connectionless_cte_chains/
DCMakeLists.txt15 # Include paths to allow access to functions implemented in BLE controller
/Zephyr-Core-3.5.0/doc/_scripts/
Dgen_devicetree_rest.py262 paths = set()
268 paths.add(bindings_dir / binding_filename(binding))
273 if path not in paths:
689 paths = set(compatibles_dir / compatible_filename(compatible)
693 if path not in paths:
/Zephyr-Core-3.5.0/cmake/linker_script/arm/
Dlinker.cmake38 dt_comp_path(paths COMPATIBLE "zephyr,memory-region")
39 foreach(path IN LISTS paths)
201 dt_comp_path(paths COMPATIBLE "zephyr,memory-region")
202 foreach(path IN LISTS paths)
/Zephyr-Core-3.5.0/modules/mbedtls/
DKconfig126 Adds compile options, which should convert full source paths in
143 result in full paths or paths relative to west root directory
232 disabled if the include paths for MBEDTLS are causing aliasing
/Zephyr-Core-3.5.0/modules/lvgl/
DKconfig30 disabled if the include paths for LVGL are causing aliasing
/Zephyr-Core-3.5.0/doc/hardware/arch/
Dsemihost.rst25 emulated platform. File paths can be either absolute, or relative to the
/Zephyr-Core-3.5.0/share/sysbuild/cmake/modules/
Dsysbuild_kconfig.cmake32 # Either variable can be a list of paths, so we must make all of them absolute.
/Zephyr-Core-3.5.0/cmake/
Dmcuboot.cmake43 # Relative paths are relative to 'west topdir'.
48 …message(FATAL_ERROR "west sign can't find file ${${file}} (Note: Relative paths are relative to th…
/Zephyr-Core-3.5.0/scripts/footprint/
Dsize_report517 paths = list()
522 paths.append(file)
525 return os.path.commonpath(paths)
/Zephyr-Core-3.5.0/doc/hardware/cache/
Dindex.rst25 All the code paths related to cache control must be conditionally enabled
/Zephyr-Core-3.5.0/subsys/fs/
DKconfig23 disabled if the include paths for FS are causing aliasing
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/grp/fs_mgmt/
DKconfig28 allow, deny or rewrite paths).
165 supplied file paths.
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/
Dnet_pkt_filter.rst21 Both the transmission and reception paths may have a list of filter rules.
/Zephyr-Core-3.5.0/doc/build/
Dzephyr_cmake_package.rst92 :envvar:`ZEPHYR_BASE` and then use the normal search paths.
343 the steps below. Other default CMake package search paths and hints are disabled and there is no
353 It is recommended to place the files in the default paths from step 2, but with the
360 .. note:: The ``<PackageName>_ROOT`` variables, as well as the default paths, are just the prefixes
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/
Dlwm2m_rw_senml_cbor.c834 uint8_t paths = 0; in parse_composite_read_paths() local
898 paths++; in parse_composite_read_paths()
904 return paths; in parse_composite_read_paths()
/Zephyr-Core-3.5.0/cmake/ide/
Declipse_cdt4_generator_amendment.cmake128 …g.eclipse.cdt.managedbuilder.core.GCCBuiltinSpecsDetector\" keep-relative-paths=\"false\" name=\"Z…
130 …g.eclipse.cdt.managedbuilder.core.GCCBuiltinSpecsDetector\" keep-relative-paths=\"false\" name=\"Z…
/Zephyr-Core-3.5.0/scripts/ci/
Dcheck_compliance.py65 def get_files(filter=None, paths=None): argument
67 paths_arg = ('--', *paths) if paths else ()

123