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

Create a better preset of config options inside the sdkconfig.defaults file #160

Open
Vollbrecht opened this issue Oct 17, 2023 · 0 comments

Comments

@Vollbrecht
Copy link
Collaborator

Vollbrecht commented Oct 17, 2023

Motivations

Setting up sdkconfig file is tedious. We should improve here. The biggest problem is, that every wrong config is silently ignored.

  • Would you like to implement this feature?

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants