Skip to content

Commit

Permalink
Pull submodules (project-chip#1583)
Browse files Browse the repository at this point in the history
Via scripts/helpers/pull_submodules.sh

Updates:
    git -C examples/common/m5stack-tft/repo log 42cadf2..42cadf2
    git -C third_party/openthread/repo log 4806fa4d0..c6d5c4aae
    git -C third_party/ot-br-posix/repo log 77a9156..250c6d6
    git -C third_party/pigweed/repo log 023f35b..ce87bc0
  • Loading branch information
mspang authored and kedars committed Jul 21, 2020
1 parent 5ae414d commit 4dc9009
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@
url = https://github.com/jeremyjh/ESP32_TFT_library.git
branch = master
ignore = dirty
commit = 35be9760b4edf485287f78c0cf652beb19c047f0
commit = 42cadf2de25fa7e9b5d5d5189e90756cf9938df2
[submodule "pigweed"]
path = third_party/pigweed/repo
url = https://pigweed.googlesource.com/pigweed/pigweed
branch = master
ignore = dirty
commit = 023f35bab59c73c498377d1be1b4e60534ce7b20
commit = ce87bc01d82d813506ece5122250a1b909d78e68
[submodule "openthread"]
path = third_party/openthread/repo
url = https://github.com/openthread/openthread.git
branch = master
ignore = dirty
commit = 5f0e36eeb236a507631e9c822e43f742b7b6738a
commit = c6d5c4aae0ff9f891ec9f734f6b44598e569c48d
[submodule "ot-br-posix"]
path = third_party/ot-br-posix/repo
url = https://github.com/openthread/ot-br-posix.git
branch = master
ignore = dirty
commit = 38e91052d1fb12a55c4e34073f9e399471650b4b
commit = 250c6d605b83910f86fa61fcdbde9ba67dcc7d93
2 changes: 1 addition & 1 deletion third_party/openthread/repo
Submodule repo updated 129 files
2 changes: 1 addition & 1 deletion third_party/ot-br-posix/repo
Submodule repo updated 73 files
+93 −0 .github/workflows/docker.yml
+1 −0 .travis.yml
+6 −4 .travis/after_success.sh
+14 −4 .travis/check-docker
+25 −25 .travis/script.sh
+1 −1 Android.mk
+13 −4 CMakeLists.txt
+5 −1 etc/docker/Dockerfile
+29 −30 etc/docker/docker_entrypoint.sh
+1 −0 examples/platforms/beagleboneblack/default
+1 −0 examples/platforms/fedora/default
+1 −0 examples/platforms/raspbian/after_bootstrap
+1 −1 examples/platforms/raspbian/default
+1 −0 examples/platforms/ubuntu/default
+10 −10 script/_dhcpv6_pd
+11 −16 script/_disable_services
+20 −12 script/_dns64
+11 −10 script/_initrc
+1 −1 script/_ipforward
+4 −4 script/_nat64
+7 −7 script/_network_manager
+17 −5 script/_otbr
+4 −9 script/_sudo_extend
+14 −17 script/_swapfile
+13 −10 script/bootstrap
+3 −2 script/cibuild
+8 −8 script/clang-format
+2 −1 script/clang-format-check
+4 −2 script/console
+46 −12 script/make-pretty
+5 −4 script/server
+3 −2 script/setup
+31 −33 script/standalone_ipv6
+26 −19 script/test
+3 −2 script/update
+1 −0 src/agent/CMakeLists.txt
+1 −29 src/agent/main.cpp
+38 −1 src/agent/ncp_openthread.cpp
+16 −0 src/agent/ncp_openthread.hpp
+4 −0 src/agent/otbr-agent.conf.in
+1 −2 src/agent/thread_helper.cpp
+0 −7 src/common/logging.cpp
+0 −8 src/common/logging.hpp
+2 −1 src/dbus/common/CMakeLists.txt
+1 −1 src/dbus/server/CMakeLists.txt
+8 −7 src/dbus/server/dbus_thread_object.cpp
+1 −0 src/dbus/server/dbus_thread_object.hpp
+3 −2 src/mdns/mdns_avahi.cpp
+29 −15 src/openwrt/ubus/otubus.cpp
+14 −7 src/openwrt/ubus/otubus.hpp
+2 −1 src/web/CMakeLists.txt
+37 −1 src/web/web-service/web_server.cpp
+1 −0 tests/dbus/CMakeLists.txt
+55 −2 tests/dbus/test-client
+98 −70 tests/dbus/test_dbus_client.cpp
+2 −1 tests/mdns/test-multiple
+2 −1 tests/mdns/test-single
+8 −6 tests/mdns/test-stop
+2 −1 tests/mdns/test-update
+6 −4 tests/mdns/test_init
+119 −113 tests/scripts/bootstrap.sh
+11 −8 tests/scripts/check-android-build
+23 −20 tests/scripts/check-raspbian
+8 −7 tests/scripts/check-scan-build
+13 −10 tests/scripts/check-scripts
+181 −181 tests/scripts/meshcop
+3 −2 tests/scripts/openwrt
+2 −2 tests/tools/test-pskc
+4 −4 tests/tools/test-steering-data
+2 −1 tests/unit/CMakeLists.txt
+5 −1 tests/unit/test_dbus_message.cpp
+1 −1 third_party/openthread/CMakeLists.txt
+1 −1 third_party/openthread/repo
2 changes: 1 addition & 1 deletion third_party/pigweed/repo
Submodule repo updated from 023f35 to ce87bc

0 comments on commit 4dc9009

Please sign in to comment.