Skip to content

Conversation

d3zd3z
Copy link
Collaborator

@d3zd3z d3zd3z commented Aug 27, 2025

The regex for matching numeric Kconfig values would match either numbers starting with 0x for hex, or a non-zero digit. This rejected values that were just zero. Allow this explicitly in the regex.

@d3zd3z d3zd3z requested review from teburd and cfriedt August 27, 2025 19:07
@d3zd3z d3zd3z changed the title zephyr-build: Allow kconfig entires with a value of zero zephyr-build: Allow kconfig entries with a value of zero Aug 28, 2025
The regex for matching numeric Kconfig values would match either numbers
starting with 0x for hex, or a non-zero digit. This rejected values that
were just zero.  Allow this explicitly in the regex.

Signed-off-by: David Brown <[email protected]>
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.

1 participant