fix(c5): Enable components for ESP32-C5
This commit is contained in:
parent
6ce7e254c4
commit
a6bba43d32
1 changed files with 9 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue