Searched refs:paths (Results 1 – 25 of 68) sorted by relevance
123
/Zephyr-Core-3.5.0/cmake/modules/ |
D | root.cmake | 5 # 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
|
D | pre_dt.cmake | 31 # - 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
|
D | soc.cmake | 56 - if in doubt, use absolute paths\n")
|
D | unittest.cmake | 19 # INCLUDE: list of additional include paths relative to ZEPHYR_BASE
|
D | west.cmake | 13 # instead of in the failure paths below to avoid CMake warnings about
|
D | kconfig.cmake | 271 # 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/ |
D | snippets.py | 82 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)
|
D | get_maintainer.py | 255 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/ |
D | CMakeLists.txt | 15 # Include paths to allow access to functions implemented in BLE controller
|
/Zephyr-Core-3.5.0/doc/_scripts/ |
D | gen_devicetree_rest.py | 262 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/ |
D | linker.cmake | 38 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/ |
D | Kconfig | 126 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/ |
D | Kconfig | 30 disabled if the include paths for LVGL are causing aliasing
|
/Zephyr-Core-3.5.0/doc/hardware/arch/ |
D | semihost.rst | 25 emulated platform. File paths can be either absolute, or relative to the
|
/Zephyr-Core-3.5.0/share/sysbuild/cmake/modules/ |
D | sysbuild_kconfig.cmake | 32 # Either variable can be a list of paths, so we must make all of them absolute.
|
/Zephyr-Core-3.5.0/cmake/ |
D | mcuboot.cmake | 43 # 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/ |
D | size_report | 517 paths = list() 522 paths.append(file) 525 return os.path.commonpath(paths)
|
/Zephyr-Core-3.5.0/doc/hardware/cache/ |
D | index.rst | 25 All the code paths related to cache control must be conditionally enabled
|
/Zephyr-Core-3.5.0/subsys/fs/ |
D | Kconfig | 23 disabled if the include paths for FS are causing aliasing
|
/Zephyr-Core-3.5.0/subsys/mgmt/mcumgr/grp/fs_mgmt/ |
D | Kconfig | 28 allow, deny or rewrite paths). 165 supplied file paths.
|
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/ |
D | net_pkt_filter.rst | 21 Both the transmission and reception paths may have a list of filter rules.
|
/Zephyr-Core-3.5.0/doc/build/ |
D | zephyr_cmake_package.rst | 92 :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/ |
D | lwm2m_rw_senml_cbor.c | 834 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/ |
D | eclipse_cdt4_generator_amendment.cmake | 128 …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/ |
D | check_compliance.py | 65 def get_files(filter=None, paths=None): argument 67 paths_arg = ('--', *paths) if paths else ()
|
123