diff --git a/examples/cxx/exceptions/sdkconfig.ci b/examples/cxx/exceptions/sdkconfig.ci new file mode 100644 index 0000000000..62e55e8c30 --- /dev/null +++ b/examples/cxx/exceptions/sdkconfig.ci @@ -0,0 +1,6 @@ +# 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 new file mode 100644 index 0000000000..a4d47d6a2b --- /dev/null +++ b/examples/cxx/pthread/sdkconfig.ci @@ -0,0 +1,3 @@ +# 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 new file mode 100644 index 0000000000..1b23b6bed8 --- /dev/null +++ b/examples/cxx/rtti/sdkconfig.ci @@ -0,0 +1,4 @@ +# 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 new file mode 100644 index 0000000000..a4d47d6a2b --- /dev/null +++ b/examples/get-started/blink/sdkconfig.ci @@ -0,0 +1,3 @@ +# 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 new file mode 100644 index 0000000000..a4d47d6a2b --- /dev/null +++ b/examples/get-started/hello_world/sdkconfig.ci @@ -0,0 +1,3 @@ +# 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 f1c43e8ac7..fdf00fcf67 100644 --- a/examples/protocols/asio/ssl_client_server/sdkconfig.ci +++ b/examples/protocols/asio/ssl_client_server/sdkconfig.ci @@ -4,3 +4,6 @@ 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 b7f834c1bf..0739c8cc97 100644 --- a/examples/security/flash_encryption/sdkconfig.ci +++ b/examples/security/flash_encryption/sdkconfig.ci @@ -10,3 +10,6 @@ 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 new file mode 100644 index 0000000000..a4d47d6a2b --- /dev/null +++ b/examples/storage/nvs_rw_blob/sdkconfig.ci @@ -0,0 +1,3 @@ +# 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 new file mode 100644 index 0000000000..a4d47d6a2b --- /dev/null +++ b/examples/storage/nvs_rw_value/sdkconfig.ci @@ -0,0 +1,3 @@ +# 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 new file mode 100644 index 0000000000..a4d47d6a2b --- /dev/null +++ b/examples/storage/nvs_rw_value_cxx/sdkconfig.ci @@ -0,0 +1,3 @@ +# 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 new file mode 100644 index 0000000000..34f52a20e6 --- /dev/null +++ b/examples/storage/partition_api/partition_find/sdkconfig.ci @@ -0,0 +1,6 @@ +# 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 new file mode 100644 index 0000000000..34f52a20e6 --- /dev/null +++ b/examples/storage/partition_api/partition_mmap/sdkconfig.ci @@ -0,0 +1,6 @@ +# 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 new file mode 100644 index 0000000000..34f52a20e6 --- /dev/null +++ b/examples/storage/partition_api/partition_ops/sdkconfig.ci @@ -0,0 +1,6 @@ +# 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 new file mode 100644 index 0000000000..34f52a20e6 --- /dev/null +++ b/examples/storage/parttool/sdkconfig.ci @@ -0,0 +1,6 @@ +# 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 new file mode 100644 index 0000000000..34f52a20e6 --- /dev/null +++ b/examples/storage/spiffs/sdkconfig.ci @@ -0,0 +1,6 @@ +# 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 new file mode 100644 index 0000000000..34f52a20e6 --- /dev/null +++ b/examples/storage/spiffsgen/sdkconfig.ci @@ -0,0 +1,6 @@ +# 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 new file mode 100644 index 0000000000..c3d6172437 --- /dev/null +++ b/examples/storage/wear_levelling/sdkconfig.ci @@ -0,0 +1,7 @@ +# 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" +CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y diff --git a/examples/system/base_mac_address/sdkconfig.ci b/examples/system/base_mac_address/sdkconfig.ci new file mode 100644 index 0000000000..a4d47d6a2b --- /dev/null +++ b/examples/system/base_mac_address/sdkconfig.ci @@ -0,0 +1,3 @@ +# IDF-3090 +CONFIG_ESP32C3_REV_MIN_0=y +CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/system/console/sdkconfig.ci.history b/examples/system/console/sdkconfig.ci.history index bcd6e9beb5..94ff5d51ac 100644 --- a/examples/system/console/sdkconfig.ci.history +++ b/examples/system/console/sdkconfig.ci.history @@ -1 +1,4 @@ CONFIG_STORE_HISTORY=y +# IDF-3090 +CONFIG_ESP32C3_REV_MIN_0=y +CONFIG_ESP32C3_REV_MIN=0 diff --git a/examples/system/console/sdkconfig.ci.nohistory b/examples/system/console/sdkconfig.ci.nohistory index 1b149540fd..11591ccfa2 100644 --- a/examples/system/console/sdkconfig.ci.nohistory +++ b/examples/system/console/sdkconfig.ci.nohistory @@ -1 +1,4 @@ CONFIG_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 338c69c218..684e6d0e0e 100644 --- a/examples/system/deep_sleep/sdkconfig.ci +++ b/examples/system/deep_sleep/sdkconfig.ci @@ -7,3 +7,6 @@ CONFIG_ESP32_RTC_CLK_SRC_INT_RC=y CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP=y CONFIG_EXAMPLE_ULP_TEMPERATURE_WAKEUP=n CONFIG_EXAMPLE_EXT1_WAKEUP=n +# 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 88ec85884a..88dbe586bc 100644 --- a/examples/system/efuse/sdkconfig.ci +++ b/examples/system/efuse/sdkconfig.ci @@ -1,2 +1,5 @@ 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 new file mode 100644 index 0000000000..a4d47d6a2b --- /dev/null +++ b/examples/system/esp_event/default_event_loop/sdkconfig.ci @@ -0,0 +1,3 @@ +# 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 new file mode 100644 index 0000000000..a4d47d6a2b --- /dev/null +++ b/examples/system/esp_event/user_event_loops/sdkconfig.ci @@ -0,0 +1,3 @@ +# 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 new file mode 100644 index 0000000000..6966e82b55 --- /dev/null +++ b/examples/system/freertos/real_time_stats/sdkconfig.ci @@ -0,0 +1,5 @@ +# 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 new file mode 100644 index 0000000000..d93b617992 --- /dev/null +++ b/examples/system/light_sleep/sdkconfig.ci @@ -0,0 +1,4 @@ +# 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 278e33dd00..78b67feb42 100644 --- a/examples/system/ota/simple_ota_example/sdkconfig.ci +++ b/examples/system/ota/simple_ota_example/sdkconfig.ci @@ -1,3 +1,6 @@ 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 a0b2c30dd8..647873efcc 100644 --- a/examples/system/ota/simple_ota_example/sdkconfig.ci.flash_enc +++ b/examples/system/ota/simple_ota_example/sdkconfig.ci.flash_enc @@ -20,3 +20,6 @@ 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 cfd62a636f..7425211e39 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,3 +13,6 @@ 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 d2e75f2693..d7f2a18dd3 100644 --- a/examples/system/ota/simple_ota_example/sdkconfig.ci.spiram +++ b/examples/system/ota/simple_ota_example/sdkconfig.ci.spiram @@ -11,3 +11,6 @@ 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 new file mode 100644 index 0000000000..a4d47d6a2b --- /dev/null +++ b/examples/system/select/sdkconfig.ci @@ -0,0 +1,3 @@ +# 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 new file mode 100644 index 0000000000..a4d47d6a2b --- /dev/null +++ b/examples/system/task_watchdog/sdkconfig.ci @@ -0,0 +1,3 @@ +# 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 new file mode 100644 index 0000000000..a4d47d6a2b --- /dev/null +++ b/examples/system/unit_test/sdkconfig.ci @@ -0,0 +1,3 @@ +# IDF-3090 +CONFIG_ESP32C3_REV_MIN_0=y +CONFIG_ESP32C3_REV_MIN=0