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

Add custom ZCL extensions inside src/app/zap-templates #4192

Commits on Jan 6, 2021

  1. Add custom ZCL extensions inside src/app/zap-templates

    This PR introduces a folder inside `src/app/zap-templates` to host custom
    ZCL extensions such as the `MfgSpecificPing` command introduced in project-chip#4127 as
    well as a `Binding Cluster` from project-chip#4156.
    
    The `Binding Cluster` exposes 2 methods, `Bind` and `Unbind`. The current spec
    defines `bindings` has an `RW` attribute but an issue has been opened since it does
    not look very convenient (see CHIP-Specifications/connectedhomeip-spec#627)
    
    The `gen/` folders are also updated to reflect the addition of the `Binding Cluster`.
    Futhermore, the 2 scripts used to generates the `gen/` folders have also been updated to
    points to the `src/app/zap-templates/zcl/zcl.json` instead of `third_party/zap/repo/zcl-builtin/silabs/zcl.json`
    since the former is a superset of the later.
    vivien-apple committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    906e68a View commit details
    Browse the repository at this point in the history