Searched refs:walk (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/scripts/dts/ |
D | gen_driver_kconfig_dts.py | 40 for root, _, filenames in os.walk(bindings_dir):
|
/Zephyr-latest/scripts/build/ |
D | subfolder_list.py | 55 for root, dirs, _ in os.walk(directory, topdown=True):
|
D | parse_syscalls.py | 95 for root, dirs, files in os.walk(base_path, topdown=True):
|
D | gen_app_partitions.py | 144 for dirpath, _, files in os.walk(args.directory):
|
D | gen_relocate_app.py | 500 for dirpath, _, files in os.walk(searchpath):
|
/Zephyr-latest/doc/_scripts/ |
D | gen_devicetree_rest.py | 265 for dirpath, _, filenames in os.walk(ZEPHYR_BASE / folder): 331 for dirpath, _, filenames in os.walk(bindings_dir):
|
/Zephyr-latest/scripts/ |
D | snippets.py | 276 for dirpath, _, filenames in os.walk(snippets_dir):
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_WINDOWS.rst | 90 register (A1) on the stack and be able to walk back up on return.
|
D | README_MMU.txt | 59 memory fetch vs. e.g. the 2-5 fetches required to walk a page table on
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/ |
D | __init__.py | 472 doctree.walk(visitor)
|
/Zephyr-latest/doc/contribute/documentation/ |
D | generation.rst | 6 These instructions will walk you through generating the Zephyr Project's
|
/Zephyr-latest/arch/ |
D | Kconfig | 432 int "Max depth for stack walk function" 437 for the stack walk function to examine.
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testplan.py | 501 for dirpath, _, filenames in os.walk(root, topdown=True):
|
D | runner.py | 1335 for dirpath, dirnames, filenames in os.walk(self.instance.build_dir, topdown=False):
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | edtlib.py | 2496 for root, _, filenames in os.walk(bindings_dir):
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.7.rst | 1054 * :github:`39011` - Bluetooth: Mesh: Model extensions walk stops before last model
|