-
Notifications
You must be signed in to change notification settings - Fork 30
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 `37fef5e` to `b9dcdbc`. - [Commits](openthread/openthread@37fef5e...b9dcdbc) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d00b24a
commit 29ba0fa
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
24 files
+1 −0 | examples/platforms/simulation/CMakeLists.txt | |
+29 −153 | examples/platforms/simulation/radio.c | |
+226 −0 | examples/platforms/simulation/simul_utils.c | |
+149 −0 | examples/platforms/simulation/simul_utils.h | |
+19 −130 | examples/platforms/simulation/trel.c | |
+6 −26 | examples/platforms/simulation/uart.c | |
+1 −1 | include/openthread/instance.h | |
+0 −1 | include/openthread/ip6.h | |
+0 −21 | include/openthread/link.h | |
+35 −0 | include/openthread/message.h | |
+56 −24 | src/cli/README.md | |
+5 −0 | src/core/api/message_api.cpp | |
+41 −4 | src/core/common/message.cpp | |
+45 −10 | src/core/common/message.hpp | |
+6 −11 | src/core/net/ip6.cpp | |
+2 −5 | src/core/net/ip6.hpp | |
+0 −24 | src/core/net/socket.hpp | |
+5 −6 | src/core/thread/discover_scanner.cpp | |
+6 −8 | src/core/thread/mesh_forwarder.cpp | |
+1 −1 | src/core/thread/mesh_forwarder.hpp | |
+1 −7 | src/core/thread/mesh_forwarder_ftd.cpp | |
+4 −4 | src/core/thread/mle.cpp | |
+15 −15 | src/core/thread/mle_router.cpp | |
+4 −4 | src/core/thread/mle_router.hpp |