-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add event list information in .matter files #24991
Conversation
PR #24991: Size comparison from 4895dc6 to 55d9849 Full report (6 builds for cc32xx, nrfconnect, qpg)
|
PR #24991: Size comparison from 3d9bc88 to fa6d90e Increases (1 build for cc32xx)
Full report (3 builds for cc32xx, qpg)
|
Maybe bumping version in https://github.com/project-chip/connectedhomeip/blob/master/scripts/py_matter_idl/setup.cfg#L17 will help with the bootstrap cache issue. The cache itself will not be invalidated, but newer package should be installed. The best way would be to install this package in a developer mode - in such a case only symlink will be cached. |
* Update matter idl to report emmited events * Parsing support for emitted clusters * Restyle * zap regen all * zap regen all * Dummy bootstrap force version
Report what events are expected to be generated by each cluster in matter files.
Reviewer notes: