forked from openthread/ot-efr32
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [openthread](https://github.com/openthread/openthread) from `31df636` to `b5b9342`. - [Commits](openthread/openthread@31df636...b5b9342) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
183c902
commit b2854cb
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 |