sdkconfig.ci.rtc 378 B

12345678910
  1. # For ESP32-S3 and ESP32-C3, keep secondary console disabled
  2. # This is to avoid any timing impact on test behavior
  3. CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
  4. CONFIG_ESP32_TIME_SYSCALL_USE_RTC=y
  5. CONFIG_ESP32S2_TIME_SYSCALL_USE_RTC=y
  6. CONFIG_ESP32S3_TIME_SYSCALL_USE_RTC=y
  7. CONFIG_ESP32C2_TIME_SYSCALL_USE_RTC=y
  8. CONFIG_ESP32C3_TIME_SYSCALL_USE_RTC=y
  9. CONFIG_ESP32H2_TIME_SYSCALL_USE_RTC=y