diff --git a/idf_component.yml b/idf_component.yml index 98dd5c9b9..dca97dc16 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -57,12 +57,12 @@ dependencies: version: "==1.6.3" require: public rules: - - if: "target not in [esp32c2, esp32p4, esp32c5]" + - if: "target not in [esp32c2, esp32p4]" espressif/esp-zigbee-lib: version: "==1.6.3" require: public rules: - - if: "target not in [esp32c2, esp32p4, esp32c5]" + - if: "target not in [esp32c2, esp32p4]" espressif/esp-dsp: version: "^1.3.4" rules: @@ -73,32 +73,32 @@ dependencies: espressif/esp_rainmaker: version: "1.5.2" rules: - - if: "target not in [esp32c2, esp32p4, esp32c5]" + - if: "target not in [esp32c2, esp32p4]" espressif/rmaker_common: version: "1.4.6" rules: - - if: "target not in [esp32c2, esp32p4, esp32c5]" + - if: "target not in [esp32c2, esp32p4]" espressif/esp_insights: version: "1.2.2" rules: - - if: "target not in [esp32c2, esp32p4, esp32c5]" + - if: "target not in [esp32c2, esp32p4]" # New version breaks esp_insights 1.0.1 espressif/esp_diag_data_store: version: "1.0.2" rules: - - if: "target not in [esp32c2, esp32p4, esp32c5]" + - if: "target not in [esp32c2, esp32p4]" espressif/esp_diagnostics: version: "1.2.1" rules: - - if: "target not in [esp32c2, esp32p4, esp32c5]" + - if: "target not in [esp32c2, esp32p4]" espressif/cbor: version: "0.6.0~1" rules: - - if: "target not in [esp32c2, esp32p4, esp32c5]" + - if: "target not in [esp32c2, esp32p4]" espressif/qrcode: version: "0.1.0~2" rules: - - if: "target not in [esp32c2, esp32p4, esp32c5]" + - if: "target not in [esp32c2, esp32p4]" # RainMaker End espressif/esp-sr: version: "^1.4.2"