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 also would like to split the sdkconfig.default file into sdkconfig.debug & sdkconfig.release file. This can for example help in reducing binary size for release build - by cutting log info. Introducing this should just "help" the user discover that such options exists more streamlined. Many people jump into rust embedded on esp without having worked on esp-idf before.
The text was updated successfully, but these errors were encountered:
Motivations
Setting up sdkconfig file is tedious. We should improve here. The biggest problem is, that every wrong config is silently ignored.
I will crate draft PR later
Solution
While not a perfect solution, we should at least try to reduce the burden for the user, by providing all features we are using in esp-idf-{hal/svc}.
Additionally we should provide common configs around logging / various stack_sizes.
Furthermore we should provide the information to help the users find related information -> `https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/kconfig.html
I also would like to split the sdkconfig.default file into sdkconfig.debug & sdkconfig.release file. This can for example help in reducing binary size for release build - by cutting log info. Introducing this should just "help" the user discover that such options exists more streamlined. Many people jump into rust embedded on esp without having worked on esp-idf before.
The text was updated successfully, but these errors were encountered: