-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Openthread] Update Openthread submodule (#18277)
* update openthread * update ot platforms * update ot-br-posisx hach to match openthread * TI fix * Disable web service * Added systemd install * fix typo * remove systemd * test CI fix
- Loading branch information
1 parent
1703fe7
commit 1bcb681
Showing
10 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ot-efr32
updated
17 files
Submodule ot-ifx
updated
24 files
+8 −35 | .gitignore | |
+35 −40 | CMakeLists.txt | |
+5 −8 | README.md | |
+1 −1 | openthread | |
+1 −2 | script/build | |
+1 −1 | script/flash | |
+23 −28 | src/cyw30739/alarm.c | |
+1 −1 | src/cyw30739/crypto/aes_ccm_alt.cpp | |
+1 −1 | src/cyw30739/crypto/aes_ccm_alt.hpp | |
+23 −28 | src/cyw30739/entropy.c | |
+24 −28 | src/cyw30739/i15dot4.h | |
+33 −10 | src/cyw30739/i15dot4_types.h | |
+27 −38 | src/cyw30739/ifx_ot_cli_cmd.c | |
+27 −38 | src/cyw30739/ifx_ot_cli_cmd.h | |
+23 −28 | src/cyw30739/logging.c | |
+23 −28 | src/cyw30739/mbedtls/include/ccm_alt.h | |
+23 −28 | src/cyw30739/mbedtls/library/ccm_alt.c | |
+23 −28 | src/cyw30739/misc.c | |
+1 −1 | src/cyw30739/openthread-core-cyw30739-config.h | |
+27 −37 | src/cyw30739/packet_statistics.h | |
+23 −28 | src/cyw30739/radio.c | |
+26 −29 | src/cyw30739/settings.c | |
+23 −28 | src/cyw30739/system.c | |
+23 −28 | src/cyw30739/uart.c |
Submodule ot-nxp
updated
48 files
Submodule ot-qorvo
updated
8 files
+4 −6 | README.md | |
+1 −1 | openthread | |
+4 −2 | src/qpg6095/settings.cpp | |
+4 −2 | src/qpg6100/settings.cpp | |
+57 −7 | src/qpg6105/CMakeLists.txt | |
+0 −3 | src/qpg6105/platform.c | |
+4 −2 | src/qpg6105/settings.cpp | |
+1 −1 | third_party/Qorvo/repo |
Submodule repo
updated
1273 files
Submodule repo_cc13xx_cc26xx
updated
from 55eba1 to cac6a4