Lines Matching +full:license +full:- +full:path
6 python3 genllheaders.py [-p /path/to/HAL] [-o /path/to/output_dir]
10 SPDX-License-Identifier: Apache-2.0
15 from pathlib import Path
25 SCRIPT_DIR = Path(__file__).absolute().parent
28 README_TEMPLATE_FILE = "readme-template.j2"
31 HEADER_TEMPLATE_FILE = "header-template.j2"
45 hal_path: Zephyr CubeMX HAL path.
61 m = re.search(r"version v?([0-9\.]+)", readme)
71 m = re.match(r"^stm32[a-z0-9]+_ll_([a-z0-9]+)\.h$", header.name)
111 "-p",
112 "--hal-path",
113 type=Path,
115 help="Zephyr CubeMX HAL path",
118 "-o",
119 "--output",
120 type=Path,