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
zephyr: devicetree: Allow non-snake-case names in DT nodes
DT nodes that have addresses with hex letters in them will generate
names with capital letters inside the name, which will trigger the
`non_snake_case` lint in the compiler. Pre-emptively allow these names
in the devicetree, as this will show up as new targets are added.
Signed-off-by: David Brown <[email protected]>
0 commit comments