Skip to content

zephyr: devicetree: Allow non-snake-case names in DT nodes #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2025
Merged

Conversation

d3zd3z
Copy link
Collaborator

@d3zd3z d3zd3z commented Apr 11, 2025

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.

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]>
@d3zd3z d3zd3z requested review from teburd, cfriedt and ithinuel April 11, 2025 21:43
@d3zd3z d3zd3z merged commit d921320 into main Apr 14, 2025
4 checks passed
@d3zd3z d3zd3z deleted the snake-dt branch April 14, 2025 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants