-
Notifications
You must be signed in to change notification settings - Fork 2k
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
boards/esp-based: Model features in Kconfig #14223
boards/esp-based: Model features in Kconfig #14223
Conversation
22ebcc8
to
1dbb1c8
Compare
Adapted to the new symbol classification |
1dbb1c8
to
ef19441
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, lets see what murdock says. ACK!
I guess the correct way to move forward is to set the |
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Much better, I ACK! If anyone has reservations speak up now, I don't want to leave this too long and it always needing rebasing.
Please squash |
>All of them are features of each ESP SoC and have not to be configured by the board definition. Signed-off-by: Jean Pierre Dudey <[email protected]> Co-authored-by: Gunar Schorcht <[email protected]>
0cfe648
to
887ed43
Compare
@gschorcht done. I added the commit that moves the features. #14117 will still need to modify the Kconfig to add the definition and select |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now.
887ed43
to
c6eaae9
Compare
@leandrolanzieri Thanks for this contribution. |
Thanks for the review and the suggestions! |
Contribution description
This models in Kconfig all the features of the esp8266 and esp32 boards:
Testing procedure
tests/kconfig_features
should pass for all boards. Which means thatmake info-features-provided
andmake dependency-debug-features-provided-kconfig
should return the same list.Issues/PRs references
Part of #14148