zephyr/scripts/dts/python-devicetree
Martí Bolívar 587b3248dc dtlib: code order and whitespace refactoring
Move the DTError, Node, Type, and Property definitions to the top.

This way, class definitions occur before methods which use those
classes. This will be useful to avoid string literals in type
annotations that will be added later. Some can't be avoided due to
circular dependencies, but this will help.

Adjust whitespace.

No functional changes expected.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2021-05-05 13:13:12 -05:00
..
src/devicetree dtlib: code order and whitespace refactoring 2021-05-05 13:13:12 -05:00
tests dtlib: add Type enum 2021-04-22 15:32:10 +02:00
.gitignore
requirements.txt
setup.py
tox.ini