Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/scripts/
Dlist_hardware.py121 socs_yaml = f.read()
125 return Systems(str(socs_file.parent), socs_yaml)
128 def from_yaml(socs_yaml): argument
131 return Systems('', socs_yaml)