Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/
Dlist_hardware.py120 socs_yaml = f.read()
124 return Systems(str(socs_file.parent), socs_yaml)
127 def from_yaml(socs_yaml): argument
130 return Systems('', socs_yaml)