commit | 0f5f950a451cd2efc9300d8d029e6d42f9fce8bd | [log] [tgz] |
---|---|---|
author | Justin Wood <woody@apple.com> | Fri Mar 13 12:52:35 2020 -0700 |
committer | GitHub <noreply@github.com> | Fri Mar 13 12:52:35 2020 -0700 |
tree | 12a22e689b6846f716721d94fa906e45d86b3de7 | |
parent | 3730e838c3f7a83d7ca49dabaa717e5f78355a58 [diff] | |
parent | fc6095a670b23e1c1ba8fd8000af0bc9166729a1 [diff] |
Merge pull request #47 from rwalker-apple/Add-tidy-and-format-to-make Add tidy and format to make rules Merging based on 3 approvals, thank you!
All documentation is inside of the docs section
Additional build information can also be found in BUILDING.md.
There are numerous avenues for CHIP support:
The CHIP repository is structured as follows:
File / Folder | Contents |
---|---|
build/ | Build system support content |
BUILDING.md | More detailed information on configuring and building CHIP for different targets |
CODE_OF_CONDUCT.md | Code of Conduct for CHIP, and contributions to it |
CONTRIBUTING.md | Guidelines for contributing to CHIP |
CONTRIBUTORS.md | Contributors to CHIP |
docs/ | Documentation |
integrations/ | Third party integrations related to this project |
integrations/github/ | GitHub integrations related to this project |
integrations/github/actions | GitHub actions related to this project |
images/ | Images |
LICENSE | CHIP License file (Apache 2.0) |
README.md | This file |
src/ | Implementation of CHIP |
tests/ | Tests for CHIP |
tools/ | Tools needed to work with the CHIP repo, as well as develop in the repository |
Some tools and utilities are dependent on third party tools, such as Docker.
Docker is an excellent way to have stable build environments that don't pollute the host OS. It is also much easier to maintain stability across multiple host environments. Install stable version of Docker Desktop relevant to your native OS (MacOS or Windows). Once installed, you can run docker commands from the shell/terminal.
We would love for you to contribute to CHIP and help make it even better than it is today! See the CONTRIBUTING.md file for more information.
CHIP is released under the Apache 2.0 license Please read more details therein