mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
9 lines
340 B
Plaintext
9 lines
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
|