-
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.
- Loading branch information
Wiktor Grajkowski
committed
May 20, 2024
1 parent
295283f
commit 26e2a69
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ot-qorvo
updated
22 files
+7 −2 | CMakeLists.txt | |
+21 −0 | etc/options.cmake | |
+1 −1 | openthread | |
+2 −4 | src/gp712/CMakeLists.txt | |
+42 −0 | src/gp712/radio.c | |
+31 −0 | src/gp712/radio_qorvo.h | |
+6 −5 | src/qpg6105/CMakeLists.txt | |
+71 −35 | src/qpg6105/crypto/common-mbedtls-config.h | |
+65 −0 | src/qpg6105/crypto/qorvo-mbedtls-config.h | |
+7 −10 | src/qpg6105/crypto/qpg6105-mbedtls-config.h | |
+1 −1 | src/qpg6105/openthread-core-qpg6105-config.h | |
+1 −0 | src/qpg6105/platform.c | |
+42 −0 | src/qpg6105/radio.c | |
+31 −0 | src/qpg6105/radio_qorvo.h | |
+214 −0 | src/qpg6105/syscalls_stubs.c | |
+2 −4 | src/qpg7015m/CMakeLists.txt | |
+42 −0 | src/qpg7015m/radio.c | |
+31 −0 | src/qpg7015m/radio_qorvo.h | |
+221 −0 | src/qpg7015m/spinel_extension.cpp | |
+13 −13 | third_party/Qorvo/CMakeLists.txt | |
+62 −0 | third_party/Qorvo/qorvo-mbedtls.cmake | |
+1 −1 | third_party/Qorvo/repo |