Lines Matching full:thread_version
59 THREAD_VERSION="${THREAD_VERSION:-1.4}"
60 readonly THREAD_VERSION
234 build_for_one_version "${THREAD_VERSION}"
236 if [[ ${THREAD_VERSION} != "1.1" && ${INTER_OP} == "1" ]]; then
265 do_unit_version "${THREAD_VERSION}"
267 if [[ ${THREAD_VERSION} != "1.1" && ${INTER_OP_BBR} == 1 ]]; then
274 export top_builddir="${OT_BUILDDIR}/openthread-simulation-${THREAD_VERSION}"
286 if [[ ${THREAD_VERSION} != "1.1" ]]; then
302 export top_builddir="${OT_BUILDDIR}/openthread-simulation-${THREAD_VERSION}"
305 if [[ ${THREAD_VERSION} != "1.1" ]]; then
476 if [[ ${THREAD_VERSION} != "1.1" ]]; then
511 THREAD_VERSION 1.1 for Thread 1.1 stack, 1.4 for Thread 1.4 stack. The default is 1.4.
512 … INTER_OP 1 to build 1.1 together. Only works when THREAD_VERSION is 1.4. The default is 0.
513 …INTER_OP_BBR 1 to build bbr version together. Only works when THREAD_VERSION is 1.4. The defaul…
542 …THREAD_VERSION=1.1 VIRTUAL_TIME=0 $0 clean build cert tests/scripts/thread-cert/Cert_5_1_01_Router…
543 …THREAD_VERSION=1.1 VIRTUAL_TIME=0 $0 cert tests/scripts/thread-cert/Cert_5_1_02_ChildAddressTimeou…
643 export THREAD_VERSION
646 …export RADIO_DEVICE="${OT_BUILDDIR}/openthread-simulation-${THREAD_VERSION}/examples/apps/ncp/ot-r…
647 export OT_CLI_PATH="${OT_BUILDDIR}/openthread-posix-${THREAD_VERSION}/src/posix/ot-cli"
649 if [[ ${THREAD_VERSION} != "1.1" ]]; then
656 export OT_SIMULATION_APPS="${OT_BUILDDIR}/openthread-simulation-${THREAD_VERSION}/examples/apps"
657 export OT_POSIX_APPS="${OT_BUILDDIR}/openthread-posix-${THREAD_VERSION}/src/posix"
696 … [[ ${THREAD_VERSION} != "1.1" ]] && echo "Using Thread 1.4 stack" || echo "Using Thread 1.1 stack"