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

I want to modify the sdkconfig configuration by automatically using a custom script (e.g. python) before compiling, how do I modify the cmake implementation? I tried to use add_custom_command PRE_BUILD stage, but it was still relatively backward #11364

Open
3 tasks done
Dozingfiretruck opened this issue May 9, 2023 · 2 comments

Comments

@Dozingfiretruck
Copy link

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

I want to modify the sdkconfig configuration by automatically using a custom script (e.g. python) before compiling, how do I modify the cmake implementation? I tried to use add_custom_command PRE_BUILD stage, but it was still relatively backward

@Alvin1Zhang
Copy link
Collaborator

Alvin1Zhang commented May 10, 2023

Thanks for reporting, would you please provide details per the issue template? Thanks.

@Dozingfiretruck
Copy link
Author

Thanks for reporting, would you please provide details per the issue template? Thanks.

I use idf5,only want to invoke custom scripts before compiling

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

No branches or pull requests

2 participants