Skip to content
代码片段 群组 项目
该项目从 https://github.com/project-chip/zap 镜像。 拉取镜像更新于
  1. 11月 01, 2022
  2. 10月 31, 2022
  3. 10月 27, 2022
  4. 10月 25, 2022
  5. 10月 19, 2022
  6. 10月 18, 2022
  7. 10月 15, 2022
  8. 10月 14, 2022
    • Timotej Ecimovic's avatar
      Cleanup and minor upgrades (#753) · 7d55899f
      Timotej Ecimovic 创作于
      * Hold the package-lock.json at the lockfileVersion 2 level, which mandates node 16.
      * Add metafile check, making sure nobody commits package-lock file with an ancient npm.
      * Update lock file.
      未验证
      7d55899f
  9. 10月 13, 2022
  10. 10月 12, 2022
  11. 10月 08, 2022
    • Bharat Dandu's avatar
      Adding generic helpers with less hardcoding such that they can be used across... · 4f70b203
      Bharat Dandu 创作于
      Adding generic helpers with less hardcoding such that they can be used across different kinds of templates
      
      - Adding selectStructsWithClusterAssociation which takes the logic src-electron/generator/matter/chip-tool/templates/helper.js#structs_with_cluster_name to the backend(sql query). structs_with_clusters helper uses this instead of exports.structs_with_cluster_name
      - Updating cleanseLabelAsKebabCase so that it can be used instead of asDelimitedCommand
      - endpoint type was being treated as signed integer due to parsing logic in zcl-silabs-loader.js. Added a separate condition for this
      - Added generation tests for all the new helpers with an additional matter generation template
      - Adding the groupByStructName option to structs_with_clusters to avoid duplicate rows
      - Cleaning up the loader
      - Cleaning up the helpers in helper-zcl
      - For zcl data types, taking into account the signed attribute in the xml for numbers. If not mentioned then accounting for known exceptions such as single and double data types
      Throwing an error in as_type_max/min_value when language option is not specified
      Github: ZAP#679
      4f70b203
  12. 9月 28, 2022
  13. 9月 27, 2022
    • Bharat Dandu's avatar
      Changes to resolve the custom xml generation/loading issue with zap's cli generation. · 94ddaa95
      Bharat Dandu 创作于
      - This solves the issue of zap generation when the saved zap file already has the custom xml reference and then generation is performed on it using cli
      - Loading the main/standard gen template and zcl xml packages before the custom xml packages such that custom xml and clusters extensions within custom xml are loaded properly
      - Fixing a query in query-package.js
      - Adding tests for the above behavior by creating a zap file which has a reference to a custom xml. Testing generation of zap file and adding more tests for xml removal and generating again
      - JIRA: ZAPP-971
      94ddaa95
  14. 9月 24, 2022
  15. 9月 23, 2022
  16. 9月 22, 2022
  17. 9月 20, 2022
    • Jing T's avatar
      Fix state path logging (#731) · fd381747
      Jing T 创作于
      * fix incorrect path printout in logs on windows
      
      * Update release.yml
      
      * Revert "Update release.yml"
      
      This reverts commit 5c75fabf935170269c59e699a74686fc2a3c3854.
      未验证
      fd381747
  18. 9月 16, 2022
  19. 9月 15, 2022
  20. 9月 14, 2022
  21. 9月 13, 2022
  22. 9月 10, 2022
  23. 9月 09, 2022
  24. 9月 08, 2022
  25. 9月 02, 2022
  26. 9月 01, 2022
加载中