default_c2 340 B

12345678
  1. # This config is split between targets since different component needs to be included
  2. CONFIG_IDF_TARGET="esp32c2"
  3. # spi_flash is tested in other configs
  4. TEST_EXCLUDE_COMPONENTS=spi_flash
  5. CONFIG_NEWLIB_TIME_SYSCALL_USE_NONE=n
  6. CONFIG_NEWLIB_TIME_SYSCALL_USE_HRT=y
  7. CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC=n
  8. CONFIG_NEWLIB_TIME_SYSCALL_USE_RTC_HRT=n