zephyr/scripts/dts/extract
Ulf Magnusson 399c04ce5a scripts/dts: Remove unused variables and imports
Discovered with pylint3.

Use the placeholder name '_' for unproblematic unused variables. It's
what I'm used to, and pylint knows not to flag it.

Also improve the naming a bit in devicetree.py. If a key/value is known
to be a specific thing (like a node), then it's helpful to call it that
instead of something generic like "value".

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-03-28 11:06:01 -05:00
..
__init__.py
clocks.py scripts/dts: Remove unused variables and imports 2019-03-28 11:06:01 -05:00
compatible.py scripts/dts: Remove unused variables and imports 2019-03-28 11:06:01 -05:00
default.py scripts/dts: Remove redundant empty constructors 2019-03-15 11:09:49 -05:00
directive.py scripts/dts: Remove redundant empty constructors 2019-03-15 11:09:49 -05:00
flash.py scripts/dts: Remove unused variables and imports 2019-03-28 11:06:01 -05:00
globals.py scripts/dts: Remove weird def_label.split('/') code 2019-03-15 11:09:49 -05:00
interrupts.py scripts/dts: Clean up/fix extract/interrupts.py a bit 2019-03-15 11:09:49 -05:00
pinctrl.py scripts/dts: Remove redundant empty constructors 2019-03-15 11:09:49 -05:00
reg.py scripts/dts: Remove unused variables and imports 2019-03-28 11:06:01 -05:00