mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
4175dd7a56
Set CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT to enable to force CONFIG_ESP_TIME_FUNCS_USE_RTC_TIMER to disable and hence prevent the following tests from being executed: - Timestamp after abort is correct in case RTC & High-res timer have + big error - Timestamp after restart is correct in case RTC & High-res timer have + big error - Timestamp after restart is correct in case RTC & High-res timer have - big error
8 lines
537 B
Plaintext
8 lines
537 B
Plaintext
# This config is split between targets since different component needs to be included
|
|
CONFIG_IDF_TARGET="esp32c2"
|
|
TEST_COMPONENTS=app_trace bootloader_support console efuse esp_common esp_eth esp_event esp_hid esp_http_client esp_http_server esp_netif esp_phy esp_ringbuf esp_rom esp_wifi espcoredump hal lwip mbedtls mdns mqtt newlib nvs_flash partition_table protocomm sdmmc spiffs
|
|
CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE=n
|
|
CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT=y
|
|
CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC=n
|
|
CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT=n
|