mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
5 lines
178 B
Plaintext
5 lines
178 B
Plaintext
# Enable eh_frame sections generation
|
|
CONFIG_ESP_SYSTEM_USE_EH_FRAME=y
|
|
# use non-rom systimer implementation, can't backtrace functions in ROM
|
|
CONFIG_HAL_SYSTIMER_USE_ROM_IMPL=n
|