mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
768163a9da
- Driver specific changes for updated button component in examples. - Updated the device_hal code for button component upgrade. - Updated the idf_component.yml of examples to use latest version of espressif/cmake_utilities.
13 lines
331 B
YAML
13 lines
331 B
YAML
dependencies:
|
|
espressif/cmake_utilities:
|
|
version: "^1"
|
|
rules: # will add "optional_component" only when all if clauses are True
|
|
- if: "idf_version >=5.0"
|
|
- if: "target in [esp32c2]"
|
|
esp_bsp_devkit:
|
|
version: "^3"
|
|
espressif/led_strip:
|
|
version: "^2.0.0"
|
|
espressif/esp_matter:
|
|
version: "^1.4.0"
|