Files
esp-matter/examples/managed_component_light/main/idf_component.yml
T
shripad621git 768163a9da examples: Update the button component to latest version.
- 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.
2025-04-11 11:43:03 +05:30

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"