mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
7 lines
290 B
Plaintext
7 lines
290 B
Plaintext
# With this option enabled, esp_timer_dump() prints more data about timers in the output log
|
|
CONFIG_ESP_TIMER_PROFILING=y
|
|
|
|
# NEWLIB_NANO_FORMAT is enabled by default on ESP32-C2
|
|
# This example needs 64-bit integer formatting, this is why this option is disabled
|
|
CONFIG_NEWLIB_NANO_FORMAT=n
|