File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 88
99examples/zigbee/esp_zigbee_gateway :
1010 enable :
11- - if : SOC_WIFI_SUPPORTED == 1 and IDF_TARGET not in ["esp32c2", "esp32c61"]
12- reason : not supported esp32c2 and esp32c61
11+ - if : SOC_WIFI_SUPPORTED == 1 and IDF_TARGET not in ["esp32c2", "esp32c61", "esp32c5" ]
12+ reason : not supported esp32c2, esp32c61 and esp32c5
1313 << : *zigbee_dependencies
1414
1515examples/zigbee/light_sample :
1616 enable :
17- - if : SOC_IEEE802154_SUPPORTED == 1
17+ - if : SOC_IEEE802154_SUPPORTED == 1 and IDF_TARGET not in ["esp32c5"]
18+ reason : zigbee on esp32c5 is only supported in idf master
1819 disable_test :
1920 - if : IDF_TARGET != "esp32h2"
2021 temporary : true
Original file line number Diff line number Diff line change 1- | Supported Targets | ESP32 | ESP32-C3 | ESP32-C5 | ESP32- C6 | ESP32-S2 | ESP32-S3 |
2- | ----------------- | ----- | -------- | -------- | -------- | -------- | -------- |
1+ | Supported Targets | ESP32 | ESP32-C3 | ESP32-C6 | ESP32-S2 | ESP32-S3 |
2+ | ----------------- | ----- | -------- | -------- | -------- | -------- |
33
44# Gateway Example
55
Original file line number Diff line number Diff line change 1- | Supported Targets | ESP32-C5 | ESP32- C6 | ESP32-H2 |
2- | ----------------- | -------- | -------- | -------- |
1+ | Supported Targets | ESP32-C6 | ESP32-H2 |
2+ | ----------------- | -------- | -------- |
33
44# Light Bulb Example
55
Original file line number Diff line number Diff line change 1- | Supported Targets | ESP32-C5 | ESP32- C6 | ESP32-H2 |
2- | ----------------- | -------- | -------- | -------- |
1+ | Supported Targets | ESP32-C6 | ESP32-H2 |
2+ | ----------------- | -------- | -------- |
33
44# Light Switch Example
55
You can’t perform that action at this time.
0 commit comments