Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/
Dlist_hardware.py25 ARCH_SCHEMA_PATH = str(Path(__file__).parent / 'schemas' / 'arch-schema.yml') variable
26 with open(ARCH_SCHEMA_PATH, 'r') as f: