mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
10 lines
289 B
YAML
10 lines
289 B
YAML
dependencies:
|
|
espressif/cmake_utilities:
|
|
version: 0.*
|
|
rules: # will add "optional_component" only when all if clauses are True
|
|
- if: "idf_version >=5.0"
|
|
- if: "target in [esp32c2]"
|
|
esp_bsp_generic:
|
|
version: "^1.1.0"
|
|
espressif/esp_matter:
|
|
version: "^0.0.2" |