commit | 042cf3293165e4e6554583d7a1b3aac0033ec0dc | [log] [tgz] |
---|---|---|
author | Michael Spang <spang@google.com> | Fri Jul 03 17:01:34 2020 -0400 |
committer | GitHub <noreply@github.com> | Fri Jul 03 17:01:34 2020 -0400 |
tree | 3998e636ee40500ead2e4108fd89461f71e0bd3d | |
parent | c0584abbe0973239272029b4c27217cf0a7d2cbe [diff] |
Add scripts to update submodules & repos.conf (#1432) * Fix naming discrepancies between repos.conf & .gitmodules The .gitmodules was unintentionally set up with different names as this is the default for "git submodule add". Rename submodulse to use the names chosen in repos.conf. * Merge repos.conf with .gitmodules These duplicate the same information. Merge them. * Add commits to .gitmodules This avoids having a dirty tree after running make -f Makefile-bootstrap repos which was happening because repos.conf doesn't track versions. * Add a transition script to rename submodules. After fixing .gitmodules to use the same names as repos.conf, we need a way to transition checkouts to the new names. Add a sript to do this and run it from bootstrap. * Add script to pull submodules This automates updating the submodules. * Pull submodules Via scripts/helpers/pull_submodules.sh Updates: git -C examples/common/m5stack-tft/repo log 3a841fa..35be976 git -C third_party/openthread/repo log 9e291e62..5f0e36ee git -C third_party/pigweed log 16bde6b..023f35b * Restyle
Visit connectedhomeip.com to learn more.
The Zigbee Alliance officially opened the Project Connected Home over IP (Project CHIP) Working Group on January 17 and is in the process of drafting the specification.
The Project’s design and technical processes are intended to be open and transparent to the general public, including to Work Group non-members wherever possible. The availability of this GitHub repository and its source code under an Apache v2 license is an important and demonstrable step to achieving this commitment.
The Project endeavors to bring together the best aspects of market-tested technologies and to redeploy them as a unified and cohesive whole-system solution. The overall goal of this approach is to bring the benefits of the Project to consumers and manufacturers as quickly as possible. As a result, what you observe in this repository is an implementation-first approach to the technical specification, vetting integrations in practice.
We would love for you to contribute to Project Connected Home over IP. Read our contribution guidelines here.
Instructions about how to build Project Connected Home over IP can be found here.
The Connected Home over IP repository is structured as follows:
File / Folder | Contents |
---|---|
.default-version | Default Project CHIP version if none is available via source code control tags, .dist-version , or .local-version |
bootstrap | GNU autotools bootstrap script for the Project CHIP build system |
bootstrap-configure | Convenience script that will bootstrap the Project CHIP build system, via bootstrap , and invoke configure |
build/ | Build system support content and build output directories |
BUILDING.md | More detailed information on configuring and building Project CHIP for different targets |
CODE_OF_CONDUCT.md | Code of Conduct for Project CHIP, and contributions to it |
CONTRIBUTING.md | Guidelines for contributing to Project CHIP |
CONTRIBUTORS.md | Contributors to Project CHIP |
docs/ | Documentation |
examples/ | Example firmware applications that demonstrate use of Project CHIP technology |
integrations/ | Third party integrations related to this project |
integrations/docker/ | Docker scripts and Dockerfiles |
LICENSE | Project CHIP License file (Apache 2.0) |
Makefile-Android | Convenience makefile for building Project CHIP against Android |
Makefile-Standalone | Convenience makefile for building Project CHIP as a standalone package on desktop and server systems |
README.md | This file |
src/ | Implementation of Project CHIP |
third_party/ | Third-party code used by Project CHIP |
tools/ | Tools needed to work with the Project CHIP repo |
Project CHIP is released under the Apache 2.0 license.