mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
6 lines
197 B
Plaintext
6 lines
197 B
Plaintext
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
|