Skip to content
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

Implement selection groups #119

Merged
merged 8 commits into from
Feb 13, 2025
Merged

Implement selection groups #119

merged 8 commits into from
Feb 13, 2025

Conversation

bugadani
Copy link
Contributor

Selection groups behave similar to radio groups in the web: only one option in a group may be selected. They are meant to allow selecting exclusive features (such as log vs defmt), and also allow requiring "one-of-N" options (i.e. defmt requires esp-println, defmt-rtt or rtt-target).

This was pretty hard to get right, evaluating the requirements turned out a bit more complicated than I wanted.

@bugadani bugadani marked this pull request as ready for review February 13, 2025 11:54
@bjoernQ bjoernQ added this pull request to the merge queue Feb 13, 2025
Merged via the queue into main with commit a6cec15 Feb 13, 2025
10 checks passed
@bugadani bugadani deleted the group branch February 13, 2025 12:36
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.

2 participants