Skip to content

Commit

Permalink
submodule: bump openthread from a492d04 to 1e82c4e (#588)
Browse files Browse the repository at this point in the history
Bumps [openthread](https://github.com/openthread/openthread) from `a492d04` to `1e82c4e`.
- [Commits](openthread/openthread@a492d04...1e82c4e)

---
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
dependabot[bot] authored Dec 21, 2023
1 parent c8c0c26 commit dd49ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 65 files
+89 −0 doc/ot_config_doc.h
+2 −0 src/cli/ftd.cmake
+2 −0 src/cli/mtd.cmake
+2 −0 src/cli/radio.cmake
+16 −1 src/core/config/announce_sender.h
+15 −0 src/core/config/backbone_router.h
+15 −0 src/core/config/border_agent.h
+15 −0 src/core/config/border_router.h
+15 −0 src/core/config/border_routing.h
+15 −0 src/core/config/channel_manager.h
+15 −0 src/core/config/channel_monitor.h
+15 −0 src/core/config/child_supervision.h
+15 −0 src/core/config/coap.h
+15 −0 src/core/config/commissioner.h
+15 −0 src/core/config/crypto.h
+15 −0 src/core/config/dataset_updater.h
+15 −0 src/core/config/dhcp6_client.h
+15 −0 src/core/config/dhcp6_server.h
+15 −0 src/core/config/diag.h
+15 −0 src/core/config/dns_client.h
+15 −0 src/core/config/dns_dso.h
+15 −0 src/core/config/dnssd_server.h
+15 −0 src/core/config/history_tracker.h
+15 −0 src/core/config/ip6.h
+15 −0 src/core/config/joiner.h
+15 −0 src/core/config/link_metrics_manager.h
+15 −0 src/core/config/link_quality.h
+15 −0 src/core/config/link_raw.h
+15 −0 src/core/config/logging.h
+15 −0 src/core/config/mac.h
+15 −0 src/core/config/mesh_diag.h
+15 −0 src/core/config/mesh_forwarder.h
+15 −0 src/core/config/misc.h
+15 −0 src/core/config/mle.h
+15 −0 src/core/config/nat64.h
+15 −0 src/core/config/netdata_publisher.h
+15 −0 src/core/config/network_diagnostic.h
+15 −0 src/core/config/parent_search.h
+15 −0 src/core/config/ping_sender.h
+15 −0 src/core/config/platform.h
+15 −0 src/core/config/power_calibration.h
+15 −0 src/core/config/radio_link.h
+15 −0 src/core/config/secure_transport.h
+15 −0 src/core/config/sntp_client.h
+15 −0 src/core/config/srp_client.h
+15 −0 src/core/config/srp_server.h
+15 −0 src/core/config/time_sync.h
+16 −0 src/core/config/tmf.h
+1 −1 src/core/diags/factory_diags.cpp
+2 −0 src/core/ftd.cmake
+2 −0 src/core/mtd.cmake
+62 −0 src/core/net/dns_types.cpp
+20 −0 src/core/net/dns_types.hpp
+2 −0 src/core/radio.cmake
+2 −0 src/core/radio_cli.cmake
+12 −0 src/lib/spinel/CMakeLists.txt
+3 −5 src/lib/spinel/spinel.c
+2 −0 src/lib/spinel/spinel.h
+2 −0 src/ncp/ftd.cmake
+2 −0 src/ncp/mtd.cmake
+2 −0 src/ncp/radio.cmake
+1 −0 src/posix/platform/CMakeLists.txt
+2 −0 tests/fuzz/CMakeLists.txt
+4 −0 tests/unit/CMakeLists.txt
+47 −0 tests/unit/test_dns.cpp

0 comments on commit dd49ac0

Please sign in to comment.