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

Part 4: feature/binary input basic cluster #7032

Merged
merged 23 commits into from Jun 1, 2021
Merged

Part 4: feature/binary input basic cluster #7032

merged 23 commits into from Jun 1, 2021

Commits on Jun 1, 2021

  1. format endpointClusterWithInit for easier pull requests

    Dimitri Mizenko authored and bzbarsky-apple committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    de65808 View commit details
    Browse the repository at this point in the history
  2. add support for emberAfBinaryInputBasicClusterServerInitCallback

    Dimitri Mizenko authored and bzbarsky-apple committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    4d6c445 View commit details
    Browse the repository at this point in the history
  3. fix emberAfBinaryInputBasicClusterServerInitCallback

    Note: relies on project-chip/zap#154
    Dimitri Mizenko authored and bzbarsky-apple committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    a4068c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    baf7c3d View commit details
    Browse the repository at this point in the history
  5. add initial binary input basic cluster impl.

    Dimitri Mizenko authored and bzbarsky-apple committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    a20c430 View commit details
    Browse the repository at this point in the history
  6. fix typo in binary-input-server.cpp

    Dimitri Mizenko authored and bzbarsky-apple committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    d6d4910 View commit details
    Browse the repository at this point in the history
  7. add binary input basic to controller-clusters.zap

    used a custom patched zap tool. based on 535ebf3, because the current zap tool is not working properly
    Dimitri Mizenko authored and bzbarsky-apple committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    8f44898 View commit details
    Browse the repository at this point in the history
  8. Restyled by whitespace

    restyled-commits authored and bzbarsky-apple committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    52b8969 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    74b3080 View commit details
    Browse the repository at this point in the history
  10. add fixes && expose more binary input APIs

    - replace emberAfReadAttribute with emberAfReadServerAttribute
    - replace emberAfWriteAttribute with emberAfWriteServerAttribute
    - add emberAfBinaryInputBasicClusterPrintln if not defined
    - let the caller do the logging
    - expose emberAfBinaryInputBasicClusterGetPresentValue
    - expose emberAfBinaryInputBasicClusterGetOutOfService
    Dimitri Mizenko authored and bzbarsky-apple committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    d7de0f2 View commit details
    Browse the repository at this point in the history
  11. Revert "Add new clusters to zap_cluster_list.py"

    This reverts commit 99492f2.
    Dimitri Mizenko authored and bzbarsky-apple committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    bdc6bef View commit details
    Browse the repository at this point in the history
  12. add only binary input basic to zap_clusters_list.py

    Dimitri Mizenko authored and bzbarsky-apple committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    6782fb1 View commit details
    Browse the repository at this point in the history
  13. remove emberAfBinaryInputBasicClusterServerInitCallback impl.

    The default values are populated by the attribute storage.
    Dimitri Mizenko authored and bzbarsky-apple committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    30b6d6d View commit details
    Browse the repository at this point in the history
  14. fix year of copyright

    Dimitri Mizenko authored and bzbarsky-apple committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    bc7dbe6 View commit details
    Browse the repository at this point in the history
  15. fix includes in binary-input-basic-server.cpp

    Dimitri Mizenko authored and bzbarsky-apple committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    791cc9d View commit details
    Browse the repository at this point in the history
  16. add binary-input-basic cluster to the all-clusters-app.zap

    Dimitri Mizenko authored and bzbarsky-apple committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    bf6c2a7 View commit details
    Browse the repository at this point in the history
  17. try to fix all-cluster-app/esp32

    Dimitri Mizenko authored and bzbarsky-apple committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    6224aad View commit details
    Browse the repository at this point in the history
  18. another fix for the all-cluster-app/esp32

    Dimitri Mizenko authored and bzbarsky-apple committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    7b59bd3 View commit details
    Browse the repository at this point in the history
  19. Fix endpoint config generation for clusters with complicated names.

    Other things are using c.clusterName, so we should do that here as well to match.
    bzbarsky-apple committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    1d4df12 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    585595c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8a1447d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e3db5df View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0e4c4b9 View commit details
    Browse the repository at this point in the history