Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/
Dlist_hardware.py21 SOC_SCHEMA_PATH = str(Path(__file__).parent / 'schemas' / 'soc-schema.yml') variable
22 with open(SOC_SCHEMA_PATH, 'r') as f: