diff --git a/script/build b/script/build index 6ee8ed3db..c50368416 100755 --- a/script/build +++ b/script/build @@ -83,18 +83,23 @@ main() local cmdline_options=("$@") case "${platform}" in - gp712 | qpg7015m) + gp712) + OT_CMAKE_NINJA_TARGET=("ot-cli-ftd" "ot-cli-mtd") + options+=("-DCMAKE_TOOLCHAIN_FILE=src/${platform}/arm-linux-gnueabihf.cmake") + build -DQORVO_PLATFORM="${platform}" -DOT_THREAD_VERSION="1.1" "${options[@]}" "${cmdline_options[@]}" + ;; + qpg7015m) OT_CMAKE_NINJA_TARGET=("ot-rcp" "ot-cli-ftd" "ot-cli-mtd") options+=("-DCMAKE_TOOLCHAIN_FILE=src/${platform}/arm-linux-gnueabihf.cmake") + build -DQORVO_PLATFORM="${platform}" "${options[@]}" "${cmdline_options[@]}" ;; qpg6105) OT_CMAKE_NINJA_TARGET=("ot-cli-ftd" "ot-cli-mtd") options+=("-DCMAKE_TOOLCHAIN_FILE=src/${platform}/arm-none-eabi.cmake") + build -DQORVO_PLATFORM="${platform}" "${options[@]}" "${cmdline_options[@]}" ;; esac - build -DQORVO_PLATFORM="${platform}" "${options[@]}" "${cmdline_options[@]}" - case "${platform}" in qpg6105) find "${builddir}/bin" -type f -executable -not -name '*.*' -not -name "${platform}-*" -not -name "*-test-*" \ diff --git a/third_party/Qorvo/repo b/third_party/Qorvo/repo index 7a67c5b61..c30753610 160000 --- a/third_party/Qorvo/repo +++ b/third_party/Qorvo/repo @@ -1 +1 @@ -Subproject commit 7a67c5b613971d3e66a1ffd6d98391550c9f96e9 +Subproject commit c307536106b24df5753d4730c48b93d78bb0689f