Naming convention in Kconfig?
Posted: Wed Nov 13, 2024 11:22 am
Hello forum,
I am using options that I set up in my project's Kconfig.projbuild. As all configuration of a project (ESP hardware, IDF, user) ends up in a flat file ("sdkconfig", all prefixed with CONFIG_), how can I avoid a name clash with existing system entries? Are there any naming rules / reserved prefixes for user app usage?
Sorry if this was already answered, but I did not find the response with my web searches.
Thank you in advance.
I am using options that I set up in my project's Kconfig.projbuild. As all configuration of a project (ESP hardware, IDF, user) ends up in a flat file ("sdkconfig", all prefixed with CONFIG_), how can I avoid a name clash with existing system entries? Are there any naming rules / reserved prefixes for user app usage?
Sorry if this was already answered, but I did not find the response with my web searches.
Thank you in advance.