mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
7557f0b87f
- 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.
7 lines
204 B
YAML
7 lines
204 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]"
|