-
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.
Use
zap-cli
for zap codegen instead of using third_party/zap/repo (#…
…23664) * Switch zap workflows to use chip-build image * Remove zap third party submodule: we are using zap releases now * Switch "node zap-generate.js" with "zap-cli generate" * Undo openthread repo checkout * Remove reference to manufacturers.xml from zap repo * Remove references to third_party/zap * Add instructions to install zap from releases * Fix chip build version 09 is broken, need 10 after #24662 * Also add chip authors to manufacturers.xml copyright * update to image 0.6.11 so that we have npm in the image as well (should make javascript github actions work again) * Fix cmdargs arguments: run bootstrap not applicable anymore * Add safe.directory for git otherwise git operations fail. checkout_submodules used to do this, but without them we need a separate set * Provide options on how to execute zap using env variables * Update scripts to add back run_zaptool and zap_bootstrap.sh * Restyle and updated zaptool to be friendly with restyler * Update documentation to explain available environment variables * Restyle * Update docs/guides/BUILDING.md Co-authored-by: Boris Zbarsky <[email protected]> * Update docs/guides/BUILDING.md Co-authored-by: Boris Zbarsky <[email protected]> * Add back run_bootstrap command line option * Restyle * Fix cmdline args * Fix typo * Make sure zap convert is also aware of environment variables * Update convert.py workind directory. tested with local zap * Add back run_bootstrap to regen_all and convert_all * Restyle * Spelling fix * Update run_zaptool to support install for mac * Update zap argument logic * Restyle Co-authored-by: Boris Zbarsky <[email protected]>
- Loading branch information
Showing
17 changed files
with
885 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.