Skip to content

Commit

Permalink
Renamed src/app/zap to src/app/zap-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jepenven-silabs committed Nov 6, 2020
1 parent ebcc2ac commit 37180be
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Framework including the file you are reading right now.
This directory contains all of the cluster implementations included in the CHIP
ZCL Application Framework.

### <code>/src/app/zap></code>
### <code>/src/app/zap-templates</code>

This directory contains all of the templates and helpers specific to CHIP for the ZAP tool.

Expand Down
4 changes: 2 additions & 2 deletions src/app/zap/README.md → src/app/zap-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Run ZAP with UI to configure endpoints and clusters

```
cd ./third_party/zap/repo/
node src-script/zap-start.js --logToStdout --gen ../../../src/app/zap/chip-templates.json
node src-script/zap-start.js --logToStdout --gen ../../../src/app/zap-templates/chip-templates.json
```

Generate files in headless mode

```
cd ./third_party/zap/repo/
node src-script/zap-generate.js -z ./zcl-builtin/silabs/zcl.json -g ../../../src/app/zap/chip-templates.json -i <path to *.zap file> -o <Path to /gen/ folder>
node src-script/zap-generate.js -z ./zcl-builtin/silabs/zcl.json -g ../../../src/app/zap-templates/chip-templates.json -i <path to *.zap file> -o <Path to /gen/ folder>
```

For more information please see the documentation under
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 37180be

Please sign in to comment.