-
Notifications
You must be signed in to change notification settings - Fork 59
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
d1147d6
to 143ebbf
Bumps [openthread](https://github.com/openthread/openthread) from `d1147d6` to `143ebbf`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@d1147d6...143ebbf) --- updated-dependencies: - dependency-name: openthread dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
46c1f8d
commit 5d8717b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule openthread
updated
21 files
+1 −1 | .github/workflows/build.yml | |
+4 −4 | NOTICE | |
+1 −1 | README.md | |
+1 −1 | src/core/api/border_agent_api.cpp | |
+4 −0 | src/core/coap/coap_secure.hpp | |
+4 −0 | src/core/config/openthread-core-config-check.h | |
+0 −4 | src/core/config/secure_transport.h | |
+33 −0 | src/core/diags/README.md | |
+74 −2 | src/core/diags/factory_diags.cpp | |
+14 −7 | src/core/diags/factory_diags.hpp | |
+31 −0 | src/core/mac/mac_types.cpp | |
+20 −0 | src/core/mac/mac_types.hpp | |
+467 −462 | src/core/meshcop/border_agent.cpp | |
+25 −23 | src/core/meshcop/border_agent.hpp | |
+2 −12 | src/core/meshcop/commissioner.cpp | |
+4 −0 | src/core/meshcop/commissioner.hpp | |
+0 −17 | src/core/meshcop/joiner.cpp | |
+4 −4 | src/core/meshcop/joiner.hpp | |
+20 −0 | src/core/meshcop/meshcop.cpp | |
+12 −0 | src/core/meshcop/meshcop.hpp | |
+4 −0 | src/core/radio/ble_secure.hpp |