Lines Matching +full:python3 +full:- +full:dev
1 #!/usr/bin/env python3
4 # SPDX-License-Identifier: Apache-2.0
33 "dts", "python-devicetree", "src"))
34 from devicetree import edtlib # pylint: disable=unused-import
49 "zephyr,cdc-acm-uart",
177 offset = addr - start
285 dev = self._ord2node[dev_ord]
286 for dep in dev.depends_on:
302 parser.add_argument("-f", "--elf-file", default=pathlib.Path("build", "zephyr", "zephyr.elf"),
304 parser.add_argument("-v", "--verbose", action="count",
307 parser.add_argument("--always-succeed", action="store_true",
309 parser.add_argument("-o", "--output",
311 parser.add_argument("-i", "--initlevels", action="store_true",
313 parser.add_argument("--edt-pickle", default=pathlib.Path("edt.pickle"),