Lines Matching refs:ZEPHYR_BASE
10 ZEPHYR_BASE = Path(__file__).resolve().parents[1] variable
15 sys.path.insert(0, str(ZEPHYR_BASE / "doc" / "_extensions"))
19 sys.path.insert(0, str(ZEPHYR_BASE / "doc" / "_scripts"))
23 sys.path.insert(0, str(ZEPHYR_BASE / "scripts" / "west_commands"))
26 sys.path.insert(0, str(ZEPHYR_BASE / "scripts" / "pylib" / "pytest-twister-harness" / "src"))
42 with open(ZEPHYR_BASE / "VERSION") as f:
67 with open(ZEPHYR_BASE / "SDK_VERSION") as f:
174 html_logo = str(ZEPHYR_BASE / "doc" / "_static" / "images" / "logo.svg")
175 html_favicon = str(ZEPHYR_BASE / "doc" / "_static" / "images" / "favicon.png")
176 html_static_path = [str(ZEPHYR_BASE / "doc" / "_static")]
182 html_search_scorer = str(ZEPHYR_BASE / "doc" / "_static" / "js" / "scorer.js")
220 "maketitle": (ZEPHYR_BASE / "doc" / "_static" / "latex" / "title.tex").read_text(),
221 "preamble": (ZEPHYR_BASE / "doc" / "_static" / "latex" / "preamble.tex").read_text(),
240 latex_logo = str(ZEPHYR_BASE / "doc" / "_static" / "images" / "logo-latex.pdf")
249 doxyrunner_doxyfile = ZEPHYR_BASE / "doc" / "zephyr.doxyfile.in"
252 doxyrunner_fmt_vars = {"ZEPHYR_BASE": str(ZEPHYR_BASE), "ZEPHYR_VERSION": version}
294 kconfig_ext_paths = [ZEPHYR_BASE]
299 (ZEPHYR_BASE / "doc", "[!_]*"),
300 (ZEPHYR_BASE, "boards/**/*.rst"),
301 (ZEPHYR_BASE, "boards/**/doc"),
302 (ZEPHYR_BASE, "samples/**/*.html"),
303 (ZEPHYR_BASE, "samples/**/*.rst"),
304 (ZEPHYR_BASE, "samples/**/doc"),
305 (ZEPHYR_BASE, "snippets/**/*.rst"),
306 (ZEPHYR_BASE, "snippets/**/doc"),
307 (ZEPHYR_BASE, "tests/**/*.pts"),