Lines Matching refs:Path
19 from pathlib import Path
147 def download_pin_tool_data(path: Path) -> None: argument
164 def download_cmsis_pack(path: Path, family: str) -> None: argument
181 def parse_svd(peripherals, path: Path, family: str) -> None: argument
218 def parse_pin_tool(peripherals, path: Path, family: str): argument
248 def write_header(path: Path, family, peripherals: dict, abuses: list) -> None: argument
315 def parse_abus(file: Path) -> list: argument
345 parser.add_argument("--workdir", "-w", default=Path(__file__).parent.absolute() / "cache",
346 type=Path, help="Working directory to store downloaded Pin Tool and "
348 …parser.add_argument("--sdk", "-s", default=Path(__file__).parent.parent.absolute() / "simplicity_s…
349 type=Path, help="SDK directory.")
350 parser.add_argument("--out", "-o", default=(Path(__file__).parent.absolute() / "out"), type=Path,