Home
last modified time | relevance | path

Searched refs:path (Results 1 – 5 of 5) sorted by relevance

/hal_silabs-latest/scripts/
Dimport_simplicity_sdk.py82 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"))
Dgen_pinctrl.py147 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" / family
181 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 …]
Dimport_wiseconnect.py183 for path in paths:
184 for f in src.glob(path):
185 if not os.path.exists(f):
189 if os.path.exists(destfile):
/hal_silabs-latest/si32/scripts/
Dcopy_hal46 local path="$1"
51 "$path"
/hal_silabs-latest/si32/
DREADME59 * run `./scripts/extract_hal /path/to/downloaded-file`