Home
last modified time | relevance | path

Searched refs:module (Results 1 – 20 of 20) sorted by relevance

/scripts/
A Dzephyr_module.py213 def process_module(module): argument
245 def process_cmake(module, meta): argument
665 for module in modules:
796 if not module.depends:
880 for module in modules:
881 kconfig += process_kconfig(module.project, module.meta)
882 cmake += process_cmake(module.project, module.meta)
884 module.project, module.meta)
885 sysbuild_cmake += process_sysbuildcmake(module.project, module.meta)
886 settings += process_settings(module.project, module.meta)
[all …]
A Dspelling.txt1027 modul||module
1035 mopdule||module
/scripts/west_commands/
A Dshields.py77 for module in zephyr_module.parse_modules(ZEPHYR_BASE, self.manifest):
78 board_root = module.meta.get('build', {}).get('settings', {}).get('board_root')
80 modules_board_roots.append(Path(module.project) / board_root)
A Dpackages.py138 for module in self.zephyr_modules:
139 module_name = module.meta.get("name")
146 pip = module.meta.get("package-managers", {}).get("pip")
153 requirements += [Path(module.project) / r for r in pip.get("requirement-files", [])]
A Dboards.py85 for module in zephyr_module.parse_modules(ZEPHYR_BASE, self.manifest):
87 root = module.meta.get('build', {}).get('settings', {}).get(key)
89 module_settings[key].append(Path(module.project) / root)
A Dblobs.py97 for module in all_modules:
99 module_name = module.meta.get('name', None)
103 blobs += zephyr_module.process_blobs(module.project, module.meta)
A Drun_common.py115 module = importlib.util.module_from_spec(spec)
116 sys.modules[module_name] = module
117 spec.loader.exec_module(module)
118 return module
239 for module in zephyr_module.parse_modules(ZEPHYR_BASE, command.manifest):
240 runners_ext = module.meta.get("runners", [])
243 module.meta.get("name", "runners_ext"), Path(module.project) / runner["file"]
A Dpatch.py498 "module": str(args.module),
515 "module": str(args.module),
/scripts/pylib/twister/twisterlib/
A Denvironment.py317 for module in modules:
318 board_root = module.meta.get("build", {}).get("settings", {}).get("board_root")
320 board_root_list.append(os.path.join(module.project, board_root, "boards"))
1067 for module in modules:
1070 self.snippet_roots.append(Path(module.project) / snippet_root)
1077 for module in modules:
1078 soc_root = module.meta.get("build", {}).get("settings", {}).get("soc_root")
1080 self.soc_roots.append(Path(module.project) / Path(soc_root))
1081 dts_root = module.meta.get("build", {}).get("settings", {}).get("dts_root")
1083 self.dts_roots.append(Path(module.project) / Path(dts_root))
[all …]
A Dtestplan.py369 self.modules = [module.meta.get('name') for module in modules_meta]
/scripts/schemas/
A Dpatch-schema.yml27 # The path of the module the patch is for, relative to the west workspace
29 module:
107 # The command used to undo local changes to each module when "west patch clean" is run
112 # The command used to clean each module when "west patch clean" is run
/scripts/pylib/display-twister-harness/camera_shield/
A Dconfig.yaml16 module: .plugins.signature_plugin
A Dmain.py67 module = importlib.import_module(plugin_cfg["module"], package=__package__)
68 plugin_class = getattr(module, plugin_cfg["class"])
A DREADME.rst23 module: plugins.signature_plugin
70 module: .plugins.signature_plugin
/scripts/west_commands/zspdx/
A Dwalker.py284 for module in modules:
285 module_name = module.get("name", None)
286 module_path = module.get("path", None)
287 module_url = module.get("remote", None)
288 module_revision = module.get("revision", None)
350 for module in modules:
351 module_name = module.get("name", None)
352 module_security = module.get("security", None)
/scripts/coccinelle/
A Dfind_dev_usage.cocci7 // If it's being used on an unknown functions from an external module such
/scripts/ci/
A Dpylintrc119 no-name-in-module,
208 deprecated-module,
A Dtags.yaml53 # we have no means of telling file changes in a module, so for assume any
A Dcheck_compliance.py538 for module in modules:
540 re.sub('[^a-zA-Z0-9]', '_', module).upper(),
541 modules_dir / module / 'Kconfig'
2252 included = list(map(lambda x: x.lower(), args.module))
/scripts/schemas/twister/
A Dtestsuite-schema.yaml154 enum: ["function", "class", "module", "package", "session"]

Completed in 38 milliseconds