Searched +full:- +full:dot_mlr (Results 1 – 7 of 7) sorted by relevance
5 - tag: OT1110 - "-DOPENTHREAD_CONFIG_IP6_MAX_EXT_MCAST_ADDRS=8"12 - "-DOT_REFERENCE_DEVICE=ON"13 - "-DOT_COMMISSIONER=ON"14 - "-DOT_JOINER=ON"15 - tag: OT1220 - "-DOPENTHREAD_CONFIG_IP6_MAX_EXT_MCAST_ADDRS=8"22 - "-DOT_REFERENCE_DEVICE=ON"23 - "-DOT_DUA=ON"24 - "-DOT_MLR=ON"[all …]
30 set -euxo pipefail32 OT_TMP_DIR=/tmp/ot-arm-build-cmake35 OT_SHA_NEW=${GITHUB_SHA:-$(git rev-parse HEAD)}41 "-DOT_ANYCAST_LOCATOR=ON"42 "-DOT_BACKBONE_ROUTER=ON"43 "-DOT_BORDER_AGENT=ON"44 "-DOT_BORDER_ROUTER=ON"45 "-DOT_CHANNEL_MANAGER=ON"46 "-DOT_CHANNEL_MONITOR=ON"47 "-DOT_COAP=ON"[all …]
30 set -euxo pipefail37 rm -rf "$OT_BUILDDIR"44 "$(dirname "$0")"/cmake-build simulation -DOT_THREAD_VERSION=1.146 # Build Thread 1.1 cli-radio48 "$(dirname "$0")"/cmake-build simulation \49 -DOT_THREAD_VERSION=1.1 \50 -DOT_DIAGNOSTIC=ON \51 -DOT_APP_CLI=ON \52 -DOT_APP_NCP=OFF \53 -DOT_APP_RCP=OFF \[all …]
33 set -euo pipefail35 OT_BUILDDIR="${OT_BUILDDIR:-${PWD}/build}"53 OT_NODE_TYPE="${OT_NODE_TYPE:-cli}"56 OT_NATIVE_IP="${OT_NATIVE_IP:-0}"59 THREAD_VERSION="${THREAD_VERSION:-1.3}"62 INTER_OP="${INTER_OP:-0}"65 VERBOSE="${VERBOSE:-0}"68 BORDER_ROUTING="${BORDER_ROUTING:-1}"71 NAT64="${NAT64:-0}"74 NAT64_SERVICE="${NAT64_SERVICE:-openthread}"[all …]
30 set -euo pipefail32 OT_TMP_DIR=/tmp/ot-size-report35 OT_SHA_NEW=${GITHUB_SHA:-$(git rev-parse HEAD)}38 OT_SHA_OLD="$(git cat-file -p "${OT_SHA_NEW}" | grep 'parent ' | head -n1 | cut -d' ' -f2)"46 if arm-none-eabi-gcc --version | grep -q 'Arm Embedded Processors 7'; then51 …wget --tries 4 --no-check-certificate --quiet https://developer.arm.com/-/media/Files/downloads/gn…52 && tar xjf gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2)53 export PATH=/tmp/gcc-arm-none-eabi-7-2018-q2-update/bin:$PATH55 arm-none-eabi-gcc --version60 sudo apt-get --no-install-recommends install -y ninja-build[all …]
35 # script/make-pretty39 # script/make-pretty clang40 # script/make-pretty clang-format41 # script/make-pretty clang-tidy45 # script/make-pretty markdown49 # script/make-pretty python53 # script/make-pretty shell57 # script/make-pretty check clang58 # script/make-pretty check clang-format59 # script/make-pretty check clang-tidy[all …]
33 branches-ignore:34 - 'dependabot/**'37 - 'main'40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…41 cancel-in-progress: true43 permissions: # added using https://github.com/step-security/secure-workflows48 cli-sim:49 name: cli-sim VIRTUAL_TIME=${{ matrix.virtual_time }}50 runs-on: ubuntu-20.0452 fail-fast: false[all …]