Skip to content
代码片段 群组 项目
该项目从 https://github.com/project-chip/zap 镜像。 拉取镜像更新于
  1. 2月 18, 2023
    • Bharat Raju's avatar
      Fixing helpers/queries when dealing with mfg specific options (#939) · bf4f0e0c
      Bharat Raju 创作于
      - Fixing the count of mfg specific attributes such that it accounts for mfg specific attributes from mfg specific clusters
      - Fixing the attribute_mask helper such that it creates a separation between zigbee and matter when creating the mask
      - Fixing the attribute generation such that they have the mfg specific flag correctly
      - Commenting a test for now to unblock zap builds
      - JIRA: ZAPP-1077
      bf4f0e0c
  2. 2月 16, 2023
  3. 2月 15, 2023
    • Bharat Raju's avatar
      Minor cleanup for zap's attribute token helpers (#929) · 9c027484
      Bharat Raju 创作于
      - Extending all_user_cluster_generated_attributes to account for an attribute being a string or not
      - Bumping the feature level pointer
      - Cleaning up another query to get endpoint Id properly
      - Adding the comma termination option for strings as well
      - Updating existing helpers with more options
      - Updating format_zcl_string_as_characters_for_generated_defaults to have isOctet and isCommaTerminated options
      - Add in option to if_compare to check if one strings exists within another
      - Update the zap-token version 2 zapt file and tests
      - JIRA: ZAPP-1036
      9c027484
    • Vivien Nicolas's avatar
  4. 2月 11, 2023
  5. 2月 10, 2023
  6. 2月 04, 2023
    • Evgeny Margolis's avatar
      Added code to enable EventList support for Matter (#914) · fd7e0bfb
      Evgeny Margolis 创作于
      * Added code to enable EventList support for Matter.
      
       - Added new method to extract events from database: selectEndpointClusterEvents()
       - Added new helper functions to construct list (array) of supported event IDs:
         chip_endpoint_generated_event_count()
         chip_endpoint_generated_event_list()
       - Added eventList and eventCount entries to the EmberAfCluster struct
         in the generated endpoint_config.h file
      
      The EventList data is treated similar to CommandList data.
      
      The assumption is that events are always server --> client.
      
      * Removed Unused eventMfgCodes variable in the collectAttributes() function
      
      * Removed casting for generatedEvents in endpoint-config.zapt file
      
      * Updated selectEndpointClusterEvents() function to use existing mapping method dbMapping.map.event
      
      * Updated selectEndpointClusterEvents() to select all supported event types.
      
      * removed unsupported select field in selectEndpointClusterEvents()
  7. 2月 01, 2023
  8. 1月 31, 2023
    • Bharat Raju's avatar
      Allowing Data types having the same name to be loaded into the DB. (#908) · 7595d774
      Bharat Raju 创作于
      - These changes allow data types having the same name belonging to different clusters to be loaded.
      - The queries have been modified such that cluster specific data types are searched for and inserted into the DB. If not found then generic data types which do not specifically belong to a cluster are used.
      - The changes have been applied to enums, bitmaps and structs and then corresponding changes have been made to enum_items, bitmap_fields and struct_items
      - Extracting the cluster codes correctly in zcl-loader-silabs.js such that it can be used in query-loader.js
      - Updating the requiredFeatureLevel such that the stacks can use the new feature level if templates change according to these changes
      - Github: ZAP#906
      7595d774
    • Vivien Nicolas's avatar
      7c448b80
  9. 1月 24, 2023
  10. 1月 21, 2023
  11. 1月 20, 2023
  12. 1月 19, 2023
  13. 1月 17, 2023
  14. 1月 10, 2023
  15. 1月 06, 2023
  16. 1月 05, 2023
  17. 1月 04, 2023
  18. 12月 22, 2022
  19. 12月 21, 2022
  20. 12月 20, 2022
  21. 12月 17, 2022
加载中