commit | c4079e4be29afd57f6cae431c4b849970eb91dd5 | [log] [tgz] |
---|---|---|
author | Martí Bolívar <marti.bolivar@nordicsemi.no> | Fri Jul 30 15:43:27 2021 -0700 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue Aug 03 12:21:45 2021 -0500 |
tree | f1ca3994d766446c0bb7280db122c99a1bb580bd | |
parent | f261d77c7557ad6204ccd311b0977a9b8ede0b0e [diff] |
scripts: rework edtlib warnings-turned-errors Create a "global" gen_defines.py option and edtlib.EDT constructor kwarg that turns edtlib-specific warnings into errors. This applies to edtlib-specific warnings only. Warnings that are just dupes of dtc warnings are not affected. Use it from twister to increase DT testing coverage in upstream zephyr. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>