Home
last modified time | relevance | path

Searched +full:- +full:dot_mlr (Results 1 – 7 of 7) sorted by relevance

/openthread-3.4.0/tools/harness-simulation/posix/
Dconfig.yml5 - tag: OT11
10 - "-DOPENTHREAD_CONFIG_IP6_MAX_EXT_MCAST_ADDRS=8"
12 - "-DOT_REFERENCE_DEVICE=ON"
13 - "-DOT_COMMISSIONER=ON"
14 - "-DOT_JOINER=ON"
15 - tag: OT12
20 - "-DOPENTHREAD_CONFIG_IP6_MAX_EXT_MCAST_ADDRS=8"
22 - "-DOT_REFERENCE_DEVICE=ON"
23 - "-DOT_DUA=ON"
24 - "-DOT_MLR=ON"
[all …]
/openthread-3.4.0/script/
Dcheck-arm-build30 set -euxo pipefail
32 OT_TMP_DIR=/tmp/ot-arm-build-cmake
35 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 …]
Dcheck-simulation-build-cmake30 set -euxo pipefail
37 rm -rf "$OT_BUILDDIR"
44 "$(dirname "$0")"/cmake-build simulation -DOT_THREAD_VERSION=1.1
46 # Build Thread 1.1 cli-radio
48 "$(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 …]
Dtest33 set -euo pipefail
35 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 …]
Dcheck-size30 set -euo pipefail
32 OT_TMP_DIR=/tmp/ot-size-report
35 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'; then
51 …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:$PATH
55 arm-none-eabi-gcc --version
60 sudo apt-get --no-install-recommends install -y ninja-build
[all …]
Dmake-pretty35 # script/make-pretty
39 # script/make-pretty clang
40 # script/make-pretty clang-format
41 # script/make-pretty clang-tidy
45 # script/make-pretty markdown
49 # script/make-pretty python
53 # script/make-pretty shell
57 # script/make-pretty check clang
58 # script/make-pretty check clang-format
59 # script/make-pretty check clang-tidy
[all …]
/openthread-3.4.0/.github/workflows/
Dotci.yml33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
43 permissions: # added using https://github.com/step-security/secure-workflows
48 cli-sim:
49 name: cli-sim VIRTUAL_TIME=${{ matrix.virtual_time }}
50 runs-on: ubuntu-20.04
52 fail-fast: false
[all …]