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

Fix chip-tool handling of same-named structs in different clusters. #26253

Commits on Apr 25, 2023

  1. Fix chip-tool handling of same-named structs in different clusters.

    The chip-tool code was assuming that the only way a struct with the same name
    could occur in multiple clusters was if it was the same struct, shared by the
    two clusters.  But that's just not true in the spec.  For example, there are
    totally different TargetStruct structs in different clusters.
    
    This fixes chip-tool to do the same thing as cluster-objects in terms of
    deciding what the set of structs we have to deal with is.
    bzbarsky-apple committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    67639bd View commit details
    Browse the repository at this point in the history