Home
last modified time | relevance | path

Searched refs:hal_path (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/scripts/genllheaders/
Dgenllheaders.py41 def main(hal_path, output): argument
52 for entry in sorted(hal_path.iterdir()):
126 main(args.hal_path, args.output)
/hal_stm32-latest/scripts/tests/genllheaders/
Dtest_genllheaders.py4 def test_main(data, hal_path, tmp_path): argument
7 main(hal_path, tmp_path)
Dconftest.py18 def hal_path(data): function