2022-05-20 15:18:35 -04:00
|
|
|
# This config is split between targets since different component needs to be included
|
|
|
|
CONFIG_IDF_TARGET="esp32c2"
|
|
|
|
TEST_EXCLUDE_COMPONENTS=app_trace bootloader_support console efuse esp_common esp_eth esp_event esp_hid esp_http_client esp_http_server esp_netif esp_phy esp_ringbuf esp_rom esp_wifi espcoredump hal lwip mbedtls mdns mqtt newlib nvs_flash partition_table protocomm sdmmc spiffs freertos esp_hw_support esp_ipc esp_system esp_timer driver heap pthread soc spi_flash vfs
|
2022-12-28 04:25:42 -05:00
|
|
|
CONFIG_ESP_SYSTEM_PMP_IDRAM_SPLIT=n # for c2 this config must be disabled for certain tests
|