You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
Answers checklist.
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
The text was updated successfully, but these errors were encountered: