Lines Matching full:version
94 local version="$1"
112 "-DOT_THREAD_VERSION=${version}"
119 if [[ ${version} != "1.1" ]]; then
128 if [[ ${version} != "1.1" ]]; then
139 …OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-simulation-${version}" "${OT_SRCDIR}"/script/cmake-b…
142 …TARGET=ot-rcp OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-simulation-${version}" "${OT_SRCDIR}"/…
145 if [[ ${version} != "1.1" && ${INTER_OP_BBR} == 1 ]]; then
149 …OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-simulation-${version}-bbr" "${OT_SRCDIR}"/script/cma…
152 …TARGET=ot-rcp OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-simulation-${version}-bbr" "${OT_SRCDI…
160 local version="$1"
161 local options=("-DOT_MESSAGE_USE_HEAP=ON" "-DOT_THREAD_VERSION=${version}" "-DBUILD_TESTING=ON")
163 if [[ ${version} != "1.1" ]]; then
187 …OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-posix-${version}" "${OT_SRCDIR}"/script/cmake-build …
189 if [[ ${version} != "1.1" && ${INTER_OP_BBR} == 1 ]]; then
193 …OT_CMAKE_BUILD_DIR="${OT_BUILDDIR}/openthread-posix-${version}-bbr" "${OT_SRCDIR}"/script/cmake-bu…
199 local version="$1"
201 build_simulation "${version}"
204 build_posix "${version}"
225 local version=$1
226 local builddir="${OT_BUILDDIR}/openthread-simulation-${version}"
485 …INTER_OP_BBR 1 to build bbr version together. Only works when THREAD_VERSION is 1.3. The defaul…
560 # Add postfix for binaries to avoid conflicts caused by different Thread version