mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
11 lines
378 B
Plaintext
11 lines
378 B
Plaintext
|
# For ESP32-S3 and ESP32-C3, keep secondary console disabled
|
||
|
# This is to avoid any timing impact on test behavior
|
||
|
CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
|
||
|
|
||
|
CONFIG_ESP32_TIME_SYSCALL_USE_RTC=y
|
||
|
CONFIG_ESP32S2_TIME_SYSCALL_USE_RTC=y
|
||
|
CONFIG_ESP32S3_TIME_SYSCALL_USE_RTC=y
|
||
|
CONFIG_ESP32C2_TIME_SYSCALL_USE_RTC=y
|
||
|
CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC=y
|
||
|
CONFIG_ESP32H2_TIME_SYSCALL_USE_RTC=y
|