Skip to content

Commit

Permalink
Update submodules (#91)
Browse files Browse the repository at this point in the history
* openthread 97a3f7648fafb04ba1f688c6ff3d6754b63602fc
* ot-br-posix b9210e7ad987ac1ccc48ec32d609f7e8c81c1b83
* ot-nrf528xx e5eb82241730dc067b5205d821ed94546887599b
  • Loading branch information
sunytt authored Sep 14, 2024
1 parent d13a859 commit 68657f4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ FEATURES

CHANGELOG
==========
* 09/14/2024
* Updated submodules
* openthread commitid: 97a3f76
* ot-br-posix commitid: b9210e7
* ot-nrf528xx commitid: e5eb822

* 08/26/2024
* Updated NCS to `887bdfc`

Expand Down
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 260 files
2 changes: 1 addition & 1 deletion ot-br-posix
Submodule ot-br-posix updated 40 files
+2 −2 .github/workflows/border_router.yml
+1 −1 .github/workflows/ncp_mode.yml
+1 −1 script/test
+2 −4 src/backbone_router/nd_proxy.cpp
+3 −1 src/border_agent/border_agent.cpp
+32 −0 src/common/mainloop.cpp
+24 −1 src/common/mainloop.hpp
+1 −2 src/common/task_runner.cpp
+34 −0 src/common/types.hpp
+4 −5 src/dbus/server/dbus_agent.cpp
+4 −2 src/dbus/server/dbus_thread_object_ncp.cpp
+3 −7 src/mdns/mdns_mdnssd.cpp
+1 −0 src/ncp/CMakeLists.txt
+35 −0 src/ncp/ncp_host.cpp
+5 −0 src/ncp/ncp_host.hpp
+159 −124 src/ncp/ncp_spinel.cpp
+88 −6 src/ncp/ncp_spinel.hpp
+160 −9 src/ncp/posix/netif.cpp
+25 −36 src/ncp/posix/netif.hpp
+5 −0 src/ncp/posix/netif_unix.cpp
+9 −0 src/ncp/rcp_host.cpp
+2 −0 src/ncp/rcp_host.hpp
+10 −0 src/ncp/thread_host.hpp
+1 −7 src/openwrt/ubus/otubus.cpp
+58 −0 src/proto/thread_telemetry.proto
+1 −2 src/rest/rest_web_server.cpp
+1 −2 src/utils/infra_link_selector.cpp
+31 −0 src/utils/thread_helper.cpp
+3 −0 src/utils/thread_helper.hpp
+23 −0 tests/dbus/test_dbus_client.cpp
+338 −20 tests/gtest/test_netif.cpp
+9 −0 tests/scripts/expect/_common.exp
+94 −0 tests/scripts/expect/ncp_netif_address_update.exp
+67 −0 tests/scripts/expect/ncp_netif_tx_rx.exp
+80 −0 tests/scripts/expect/ncp_schedule_migration.exp
+1 −1 tests/scripts/expect/ncp_test_schedule_migration_dbus_api.exp
+1 −1 tests/scripts/meshcop
+2 −4 tests/scripts/ncp_mode
+2 −2 third_party/openthread/CMakeLists.txt
+1 −1 third_party/openthread/repo
2 changes: 1 addition & 1 deletion ot-nrf528xx
Submodule ot-nrf528xx updated 2 files
+1 −1 openthread
+17 −8 src/src/radio.c

0 comments on commit 68657f4

Please sign in to comment.