mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
8 lines
381 B
Plaintext
8 lines
381 B
Plaintext
# This config is split between targets since different component needs to be included
|
|
CONFIG_IDF_TARGET="esp32c2"
|
|
TEST_COMPONENTS=app_trace esp_eth esp_hid esp_phy esp_wifi espcoredump hal lwip mdns newlib partition_table sdmmc
|
|
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
|