Skip to content
代码片段 群组 项目
该项目从 https://github.com/project-chip/zap 镜像。 拉取镜像更新于
  1. 3月 12, 2025
  2. 3月 11, 2025
  3. 3月 01, 2025
  4. 2月 27, 2025
  5. 2月 26, 2025
  6. 2月 20, 2025
  7. 2月 19, 2025
  8. 2月 15, 2025
  9. 2月 12, 2025
  10. 2月 08, 2025
  11. 2月 06, 2025
  12. 2月 05, 2025
  13. 2月 04, 2025
  14. 1月 23, 2025
  15. 1月 22, 2025
  16. 1月 16, 2025
  17. 1月 11, 2025
  18. 12月 17, 2024
    • Timotej Ecimovic's avatar
      Clean up the duplicate dirty flag mechanism. (#1497) · 6fa3da21
      Timotej Ecimovic 创作于
      0. Remove the whole process of registering a second socket listener to the same event.
      1. Retain only one dirtyFlag notifier.
      2. Add the transformation from the default ZAP data format, towards the IDE data format.
      3. Remove state transitions in VueX store. These are not needed at all.
      未验证
      6fa3da21
  19. 12月 13, 2024
  20. 12月 12, 2024
  21. 12月 07, 2024
  22. 12月 05, 2024
  23. 12月 03, 2024
  24. 11月 26, 2024
  25. 11月 22, 2024
    • Ethan Zhou's avatar
      Feature Page Phase 2 (#1482) · c72231e6
      Ethan Zhou 创作于
      - Enable users to toggle device type features.
      - When toggling a feature, automatically update the associated elements (attributes, commands, events) to correct conformance, and update the feature map attribute.
      - Show warnings and disable feature toggle if relevant elements have conformance that is unknown or too complex to handle.
      - Show detailed conformance warnings for elements if they're enabled state conflicts with conformance value.
    • Paul Regan's avatar
      Enable Multiple Endpoints and Device Types in Device Composition Insertion (#1489) · 38790806
      Paul Regan 创作于
      * enabling ZAP to load multiple devices for an endpoint composition
      
      * fixing code so there can be multiple endpoints with different consraints and conformance if necessary
      
      * remove debug test
      
      * PR review cleanup
      未验证
      38790806
  26. 11月 21, 2024
  27. 11月 16, 2024
  28. 11月 14, 2024
  29. 11月 13, 2024
  30. 11月 05, 2024
    • Ethan Zhou's avatar
      Update logic to process domain data (#1442) · bf5c7cc1
      Ethan Zhou 创作于
      - Added support to process domain data parsed from XML in both formats:
      <domain>General</domain> and <domain name="General"/>
      - The plan to update ZAP XMLs using Alchemy will require this change, as domain definitions will be updated to the format <domain name="General">
      未验证
      bf5c7cc1
  31. 11月 02, 2024
  32. 10月 30, 2024
    • Bharat Raju's avatar
      - Add additional is_power_of_two helper for matter use case to determine odd... · baa30344
      Bharat Raju 创作于
      - Add additional is_power_of_two helper for matter use case to determine odd sized data types (#1472)
      
      - update the atomic table schema, retrieval and mapping
      - Add unit tests with the example needed for Matter code
      - update feature level pointer
      - Updating the zap schema
      - Adding support to determine if a data type is baseline type or not from the xml itself
      - This is done by adding BASE_TYPE column to the atomic table and then mapping it appropriately to baseType for the zcl_atomics helper
      - Adding base types for derived types in the atomic xml file
      - This is done by adding baseType column to the atomic table and then mapping it appropriately to baseType for the zcl_atomics helper such that derived types can refer to base types
      Cleanup
      - Github: ZAP#1438
      未验证
      baa30344
    • Bharat Raju's avatar
      Update the top level template json file based on ZCL extensions (#1475) · ecf3659e
      Bharat Raju 创作于
      - Add the zcl extension files to part of its crc check.
      - If the crc changes based on the inclusion of extensions then reload the top level template json file and turn its IN_SYNC to true and turn the old on to false
      - These changes make sure that when a zcl extension file (eg json files in zcl section such as cluster-to-component.json) is updated then everything from the top level json files are loaded again
      - Add tests to make sure top level template json file is reloaded when the zcl extension file is modified
      
      - JIRA: ZAPP-1092
      未验证
      ecf3659e
  33. 10月 29, 2024
加载中