-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
menuconfig no option for altering save location (IDFGH-14762) #15503
Comments
Why do you want to change the 'save path' of a project's sdkconfig file? Every project has its own sdkconfig file, which stores the Kconfig settings for this project, and this project-specific file is what you edit via idf.py menuconfig. |
@BitsForPeople Hi, because I remember in previous version (idf v5.1) there's a prompt asking where you want config be saved. Now there's a problem: surpose I have 2 minimal config files: "sdkconfig.release.defaults" and "sdkconfig.dev.defaults", So I hit [O] to load "sdkconfig.dev.defaults", then I hit [S] to save the full config, but now the saved path is fixed to previously selected "sdkconfig.dev.defaults" and overwrite it. |
Thanks for reporting. |
HI @hyansuper. I transfered this to feature request and we will consider it. Changing the sdkconfig file locations or names from menuconfig were never supported. I'm not sure if it ever will be. |
@dobairoland you don't necessarily have to support this feature, if default location is fix to sdkcobfig, and not overwrite other files. |
Hi @hyansuper and thank you for reaching us! Currently, "our" menuconfig truly does not support changing the location where to save files (older versions did support it). It was removed on purpose, because most of the time (like 95 % of it) , the use case is just changing several values and wanting to save them back to |
I am sure in v5.1 there was an input text field prompt when you hit [D] or [S], just like [O] |
You are right! Little bit of a context: |
Answers checklist.
IDF version.
v5.4-683-g0ba53566fa
Operating System used.
Windows
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
PowerShell
What is the expected behavior?
I just install esp-idf using the windows installation. with release/v5.4 version.
and I have read configuration guide on
idf.py menuconfig
.What is the actual behavior?
but in menuconfig, when I hit [S] to save sdkconfig, I can't alter save location
also, the [D] for save minimal config can't alter save path
Steps to reproduce.
idf.py menuconfig
[O] to load default config
then [S] will save to the previuosly entered default config path, and overwrite the default config file
Build or installation Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: