Skip to content

Commit

Permalink
Update ot-efr32 submodule (#11205)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinez-silabs authored and pull[bot] committed Feb 17, 2024
1 parent f826384 commit 2420456
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion third_party/openthread/ot-efr32
Submodule ot-efr32 updated 45 files
+3 −3 .clang-format
+9 −0 CMakeLists.txt
+1 −1 examples/sleepy-demo/sleepy-demo-ftd/main.c
+1 −1 examples/sleepy-demo/sleepy-demo-mtd/main.c
+1 −1 openthread
+31 −10 script/build
+8 −0 script/test
+1 −1 src/CMakeLists.txt
+24 −4 src/efr32mg1/crypto/mbedtls_config_autogen.h
+45 −0 src/efr32mg1/crypto/psa_crypto_config_autogen.h
+6 −2 src/efr32mg12/brd4170a/board_config.h
+24 −4 src/efr32mg12/crypto/mbedtls_config_autogen.h
+46 −0 src/efr32mg12/crypto/psa_crypto_config_autogen.h
+10 −0 src/efr32mg12/efr32mg12.cmake
+218 −0 src/efr32mg12/phy/PHY_IEEE802154_915MHZ_2GFSK_EFR32XG12.c
+204 −0 src/efr32mg12/phy/PHY_IEEE802154_915MHZ_OQPSK_EFR32XG12.c
+24 −4 src/efr32mg13/crypto/mbedtls_config_autogen.h
+45 −0 src/efr32mg13/crypto/psa_crypto_config_autogen.h
+24 −3 src/efr32mg21/crypto/mbedtls_config_autogen.h
+54 −0 src/efr32mg21/crypto/psa_crypto_config_autogen.h
+106 −26 src/src/alarm.c
+4 −2 src/src/diag.c
+1 −1 src/src/entropy.c
+22 −5 src/src/flash.c
+7 −3 src/src/ieee802154mac.h
+1 −1 src/src/logging.c
+12 −11 src/src/mbedtls_config.h
+36 −6 src/src/misc.c
+15 −3 src/src/openthread-core-efr32-config-check.h
+130 −15 src/src/openthread-core-efr32-config.h
+1 −1 src/src/platform-band.h
+30 −2 src/src/platform-efr32.h
+47 −0 src/src/psa_crypto_config.h
+582 −387 src/src/radio.c
+28 −2 src/src/rail_config.h
+1 −1 src/src/startup-gcc.c
+8 −4 src/src/system.c
+1 −1 src/src/uart.c
+6 −2 third_party/silabs/CMakeLists.txt
+5 −2 third_party/silabs/cmake/efr32mg1x.cmake
+3 −2 third_party/silabs/cmake/efr32mg2x.cmake
+0 −1 third_party/silabs/cmake/includes.cmake
+14 −0 third_party/silabs/cmake/mbedtls.cmake
+0 −184 third_party/silabs/rail_config/rail_config.c
+1 −1 third_party/silabs/sdk_support
1 change: 1 addition & 0 deletions third_party/openthread/platforms/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ static_library("libopenthread-platform-utils") {
"${openthread_root}/examples/platforms/utils/encoding.h",
"${openthread_root}/examples/platforms/utils/logging_rtt.c",
"${openthread_root}/examples/platforms/utils/logging_rtt.h",
"${openthread_root}/examples/platforms/utils/mac_frame.cpp",
"${openthread_root}/examples/platforms/utils/mac_frame.h",
"${openthread_root}/examples/platforms/utils/settings.h",
"${openthread_root}/examples/platforms/utils/settings_ram.c",
Expand Down
1 change: 0 additions & 1 deletion third_party/openthread/platforms/efr32/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ source_set("libopenthread-efr32") {
"${openthread_efr32_root}/src/src/misc.c",
"${openthread_efr32_root}/src/src/radio.c",
"${openthread_efr32_root}/src/src/system.c",
"${openthread_efr32_root}/third_party/silabs/rail_config/rail_config.c",
"${openthread_root}/examples/apps/cli/cli_uart.cpp",
]

Expand Down

0 comments on commit 2420456

Please sign in to comment.