esp-idf/tools/test_apps/system/eh_frame/sdkconfig.defaults

5 lines
178 B
Plaintext
Raw Normal View History

# Enable eh_frame sections generation
CONFIG_ESP_SYSTEM_USE_EH_FRAME=y
2024-08-27 04:56:43 -04:00
# use non-rom systimer implementation, can't backtrace functions in ROM
CONFIG_HAL_SYSTIMER_USE_ROM_IMPL=n