gen_defines does not resolve symbol values for devicetree.conf #23415
Labels
area: Devicetree Tooling
PR modifies or adds a Device Tree tooling
bug
The issue is a bug, or the PR is fixing a bug
Describe the bug
scripts/dts/gen_defines.py
does not resolve symbol values fordevicetree.conf
.For instance, we have:
when it should be:
To Reproduce
Build any project and take a look at
zephyr/include/generated/devicetree.conf
.Impact
Kconfig functions such as
dt_int_val
anddt_hex_val
fail.Additional context
86645aa is the offending commit.
The text was updated successfully, but these errors were encountered: