Lines Matching refs:THREAD_VERSION
59 THREAD_VERSION="${THREAD_VERSION:-1.4}"
60 readonly THREAD_VERSION
232 build_for_one_version "${THREAD_VERSION}"
234 if [[ ${THREAD_VERSION} != "1.1" && ${INTER_OP} == "1" ]]; then
263 do_unit_version "${THREAD_VERSION}"
265 if [[ ${THREAD_VERSION} != "1.1" && ${INTER_OP_BBR} == 1 ]]; then
272 export top_builddir="${OT_BUILDDIR}/openthread-simulation-${THREAD_VERSION}"
284 if [[ ${THREAD_VERSION} != "1.1" ]]; then
300 export top_builddir="${OT_BUILDDIR}/openthread-simulation-${THREAD_VERSION}"
303 if [[ ${THREAD_VERSION} != "1.1" ]]; then
473 if [[ ${THREAD_VERSION} != "1.1" ]]; then
640 export THREAD_VERSION
643 …export RADIO_DEVICE="${OT_BUILDDIR}/openthread-simulation-${THREAD_VERSION}/examples/apps/ncp/ot-r…
644 export OT_CLI_PATH="${OT_BUILDDIR}/openthread-posix-${THREAD_VERSION}/src/posix/ot-cli"
646 if [[ ${THREAD_VERSION} != "1.1" ]]; then
653 export OT_SIMULATION_APPS="${OT_BUILDDIR}/openthread-simulation-${THREAD_VERSION}/examples/apps"
654 export OT_POSIX_APPS="${OT_BUILDDIR}/openthread-posix-${THREAD_VERSION}/src/posix"
693 … [[ ${THREAD_VERSION} != "1.1" ]] && echo "Using Thread 1.4 stack" || echo "Using Thread 1.1 stack"