Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update esp-matter to use latest espressif button driver (CON-1512) #1243

Closed
jonsmirl opened this issue Jan 14, 2025 · 1 comment
Closed

Update esp-matter to use latest espressif button driver (CON-1512) #1243

jonsmirl opened this issue Jan 14, 2025 · 1 comment

Comments

@jonsmirl
Copy link
Contributor

When reading #1218 it notes that esp_matter is locked to version 2.5.0 and the current version is 3.4.1. This needs to be updated to allow access to the interrupt driven button code.

https://github.com/espressif/esp-matter/blob/main/device_hal/button_driver/iot_button/idf_component.yml

@github-actions github-actions bot changed the title Update esp-matter to use latest espressif button driver Update esp-matter to use latest espressif button driver (CON-1512) Jan 14, 2025
@shripad621git
Copy link
Contributor

shripad621git commented Jan 20, 2025

@jonsmirl , some of the esp-matter examples like light, light_switch use esp_bsp_devkit component which has a dependency on espressif/button component. Building these esp-matter examples on latest main will by default use the latest espressif/button component which is 3.5.0.

For the bridge specific apps which use device_hal, we will soon update the version to latest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants