@@ -57,12 +57,12 @@ dependencies:
57
57
version : " ==1.6.3"
58
58
require : public
59
59
rules :
60
- - if : " target not in [esp32c2, esp32p4, esp32c5 ]"
60
+ - if : " target not in [esp32c2, esp32p4]"
61
61
espressif/esp-zigbee-lib :
62
62
version : " ==1.6.3"
63
63
require : public
64
64
rules :
65
- - if : " target not in [esp32c2, esp32p4, esp32c5 ]"
65
+ - if : " target not in [esp32c2, esp32p4]"
66
66
espressif/esp-dsp :
67
67
version : " ^1.3.4"
68
68
rules :
@@ -73,32 +73,32 @@ dependencies:
73
73
espressif/esp_rainmaker :
74
74
version : " 1.5.2"
75
75
rules :
76
- - if : " target not in [esp32c2, esp32p4, esp32c5 ]"
76
+ - if : " target not in [esp32c2, esp32p4]"
77
77
espressif/rmaker_common :
78
78
version : " 1.4.6"
79
79
rules :
80
- - if : " target not in [esp32c2, esp32p4, esp32c5 ]"
80
+ - if : " target not in [esp32c2, esp32p4]"
81
81
espressif/esp_insights :
82
82
version : " 1.2.2"
83
83
rules :
84
- - if : " target not in [esp32c2, esp32p4, esp32c5 ]"
84
+ - if : " target not in [esp32c2, esp32p4]"
85
85
# New version breaks esp_insights 1.0.1
86
86
espressif/esp_diag_data_store :
87
87
version : " 1.0.2"
88
88
rules :
89
- - if : " target not in [esp32c2, esp32p4, esp32c5 ]"
89
+ - if : " target not in [esp32c2, esp32p4]"
90
90
espressif/esp_diagnostics :
91
91
version : " 1.2.1"
92
92
rules :
93
- - if : " target not in [esp32c2, esp32p4, esp32c5 ]"
93
+ - if : " target not in [esp32c2, esp32p4]"
94
94
espressif/cbor :
95
95
version : " 0.6.0~1"
96
96
rules :
97
- - if : " target not in [esp32c2, esp32p4, esp32c5 ]"
97
+ - if : " target not in [esp32c2, esp32p4]"
98
98
espressif/qrcode :
99
99
version : " 0.1.0~2"
100
100
rules :
101
- - if : " target not in [esp32c2, esp32p4, esp32c5 ]"
101
+ - if : " target not in [esp32c2, esp32p4]"
102
102
# RainMaker End
103
103
espressif/esp-sr :
104
104
version : " ^1.4.2"
0 commit comments