esp-idf/examples/zigbee/.build-test-rules.yml
likunqiao 05a72ecb2d zigbee: support esp32h2
* new set Zigbee channel API/ get Zigbee channel add
* add esp32h2 build rule for zigbee example
2023-03-21 10:03:13 +08:00

18 lines
580 B
YAML

# Documentation: .gitlab/ci/README.md#manifest-file-to-control-the-buildtest-apps
examples/zigbee/esp_zigbee_gateway:
disable:
- if: IDF_TARGET in ["esp32c2", "esp32c6", "esp32h2"]
temporary: true
reason: target(s) not supported yet
examples/zigbee/esp_zigbee_rcp:
enable:
- if: IDF_TARGET in ["esp32h4", "esp32c6", "esp32h2"]
reason: should able to run on esp32h4 esp32h2 and esp32c6
examples/zigbee/light_sample:
enable:
- if: IDF_TARGET in ["esp32h4", "esp32c6", "esp32h2"]
reason: should able to run on esp32h4 esp32h2 and esp32c6