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

Make tlvmeta recognize feature map bitmaps. #28084

Merged
merged 5 commits into from
Jul 20, 2023

Conversation

andy31415
Copy link
Contributor

zap does not support per cluster featuremap types because types are global, however we can use naming conventions to select the correct featuremap values.

This makes decoded data more user friendly.

Will replace FeatureMap decoding from an untyped bitmap to a typed bitmap with decoding.

zap does not support per cluster featuremap types because types
are global, however we can use naming conventions to select
the correct featuremap values.

This makes decoded data more user friendly.
@github-actions github-actions bot added the lib label Jul 20, 2023
Copy link
Contributor

@bzbarsky-apple bzbarsky-apple left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved once @tcarmelveilleux 's comments are addressed

@mergify mergify bot merged commit ddd5861 into project-chip:master Jul 20, 2023
48 checks passed
erwinpan1 pushed a commit to erwinpan1/connectedhomeip that referenced this pull request Jul 21, 2023
* Make tlvmeta recognize feature map bitmaps.

zap does not support per cluster featuremap types because types
are global, however we can use naming conventions to select
the correct featuremap values.

This makes decoded data more user friendly.

* Make flake8 happy

* Support "Feature" as a name for features

* Fix unit tests

---------

Co-authored-by: Andrei Litvin <andreilitvin@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants