fix(c5): Enable components for ESP32-C5

This commit is contained in:
me-no-dev 2025-05-30 19:12:34 +03:00
parent 6ce7e254c4
commit a6bba43d32

View file

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