2022-05-21 03:18:35 +08:00
|
|
|
# This config is split between targets since different component needs to be included
|
|
|
|
|
CONFIG_IDF_TARGET="esp32c2"
|
2022-11-22 22:14:40 +01:00
|
|
|
TEST_COMPONENTS=app_trace esp_eth esp_hid esp_netif esp_phy esp_wifi espcoredump hal lwip mdns mqtt newlib nvs_flash partition_table sdmmc
|
2023-01-02 12:04:04 +01:00
|
|
|
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
|