esp-idf/examples/system/esp_timer/sdkconfig.defaults

6 lines
197 B
Plaintext
Raw Normal View History

2018-06-01 06:36:34 -04:00
CONFIG_ESP_TIMER_PROFILING=y
2022-11-25 14:28:04 -05:00
# 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