-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
submodule: bump openthread from
31df636
to b5b9342
Bumps [openthread](https://github.com/openthread/openthread) from `31df636` to `b5b9342`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@31df636...b5b9342) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
86bfad8
commit 7d9083b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
15 files
+70 −0 | src/cli/cli.cpp | |
+25 −0 | src/core/thread/network_data_leader_ftd.cpp | |
+0 −12 | src/lib/url/CMakeLists.txt | |
+57 −84 | src/lib/url/url.cpp | |
+111 −0 | src/lib/url/url.hpp | |
+4 −4 | src/posix/platform/backbone.cpp | |
+6 −13 | src/posix/platform/hdlc_interface.cpp | |
+2 −2 | src/posix/platform/multicast_routing.cpp | |
+2 −2 | src/posix/platform/multicast_routing.hpp | |
+17 −0 | src/posix/platform/openthread-posix-config.h | |
+80 −75 | src/posix/platform/radio.cpp | |
+6 −0 | src/posix/platform/radio.hpp | |
+12 −43 | src/posix/platform/spi_interface.cpp | |
+18 −0 | tests/unit/CMakeLists.txt | |
+281 −0 | tests/unit/test_url.cpp |