Searched refs:path (Results 1 – 5 of 5) sorted by relevance
82 for path in paths:83 for f in src.glob(path):101 path = Path(blob["path"])102 if not path.is_relative_to(Path("simplicity_sdk")):105 path = path.relative_to(Path("simplicity_sdk"))
147 def download_pin_tool_data(path: Path) -> None:151 dst = path / "pin_tool"164 def download_cmsis_pack(path: Path, family: str) -> None:168 dst = path / "pack" / family181 def parse_svd(peripherals, path: Path, family: str) -> None:182 for svd_path in (path / "pack" / family / "SVD" / family.upper()).glob("*.svd"):218 def parse_pin_tool(peripherals, path: Path, family: str):219 …for pin_tool in (path / "pin_tool" / "platform" / "hwconf_data" / "pin_tool" / family).glob("*/POR…248 def write_header(path: Path, family, peripherals: dict, abuses: list) -> None:312 path.mkdir(parents=True, exist_ok=True)[all …]
183 for path in paths:184 for f in src.glob(path):185 if not os.path.exists(f):189 if os.path.exists(destfile):
46 local path="$1"51 "$path"
59 * run `./scripts/extract_hal /path/to/downloaded-file`