-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Make tweaks in sdkconfig also possible in Arduino #9456
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
Comments
You can switch off the application's logs in the Arduino IDE. It is not the boot log that is slowing things down generally (and that is turned off with a hardware setting, not software). If you need the shortest boot cycle possible, you can disable verifying the image, which can get your bootloader time under 25ms. That is an sdkconfig option pre-set in arduino-esp32. |
If you need to tweak the IDF configuration you can either use Arduino as a component or manually recompile the libs using https://github.com/espressif/esp32-arduino-lib-builder |
As already said, Arduino IDE uses precompiled libraries and it is not possible to change any sdkconfig setting. Related to the itme it takes to boot: Does your project use PSRAM? |
Related area
General
Hardware specification
All ESP32 modules
Is your feature request related to a problem?
My current problem is that my ESP32 is booting too slowly. I have seen in the ESP-IDF docs that it is possible to switch off the logs so that the ESP32 boots much faster.
I have seen that it is possible to move the entire project from Arduino to the ESP-IDF, but this involves considerable effort.
For this reason, I wanted to ask whether it is possible to make these settings accessible in the Arduino-ESP project.
Translated with DeepL.com (free version)
Describe the solution you'd like
I would be happy if I have a config file where I can select this performance options.
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
The text was updated successfully, but these errors were encountered: