zephyr/scripts/dts/python-devicetree
Martí Bolívar cf9cfc31bd edtlib: implement copy.deepcopy() for EDT
Just like we did for dtlib in 15e3e317f7
("dtlib: implement copy.deepcopy() for DT"), except this time it's for
EDT. This also can do no harm and will be useful for implementing
system devicetree support.

No functional changes expected under the assumption that no users are
relying on us having stashed the exact bindings_dirs list passed to
the constructor. This patch switches to making a defensive copy, which
is safer and makes implementing this a little cleaner.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2023-04-17 08:58:14 -07:00
..
src/devicetree edtlib: implement copy.deepcopy() for EDT 2023-04-17 08:58:14 -07:00
tests edtlib: implement copy.deepcopy() for EDT 2023-04-17 08:58:14 -07:00
.gitignore
requirements.txt
setup.py python-devicetree: bump version to 0.0.2 2023-01-16 11:19:54 +00:00
tox.ini python-devicetree: unpin types-PyYAML version 2023-01-16 11:19:54 +00:00