Skip to content

Commit a6bba43

Browse files
committed
fix(c5): Enable components for ESP32-C5
1 parent 6ce7e25 commit a6bba43

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

idf_component.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ dependencies:
5757
version: "==1.6.3"
5858
require: public
5959
rules:
60-
- if: "target not in [esp32c2, esp32p4, esp32c5]"
60+
- if: "target not in [esp32c2, esp32p4]"
6161
espressif/esp-zigbee-lib:
6262
version: "==1.6.3"
6363
require: public
6464
rules:
65-
- if: "target not in [esp32c2, esp32p4, esp32c5]"
65+
- if: "target not in [esp32c2, esp32p4]"
6666
espressif/esp-dsp:
6767
version: "^1.3.4"
6868
rules:
@@ -73,32 +73,32 @@ dependencies:
7373
espressif/esp_rainmaker:
7474
version: "1.5.2"
7575
rules:
76-
- if: "target not in [esp32c2, esp32p4, esp32c5]"
76+
- if: "target not in [esp32c2, esp32p4]"
7777
espressif/rmaker_common:
7878
version: "1.4.6"
7979
rules:
80-
- if: "target not in [esp32c2, esp32p4, esp32c5]"
80+
- if: "target not in [esp32c2, esp32p4]"
8181
espressif/esp_insights:
8282
version: "1.2.2"
8383
rules:
84-
- if: "target not in [esp32c2, esp32p4, esp32c5]"
84+
- if: "target not in [esp32c2, esp32p4]"
8585
# New version breaks esp_insights 1.0.1
8686
espressif/esp_diag_data_store:
8787
version: "1.0.2"
8888
rules:
89-
- if: "target not in [esp32c2, esp32p4, esp32c5]"
89+
- if: "target not in [esp32c2, esp32p4]"
9090
espressif/esp_diagnostics:
9191
version: "1.2.1"
9292
rules:
93-
- if: "target not in [esp32c2, esp32p4, esp32c5]"
93+
- if: "target not in [esp32c2, esp32p4]"
9494
espressif/cbor:
9595
version: "0.6.0~1"
9696
rules:
97-
- if: "target not in [esp32c2, esp32p4, esp32c5]"
97+
- if: "target not in [esp32c2, esp32p4]"
9898
espressif/qrcode:
9999
version: "0.1.0~2"
100100
rules:
101-
- if: "target not in [esp32c2, esp32p4, esp32c5]"
101+
- if: "target not in [esp32c2, esp32p4]"
102102
# RainMaker End
103103
espressif/esp-sr:
104104
version: "^1.4.2"

0 commit comments

Comments
 (0)