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

Make used sdkconfig file user-selectible #539

Closed
maxgerhardt opened this issue May 9, 2021 · 0 comments
Closed

Make used sdkconfig file user-selectible #539

maxgerhardt opened this issue May 9, 2021 · 0 comments
Labels

Comments

@maxgerhardt
Copy link
Contributor

Per community post.

The problem (examplatory): One ESP-IDF project, with two environments in the platformio.ini, should compile different firmwares based on a different sdkconfig configuration. However, only ever the sdkconfig file in the project is used and one cannot select a different sdkconfig file to be used during the build of each firmware.

Untested workaround: Write a small extra_script which copies the correct sdkconfig source file, (e.g. sdkconfig_cfg1) as sdkconfig, then continue building.

Feature request: Make used sdkconfig file user-selectible. Currently the espidf.py builder code uses a hardcoded (project dir)/sdkconfig string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants