esp-idf/tools/unit-test-app/configs/default_c2

9 wiersze
340 B
Plaintext

# This config is split between targets since different component needs to be included
CONFIG_IDF_TARGET="esp32c2"
# spi_flash is tested in other configs
TEST_EXCLUDE_COMPONENTS=spi_flash
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