You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When build tests/drivers/charger/sbs_charger using:
'west build -p -b qemu_max/qemu_max \
tests/drivers/charger/sbs_charger \
-T drivers.charger.sbs.emulated'
build failed.
The error message is:
"'reg' property in <Node /i2c@100 in
'/home/proctor-a/zephyrproject/zephyr/misc/empty_file.c'>
has length 8, which is not evenly divisible by
16 (= 4*(<#address-cells> (= 2) + <#size-cells> (= 2)))."
The issue can been seen using qemu_max too.
Signed-off-by: Guoqi Xie <[email protected]>
0 commit comments