Lines Matching refs:module
317 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:
1068 snippet_root = module.meta.get("build", {}).get("settings", {}).get("snippet_root")
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))
1084 arch_root = module.meta.get("build", {}).get("settings", {}).get("arch_root")
1086 self.arch_roots.append(Path(module.project) / Path(arch_root))