Change BLE namespace to CHIP
17 files changed
tree: 79f7d0f2aac49337328c814ba4a1697a74e05f88
  1. .github/
  2. .yams/
  3. build/
  4. docs/
  5. images/
  6. integrations/
  7. src/
  8. tests/
  9. third_party/
  10. tools/
  11. .clang-format
  12. .gitignore
  13. .gitmodules
  14. .restyled.yml
  15. BUILDING.md
  16. CODE_OF_CONDUCT.md
  17. CONTRIBUTING.md
  18. CONTRIBUTORS.md
  19. LICENSE
  20. Makefile
  21. README.md
  22. REVIEWERS.md
README.md

Connected Home over IP

C/C++ CI

Getting started with CHIP

All documentation is inside of the docs section

Additional build information can also be found in BUILDING.md.

Need help?

There are numerous avenues for CHIP support:

Directory Structure

The CHIP repository is structured as follows:

File / FolderContents
build/Build system support content
BUILDING.mdMore detailed information on configuring and building CHIP for different targets
CODE_OF_CONDUCT.mdCode of Conduct for CHIP, and contributions to it
CONTRIBUTING.mdGuidelines for contributing to CHIP
CONTRIBUTORS.mdContributors to CHIP
docs/Documentation
integrations/Third party integrations related to this project
integrations/github/GitHub integrations related to this project
integrations/github/actionsGitHub actions related to this project
images/Images
LICENSECHIP License file (Apache 2.0)
README.mdThis 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

Contributing

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.

License

CHIP is released under the Apache 2.0 license Please read more details therein