zephyr/scripts/dts
Ulf Magnusson 2e1d2889e2 dts: edtlib: Turn edt.required_by()/depends_on() into Node attributes
Turns

    edt.required_by(node)
    edt.depends_on(node)

into

    node.required_by
    node.depends_on

which might be a bit more readable.

One drawback is that @property hides that there's some slight overhead
in accessing them, but I suspect it won't be meaningful. Caching could
be added if it ever turns out to be.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-11-06 17:33:59 -08:00
..
extract
test-bindings
test-bindings-2
devicetree.py
dtlib.py
edtlib.py dts: edtlib: Turn edt.required_by()/depends_on() into Node attributes 2019-11-06 17:33:59 -08:00
extract_dts_includes.py
gen_defines.py dts: edtlib: Turn edt.required_by()/depends_on() into Node attributes 2019-11-06 17:33:59 -08:00
grutils.py
test-multidir.dts
test.dts
testdtlib.py
testedtlib.py dts: edtlib: Turn edt.required_by()/depends_on() into Node attributes 2019-11-06 17:33:59 -08:00