Skip to content

Commit bf981c2

Browse files
[ST] Feature add ot-stm32 submodule (#32888)
* create openthread submodule * move ot-stm32 to the right ot commit and use ot-stm32 in gn * move to the right ot sha1 * bump ot-stm32 to the right version * add back last line in .gitmodules
1 parent e2bb2e5 commit bf981c2

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitmodules

+5
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
7373
url = https://github.com/SiliconLabs/ot-efr32.git
7474
branch = matter_sve
7575
platforms = silabs,silabs_docker
76+
[submodule "ot-stm32"]
77+
path = third_party/openthread/ot-stm32
78+
url = https://github.com/openthread/openthread
79+
branch = eb6377f
80+
platforms = stm32
7681
[submodule "third_party/openthread/ot-ifx"]
7782
path = third_party/openthread/ot-ifx
7883
url = https://github.com/Infineon/ot-ifx-release.git

src/platform/stm32/args.gni

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ chip_device_platform = "stm32"
2525
chip_with_lwip = false
2626
mbedtls_target = "${stm32_sdk_build_root}:mbedtls"
2727
openthread_external_mbedtls = mbedtls_target
28+
openthread_root = "${chip_root}/third_party/openthread/ot-stm32"
2829

2930
# GLOBAL CONFIG
3031
chip_monolithic_tests = false

third_party/openthread/ot-stm32

Submodule ot-stm32 added at eb6377f

0 commit comments

Comments
 (0)