Searched refs:resolve (Results 1 – 25 of 59) sorted by relevance
123
41 $ avahi-resolve -4 -n zephyr.local53 $ avahi-resolve -6 -n zephyr.local61 Lastly, resolve services using DNS Service Discovery:
9 zephyr_library_sources_ifdef(CONFIG_DNS_RESOLVER resolve.c)
32 fetchers_dir = Path(__file__).parent.resolve()
196 ZEPHYR_BASE = str(Path(__file__).resolve().parents[1])
204 if not checkfile.resolve().is_file():265 Path(cmake_path).resolve().as_posix()))299 Path(cmake_path).resolve().as_posix()))
204 yield from dict.fromkeys(map(Path.resolve, paths)).keys()
101 srcdir = Path(app.srcdir).resolve()123 dst = (srcdir / src.relative_to(prefix_src)).resolve()
14 /* Typically we use GPIO extender to resolve these conflicts but the
14 * After devices have exchanged IRK, they must correctly resolve RPA when receiving packets from the
10 ZEPHYR_BASE = Path(__file__).resolve().parents[1]11 ZEPHYR_BUILD = Path(os.environ.get("OUTPUT_DIR")).resolve()
1 .. zephyr:code-sample:: dns-resolve2 :name: DNS resolve11 try to resolve various hostnames according to how the user has
38 See :zephyr:code-sample:`dns-resolve` sample application for details.
26 resolve a DNS name. Only available if :kconfig:option:`CONFIG_DNS_RESOLVER` is set."
21 - DNS server should be available on the host to resolve domain names
52 # scripts/zephyr_module.py --settings-out resolve them.
101 resolved_addresses.resolve(address_, std::to_string(port_), SOCK_STREAM, in listen()
116 # This link is needed to resolve circular dependency between SL and platform
24 SYSBUILD_PROJ_DIR = pathlib.Path(__file__).resolve().parent.parent.parent \547 pathlib.Path(source_abs).resolve() != pathlib.Path(cached_abs).resolve())
158 '--resolve[resolve into single manifest]'159 '--freeze[resolve into single manifest, with SHAs]'
73 STM32CubeProgrammerBinaryRunner._get_stm32cubeprogrammer_path().parent.resolve()
25 - DNS server should be available on the host to resolve domain names
255 c = (zephyr_base / changed).resolve()256 if c.is_relative_to(board.dir.resolve()):
193 The easiest way to resolve this issue is to upgrade west and retry as follows:223 To resolve this issue, unset :envvar:`ZEPHYR_BASE` and try again.
27 - DNS server should be available on the host to resolve domain names
143 # support code to resolve the supported VFP features.