-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
lib-builder: review and extract non-chip-specific sdkconfig options into a common sdkconfig file #6465
Comments
Deleting Milestone, it will be done after releasing v2.0.3. |
Adding it back to 2.0.3 milestone to not forget on it. |
|
|
Note to me to also investigate espressif/esp32-arduino-lib-builder#55 |
@igrr |
Unfortunately that requires to be able to "deselect" menuconfig option, which is not possible (unless we change how that is originally defined in IDF's Kconfig). |
@igrr here is the final version. Please verify:
|
this clears the necessity to select |
@me-no-dev Sorry I didn't notice your comment. The list looks good to me, I didn't spot any issue. If you'd like to simplify things even further, you can move some chip-specific settings to common ones, like for example |
In lib-builder, some of the sdkconfig options which are not chip-specific have different values for different chip targets.
This leads to weird behavior when some non-chip-specific features behave differently on different chips (e.g. #6187)
The task is to review the chip-specific sdkconfig files and extract all non-chip-specific options into a common file.
The text was updated successfully, but these errors were encountered: