zephyr/scripts/dts
Paul Sokolovsky 04da7eaf07 scripts: dts: Consistently open text files with utf-8.
Zephyr codebase standardizes in UTF-8 as file encoding. To
accommodate this, we explicitly pass encoding="utf-8" to Python's
open() function, to be independent of any locale setting of a
particular system (e.g., CI/build systems oftentimes have "C",
i.e. ASCII-only, locale). In a few places, we lacked this parameter,
so add it consistently.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2019-08-05 17:47:57 -04:00
..
extract dts: riscv: Add sifive,plic-1.0.0 binding and fix riscv,ndev values 2019-08-02 11:44:09 +02:00
test-bindings scripts: dts: Add test for multiple binding directories 2019-08-03 14:17:49 -04:00
test-bindings-2 scripts: dts: Add test for multiple binding directories 2019-08-03 14:17:49 -04:00
devicetree.py scripts: dts: Consistently open text files with utf-8. 2019-08-05 17:47:57 -04:00
dtlib.py scripts: dts: Consistently open text files with utf-8. 2019-08-05 17:47:57 -04:00
edtlib.py scripts: dts: Consistently open text files with utf-8. 2019-08-05 17:47:57 -04:00
extract_dts_includes.py scripts/dts: Add deprecation comments to old scripts 2019-07-29 16:22:17 -04:00
gen_defines.py scripts: dts: support multiple binding dirs in new scripts 2019-08-03 14:17:49 -04:00
test-multidir.dts scripts: dts: Add test for multiple binding directories 2019-08-03 14:17:49 -04:00
test.dts dts: Add new DTS/binding parser 2019-07-29 16:22:17 -04:00
testdtlib.py dts: Add new DTS/binding parser 2019-07-29 16:22:17 -04:00
testedtlib.py scripts: dts: Add test for multiple binding directories 2019-08-03 14:17:49 -04:00