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

Change sdkconfig / "make menuconfig" properties #229

Closed
Curclamas opened this issue Feb 24, 2017 · 1 comment
Closed

Change sdkconfig / "make menuconfig" properties #229

Curclamas opened this issue Feb 24, 2017 · 1 comment

Comments

@Curclamas
Copy link
Contributor

What would be the preferred way on changing the default sdconfig.h content which seems to be auto generated in a "make menuconfig" fashion?

Example: If we would like to have the following panic behavior:

# CONFIG_ESP32_PANIC_PRINT_HALT is not set
CONFIG_ESP32_PANIC_PRINT_REBOOT=y
# CONFIG_ESP32_PANIC_SILENT_REBOOT is not set
# CONFIG_ESP32_PANIC_GDBSTUB is not set

But in sdconfig.h (https://github.com/espressif/arduino-esp32/blob/master/tools/sdk/include/config/sdkconfig.h) of the arduino repo we have:

#define CONFIG_ESP32_PANIC_PRINT_HALT 1

What ways could there be to achieve something like this? Also from a general perspective as well es from a sketch by sketch based approach?

@me-no-dev
Copy link
Member

not doable because all libs are already prebuilt from IDF. if you want to mess with sdkconfig, see in README how to install arduino as IDF component.

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

No branches or pull requests

2 participants