From 709abee65c5be93a1013c9bd4379b57ea45fbaac Mon Sep 17 00:00:00 2001 From: KonstantinKondrashov Date: Wed, 4 Aug 2021 13:40:03 +0500 Subject: [PATCH] example_tests: Deletes usage esp32c3 ECO0 in CI (by default ECO3) --- examples/cxx/exceptions/sdkconfig.ci | 3 --- examples/cxx/pthread/sdkconfig.ci | 3 --- examples/cxx/rtti/sdkconfig.ci | 3 --- examples/get-started/blink/sdkconfig.ci | 3 --- examples/get-started/hello_world/sdkconfig.ci | 3 --- examples/protocols/asio/ssl_client_server/sdkconfig.ci | 3 --- examples/security/flash_encryption/sdkconfig.ci | 3 --- examples/storage/nvs_rw_blob/sdkconfig.ci | 3 --- examples/storage/nvs_rw_value/sdkconfig.ci | 3 --- examples/storage/nvs_rw_value_cxx/sdkconfig.ci | 3 --- examples/storage/partition_api/partition_find/sdkconfig.ci | 3 --- examples/storage/partition_api/partition_mmap/sdkconfig.ci | 3 --- examples/storage/partition_api/partition_ops/sdkconfig.ci | 3 --- examples/storage/parttool/sdkconfig.ci | 3 --- examples/storage/spiffs/sdkconfig.ci | 3 --- examples/storage/spiffsgen/sdkconfig.ci | 3 --- examples/storage/wear_levelling/sdkconfig.ci | 3 --- examples/system/base_mac_address/sdkconfig.ci | 3 --- examples/system/console/advanced/sdkconfig.ci.history | 3 --- examples/system/console/advanced/sdkconfig.ci.nohistory | 3 --- examples/system/console/basic/sdkconfig.ci.history | 3 --- examples/system/console/basic/sdkconfig.ci.nohistory | 3 --- examples/system/deep_sleep/sdkconfig.ci | 3 --- examples/system/efuse/sdkconfig.ci | 3 --- examples/system/esp_event/default_event_loop/sdkconfig.ci | 3 --- examples/system/esp_event/user_event_loops/sdkconfig.ci | 3 --- examples/system/freertos/real_time_stats/sdkconfig.ci | 3 --- examples/system/light_sleep/sdkconfig.ci | 3 --- examples/system/ota/simple_ota_example/sdkconfig.ci | 3 --- examples/system/ota/simple_ota_example/sdkconfig.ci.flash_enc | 3 --- .../system/ota/simple_ota_example/sdkconfig.ci.flash_enc_wifi | 3 --- examples/system/ota/simple_ota_example/sdkconfig.ci.spiram | 3 --- examples/system/select/sdkconfig.ci | 3 --- examples/system/task_watchdog/sdkconfig.ci | 3 --- examples/system/unit_test/sdkconfig.ci | 3 --- tools/test_apps/system/memprot/sdkconfig.ci | 4 ---- tools/unit-test-app/sdkconfig.defaults.esp32c3 | 2 -- 37 files changed, 111 deletions(-) diff --git a/examples/cxx/exceptions/sdkconfig.ci b/examples/cxx/exceptions/sdkconfig.ci index 62e55e8c30..a365ac6589 100644 --- a/examples/cxx/exceptions/sdkconfig.ci +++ b/examples/cxx/exceptions/sdkconfig.ci @@ -1,6 +1,3 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 # Enable C++ exceptions and set emergency pool size for exception objects CONFIG_COMPILER_CXX_EXCEPTIONS=y CONFIG_COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE=1024 diff --git a/examples/cxx/pthread/sdkconfig.ci b/examples/cxx/pthread/sdkconfig.ci index a4d47d6a2b..e69de29bb2 100644 --- a/examples/cxx/pthread/sdkconfig.ci +++ b/examples/cxx/pthread/sdkconfig.ci @@ -1,3 +0,0 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/cxx/rtti/sdkconfig.ci b/examples/cxx/rtti/sdkconfig.ci index 1b23b6bed8..3d46789938 100644 --- a/examples/cxx/rtti/sdkconfig.ci +++ b/examples/cxx/rtti/sdkconfig.ci @@ -1,4 +1 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 CONFIG_COMPILER_CXX_RTTI=y diff --git a/examples/get-started/blink/sdkconfig.ci b/examples/get-started/blink/sdkconfig.ci index a4d47d6a2b..e69de29bb2 100644 --- a/examples/get-started/blink/sdkconfig.ci +++ b/examples/get-started/blink/sdkconfig.ci @@ -1,3 +0,0 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/get-started/hello_world/sdkconfig.ci b/examples/get-started/hello_world/sdkconfig.ci index a4d47d6a2b..e69de29bb2 100644 --- a/examples/get-started/hello_world/sdkconfig.ci +++ b/examples/get-started/hello_world/sdkconfig.ci @@ -1,3 +0,0 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/protocols/asio/ssl_client_server/sdkconfig.ci b/examples/protocols/asio/ssl_client_server/sdkconfig.ci index fdf00fcf67..f1c43e8ac7 100644 --- a/examples/protocols/asio/ssl_client_server/sdkconfig.ci +++ b/examples/protocols/asio/ssl_client_server/sdkconfig.ci @@ -4,6 +4,3 @@ CONFIG_EXAMPLE_SERVER_NAME="localhost" CONFIG_EXAMPLE_CONNECT_WIFI=n CONFIG_EXAMPLE_CONNECT_ETHERNET=n CONFIG_EXAMPLE_CLIENT_VERIFY_PEER=y -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/security/flash_encryption/sdkconfig.ci b/examples/security/flash_encryption/sdkconfig.ci index 0739c8cc97..b7f834c1bf 100644 --- a/examples/security/flash_encryption/sdkconfig.ci +++ b/examples/security/flash_encryption/sdkconfig.ci @@ -10,6 +10,3 @@ CONFIG_SECURE_FLASH_UART_BOOTLOADER_ALLOW_ENC=y CONFIG_SECURE_FLASH_UART_BOOTLOADER_ALLOW_DEC=y CONFIG_SECURE_FLASH_UART_BOOTLOADER_ALLOW_CACHE=y CONFIG_SECURE_FLASH_REQUIRE_ALREADY_ENABLED=y -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/storage/nvs_rw_blob/sdkconfig.ci b/examples/storage/nvs_rw_blob/sdkconfig.ci index a4d47d6a2b..e69de29bb2 100644 --- a/examples/storage/nvs_rw_blob/sdkconfig.ci +++ b/examples/storage/nvs_rw_blob/sdkconfig.ci @@ -1,3 +0,0 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/storage/nvs_rw_value/sdkconfig.ci b/examples/storage/nvs_rw_value/sdkconfig.ci index a4d47d6a2b..e69de29bb2 100644 --- a/examples/storage/nvs_rw_value/sdkconfig.ci +++ b/examples/storage/nvs_rw_value/sdkconfig.ci @@ -1,3 +0,0 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/storage/nvs_rw_value_cxx/sdkconfig.ci b/examples/storage/nvs_rw_value_cxx/sdkconfig.ci index a4d47d6a2b..e69de29bb2 100644 --- a/examples/storage/nvs_rw_value_cxx/sdkconfig.ci +++ b/examples/storage/nvs_rw_value_cxx/sdkconfig.ci @@ -1,3 +0,0 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/storage/partition_api/partition_find/sdkconfig.ci b/examples/storage/partition_api/partition_find/sdkconfig.ci index 34f52a20e6..b9bb0c0a5d 100644 --- a/examples/storage/partition_api/partition_find/sdkconfig.ci +++ b/examples/storage/partition_api/partition_find/sdkconfig.ci @@ -1,6 +1,3 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 CONFIG_PARTITION_TABLE_CUSTOM=y CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv" CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv" diff --git a/examples/storage/partition_api/partition_mmap/sdkconfig.ci b/examples/storage/partition_api/partition_mmap/sdkconfig.ci index 34f52a20e6..b9bb0c0a5d 100644 --- a/examples/storage/partition_api/partition_mmap/sdkconfig.ci +++ b/examples/storage/partition_api/partition_mmap/sdkconfig.ci @@ -1,6 +1,3 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 CONFIG_PARTITION_TABLE_CUSTOM=y CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv" CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv" diff --git a/examples/storage/partition_api/partition_ops/sdkconfig.ci b/examples/storage/partition_api/partition_ops/sdkconfig.ci index 34f52a20e6..b9bb0c0a5d 100644 --- a/examples/storage/partition_api/partition_ops/sdkconfig.ci +++ b/examples/storage/partition_api/partition_ops/sdkconfig.ci @@ -1,6 +1,3 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 CONFIG_PARTITION_TABLE_CUSTOM=y CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv" CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv" diff --git a/examples/storage/parttool/sdkconfig.ci b/examples/storage/parttool/sdkconfig.ci index 34f52a20e6..b9bb0c0a5d 100644 --- a/examples/storage/parttool/sdkconfig.ci +++ b/examples/storage/parttool/sdkconfig.ci @@ -1,6 +1,3 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 CONFIG_PARTITION_TABLE_CUSTOM=y CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv" CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv" diff --git a/examples/storage/spiffs/sdkconfig.ci b/examples/storage/spiffs/sdkconfig.ci index 34f52a20e6..b9bb0c0a5d 100644 --- a/examples/storage/spiffs/sdkconfig.ci +++ b/examples/storage/spiffs/sdkconfig.ci @@ -1,6 +1,3 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 CONFIG_PARTITION_TABLE_CUSTOM=y CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv" CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv" diff --git a/examples/storage/spiffsgen/sdkconfig.ci b/examples/storage/spiffsgen/sdkconfig.ci index 34f52a20e6..b9bb0c0a5d 100644 --- a/examples/storage/spiffsgen/sdkconfig.ci +++ b/examples/storage/spiffsgen/sdkconfig.ci @@ -1,6 +1,3 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 CONFIG_PARTITION_TABLE_CUSTOM=y CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv" CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv" diff --git a/examples/storage/wear_levelling/sdkconfig.ci b/examples/storage/wear_levelling/sdkconfig.ci index c3d6172437..47363c32d5 100644 --- a/examples/storage/wear_levelling/sdkconfig.ci +++ b/examples/storage/wear_levelling/sdkconfig.ci @@ -1,6 +1,3 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 CONFIG_PARTITION_TABLE_CUSTOM=y CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv" CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv" diff --git a/examples/system/base_mac_address/sdkconfig.ci b/examples/system/base_mac_address/sdkconfig.ci index a4d47d6a2b..e69de29bb2 100644 --- a/examples/system/base_mac_address/sdkconfig.ci +++ b/examples/system/base_mac_address/sdkconfig.ci @@ -1,3 +0,0 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/system/console/advanced/sdkconfig.ci.history b/examples/system/console/advanced/sdkconfig.ci.history index 94ff5d51ac..bcd6e9beb5 100644 --- a/examples/system/console/advanced/sdkconfig.ci.history +++ b/examples/system/console/advanced/sdkconfig.ci.history @@ -1,4 +1 @@ CONFIG_STORE_HISTORY=y -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/system/console/advanced/sdkconfig.ci.nohistory b/examples/system/console/advanced/sdkconfig.ci.nohistory index 11591ccfa2..1b149540fd 100644 --- a/examples/system/console/advanced/sdkconfig.ci.nohistory +++ b/examples/system/console/advanced/sdkconfig.ci.nohistory @@ -1,4 +1 @@ CONFIG_STORE_HISTORY=n -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/system/console/basic/sdkconfig.ci.history b/examples/system/console/basic/sdkconfig.ci.history index cee63c9295..c91aa2c2b5 100644 --- a/examples/system/console/basic/sdkconfig.ci.history +++ b/examples/system/console/basic/sdkconfig.ci.history @@ -1,4 +1 @@ CONFIG_CONSOLE_STORE_HISTORY=y -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/system/console/basic/sdkconfig.ci.nohistory b/examples/system/console/basic/sdkconfig.ci.nohistory index 88152e3fb9..c529016fb1 100644 --- a/examples/system/console/basic/sdkconfig.ci.nohistory +++ b/examples/system/console/basic/sdkconfig.ci.nohistory @@ -1,4 +1 @@ CONFIG_CONSOLE_STORE_HISTORY=n -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/system/deep_sleep/sdkconfig.ci b/examples/system/deep_sleep/sdkconfig.ci index 270d497543..fde16c3e21 100644 --- a/examples/system/deep_sleep/sdkconfig.ci +++ b/examples/system/deep_sleep/sdkconfig.ci @@ -21,6 +21,3 @@ CONFIG_ESP32S2_RTC_CLK_SRC_INT_RC=y # ESP32C3-specific config CONFIG_ESP32C3_DEFAULT_CPU_FREQ_80=y CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ=80 -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/system/efuse/sdkconfig.ci b/examples/system/efuse/sdkconfig.ci index 88dbe586bc..88ec85884a 100644 --- a/examples/system/efuse/sdkconfig.ci +++ b/examples/system/efuse/sdkconfig.ci @@ -1,5 +1,2 @@ CONFIG_EFUSE_CUSTOM_TABLE=y CONFIG_EFUSE_VIRTUAL=y -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/system/esp_event/default_event_loop/sdkconfig.ci b/examples/system/esp_event/default_event_loop/sdkconfig.ci index a4d47d6a2b..e69de29bb2 100644 --- a/examples/system/esp_event/default_event_loop/sdkconfig.ci +++ b/examples/system/esp_event/default_event_loop/sdkconfig.ci @@ -1,3 +0,0 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/system/esp_event/user_event_loops/sdkconfig.ci b/examples/system/esp_event/user_event_loops/sdkconfig.ci index a4d47d6a2b..e69de29bb2 100644 --- a/examples/system/esp_event/user_event_loops/sdkconfig.ci +++ b/examples/system/esp_event/user_event_loops/sdkconfig.ci @@ -1,3 +0,0 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/system/freertos/real_time_stats/sdkconfig.ci b/examples/system/freertos/real_time_stats/sdkconfig.ci index 6966e82b55..c87713d246 100644 --- a/examples/system/freertos/real_time_stats/sdkconfig.ci +++ b/examples/system/freertos/real_time_stats/sdkconfig.ci @@ -1,5 +1,2 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 CONFIG_FREERTOS_USE_TRACE_FACILITY=y CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS=y diff --git a/examples/system/light_sleep/sdkconfig.ci b/examples/system/light_sleep/sdkconfig.ci index d93b617992..8e2af8cd2c 100644 --- a/examples/system/light_sleep/sdkconfig.ci +++ b/examples/system/light_sleep/sdkconfig.ci @@ -1,4 +1 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 CONFIG_ESP32_DEFAULT_CPU_FREQ_80=y diff --git a/examples/system/ota/simple_ota_example/sdkconfig.ci b/examples/system/ota/simple_ota_example/sdkconfig.ci index 78b67feb42..278e33dd00 100644 --- a/examples/system/ota/simple_ota_example/sdkconfig.ci +++ b/examples/system/ota/simple_ota_example/sdkconfig.ci @@ -1,6 +1,3 @@ CONFIG_EXAMPLE_FIRMWARE_UPGRADE_URL="FROM_STDIN" CONFIG_EXAMPLE_SKIP_COMMON_NAME_CHECK=y CONFIG_EXAMPLE_FIRMWARE_UPGRADE_BIND_IF=y -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/system/ota/simple_ota_example/sdkconfig.ci.flash_enc b/examples/system/ota/simple_ota_example/sdkconfig.ci.flash_enc index 647873efcc..a0b2c30dd8 100644 --- a/examples/system/ota/simple_ota_example/sdkconfig.ci.flash_enc +++ b/examples/system/ota/simple_ota_example/sdkconfig.ci.flash_enc @@ -20,6 +20,3 @@ CONFIG_EXAMPLE_ETH_PHY_ADDR=1 CONFIG_EXAMPLE_CONNECT_IPV6=y # This is required for nvs encryption (which is enabled by default with flash encryption) CONFIG_PARTITION_TABLE_TWO_OTA_ENCRYPTED_NVS=y -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/system/ota/simple_ota_example/sdkconfig.ci.flash_enc_wifi b/examples/system/ota/simple_ota_example/sdkconfig.ci.flash_enc_wifi index 7425211e39..cfd62a636f 100644 --- a/examples/system/ota/simple_ota_example/sdkconfig.ci.flash_enc_wifi +++ b/examples/system/ota/simple_ota_example/sdkconfig.ci.flash_enc_wifi @@ -13,6 +13,3 @@ CONFIG_EXAMPLE_CONNECT_ETHERNET=n CONFIG_EXAMPLE_CONNECT_WIFI=y # This is required for nvs encryption (which is enabled by default with flash encryption) CONFIG_PARTITION_TABLE_TWO_OTA_ENCRYPTED_NVS=y -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/system/ota/simple_ota_example/sdkconfig.ci.spiram b/examples/system/ota/simple_ota_example/sdkconfig.ci.spiram index d7f2a18dd3..d2e75f2693 100644 --- a/examples/system/ota/simple_ota_example/sdkconfig.ci.spiram +++ b/examples/system/ota/simple_ota_example/sdkconfig.ci.spiram @@ -11,6 +11,3 @@ CONFIG_EXAMPLE_ETH_MDIO_GPIO=18 CONFIG_EXAMPLE_ETH_PHY_RST_GPIO=5 CONFIG_EXAMPLE_ETH_PHY_ADDR=1 CONFIG_EXAMPLE_CONNECT_IPV6=y -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/system/select/sdkconfig.ci b/examples/system/select/sdkconfig.ci index a4d47d6a2b..e69de29bb2 100644 --- a/examples/system/select/sdkconfig.ci +++ b/examples/system/select/sdkconfig.ci @@ -1,3 +0,0 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/system/task_watchdog/sdkconfig.ci b/examples/system/task_watchdog/sdkconfig.ci index a4d47d6a2b..e69de29bb2 100644 --- a/examples/system/task_watchdog/sdkconfig.ci +++ b/examples/system/task_watchdog/sdkconfig.ci @@ -1,3 +0,0 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/system/unit_test/sdkconfig.ci b/examples/system/unit_test/sdkconfig.ci index a4d47d6a2b..e69de29bb2 100644 --- a/examples/system/unit_test/sdkconfig.ci +++ b/examples/system/unit_test/sdkconfig.ci @@ -1,3 +0,0 @@ -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/tools/test_apps/system/memprot/sdkconfig.ci b/tools/test_apps/system/memprot/sdkconfig.ci index 6ddc3a5c94..d0ea27a6c6 100644 --- a/tools/test_apps/system/memprot/sdkconfig.ci +++ b/tools/test_apps/system/memprot/sdkconfig.ci @@ -1,5 +1 @@ CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n - -# IDF-3090 -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0 diff --git a/tools/unit-test-app/sdkconfig.defaults.esp32c3 b/tools/unit-test-app/sdkconfig.defaults.esp32c3 index 9f4fee88dd..d0ea27a6c6 100644 --- a/tools/unit-test-app/sdkconfig.defaults.esp32c3 +++ b/tools/unit-test-app/sdkconfig.defaults.esp32c3 @@ -1,3 +1 @@ CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n -CONFIG_ESP32C3_REV_MIN_0=y -CONFIG_ESP32C3_REV_MIN=0