-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes lengths of default values for long strings to be in the right endianness.
- Loading branch information
1 parent
c803dab
commit 05aa037
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule repo
updated
24 files
+1 −0 | .github/workflows/zap.yml | |
+1 −1 | apack.json | |
+2 −0 | docs/sdk-integration.md | |
+3 −1 | package.json | |
+75 −79 | src-electron/generator/generation-engine.js | |
+5 −1 | src-electron/generator/helper-access.js | |
+0 −2 | src-electron/generator/helper-c.js | |
+4 −0 | src-electron/generator/helper-zigbee-zcl.js | |
+42 −18 | src-electron/generator/template-engine.js | |
+101 −1 | src-electron/main-process/startup.js | |
+6 −0 | src-electron/util/args.ts | |
+15 −5 | src-electron/util/bin.ts | |
+1 −1 | src-electron/util/env.ts | |
+6 −2 | src-script/gen-helper-api.js | |
+163 −0 | src-script/gen-log-parse | |
+21 −0 | src-script/script-util.js | |
+13 −66 | src-script/zap-generate.js | |
+1 −0 | src-script/zap-start.js | |
+5 −0 | src-shared/db-enum.js | |
+2 −2 | test/bin.test.js | |
+11 −5 | test/helper-api-baseline.json | |
+3 −3 | test/helper-api.test.js | |
+24 −0 | test/resource/meta/sdk.json | |
+10 −8 | test/resource/test-meta.zap |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.